Skip to main content

UPDATE_COMMENT

Constant UPDATE_COMMENT 

Source
pub const UPDATE_COMMENT: &str = "mutation($input:UpdateIssueCommentInput!){updateIssueComment(input:$input){issueComment{id author{login} createdAt updatedAt body url}}}";
Expand description

Replaces the body of one issue comment.