INPUT_OBJECT
The input object that defines the fields for the createInventoryModelMinMax mutation.
input CreateInventoryModelMinMaxMutationInput {# The ID of an `InventoryModel`.inventory_model_id: Int64Bit!# The ID of an `InventoryModel`.inventory_location_id: Int64Bit!# Minimum valueminimum: Int!# Minimum valuemaximum: Int# A note about this entity.note: NoteMutationInput}