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