Files
SillyTavern/poe_graphql/StaleChatUpdateMutation.graphql
2023-04-03 22:10:58 +03:00

8 lines
159 B
GraphQL

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