Skip to main content

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

CommentReplyCreatedPayload.comment ● Comment! non-null object

comment is the new reply Comment that was created.

Returned by

commentReplyCreated subscription