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

7 lines
135 B
GraphQL

subscription MessageDeletedSubscription($chatId: BigInt!) {
messageDeleted(chatId: $chatId) {
id
messageId
}
}