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!}
#
Fieldscomment
(Comment!
)#
comment is the new reply Comment that was created.