freegpt-webui / g4f /.v1 /gpt4free /quora /graphql /StaleChatUpdateMutation.graphql
monra's picture
Adds all providers from the original API
d4adf88
raw
history blame
159 Bytes
mutation StaleChatUpdateMutation($chatId: BigInt!) {
staleChatUpdate(chatId: $chatId) {
message {
...MessageFragment
}
}
}