Eventjet GraphQL API documentation

AddSeatToSaleInput

Input object

Input for adding a specific seat to a sale.

Fields

FieldDescriptionType
saleIdThe ID of the `Sale`.ID!
seatIdThe seat (`SeatmapSeat`) ID to add.ID!
seatmapIdThe ID of the `Seatmap` the seat belongs to.ID!
ticketTypeIdThe ticket type (`TicketType`) ID for this seat.ID!