INPUT_OBJECT
UpdateInventoryItemsMutationInput
The input object that defines the fields for the updateInventoryItems mutation.
link GraphQL Schema definition
- input UpdateInventoryItemsMutationInput {
- #   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 purchase price of this item.
- : Int
- #   The physical status of this item.
- : InventoryItemStatus
- #   The ID of a `DeploymentType`.
- : Int64Bit
- #   A decimal latitude.
- : Latitude
- #   A decimal latitude.
- : Longitude
- #   The quantity of this inventory model.
- : Int
- #   A note about this entity.
- : NoteMutationInput
- #   A list of file IDs to be associated with this object. These must first have been 
- #   uploaded to the /files endpoint and must be currently unassociated.
- : [AssociateFileMutationInput]
- #   The task to be performed.
- : [TaskMutationInput]
- #   Setting this value to `true` will set `purchase_price` to null.
- : Boolean
- #   Setting this value to `true` will set `deployment_type_id` to null.
- : Boolean
- #   Setting this value to `true` will set `latitude` to null.
- : Boolean
- #   Setting this value to `true` will set `longitude` to null.
- : Boolean
- }