Skip to main content

NewCommentersModerationConfig

NewCommentersModerationConfig specifies the configuration for moderation for new commenters' comments until they have enough approved comments. It stores whether it is PRE, POST, or SPECIFIC_SITES_PRE for pre-moderation only on specific sites, and in this case, which specific sites.

type NewCommentersModerationConfig {
mode: MODERATION_MODE
premodSites: [String!]!
}

Fields

NewCommentersModerationConfig.mode ● MODERATION_MODE enum

NewCommentersModerationConfig.premodSites ● [String!]! non-null scalar

Member Of

NewCommentersConfiguration object