query issueDueDate($fullPath: ID!, $iid: String) { workspace: project(fullPath: $fullPath) { __typename issuable: issue(iid: $iid) { __typename id dueDate } } }