INPUT_OBJECT

CatalogRuleUpdateInput

link GraphQL Schema definition

  • input CatalogRuleUpdateInput {
  • # The operator used to validate the product attribute with
  • operator: CatalogRulesOperatorEnum
  • # The value the operator is compared against. Do not supply for the `is present`
  • # operator.
  • value: String
  • # The error message returned when a product fails catalog rule validation
  • errorMessage: String
  • }