INPUT_OBJECT

UpdateVariantQuantityInput

link GraphQL Schema definition

  • input UpdateVariantQuantityInput {
  • # How should the quantity be updated - a change amount or absolute amount?
  • type: QuantityUpdateType!
  • # The relative or absolute change to make
  • amount: Int!
  • # A description of the change being made
  • message: String!
  • }

link Require by