gpt4free/gpt4free/quora/graphql/StaleChatUpdateMutation.gra...

8 行
159 B
GraphQL

mutation StaleChatUpdateMutation($chatId: BigInt!) {
staleChatUpdate(chatId: $chatId) {
message {
...MessageFragment
}
}
}