INPUT_OBJECT
CatalogRuleInput
link GraphQL Schema definition
- input CatalogRuleInput {
- # The product attribute to validate against
- CatalogRulesKeyEnum! :
- # The operator used to validate the product attribute with
- CatalogRulesOperatorEnum! :
- # The value the operator is compared against. Do not supply for the `is present`
- # operator.
- String :
- # The error message returned when a product fails catalog rule validation
- String! :
- }