2021-12-11 22:18:48 +05:30
|
|
|
mutation projectIssueSetSubscription($fullPath: ID!, $iid: String!, $subscribedState: Boolean!) {
|
2021-06-08 01:23:25 +05:30
|
|
|
updateIssuableSubscription: issueSetSubscription(
|
|
|
|
input: { projectPath: $fullPath, iid: $iid, subscribedState: $subscribedState }
|
|
|
|
) {
|
|
|
|
issuable: issue {
|
|
|
|
id
|
|
|
|
subscribed
|
|
|
|
}
|
|
|
|
errors
|
|
|
|
}
|
|
|
|
}
|