RecentCommentHistoryConfigurationInput
RecentCommentHistoryConfigurationInput controls the beheviour around when comments from Users should be marked for pre-moderation automatically once they have reached the trigger rate for rejected comments.
type RecentCommentHistoryConfigurationInput { enabled: Boolean timeFrame: Int triggerRejectionRate: Float}Fields#
enabled (Boolean)#
enabled when true will pre-moderate users new comments once they have reached the trigger rejection rate.
timeFrame (Int)#
timeFrame specifies the number of seconds that comments from a given User will be taken into account when computing their rejection rate.
triggerRejectionRate (Float)#
triggerRejectionRate specifies the percentage of comments that a given User may have before their comments will then be placed into pre-moderation until the rejection rate decreases.