Eventjet GraphQL API documentation

preferredTicketType

The organizer-preferred TicketType for this category, if any.

Clients are encouraged to skip the ticket type selection dialog when adding a seat of this category to the cart, and use the returned TicketType directly. Guests can still change the ticket type of the seat afterwards via Mutation.changeSeatTicketType.

This is useful for events where most guests pick the same ticket type, so the extra dialog step can be avoided. When null, clients should fall back to showing the ticket type selection UI as usual.

Arguments

preferredTicketType doesn't take any arguments.

Type

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

FieldDescriptionType
allowedQuantities[ Int! ]
allowedVolumeQuantities[ Int! ]
availableTicketsInt
colorColor for this ticket type.CheckinTargetColor
descriptionString
eventEvent
idID!
mustBuyEntireVolumeBoolean
nameString!
numberOfSoldTicketsInt
priceThe base price of the ticket - without any fees or discounts. Use `TicketType.shopPrice` to get the price that is intended to be shown to guests.Money!
shopPriceMoney!
tagsOnly authorized user can request tags.[ Tag ]