1
0
Fork 0
GPT4FREE/poe/graphql/MessageDeletedSubscription.graphql

7 lines
135 B
GraphQL
Raw Normal View History

2023-03-29 20:10:42 +00:00
subscription MessageDeletedSubscription($chatId: BigInt!) {
messageDeleted(chatId: $chatId) {
id
messageId
}
}