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`.
  • override_status: InventoryItemDeviceStatus
  • # A note about this entity.
  • note: 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.
  • files: [AssociateFileMutationInput]
  • # The task to be performed.
  • tasks: [TaskMutationInput]
  • # Setting this value to `true` will set `override_status` to null.
  • unset_override_status: Boolean
  • }

link Require by