9 lines
No EOL
162 B
GraphQL
9 lines
No EOL
162 B
GraphQL
mutation subscriptionsMutation(
|
|
$subscriptions: [AutoSubscriptionQuery!]!
|
|
) {
|
|
autoSubscribe(subscriptions: $subscriptions) {
|
|
viewer {
|
|
id
|
|
}
|
|
}
|
|
} |