CommentReplyCreatedPayload
CommentReplyCreatedPayload is returned when a Comment is created as a reply to another Comment where the selected ancestor Comment is in the ancestor chain.
type CommentReplyCreatedPayload { comment: Comment!}Fields#
comment (Comment!)#
comment is the new reply Comment that was created.