mirror of
https://github.com/pd4d10/git-touch.git
synced 2026-05-01 11:57:37 -05:00
11 lines
236 B
GraphQL
11 lines
236 B
GraphQL
mutation GhWatch($id: ID!, $state: SubscriptionState!) {
|
|
updateSubscription(input: { subscribableId: $id, state: $state }) {
|
|
subscribable {
|
|
__typename
|
|
... on Repository {
|
|
viewerSubscription
|
|
}
|
|
}
|
|
}
|
|
}
|