CommentEnteredPayload
CommentEnteredPayload is returned when a Comment is released on a Story.
type CommentEnteredPayload {
comment: Comment!
}
Fields
CommentEnteredPayload.comment ● Comment! non-null object
comment is the new Comment that was released on the Story.
Returned By
commentEntered subscription