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