mirror of
https://github.com/xtekky/gpt4free.git
synced 2024-11-19 03:25:32 +00:00
8 lines
159 B
GraphQL
8 lines
159 B
GraphQL
|
mutation StaleChatUpdateMutation($chatId: BigInt!) {
|
||
|
staleChatUpdate(chatId: $chatId) {
|
||
|
message {
|
||
|
...MessageFragment
|
||
|
}
|
||
|
}
|
||
|
}
|