Skip to main content

CommentCreatedPayload

CommentCreatedPayload is returned when a new top level Comment is created on a Story.

type CommentCreatedPayload {
comment: Comment!
}

Fields

CommentCreatedPayload.comment ● Comment! non-null object

comment is the new top level Comment that was created on the Story.

Returned by

commentCreated subscription