prototype
Arguments
prototype doesn't take any arguments.
Type
This field resolves to ShopEvent, which has the following fields:
| Field | Description | Type |
|---|---|---|
acceptsTicketPasswords | Boolean! | |
dates | [ ShopEvent! ]! | |
defaultTicketSection | TicketSection! | |
description | String | |
earliestStart | The start of the event or the earliest start of any of its dates. | Date |
end | The end of the event in RFC 9557 format. | ZonedDateTime |
hasSeatmaps | Boolean! | |
host | Host | |
id | ID! | |
image | Image | |
isDate | Boolean! | |
isOver | Indicates whether the event has concluded. | Boolean |
isPrototype | Boolean! | |
items | [ ShopItem ] | |
latestEnd | The end of the event or the latest end of any of its dates. | Date |
minimumTicketPrice | The lowest price available for any ticket in this event. This does not include password-protected tickets. | Money |
name | String! | |
nextScheduledChange | Date | |
period | Period! | |
prototype | ShopEvent | |
salesStart | Date | |
seatTicketsLabel | String! | |
seatmap | Seatmap | |
seatmaps | [ Seatmap! ]! | |
shopUrl | Url | |
soldOutSeatmapText | String | |
standingRoomTicketsLabel | String! | |
start | The start of the event in RFC 9557 format. | ZonedDateTime |
subtitle | To be displayed below the event name. For example "The ultimate dance party in Vienna" or "Powered by Acme Inc.". | String |
supertitle | To be displayed above the event name. For example "Acme Inc presents" . | String |
venue | Venue | |
hideEventEnd | Boolean! |