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.
input RecentCommentHistoryConfigurationInput {
  enabled: Boolean
  timeFrame: Int
  triggerRejectionRate: Float
}
Fields
RecentCommentHistoryConfigurationInput.enabled ● Boolean scalar
enabled when true will pre-moderate users new comments once they have reached the trigger rejection rate.
RecentCommentHistoryConfigurationInput.timeFrame ● Int scalar
timeFrame specifies the number of seconds that comments from a given User will be taken into account when computing their rejection rate.
RecentCommentHistoryConfigurationInput.triggerRejectionRate ● Float scalar
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.
Member Of
SettingsInput  input