pub const ADD_COMMENT: &str = "mutation($input:AddCommentInput!){addComment(input:$input){subject{id} commentEdge{node{id author{login} createdAt updatedAt body url}}}}";Expand description
Adds one comment to an issue, signed as the account the token belongs to.