2021-06-08 01:23:25 +05:30
|
|
|
query issueSubscribed($fullPath: ID!, $iid: String) {
|
|
|
|
workspace: project(fullPath: $fullPath) {
|
|
|
|
__typename
|
2022-01-26 12:08:38 +05:30
|
|
|
id
|
2021-06-08 01:23:25 +05:30
|
|
|
issuable: issue(iid: $iid) {
|
|
|
|
__typename
|
|
|
|
id
|
|
|
|
subscribed
|
|
|
|
emailsDisabled
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|