mirror of
https://github.com/wassname/chatGPTBox.git
synced 2026-08-11 11:16:18 +08:00
6 lines
117 B
GraphQL
6 lines
117 B
GraphQL
subscription MessageAddedSubscription($chatId: BigInt!) {
|
|
messageAdded(chatId: $chatId) {
|
|
...MessageFragment
|
|
}
|
|
}
|