ticketType
Arguments
ticketType 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 | |
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 ] |