query ($fullPath: ID!, $iid: String!) { project (fullPath: $fullPath) { issue (iid: $iid) { iid } } }