CommentFeaturedPayload
CommentFeaturedPayload is returned when a Comment is featured.
type CommentFeaturedPayload {
comment: Comment!
}
Fields
CommentFeaturedPayload.comment
● Comment!
non-null object
comment is the Comment that was featured.
Returned By
commentFeatured
subscription