ENUM

InventoryitemableType

The entity that owns an InventoryItem.

link GraphQL Schema definition

  • enum InventoryitemableType {
  • # A `User`.
  • User
  • # An `InventoryLocation`.
  • InventoryLocation
  • # A `GenericInventoryAssignee`.
  • GenericInventoryAssignee
  • # A `Vehicle`.
  • Vehicle
  • # An `InternalLocation`.
  • InternalLocation
  • # A serviceable `Address`.
  • Address
  • # A `NetworkSite`.
  • NetworkSite
  • }

link Require by