event
The event this group represents, if applicable.
Arguments
event doesn't take any arguments.
Type
This field resolves to Event, which has the following 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 |
hasSeatmaps | Whether this event has any seatmaps. | Boolean! |
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 |
seatmap | Resolves to the `Seatmap` with the given ID for this event, or `null` if not found. | Seatmap |
seatmaps | All seatmaps for this event. | [ Seatmap! ]! |
shopUrl | Url | |
ticketTypes | Resolves to ticket types for this event that are available for sale in the `HOST_SHOP` channel. | [ TicketType! ]! |
venue | Venue |