CommentCounts
No description
type CommentCounts { totalPublished: Int! tags: CommentTagCounts! statuses: CommentStatusCounts!}
#
FieldstotalPublished
(Int!
)#
totalPublished will return the count of all published Comments.
tags
(CommentTagCounts!
)#
tags stores the counts of all the Tags against Comment's on this Story.
statuses
(CommentStatusCounts!
)#
statuses stores the counts of all the statuses against Comments on this Story.