1
0
mirror of https://github.com/git-touch/git-touch synced 2025-02-05 10:17:30 +01:00
2020-01-20 14:18:45 +08:00

10 lines
219 B
GraphQL

mutation GhWatch($id: ID!, $state: SubscriptionState!) {
updateSubscription(input: { subscribableId: $id, state: $state }) {
subscribable {
... on Repository {
viewerSubscription
}
}
}
}