Skip to main content

CollectionRuleInput

Input object to set a rule for a Collection

input CollectionRuleInput {
field: CollectionRuleField!
operator: CollectionRuleOperator!
value: String!
}

Fields

CollectionRuleInput.field ● CollectionRuleField! non-null enum

The field to match against

CollectionRuleInput.operator ● CollectionRuleOperator! non-null enum

The operator to use when matching

CollectionRuleInput.value ● String! non-null scalar

The value to match against

Member of

CollectionRulesInput input