CommentStatusCounts
No description
type CommentStatusCounts { NONE: Int! APPROVED: Int! REJECTED: Int! PREMOD: Int! SYSTEM_WITHHELD: Int!}
#
FieldsNONE
(Int!
)#
The comment is not PREMOD, but was not applied a moderation status by a moderator.
APPROVED
(Int!
)#
The comment has been approved by a moderator.
REJECTED
(Int!
)#
The comment has been rejected by a moderator.
PREMOD
(Int!
)#
The comment was created while the stories premoderation option was on, and new comments that haven't been moderated yet are referred to as "premoderated" or "premod" comments.
SYSTEM_WITHHELD
(Int!
)#
SYSTEM_WITHHELD represents a comment that was withheld by the system because it was flagged by an internal process for further review.