Skip to main content

DesignDataCustomCheckConfigurationItem_Preview

**Experimental** Represents a custom check configuration item in the design.

type DesignDataCustomCheckConfigurationItem_Preview {
customCheckId: String!
errorReportLevel: String!
name: String!
}

Fields

DesignDataCustomCheckConfigurationItem_Preview.customCheckId ● String! non-null scalar

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

DesignDataCustomCheckConfigurationItem_Preview.errorReportLevel ● String! non-null scalar

**Experimental** The error level at which violations of this check are reported. Known values: NO_REPORT, WARNING, ERROR, FATAL. New values may be added; clients must tolerate unknown values.

DesignDataCustomCheckConfigurationItem_Preview.name ● String! non-null scalar

**Experimental** The name of the custom check.