INPUT_OBJECT

CreateInventoryModelMinMaxMutationInput

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

link GraphQL Schema definition

  • input CreateInventoryModelMinMaxMutationInput {
  • # The ID of an `InventoryModel`.
  • inventory_model_id: Int64Bit!
  • # The ID of an `InventoryModel`.
  • inventory_location_id: Int64Bit!
  • # Minimum value
  • minimum: Int!
  • # Minimum value
  • maximum: Int
  • # A note about this entity.
  • note: NoteMutationInput
  • }

link Require by