mutation updateIssue($input: UpdateIssueInput!) { updateIssue(input: $input) { issuable: issue { id state } errors } }