INPUT_OBJECT

UpdateInventoryModelMinMaxMutationInput

The input object that defines the fields for the updateInventoryModelMinMax mutation.

link GraphQL Schema definition

  • input UpdateInventoryModelMinMaxMutationInput {
  • # The ID of an `InventoryLocation`.
  • inventory_location_id: Int64Bit
  • # Minimum value
  • minimum: Int!
  • # Maximum value
  • maximum: Int
  • # A note about this entity.
  • note: NoteMutationInput
  • # Setting this value to `true` will set `maximum` to null.
  • unset_maximum: Boolean
  • }

link Require by