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

5 lines
117 B
GraphQL

subscription MessageAddedSubscription($chatId: BigInt!) {
messageAdded(chatId: $chatId) {
...MessageFragment
}
}