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

5 lines
110 B
GraphQL

subscription ViewerStateUpdatedSubscription {
viewerStateUpdated {
...ViewerStateFragment
}
}