chatgpt-plugin/utils/poe/graphql/MessageDeletedSubscription.graphql
2023-04-15 21:00:34 +08:00

6 lines
135 B
GraphQL

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