ENUM
CatalogRulesOperatorEnum
Operators for Catalog Rules.
link GraphQL Schema definition
- enum CatalogRulesOperatorEnum {
- # Greater than e.g. >10 is 10.01 onwards
- # Less than e.g. <10 is any number up to 9.99
- # Greater than or equal to a number
- # Less than or equal to a number
- # Equal to a number
- # Not equal to a number
- # Present. When using this operator, do not provide a value
- # Blank. When using this operator, do not provide a value
- }