INPUT_OBJECT

CatalogRuleUpdateMutationInput

Autogenerated input type of CatalogRuleUpdateMutation

link GraphQL Schema definition

  • input CatalogRuleUpdateMutationInput {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • # ID of the catalog rule to be updated
  • catalogRuleId: ID!
  • attributes: CatalogRuleUpdateInput!
  • }