CommentCounts
No description
type CommentCounts {
totalPublished: Int!
tags: CommentTagCounts!
statuses: CommentStatusCounts!
}
Fields
CommentCounts.totalPublished
● Int!
non-null scalar
totalPublished will return the count of all published Comments.
CommentCounts.tags
● CommentTagCounts!
non-null object
tags stores the counts of all the Tags against Comment's on this Story.
CommentCounts.statuses
● CommentStatusCounts!
non-null object
statuses stores the counts of all the statuses against Comments on this Story.
Member Of
Story
object