1
0
Fork 0
GPT4FREE/poe/graphql/StaleChatUpdateMutation.graphql
2023-03-29 21:10:42 +01:00

8 lines
159 B
GraphQL

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