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