INPUT_OBJECT
The input object that defines the fields for the updateInventoryModelMinMax mutation.
input UpdateInventoryModelMinMaxMutationInput {# The ID of an `InventoryLocation`.inventory_location_id: Int64Bit# Minimum valueminimum: Int!# Maximum valuemaximum: Int# A note about this entity.note: NoteMutationInput# Setting this value to `true` will set `maximum` to null.unset_maximum: Boolean}