Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
query issueSubscribed($fullPath: ID!, $iid: String) {
workspace: project(fullPath: $fullPath) {
id
issuable: issue(iid: $iid) {
subscribed
emailsDisabled
}