INPUT_OBJECT
CreateInventoryItemsMutationInput
The input object that defines the fields for the createInventoryItems mutation.
link GraphQL Schema definition
- input CreateInventoryItemsMutationInput {
- # The ID of an `InventoryModel`.
- Int64Bit! :
- # The type of entity that this inventory item is assigned to.
- InventoryitemableType! :
- # The ID of the entity that this inventory item is assigned to.
- Int64Bit! :
- # The ID of a `DeploymentType`.
- Int64Bit :
- # The contents of the fields for the items being added.
- InventoryItemFieldsMutationInput]! : [
- }