NewCommentersConfigurationInput
NewCommentersConfigurationInput specifies the features that apply to new commenters
type NewCommentersConfigurationInput { premodEnabled: Boolean approvedCommentsThreshold: Int moderation: NewCommentersModerationConfigInput}Fields#
premodEnabled (Boolean)#
premodEnabled ensures that new commenters' comments are pre-moderated until they have enough approved comments
approvedCommentsThreshold (Int)#
approvedCommentsThreshold is the number of comments a user must have approved before their comments do not require premoderation
moderation (NewCommentersModerationConfigInput)#
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.