Event
Object
Fields
| Field | Description | Type |
|---|---|---|
canceledAt | Date | |
category | EventCategory | |
dates | [ Event! ]! | |
description | String | |
earliestStart | The start of the event or the earliest start of any of its dates. | Date |
host | Host! | |
id | ID! | |
image | Image | |
isDate | Boolean! | |
isHidingEndDate | If true, clients should not display the end date of the event. | Boolean |
isPrototype | Boolean! | |
label | String | |
latestEnd | The end of the event or the latest end of any of its dates. | Date |
name | String! | |
period | Period! | |
prototype | Event | |
salesStart | The date and time when tickets for the event become available for purchase. | Instant |
shopUrl | Url | |
ticketTypes | If parameter `all` is given invisible ticket types are included. Only authorized user can request all ticket types. | [ TicketType! ]! |
venue | Venue |