NewCommentersModerationConfigInput
NewCommentersModerationConfigInput specifies the moderation configuration for new commenters' comments.
input NewCommentersModerationConfigInput {
mode: MODERATION_MODE
premodSites: [String!]
}
Fields
NewCommentersModerationConfigInput.mode
● MODERATION_MODE
enum
mode is whether new commenters' comments should be moderated PRE, POST, or SPECIFIC_SITES_PRE (pre-moderated for specific sites)
NewCommentersModerationConfigInput.premodSites
● [String!]
list scalar
premodSites is the specific sites that new commenters' comments should be pre-moderated on if the SPECIFIC_SITES_PRE moderation mode is set