CollectionRule
A rule to determine whether a Product should be part of a Collection.
type CollectionRule {
field: CollectionRuleField!
operator: CollectionRuleOperator!
value: String!
}
Fields
CollectionRule.field
● CollectionRuleField!
non-null enum
The field to match against
CollectionRule.operator
● CollectionRuleOperator!
non-null enum
The operator to use when matching
CollectionRule.value
● String!
non-null scalar
The value to match against
Member of
CollectionRules
object