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:
| Field | Description | Type |
|---|---|---|
allowedQuantities | [ Int! ] | |
allowedVolumeQuantities | [ Int! ] | |
availableTickets | Int | |
color | Color for this ticket type. | CheckinTargetColor |
description | String | |
event | Event | |
id | ID! | |
mustBuyEntireVolume | Boolean | |
name | String! | |
numberOfSoldTickets | Int | |
price | The 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! |
shopPrice | Money! | |
tags | Only authorized user can request tags. | [ Tag ] |