Eventjet GraphQL API documentation

removeItemFromSale

Removes an item from a sale.

Only items that have canBeRemoved: true can be removed. Fees and other auto-added items cannot be removed directly.

Authorization is required.

Arguments

ArgumentDescriptionType
inputRemoveItemFromSaleInput!

Type

This field resolves to RemoveItemFromSalePayload, which has the following fields:

FieldDescriptionType
saleThe updated sale.Sale