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