INPUT_OBJECT
CreateGenericInventoryItemsMutationInput
The input object that defines the fields for the createGenericInventoryItems mutation.
link GraphQL Schema definition
- input CreateGenericInventoryItemsMutationInput {
- # The ID of an `InventoryModel`.
- Int64Bit! :
- # The ID of the entity that owns this generic `InventoryItem`.
- InventoryitemableType! :
- # The type of entity that owns this generic `InventoryItem`.
- Int64Bit! :
- # The quantity for this service.
- Int! :
- # The purchase price of this item.
- Float :
- # A note about this entity.
- NoteMutationInput :
- }