INPUT_OBJECT

CreateGenericInventoryItemsMutationInput

The input object that defines the fields for the createGenericInventoryItems mutation.

link GraphQL Schema definition

  • input CreateGenericInventoryItemsMutationInput {
  • # The ID of an `InventoryModel`.
  • inventory_model_id: Int64Bit!
  • # The ID of the entity that owns this generic `InventoryItem`.
  • genericinventoryitemable_type: InventoryitemableType!
  • # The type of entity that owns this generic `InventoryItem`.
  • genericinventoryitemable_id: Int64Bit!
  • # The quantity for this service.
  • quantity: Int!
  • # The purchase price of this item.
  • purchase_price: Float
  • # A note about this entity.
  • note: NoteMutationInput
  • }

link Require by