mirror of
https://github.com/wassname/chatGPTBox.git
synced 2026-09-26 13:40:12 +08:00
8 lines
159 B
GraphQL
8 lines
159 B
GraphQL
mutation StaleChatUpdateMutation($chatId: BigInt!) {
|
|
staleChatUpdate(chatId: $chatId) {
|
|
message {
|
|
...MessageFragment
|
|
}
|
|
}
|
|
}
|