INPUT_OBJECT
UpdateGlobalInventoryModelMinMaxMutationInput
The input object that defines the fields for the updateGlobalInventoryModelMinMax mutation.
link GraphQL Schema definition
- input UpdateGlobalInventoryModelMinMaxMutationInput {
- # Minimum value
- Int! :
- # Maximum value
- Int :
- # A note about this entity.
- NoteMutationInput :
- # Setting this value to `true` will set `maximum` to null.
- Boolean :
- }