mirror of
https://github.com/wassname/chatGPTBox.git
synced 2026-08-11 11:16:18 +08:00
7 lines
135 B
GraphQL
7 lines
135 B
GraphQL
subscription MessageDeletedSubscription($chatId: BigInt!) {
|
|
messageDeleted(chatId: $chatId) {
|
|
id
|
|
messageId
|
|
}
|
|
}
|