AddSeatToSaleInput
Input object
Input for adding a specific seat to a sale.
Fields
| Field | Description | Type |
|---|---|---|
saleId | The ID of the `Sale`. | ID! |
seatId | The seat (`SeatmapSeat`) ID to add. | ID! |
seatmapId | The ID of the `Seatmap` the seat belongs to. | ID! |
ticketTypeId | The ticket type (`TicketType`) ID for this seat. | ID! |
Used By (1)
AddSeatToSaleInput is referenced by the following fields, arguments, and input fields:
| Type | Field |
|---|---|
Mutation | addSeatToSale(input) |