pub const UPDATE_COMMENT: &str = "mutation($input:UpdateIssueCommentInput!){updateIssueComment(input:$input){issueComment{id author{login} createdAt updatedAt body url}}}";
Replaces the body of one issue comment.