Eventjet GraphQL API documentation

ticketType

Arguments

ticketType doesn't take any arguments.

Type

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

FieldDescriptionType
allowedQuantities[ Int! ]
allowedVolumeQuantities[ Int! ]
availableTicketsInt
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 ]