mutation issueSetSubscription($input: IssueSetSubscriptionInput!) { issueSetSubscription(input: $input) { issue { subscribed } errors } }