ENUM

QuantityUpdateType

How should the quantity be updated - a change amount or absolute amount?

link GraphQL Schema definition

  • enum QuantityUpdateType {
  • # Update the variant quantity by an adjustment - for example, 2 or -1
  • RELATIVE
  • # Update the variant quantity to be an exact value
  • ABSOLUTE
  • }