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