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

5 lines
73 B
GraphQL

subscription ChatAddedSubscription {
chatAdded {
...ChatFragment
}
}