Eventjet GraphQL API documentation

ChangeSeatTicketTypeInput

Input object

Input for changing the ticket type of a seat that is already in a cart.

Fields

FieldDescriptionType
cartIdThe ID of the cart containing the seat.ID!
localeLocale to use for localized responses (e.g., en-US).String
passwordsPasswords required to unlock protected ticket types, if any.[ String! ]
seatIdThe ID of the seat whose ticket type should be changed.ID!
seatmapIdThe seatmap ID the seat belongs to.ID!
ticketTypeIdThe new ticket type ID to assign to the seat.ID!

Used By (1)

ChangeSeatTicketTypeInput is referenced by the following fields, arguments, and input fields:

TypeField
MutationchangeSeatTicketType(input)