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`.
 - : InventoryitemableType!
 - #   The ID of the entity that owns this generic `InventoryItem`.
 - : Int64Bit!
 - #   The quantity for this service.
 - : Int!
 - }