2021-12-11 22:18:48 +05:30
|
|
|
mutation boardEpicSetSubscription($fullPath: ID!, $iid: ID!, $subscribedState: Boolean!) {
|
2021-06-08 01:23:25 +05:30
|
|
|
updateIssuableSubscription: epicSetSubscription(
|
|
|
|
input: { groupPath: $fullPath, iid: $iid, subscribedState: $subscribedState }
|
|
|
|
) {
|
|
|
|
issuable: epic {
|
|
|
|
id
|
2021-04-29 21:17:54 +05:30
|
|
|
subscribed
|
|
|
|
}
|
|
|
|
errors
|
|
|
|
}
|
|
|
|
}
|