Skip to main content

RuleCheckExecutionConfigurationItemInput_Preview

**Experimental** Represents the rule check configuration for a specific rule check execution, allowing to override certain traits of the rule check execution.

input RuleCheckExecutionConfigurationItemInput_Preview {
errorReportLevel: DesignDataErrorReportLevel_Preview!
ruleCheckId: ID!
}

Fields

RuleCheckExecutionConfigurationItemInput_Preview.errorReportLevel ● DesignDataErrorReportLevel_Preview! non-null enum

**Experimental** The error level at which violations of this rule check should be reported for this execution.

RuleCheckExecutionConfigurationItemInput_Preview.ruleCheckId ● ID! non-null scalar

**Experimental** The identifier of the rule check.