Skip to main content

NewCommentersConfigurationInput

NewCommentersConfigurationInput specifies the features that apply to new commenters

input NewCommentersConfigurationInput {
premodEnabled: Boolean
approvedCommentsThreshold: Int
moderation: NewCommentersModerationConfigInput
}

Fields

NewCommentersConfigurationInput.premodEnabled ● Boolean scalar

premodEnabled ensures that new commenters' comments are pre-moderated until they have enough approved comments

NewCommentersConfigurationInput.approvedCommentsThreshold ● Int scalar

approvedCommentsThreshold is the number of comments a user must have approved before their comments do not require premoderation

NewCommentersConfigurationInput.moderation ● NewCommentersModerationConfigInput input

moderation is the configuration for pre-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.

Member Of

SettingsInput input