CommentReleasedPayload
CommentReleasedPayload is returned when a new top level Comment is approved from premod stream
type CommentReleasedPayload {
comment: Comment!
}
Fields
CommentReleasedPayload.comment
● Comment!
non-null object
comment is the new top level Comment that was approved on the Story.
Returned By
commentReleased
subscription