CommentTagCounts
CommentTagCounts provides count data for Tags made against Comment's.
type CommentTagCounts { FEATURED: Int! UNANSWERED: Int! REVIEW: Int! QUESTION: Int!}
#
FieldsFEATURED
(Int!
)#
FEATURED is the count of Comment's with the FEATURED tag.
UNANSWERED
(Int!
)#
UNANSWERED is the count of Comment's with the UNANSWERED tag.
REVIEW
(Int!
)#
REVIEW is the count of Comment's with the REVIEW tag.
QUESTION
(Int!
)#
QUESTION is the count of Comment's with the QUESTION tag.