Eventjet GraphQL API documentation

changeSeatTicketType

Changes the ticket type of a seat that is already in a cart.

The seat must already be in the cart (added via addSeatToCart). The new ticket type must belong to the same seatmap category as the seat. If the new ticket type is the same as the current one, this mutation is a no-op.

Arguments

ArgumentDescriptionType
inputChangeSeatTicketTypeInput!

Type

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

FieldDescriptionType
cartThe updated cart.Cart