mirror of
https://github.com/wassname/chatGPTBox.git
synced 2026-07-18 12:20:15 +08:00
8 lines
180 B
GraphQL
8 lines
180 B
GraphQL
mutation AutoSubscriptionMutation($subscriptions: [AutoSubscriptionQuery!]!) {
|
|
autoSubscribe(subscriptions: $subscriptions) {
|
|
viewer {
|
|
id
|
|
}
|
|
}
|
|
}
|