INPUT_OBJECT

AssignGenericInventoryItemsMutationInput

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

link GraphQL Schema definition

  • input AssignGenericInventoryItemsMutationInput {
  • # The ID of the entity that owns this generic `InventoryItem`.
  • genericinventoryitemable_type: InventoryitemableType!
  • # The ID of the entity that owns this generic `InventoryItem`.
  • genericinventoryitemable_id: Int64Bit!
  • # The quantity for this service.
  • quantity: Int!
  • }

link Require by