CommentStatusCounts
No description
type CommentStatusCounts {
NONE: Int!
APPROVED: Int!
REJECTED: Int!
PREMOD: Int!
SYSTEM_WITHHELD: Int!
}
Fields
CommentStatusCounts.NONE
● Int!
non-null scalar
The comment is not PREMOD, but was not applied a moderation status by a moderator.
CommentStatusCounts.APPROVED
● Int!
non-null scalar
The comment has been approved by a moderator.
CommentStatusCounts.REJECTED
● Int!
non-null scalar
The comment has been rejected by a moderator.
CommentStatusCounts.PREMOD
● Int!
non-null scalar
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.
CommentStatusCounts.SYSTEM_WITHHELD
● Int!
non-null scalar
SYSTEM_WITHHELD represents a comment that was withheld by the system because it was flagged by an internal process for further review.
Member Of
CommentCounts
object ● RecentCommentHistory
object