CommentTagCounts
CommentTagCounts provides count data for Tags made against Comment's.
type CommentTagCounts {
ADMIN: Int!
EXPERT: Int!
FEATURED: Int!
MEMBER: Int!
MODERATOR: Int!
QUESTION: Int!
REVIEW: Int!
STAFF: Int!
UNANSWERED: Int!
}
Fields
CommentTagCounts.ADMIN ● Int! non-null scalar
ADMIN is the count of Comment's with the ADMIN tag.
CommentTagCounts.EXPERT ● Int! non-null scalar
EXPERT is the count of Comment's with the EXPERT tag.
CommentTagCounts.FEATURED ● Int! non-null scalar
FEATURED is the count of Comment's with the FEATURED tag.
CommentTagCounts.MEMBER ● Int! non-null scalar
MEMBER is the count of Comment's with the MEMBER tag.
CommentTagCounts.MODERATOR ● Int! non-null scalar
MODERATOR is the count of Comment's with the MODERATOR tag.
CommentTagCounts.QUESTION ● Int! non-null scalar
QUESTION is the count of Comment's with the QUESTION tag.
CommentTagCounts.REVIEW ● Int! non-null scalar
REVIEW is the count of Comment's with the REVIEW tag.
CommentTagCounts.STAFF ● Int! non-null scalar
STAFF is the count of Comment's with the STAFF tag.
CommentTagCounts.UNANSWERED ● Int! non-null scalar
UNANSWERED is the count of Comment's with the UNANSWERED tag.
Member Of
CommentCounts object