INPUT_OBJECT
UpdateInventoryItemSegmentMutationInput
The input object that defines the fields for the updateInventoryItemSegment mutation.
link GraphQL Schema definition
- input UpdateInventoryItemSegmentMutationInput {
- # 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 quantity of this inventory model.
- : Int
- # Determines how updates or deletions to a segment will handle the quantity
- # adjustment.
- : InventoryItemSegmentModifierType
- # The type of entity that this inventory item segment will be assigned to.
- : InventoryitemableType
- # The ID of the entity that this inventory item segment will be assigned to.
- : Int64Bit
- # 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]
- }