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