INPUT_OBJECT
CreateGlobalInventoryModelMinMaxMutationInput
The input object that defines the fields for the createGlobalInventoryModelMinMax mutation.
link GraphQL Schema definition
- input CreateGlobalInventoryModelMinMaxMutationInput {
- # The ID of an `InventoryModel`.
- : Int64Bit!
- # Minimum value
- : Int!
- # Minimum value
- : Int
- # A note about this entity.
- : NoteMutationInput
- }