Skip to main content

ConditionTypeRuleInput

A single rule within a condition type.

input ConditionTypeRuleInput {
ruleId: String
label: String!
order: Int!
}

Fields

ConditionTypeRuleInput.ruleId ● String scalar

Existing rule id to update; omit to create a new rule.

ConditionTypeRuleInput.label ● String! non-null scalar

The rule's display label.

ConditionTypeRuleInput.order ● Int! non-null scalar

The rule's sort position; rules are renumbered sequentially on save.

Member Of

UpdateConditionTypeWithRulesInput input