editComment
editComment will allow the author of a comment to change the body within the time allotment.
editComment(
  input: EditCommentInput!
): EditCommentPayload!
Arguments
editComment.input ● EditCommentInput! non-null input
Type
EditCommentPayload object
EditCommentPayload contains the edited Comment after the editComment mutation.