INPUT_OBJECT
AssignInventoryItemsMutationInput
The input object that defines the fields for the assignInventoryItems mutation.
link GraphQL Schema definition
- input AssignInventoryItemsMutationInput {
- # 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
- # Setting this value to `true` will set `deployment_type_id` to null.
- : Boolean
- }