mirror of
https://github.com/pd4d10/git-touch.git
synced 2026-05-01 03:47:36 -05:00
feat: repo watch
This commit is contained in:
9
lib/graphql/gh_watch.graphql
Normal file
9
lib/graphql/gh_watch.graphql
Normal file
@@ -0,0 +1,9 @@
|
||||
mutation GhWatch($id: ID!, $state: SubscriptionState!) {
|
||||
updateSubscription(input: { subscribableId: $id, state: $state }) {
|
||||
subscribable {
|
||||
... on Repository {
|
||||
viewerSubscription
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user