mutation issueSetTitle($input: UpdateIssueInput!) { updateIssue(input: $input) { issue { title } errors } }