CommentEditedPayloadCommentEditedPayload is returned when a Comment is edited.type CommentEditedPayload { comment: Comment!}CopyFields#comment (Comment!)#comment is the Comment that was edited.