INPUT_OBJECT
UpdateInventoryItemStatusMutationInput
The input object that defines the fields for the updateInventoryItemStatus mutation.
link GraphQL Schema definition
- input UpdateInventoryItemStatusMutationInput {
- # The overridden status of an `InventoryItem`.
- InventoryItemDeviceStatus :
- # 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 `override_status` to null.
- Boolean :
- }