RemoveItemFromSaleInput
Input object
Input for removing an item from a sale.
Fields
| Field | Description | Type |
|---|---|---|
itemId | The ID of the item (`SaleItem`) to remove. | ID! |
saleId | The ID of the `Sale`. | ID! |
Used By (1)
RemoveItemFromSaleInput is referenced by the following fields, arguments, and input fields:
| Type | Field |
|---|---|
Mutation | removeItemFromSale(input) |