/* eslint-disable */ import { TypedDocumentNode as DocumentNode } from '@graphql-typed-document-node/core'; export type Maybe = T | null; export type InputMaybe = Maybe; export type Exact = { [K in keyof T]: T[K] }; export type MakeOptional = Omit & { [SubKey in K]?: Maybe }; export type MakeMaybe = Omit & { [SubKey in K]: Maybe }; export type MakeEmpty = { [_ in K]?: never }; export type Incremental = T | { [P in keyof T]?: P extends ' $fragmentName' | '__typename' ? T[P] : never }; /** All built-in and custom scalars, mapped to their actual values */ export type Scalars = { ID: { input: string; output: string; } String: { input: string; output: string; } Boolean: { input: boolean; output: boolean; } Int: { input: number; output: number; } Float: { input: number; output: number; } /** * The `DateTime` scalar type represents a DateTime * value as specified by * [iso8601](https://en.wikipedia.org/wiki/ISO_8601). */ DateTime: { input: any; output: any; } /** * Allows use of a JSON String for input / output from the GraphQL schema. * * Use of this type is *not recommended* as you lose the benefits of having a defined, static * schema (one of the key benefits of GraphQL). */ JSONString: { input: any; output: any; } /** GraphQL type for an integer that must be equal or greater than zero. */ PositiveInt: { input: any; output: any; } /** * Leverages the internal Python implementation of UUID (uuid.UUID) to provide native UUID objects * in fields, resolvers and input. */ UUID: { input: any; output: any; } }; export type Association = PageInterface & { __typename?: 'Association'; aliasOf?: Maybe; aliases: Array; ancestors: Array; association?: Maybe; children: Array; contentType: Scalars['String']['output']; depth?: Maybe; descendants: Array; draftTitle: Scalars['String']['output']; eventindex?: Maybe; eventpage?: Maybe; expireAt?: Maybe; expired: Scalars['Boolean']['output']; firstPublishedAt?: Maybe; genericpage?: Maybe; goLiveAt?: Maybe; hasUnpublishedChanges: Scalars['Boolean']['output']; homepage?: Maybe; id?: Maybe; lastPublishedAt?: Maybe; latestRevisionCreatedAt?: Maybe; live: Scalars['Boolean']['output']; locked?: Maybe; lockedAt?: Maybe; nextSiblings: Array; numchild: Scalars['Int']['output']; pageType?: Maybe; parent?: Maybe; path: Scalars['String']['output']; previousSiblings: Array; searchDescription?: Maybe; searchScore?: Maybe; seoTitle: Scalars['String']['output']; showInMenus: Scalars['Boolean']['output']; siblings: Array; sitesRootedHere: Array; slug: Scalars['String']['output']; title: Scalars['String']['output']; translationKey: Scalars['UUID']['output']; url?: Maybe; urlPath: Scalars['String']['output']; venueindex?: Maybe; venuepage?: Maybe; }; export type AssociationAncestorsArgs = { id?: InputMaybe; limit?: InputMaybe; offset?: InputMaybe; order?: InputMaybe; searchQuery?: InputMaybe; }; export type AssociationChildrenArgs = { id?: InputMaybe; limit?: InputMaybe; offset?: InputMaybe; order?: InputMaybe; searchQuery?: InputMaybe; }; export type AssociationDescendantsArgs = { id?: InputMaybe; limit?: InputMaybe; offset?: InputMaybe; order?: InputMaybe; searchQuery?: InputMaybe; }; export type AssociationNextSiblingsArgs = { id?: InputMaybe; limit?: InputMaybe; offset?: InputMaybe; order?: InputMaybe; searchQuery?: InputMaybe; }; export type AssociationPreviousSiblingsArgs = { id?: InputMaybe; limit?: InputMaybe; offset?: InputMaybe; order?: InputMaybe; searchQuery?: InputMaybe; }; export type AssociationSiblingsArgs = { id?: InputMaybe; limit?: InputMaybe; offset?: InputMaybe; order?: InputMaybe; searchQuery?: InputMaybe; }; export type BlockQuoteBlock = StreamFieldInterface & { __typename?: 'BlockQuoteBlock'; blockType: Scalars['String']['output']; field: Scalars['String']['output']; id?: Maybe; rawValue: Scalars['String']['output']; value: Scalars['String']['output']; }; export type BooleanBlock = StreamFieldInterface & { __typename?: 'BooleanBlock'; blockType: Scalars['String']['output']; field: Scalars['String']['output']; id?: Maybe; rawValue: Scalars['String']['output']; value: Scalars['Boolean']['output']; }; export type CharBlock = StreamFieldInterface & { __typename?: 'CharBlock'; blockType: Scalars['String']['output']; field: Scalars['String']['output']; id?: Maybe; rawValue: Scalars['String']['output']; value: Scalars['String']['output']; }; export type ChoiceBlock = StreamFieldInterface & { __typename?: 'ChoiceBlock'; blockType: Scalars['String']['output']; choices: Array; field: Scalars['String']['output']; id?: Maybe; rawValue: Scalars['String']['output']; value: Scalars['String']['output']; }; export type ChoiceOption = { __typename?: 'ChoiceOption'; key: Scalars['String']['output']; value: Scalars['String']['output']; }; /** Collection type */ export type CollectionObjectType = { __typename?: 'CollectionObjectType'; ancestors: Array>; depth: Scalars['Int']['output']; descendants: Array>; id: Scalars['ID']['output']; name: Scalars['String']['output']; numchild: Scalars['Int']['output']; path: Scalars['String']['output']; }; export type DateBlock = StreamFieldInterface & { __typename?: 'DateBlock'; blockType: Scalars['String']['output']; field: Scalars['String']['output']; id?: Maybe; rawValue: Scalars['String']['output']; value: Scalars['String']['output']; }; export type DateBlockValueArgs = { format?: InputMaybe; }; export type DateTimeBlock = StreamFieldInterface & { __typename?: 'DateTimeBlock'; blockType: Scalars['String']['output']; field: Scalars['String']['output']; id?: Maybe; rawValue: Scalars['String']['output']; value: Scalars['String']['output']; }; export type DateTimeBlockValueArgs = { format?: InputMaybe; }; export type DecimalBlock = StreamFieldInterface & { __typename?: 'DecimalBlock'; blockType: Scalars['String']['output']; field: Scalars['String']['output']; id?: Maybe; rawValue: Scalars['String']['output']; value: Scalars['Float']['output']; }; export type DocumentChooserBlock = StreamFieldInterface & { __typename?: 'DocumentChooserBlock'; blockType: Scalars['String']['output']; document: DocumentObjectType; field: Scalars['String']['output']; id?: Maybe; rawValue: Scalars['String']['output']; }; /** * Base document type used if one isn't generated for the current model. * All other node types extend this. */ export type DocumentObjectType = { __typename?: 'DocumentObjectType'; collection: CollectionObjectType; createdAt: Scalars['DateTime']['output']; file: Scalars['String']['output']; fileHash: Scalars['String']['output']; fileSize?: Maybe; id: Scalars['ID']['output']; tags: Array; title: Scalars['String']['output']; url: Scalars['String']['output']; }; export type EmailBlock = StreamFieldInterface & { __typename?: 'EmailBlock'; blockType: Scalars['String']['output']; field: Scalars['String']['output']; id?: Maybe; rawValue: Scalars['String']['output']; value: Scalars['String']['output']; }; export type EmbedBlock = StreamFieldInterface & { __typename?: 'EmbedBlock'; blockType: Scalars['String']['output']; embed?: Maybe; field: Scalars['String']['output']; id?: Maybe; rawEmbed?: Maybe; rawValue: Scalars['String']['output']; url: Scalars['String']['output']; value: Scalars['String']['output']; }; export type EventCategory = { __typename?: 'EventCategory'; id?: Maybe; name: Scalars['String']['output']; showInFilters: Scalars['Boolean']['output']; slug: Scalars['String']['output']; }; export type EventIndex = PageInterface & { __typename?: 'EventIndex'; aliasOf?: Maybe; aliases: Array; ancestors: Array; association?: Maybe; children: Array; contentType: Scalars['String']['output']; depth?: Maybe; descendants: Array; draftTitle: Scalars['String']['output']; eventindex?: Maybe; eventpage?: Maybe; expireAt?: Maybe; expired: Scalars['Boolean']['output']; firstPublishedAt?: Maybe; genericpage?: Maybe; goLiveAt?: Maybe; hasUnpublishedChanges: Scalars['Boolean']['output']; homepage?: Maybe; id?: Maybe; lastPublishedAt?: Maybe; latestRevisionCreatedAt?: Maybe; live: Scalars['Boolean']['output']; locked?: Maybe; lockedAt?: Maybe; nextSiblings: Array; numchild: Scalars['Int']['output']; pageType?: Maybe; parent?: Maybe; path: Scalars['String']['output']; previousSiblings: Array; searchDescription?: Maybe; searchScore?: Maybe; seoTitle: Scalars['String']['output']; showInMenus: Scalars['Boolean']['output']; siblings: Array; sitesRootedHere: Array; slug: Scalars['String']['output']; title: Scalars['String']['output']; translationKey: Scalars['UUID']['output']; url?: Maybe; urlPath: Scalars['String']['output']; venueindex?: Maybe; venuepage?: Maybe; }; export type EventIndexAncestorsArgs = { id?: InputMaybe; limit?: InputMaybe; offset?: InputMaybe; order?: InputMaybe; searchQuery?: InputMaybe; }; export type EventIndexChildrenArgs = { id?: InputMaybe; limit?: InputMaybe; offset?: InputMaybe; order?: InputMaybe; searchQuery?: InputMaybe; }; export type EventIndexDescendantsArgs = { id?: InputMaybe; limit?: InputMaybe; offset?: InputMaybe; order?: InputMaybe; searchQuery?: InputMaybe; }; export type EventIndexNextSiblingsArgs = { id?: InputMaybe; limit?: InputMaybe; offset?: InputMaybe; order?: InputMaybe; searchQuery?: InputMaybe; }; export type EventIndexPreviousSiblingsArgs = { id?: InputMaybe; limit?: InputMaybe; offset?: InputMaybe; order?: InputMaybe; searchQuery?: InputMaybe; }; export type EventIndexSiblingsArgs = { id?: InputMaybe; limit?: InputMaybe; offset?: InputMaybe; order?: InputMaybe; searchQuery?: InputMaybe; }; export type EventOccurrence = { __typename?: 'EventOccurrence'; end?: Maybe; id?: Maybe; start: Scalars['String']['output']; venue?: Maybe; }; export type EventPage = PageInterface & { __typename?: 'EventPage'; aliasOf?: Maybe; aliases: Array; ancestors: Array; association?: Maybe; body?: Maybe>>; categories: Array; children: Array; contentType: Scalars['String']['output']; depth?: Maybe; descendants: Array; draftTitle: Scalars['String']['output']; eventindex?: Maybe; eventpage?: Maybe; expireAt?: Maybe; expired: Scalars['Boolean']['output']; facebookUrl?: Maybe; featuredImage?: Maybe; firstPublishedAt?: Maybe; genericpage?: Maybe; goLiveAt?: Maybe; hasUnpublishedChanges: Scalars['Boolean']['output']; homepage?: Maybe; id?: Maybe; lastPublishedAt?: Maybe; latestRevisionCreatedAt?: Maybe; live: Scalars['Boolean']['output']; locked?: Maybe; lockedAt?: Maybe; nextSiblings: Array; numchild: Scalars['Int']['output']; occurrences: Array; pageType?: Maybe; parent?: Maybe; path: Scalars['String']['output']; previousSiblings: Array; priceMember?: Maybe; priceRegular?: Maybe; priceStudent?: Maybe; searchDescription?: Maybe; searchScore?: Maybe; seoTitle: Scalars['String']['output']; showInMenus: Scalars['Boolean']['output']; siblings: Array; sitesRootedHere: Array; slug: Scalars['String']['output']; ticketUrl?: Maybe; title: Scalars['String']['output']; translationKey: Scalars['UUID']['output']; url?: Maybe; urlPath: Scalars['String']['output']; venueindex?: Maybe; venuepage?: Maybe; }; export type EventPageAncestorsArgs = { id?: InputMaybe; limit?: InputMaybe; offset?: InputMaybe; order?: InputMaybe; searchQuery?: InputMaybe; }; export type EventPageCategoriesArgs = { id?: InputMaybe; limit?: InputMaybe; offset?: InputMaybe; order?: InputMaybe; searchQuery?: InputMaybe; }; export type EventPageChildrenArgs = { id?: InputMaybe; limit?: InputMaybe; offset?: InputMaybe; order?: InputMaybe; searchQuery?: InputMaybe; }; export type EventPageDescendantsArgs = { id?: InputMaybe; limit?: InputMaybe; offset?: InputMaybe; order?: InputMaybe; searchQuery?: InputMaybe; }; export type EventPageNextSiblingsArgs = { id?: InputMaybe; limit?: InputMaybe; offset?: InputMaybe; order?: InputMaybe; searchQuery?: InputMaybe; }; export type EventPageOccurrencesArgs = { id?: InputMaybe; limit?: InputMaybe; offset?: InputMaybe; order?: InputMaybe; searchQuery?: InputMaybe; }; export type EventPagePreviousSiblingsArgs = { id?: InputMaybe; limit?: InputMaybe; offset?: InputMaybe; order?: InputMaybe; searchQuery?: InputMaybe; }; export type EventPageSiblingsArgs = { id?: InputMaybe; limit?: InputMaybe; offset?: InputMaybe; order?: InputMaybe; searchQuery?: InputMaybe; }; export type FloatBlock = StreamFieldInterface & { __typename?: 'FloatBlock'; blockType: Scalars['String']['output']; field: Scalars['String']['output']; id?: Maybe; rawValue: Scalars['String']['output']; value: Scalars['Float']['output']; }; export type GenericPage = PageInterface & { __typename?: 'GenericPage'; aliasOf?: Maybe; aliases: Array; ancestors: Array; association?: Maybe; body?: Maybe>>; children: Array; contentType: Scalars['String']['output']; depth?: Maybe; descendants: Array; draftTitle: Scalars['String']['output']; eventindex?: Maybe; eventpage?: Maybe; expireAt?: Maybe; expired: Scalars['Boolean']['output']; firstPublishedAt?: Maybe; genericpage?: Maybe; goLiveAt?: Maybe; hasUnpublishedChanges: Scalars['Boolean']['output']; homepage?: Maybe; id?: Maybe; lastPublishedAt?: Maybe; latestRevisionCreatedAt?: Maybe; live: Scalars['Boolean']['output']; locked?: Maybe; lockedAt?: Maybe; nextSiblings: Array; numchild: Scalars['Int']['output']; pageType?: Maybe; parent?: Maybe; path: Scalars['String']['output']; previousSiblings: Array; searchDescription?: Maybe; searchScore?: Maybe; seoTitle: Scalars['String']['output']; showInMenus: Scalars['Boolean']['output']; siblings: Array; sitesRootedHere: Array; slug: Scalars['String']['output']; title: Scalars['String']['output']; translationKey: Scalars['UUID']['output']; url?: Maybe; urlPath: Scalars['String']['output']; venueindex?: Maybe; venuepage?: Maybe; }; export type GenericPageAncestorsArgs = { id?: InputMaybe; limit?: InputMaybe; offset?: InputMaybe; order?: InputMaybe; searchQuery?: InputMaybe; }; export type GenericPageChildrenArgs = { id?: InputMaybe; limit?: InputMaybe; offset?: InputMaybe; order?: InputMaybe; searchQuery?: InputMaybe; }; export type GenericPageDescendantsArgs = { id?: InputMaybe; limit?: InputMaybe; offset?: InputMaybe; order?: InputMaybe; searchQuery?: InputMaybe; }; export type GenericPageNextSiblingsArgs = { id?: InputMaybe; limit?: InputMaybe; offset?: InputMaybe; order?: InputMaybe; searchQuery?: InputMaybe; }; export type GenericPagePreviousSiblingsArgs = { id?: InputMaybe; limit?: InputMaybe; offset?: InputMaybe; order?: InputMaybe; searchQuery?: InputMaybe; }; export type GenericPageSiblingsArgs = { id?: InputMaybe; limit?: InputMaybe; offset?: InputMaybe; order?: InputMaybe; searchQuery?: InputMaybe; }; export type HomePage = PageInterface & { __typename?: 'HomePage'; aliasOf?: Maybe; aliases: Array; ancestors: Array; association?: Maybe; children: Array; contentType: Scalars['String']['output']; depth?: Maybe; descendants: Array; draftTitle: Scalars['String']['output']; eventindex?: Maybe; eventpage?: Maybe; expireAt?: Maybe; expired: Scalars['Boolean']['output']; firstPublishedAt?: Maybe; genericpage?: Maybe; goLiveAt?: Maybe; hasUnpublishedChanges: Scalars['Boolean']['output']; homepage?: Maybe; id?: Maybe; lastPublishedAt?: Maybe; latestRevisionCreatedAt?: Maybe; live: Scalars['Boolean']['output']; locked?: Maybe; lockedAt?: Maybe; nextSiblings: Array; numchild: Scalars['Int']['output']; pageType?: Maybe; parent?: Maybe; path: Scalars['String']['output']; previousSiblings: Array; searchDescription?: Maybe; searchScore?: Maybe; seoTitle: Scalars['String']['output']; showInMenus: Scalars['Boolean']['output']; siblings: Array; sitesRootedHere: Array; slug: Scalars['String']['output']; title: Scalars['String']['output']; translationKey: Scalars['UUID']['output']; url?: Maybe; urlPath: Scalars['String']['output']; venueindex?: Maybe; venuepage?: Maybe; }; export type HomePageAncestorsArgs = { id?: InputMaybe; limit?: InputMaybe; offset?: InputMaybe; order?: InputMaybe; searchQuery?: InputMaybe; }; export type HomePageChildrenArgs = { id?: InputMaybe; limit?: InputMaybe; offset?: InputMaybe; order?: InputMaybe; searchQuery?: InputMaybe; }; export type HomePageDescendantsArgs = { id?: InputMaybe; limit?: InputMaybe; offset?: InputMaybe; order?: InputMaybe; searchQuery?: InputMaybe; }; export type HomePageNextSiblingsArgs = { id?: InputMaybe; limit?: InputMaybe; offset?: InputMaybe; order?: InputMaybe; searchQuery?: InputMaybe; }; export type HomePagePreviousSiblingsArgs = { id?: InputMaybe; limit?: InputMaybe; offset?: InputMaybe; order?: InputMaybe; searchQuery?: InputMaybe; }; export type HomePageSiblingsArgs = { id?: InputMaybe; limit?: InputMaybe; offset?: InputMaybe; order?: InputMaybe; searchQuery?: InputMaybe; }; export type ImageChooserBlock = StreamFieldInterface & { __typename?: 'ImageChooserBlock'; blockType: Scalars['String']['output']; field: Scalars['String']['output']; id?: Maybe; image: ImageObjectType; rawValue: Scalars['String']['output']; }; export type ImageObjectType = { __typename?: 'ImageObjectType'; aspectRatio: Scalars['Float']['output']; collection: CollectionObjectType; createdAt: Scalars['DateTime']['output']; file: Scalars['String']['output']; fileHash: Scalars['String']['output']; fileSize?: Maybe; focalPointHeight?: Maybe; focalPointWidth?: Maybe; focalPointX?: Maybe; focalPointY?: Maybe; height: Scalars['Int']['output']; id: Scalars['ID']['output']; isSvg: Scalars['Boolean']['output']; rendition?: Maybe; renditions: Array; sizes: Scalars['String']['output']; /** @deprecated Use the `url` attribute */ src: Scalars['String']['output']; srcSet?: Maybe; tags: Array; title: Scalars['String']['output']; url: Scalars['String']['output']; width: Scalars['Int']['output']; }; export type ImageObjectTypeRenditionArgs = { bgcolor?: InputMaybe; fill?: InputMaybe; format?: InputMaybe; height?: InputMaybe; jpegquality?: InputMaybe; max?: InputMaybe; min?: InputMaybe; preserveSvg?: InputMaybe; webpquality?: InputMaybe; width?: InputMaybe; }; export type ImageObjectTypeSrcSetArgs = { format?: InputMaybe; preserveSvg?: InputMaybe; sizes?: InputMaybe>>; }; export type ImageRenditionObjectType = { __typename?: 'ImageRenditionObjectType'; alt: Scalars['String']['output']; backgroundPositionStyle: Scalars['String']['output']; file: Scalars['String']['output']; filterSpec: Scalars['String']['output']; focalPoint?: Maybe; focalPointKey: Scalars['String']['output']; height: Scalars['Int']['output']; id: Scalars['ID']['output']; image: ImageObjectType; url: Scalars['String']['output']; width: Scalars['Int']['output']; }; export type IntegerBlock = StreamFieldInterface & { __typename?: 'IntegerBlock'; blockType: Scalars['String']['output']; field: Scalars['String']['output']; id?: Maybe; rawValue: Scalars['String']['output']; value: Scalars['Int']['output']; }; export type ListBlock = StreamFieldInterface & { __typename?: 'ListBlock'; blockType: Scalars['String']['output']; field: Scalars['String']['output']; id?: Maybe; items: Array; rawValue: Scalars['String']['output']; }; /** * Base Page type used if one isn't generated for the current model. * All other node types extend this. */ export type Page = PageInterface & { __typename?: 'Page'; aliasOf?: Maybe; aliases: Array; ancestors: Array; association?: Maybe; children: Array; contentType: Scalars['String']['output']; depth?: Maybe; descendants: Array; draftTitle: Scalars['String']['output']; eventindex?: Maybe; eventpage?: Maybe; expireAt?: Maybe; expired: Scalars['Boolean']['output']; firstPublishedAt?: Maybe; genericpage?: Maybe; goLiveAt?: Maybe; hasUnpublishedChanges: Scalars['Boolean']['output']; homepage?: Maybe; id?: Maybe; lastPublishedAt?: Maybe; latestRevisionCreatedAt?: Maybe; live: Scalars['Boolean']['output']; locked?: Maybe; lockedAt?: Maybe; nextSiblings: Array; numchild: Scalars['Int']['output']; pageType?: Maybe; parent?: Maybe; path: Scalars['String']['output']; previousSiblings: Array; searchDescription?: Maybe; searchScore?: Maybe; seoTitle: Scalars['String']['output']; showInMenus: Scalars['Boolean']['output']; siblings: Array; sitesRootedHere: Array; slug: Scalars['String']['output']; title: Scalars['String']['output']; translationKey: Scalars['UUID']['output']; url?: Maybe; urlPath: Scalars['String']['output']; venueindex?: Maybe; venuepage?: Maybe; }; /** * Base Page type used if one isn't generated for the current model. * All other node types extend this. */ export type PageAncestorsArgs = { id?: InputMaybe; limit?: InputMaybe; offset?: InputMaybe; order?: InputMaybe; searchQuery?: InputMaybe; }; /** * Base Page type used if one isn't generated for the current model. * All other node types extend this. */ export type PageChildrenArgs = { id?: InputMaybe; limit?: InputMaybe; offset?: InputMaybe; order?: InputMaybe; searchQuery?: InputMaybe; }; /** * Base Page type used if one isn't generated for the current model. * All other node types extend this. */ export type PageDescendantsArgs = { id?: InputMaybe; limit?: InputMaybe; offset?: InputMaybe; order?: InputMaybe; searchQuery?: InputMaybe; }; /** * Base Page type used if one isn't generated for the current model. * All other node types extend this. */ export type PageNextSiblingsArgs = { id?: InputMaybe; limit?: InputMaybe; offset?: InputMaybe; order?: InputMaybe; searchQuery?: InputMaybe; }; /** * Base Page type used if one isn't generated for the current model. * All other node types extend this. */ export type PagePreviousSiblingsArgs = { id?: InputMaybe; limit?: InputMaybe; offset?: InputMaybe; order?: InputMaybe; searchQuery?: InputMaybe; }; /** * Base Page type used if one isn't generated for the current model. * All other node types extend this. */ export type PageSiblingsArgs = { id?: InputMaybe; limit?: InputMaybe; offset?: InputMaybe; order?: InputMaybe; searchQuery?: InputMaybe; }; export type PageChooserBlock = StreamFieldInterface & { __typename?: 'PageChooserBlock'; blockType: Scalars['String']['output']; field: Scalars['String']['output']; id?: Maybe; page: PageInterface; rawValue: Scalars['String']['output']; }; export type PageInterface = { ancestors: Array; children: Array; contentType: Scalars['String']['output']; depth?: Maybe; descendants: Array; firstPublishedAt?: Maybe; id?: Maybe; lastPublishedAt?: Maybe; live: Scalars['Boolean']['output']; locked?: Maybe; nextSiblings: Array; pageType?: Maybe; parent?: Maybe; previousSiblings: Array; searchDescription?: Maybe; searchScore?: Maybe; seoTitle: Scalars['String']['output']; showInMenus: Scalars['Boolean']['output']; siblings: Array; slug: Scalars['String']['output']; title: Scalars['String']['output']; url?: Maybe; urlPath: Scalars['String']['output']; }; export type PageInterfaceAncestorsArgs = { id?: InputMaybe; limit?: InputMaybe; offset?: InputMaybe; order?: InputMaybe; searchQuery?: InputMaybe; }; export type PageInterfaceChildrenArgs = { id?: InputMaybe; limit?: InputMaybe; offset?: InputMaybe; order?: InputMaybe; searchQuery?: InputMaybe; }; export type PageInterfaceDescendantsArgs = { id?: InputMaybe; limit?: InputMaybe; offset?: InputMaybe; order?: InputMaybe; searchQuery?: InputMaybe; }; export type PageInterfaceNextSiblingsArgs = { id?: InputMaybe; limit?: InputMaybe; offset?: InputMaybe; order?: InputMaybe; searchQuery?: InputMaybe; }; export type PageInterfacePreviousSiblingsArgs = { id?: InputMaybe; limit?: InputMaybe; offset?: InputMaybe; order?: InputMaybe; searchQuery?: InputMaybe; }; export type PageInterfaceSiblingsArgs = { id?: InputMaybe; limit?: InputMaybe; offset?: InputMaybe; order?: InputMaybe; searchQuery?: InputMaybe; }; export type Query = { __typename?: 'Query'; collections: Array>; document?: Maybe; documentType: Scalars['String']['output']; documents: Array; eventCategories?: Maybe>>; eventCategory?: Maybe; image?: Maybe; imageType: Scalars['String']['output']; images: Array; page?: Maybe; pages: Array; redirects: Array; search: Array; site?: Maybe; sites: Array; tag?: Maybe; tags: Array; }; export type QueryCollectionsArgs = { id?: InputMaybe; limit?: InputMaybe; offset?: InputMaybe; order?: InputMaybe; }; export type QueryDocumentArgs = { id?: InputMaybe; }; export type QueryDocumentsArgs = { collection?: InputMaybe; id?: InputMaybe; limit?: InputMaybe; offset?: InputMaybe; order?: InputMaybe; searchQuery?: InputMaybe; }; export type QueryEventCategoriesArgs = { id?: InputMaybe; limit?: InputMaybe; offset?: InputMaybe; order?: InputMaybe; searchQuery?: InputMaybe; }; export type QueryEventCategoryArgs = { id?: InputMaybe; }; export type QueryImageArgs = { id?: InputMaybe; }; export type QueryImagesArgs = { collection?: InputMaybe; id?: InputMaybe; limit?: InputMaybe; offset?: InputMaybe; order?: InputMaybe; searchQuery?: InputMaybe; }; export type QueryPageArgs = { contentType?: InputMaybe; id?: InputMaybe; inSite?: InputMaybe; site?: InputMaybe; slug?: InputMaybe; token?: InputMaybe; urlPath?: InputMaybe; }; export type QueryPagesArgs = { ancestor?: InputMaybe; contentType?: InputMaybe; id?: InputMaybe; inSite?: InputMaybe; limit?: InputMaybe; offset?: InputMaybe; order?: InputMaybe; parent?: InputMaybe; searchQuery?: InputMaybe; site?: InputMaybe; }; export type QuerySearchArgs = { query?: InputMaybe; }; export type QuerySiteArgs = { hostname?: InputMaybe; id?: InputMaybe; }; export type QuerySitesArgs = { id?: InputMaybe; limit?: InputMaybe; offset?: InputMaybe; order?: InputMaybe; searchQuery?: InputMaybe; }; export type QueryTagArgs = { id?: InputMaybe; }; export type QueryTagsArgs = { id?: InputMaybe; limit?: InputMaybe; offset?: InputMaybe; order?: InputMaybe; }; export type RawHtmlBlock = StreamFieldInterface & { __typename?: 'RawHTMLBlock'; blockType: Scalars['String']['output']; field: Scalars['String']['output']; id?: Maybe; rawValue: Scalars['String']['output']; value: Scalars['String']['output']; }; export type Redirect = { __typename?: 'Redirect'; isPermanent: Scalars['Boolean']['output']; newUrl?: Maybe; oldPath: Scalars['String']['output']; oldUrl: Scalars['String']['output']; page?: Maybe; site: SiteObjectType; }; export type RegexBlock = StreamFieldInterface & { __typename?: 'RegexBlock'; blockType: Scalars['String']['output']; field: Scalars['String']['output']; id?: Maybe; rawValue: Scalars['String']['output']; value: Scalars['String']['output']; }; export type RichTextBlock = StreamFieldInterface & { __typename?: 'RichTextBlock'; blockType: Scalars['String']['output']; field: Scalars['String']['output']; id?: Maybe; rawValue: Scalars['String']['output']; value: Scalars['String']['output']; }; export type Search = Association | EventCategory | EventIndex | EventOccurrence | EventPage | GenericPage | HomePage | Page | VenueIndex | VenuePage; export type SiteObjectType = { __typename?: 'SiteObjectType'; hostname: Scalars['String']['output']; id: Scalars['ID']['output']; /** Hvis merket vil denne siden håndtere forespørsler for alle andre vertsnavn som ikke har noen egen nettstedsoppføring. */ isDefaultSite: Scalars['Boolean']['output']; page?: Maybe; pages: Array; /** Sett denne til noe annet enn 80 dersom du har behov for at en spesifikk port vises i URLer (feks. utvikling på port 8000). Dette påvirker ikke håndtering av forespørsler (så port forwarding fungerer fortsatt). */ port: Scalars['Int']['output']; rootPage: Page; /** Lesbart navn for nettstedet */ siteName: Scalars['String']['output']; }; export type SiteObjectTypePageArgs = { contentType?: InputMaybe; id?: InputMaybe; slug?: InputMaybe; token?: InputMaybe; urlPath?: InputMaybe; }; export type SiteObjectTypePagesArgs = { contentType?: InputMaybe; id?: InputMaybe; limit?: InputMaybe; offset?: InputMaybe; order?: InputMaybe; searchQuery?: InputMaybe; }; export type StaticBlock = StreamFieldInterface & { __typename?: 'StaticBlock'; blockType: Scalars['String']['output']; field: Scalars['String']['output']; id?: Maybe; rawValue: Scalars['String']['output']; value: Scalars['String']['output']; }; export type StreamBlock = StreamFieldInterface & { __typename?: 'StreamBlock'; blockType: Scalars['String']['output']; blocks: Array; field: Scalars['String']['output']; id?: Maybe; rawValue: Scalars['String']['output']; }; export type StreamFieldBlock = StreamFieldInterface & { __typename?: 'StreamFieldBlock'; blockType: Scalars['String']['output']; field: Scalars['String']['output']; id?: Maybe; rawValue: Scalars['String']['output']; value: Scalars['String']['output']; }; export type StreamFieldInterface = { blockType: Scalars['String']['output']; field: Scalars['String']['output']; id?: Maybe; rawValue: Scalars['String']['output']; }; export type StructBlock = StreamFieldInterface & { __typename?: 'StructBlock'; blockType: Scalars['String']['output']; blocks: Array; field: Scalars['String']['output']; id?: Maybe; rawValue: Scalars['String']['output']; }; export type TagObjectType = { __typename?: 'TagObjectType'; id: Scalars['ID']['output']; name: Scalars['String']['output']; }; export type TextBlock = StreamFieldInterface & { __typename?: 'TextBlock'; blockType: Scalars['String']['output']; field: Scalars['String']['output']; id?: Maybe; rawValue: Scalars['String']['output']; value: Scalars['String']['output']; }; export type TimeBlock = StreamFieldInterface & { __typename?: 'TimeBlock'; blockType: Scalars['String']['output']; field: Scalars['String']['output']; id?: Maybe; rawValue: Scalars['String']['output']; value: Scalars['String']['output']; }; export type TimeBlockValueArgs = { format?: InputMaybe; }; export type UrlBlock = StreamFieldInterface & { __typename?: 'URLBlock'; blockType: Scalars['String']['output']; field: Scalars['String']['output']; id?: Maybe; rawValue: Scalars['String']['output']; value: Scalars['String']['output']; }; export type VenueIndex = PageInterface & { __typename?: 'VenueIndex'; aliasOf?: Maybe; aliases: Array; ancestors: Array; association?: Maybe; children: Array; contentType: Scalars['String']['output']; depth?: Maybe; descendants: Array; draftTitle: Scalars['String']['output']; eventindex?: Maybe; eventpage?: Maybe; expireAt?: Maybe; expired: Scalars['Boolean']['output']; firstPublishedAt?: Maybe; genericpage?: Maybe; goLiveAt?: Maybe; hasUnpublishedChanges: Scalars['Boolean']['output']; homepage?: Maybe; id?: Maybe; lastPublishedAt?: Maybe; latestRevisionCreatedAt?: Maybe; live: Scalars['Boolean']['output']; locked?: Maybe; lockedAt?: Maybe; nextSiblings: Array; numchild: Scalars['Int']['output']; pageType?: Maybe; parent?: Maybe; path: Scalars['String']['output']; previousSiblings: Array; searchDescription?: Maybe; searchScore?: Maybe; seoTitle: Scalars['String']['output']; showInMenus: Scalars['Boolean']['output']; siblings: Array; sitesRootedHere: Array; slug: Scalars['String']['output']; title: Scalars['String']['output']; translationKey: Scalars['UUID']['output']; url?: Maybe; urlPath: Scalars['String']['output']; venueindex?: Maybe; venuepage?: Maybe; }; export type VenueIndexAncestorsArgs = { id?: InputMaybe; limit?: InputMaybe; offset?: InputMaybe; order?: InputMaybe; searchQuery?: InputMaybe; }; export type VenueIndexChildrenArgs = { id?: InputMaybe; limit?: InputMaybe; offset?: InputMaybe; order?: InputMaybe; searchQuery?: InputMaybe; }; export type VenueIndexDescendantsArgs = { id?: InputMaybe; limit?: InputMaybe; offset?: InputMaybe; order?: InputMaybe; searchQuery?: InputMaybe; }; export type VenueIndexNextSiblingsArgs = { id?: InputMaybe; limit?: InputMaybe; offset?: InputMaybe; order?: InputMaybe; searchQuery?: InputMaybe; }; export type VenueIndexPreviousSiblingsArgs = { id?: InputMaybe; limit?: InputMaybe; offset?: InputMaybe; order?: InputMaybe; searchQuery?: InputMaybe; }; export type VenueIndexSiblingsArgs = { id?: InputMaybe; limit?: InputMaybe; offset?: InputMaybe; order?: InputMaybe; searchQuery?: InputMaybe; }; export type VenuePage = PageInterface & { __typename?: 'VenuePage'; aliasOf?: Maybe; aliases: Array; ancestors: Array; association?: Maybe; body?: Maybe>>; capabilityAudio?: Maybe; capabilityAudioVideo?: Maybe; capabilityBar?: Maybe; capabilityLighting?: Maybe; capacityLegal?: Maybe; capacitySitting?: Maybe; capacityStanding?: Maybe; children: Array; contentType: Scalars['String']['output']; depth?: Maybe; descendants: Array; draftTitle: Scalars['String']['output']; eventindex?: Maybe; eventpage?: Maybe; expireAt?: Maybe; expired: Scalars['Boolean']['output']; featuredImage?: Maybe; firstPublishedAt?: Maybe; floor?: Maybe; genericpage?: Maybe; goLiveAt?: Maybe; hasUnpublishedChanges: Scalars['Boolean']['output']; homepage?: Maybe; id?: Maybe; lastPublishedAt?: Maybe; latestRevisionCreatedAt?: Maybe; live: Scalars['Boolean']['output']; locked?: Maybe; lockedAt?: Maybe; nextSiblings: Array; numchild: Scalars['Int']['output']; pageType?: Maybe; parent?: Maybe; path: Scalars['String']['output']; preposition?: Maybe; previousSiblings: Array; searchDescription?: Maybe; searchScore?: Maybe; seoTitle: Scalars['String']['output']; showAsBookable?: Maybe; showInMenus: Scalars['Boolean']['output']; siblings: Array; sitesRootedHere: Array; slug: Scalars['String']['output']; title: Scalars['String']['output']; translationKey: Scalars['UUID']['output']; url?: Maybe; urlPath: Scalars['String']['output']; venueindex?: Maybe; venuepage?: Maybe; }; export type VenuePageAncestorsArgs = { id?: InputMaybe; limit?: InputMaybe; offset?: InputMaybe; order?: InputMaybe; searchQuery?: InputMaybe; }; export type VenuePageChildrenArgs = { id?: InputMaybe; limit?: InputMaybe; offset?: InputMaybe; order?: InputMaybe; searchQuery?: InputMaybe; }; export type VenuePageDescendantsArgs = { id?: InputMaybe; limit?: InputMaybe; offset?: InputMaybe; order?: InputMaybe; searchQuery?: InputMaybe; }; export type VenuePageNextSiblingsArgs = { id?: InputMaybe; limit?: InputMaybe; offset?: InputMaybe; order?: InputMaybe; searchQuery?: InputMaybe; }; export type VenuePagePreviousSiblingsArgs = { id?: InputMaybe; limit?: InputMaybe; offset?: InputMaybe; order?: InputMaybe; searchQuery?: InputMaybe; }; export type VenuePageSiblingsArgs = { id?: InputMaybe; limit?: InputMaybe; offset?: InputMaybe; order?: InputMaybe; searchQuery?: InputMaybe; }; export type GenericFragment = { __typename: 'GenericPage', id?: string | null, urlPath: string, title: string, body?: Array<{ __typename?: 'BlockQuoteBlock', id?: string | null, blockType: string, field: string } | { __typename?: 'BooleanBlock', id?: string | null, blockType: string, field: string } | { __typename?: 'CharBlock', id?: string | null, blockType: string, field: string } | { __typename?: 'ChoiceBlock', id?: string | null, blockType: string, field: string } | { __typename?: 'DateBlock', id?: string | null, blockType: string, field: string } | { __typename?: 'DateTimeBlock', id?: string | null, blockType: string, field: string } | { __typename?: 'DecimalBlock', id?: string | null, blockType: string, field: string } | { __typename?: 'DocumentChooserBlock', id?: string | null, blockType: string, field: string } | { __typename?: 'EmailBlock', id?: string | null, blockType: string, field: string } | { __typename?: 'EmbedBlock', id?: string | null, blockType: string, field: string } | { __typename?: 'FloatBlock', id?: string | null, blockType: string, field: string } | { __typename?: 'ImageChooserBlock', id?: string | null, blockType: string, field: string } | { __typename?: 'IntegerBlock', id?: string | null, blockType: string, field: string } | { __typename?: 'ListBlock', id?: string | null, blockType: string, field: string } | { __typename?: 'PageChooserBlock', id?: string | null, blockType: string, field: string } | { __typename?: 'RawHTMLBlock', id?: string | null, blockType: string, field: string } | { __typename?: 'RegexBlock', id?: string | null, blockType: string, field: string } | { __typename?: 'RichTextBlock', rawValue: string, value: string, id?: string | null, blockType: string, field: string } | { __typename?: 'StaticBlock', id?: string | null, blockType: string, field: string } | { __typename?: 'StreamBlock', id?: string | null, blockType: string, field: string } | { __typename?: 'StreamFieldBlock', id?: string | null, blockType: string, field: string } | { __typename?: 'StructBlock', id?: string | null, blockType: string, field: string } | { __typename?: 'TextBlock', id?: string | null, blockType: string, field: string } | { __typename?: 'TimeBlock', id?: string | null, blockType: string, field: string } | { __typename?: 'URLBlock', id?: string | null, blockType: string, field: string } | null> | null } & { ' $fragmentName'?: 'GenericFragment' }; export type AllGenericSlugsQueryVariables = Exact<{ [key: string]: never; }>; export type AllGenericSlugsQuery = { __typename?: 'Query', pages: Array<{ __typename?: 'Association', id?: string | null, urlPath: string } | { __typename?: 'EventIndex', id?: string | null, urlPath: string } | { __typename?: 'EventPage', id?: string | null, urlPath: string } | { __typename?: 'GenericPage', id?: string | null, urlPath: string } | { __typename?: 'HomePage', id?: string | null, urlPath: string } | { __typename?: 'Page', id?: string | null, urlPath: string } | { __typename?: 'VenueIndex', id?: string | null, urlPath: string } | { __typename?: 'VenuePage', id?: string | null, urlPath: string }> }; export type GenericPageByUrlQueryVariables = Exact<{ urlPath: Scalars['String']['input']; }>; export type GenericPageByUrlQuery = { __typename?: 'Query', page?: { __typename?: 'Association' } | { __typename?: 'EventIndex' } | { __typename?: 'EventPage' } | ( { __typename?: 'GenericPage' } & { ' $fragmentRefs'?: { 'GenericFragment': GenericFragment } } ) | { __typename?: 'HomePage' } | { __typename?: 'Page' } | { __typename?: 'VenueIndex' } | { __typename?: 'VenuePage' } | null }; export type AllEventSlugsQueryVariables = Exact<{ [key: string]: never; }>; export type AllEventSlugsQuery = { __typename?: 'Query', pages: Array<{ __typename?: 'Association', id?: string | null, slug: string } | { __typename?: 'EventIndex', id?: string | null, slug: string } | { __typename?: 'EventPage', id?: string | null, slug: string } | { __typename?: 'GenericPage', id?: string | null, slug: string } | { __typename?: 'HomePage', id?: string | null, slug: string } | { __typename?: 'Page', id?: string | null, slug: string } | { __typename?: 'VenueIndex', id?: string | null, slug: string } | { __typename?: 'VenuePage', id?: string | null, slug: string }> }; export type EventBySlugQueryVariables = Exact<{ slug: Scalars['String']['input']; }>; export type EventBySlugQuery = { __typename?: 'Query', event?: { __typename?: 'Association' } | { __typename?: 'EventIndex' } | ( { __typename?: 'EventPage' } & { ' $fragmentRefs'?: { 'EventFragment': EventFragment } } ) | { __typename?: 'GenericPage' } | { __typename?: 'HomePage' } | { __typename?: 'Page' } | { __typename?: 'VenueIndex' } | { __typename?: 'VenuePage' } | null }; export type AllVenueSlugsQueryVariables = Exact<{ [key: string]: never; }>; export type AllVenueSlugsQuery = { __typename?: 'Query', pages: Array<{ __typename?: 'Association', id?: string | null, slug: string } | { __typename?: 'EventIndex', id?: string | null, slug: string } | { __typename?: 'EventPage', id?: string | null, slug: string } | { __typename?: 'GenericPage', id?: string | null, slug: string } | { __typename?: 'HomePage', id?: string | null, slug: string } | { __typename?: 'Page', id?: string | null, slug: string } | { __typename?: 'VenueIndex', id?: string | null, slug: string } | { __typename?: 'VenuePage', id?: string | null, slug: string }> }; export type VenueBySlugQueryVariables = Exact<{ slug: Scalars['String']['input']; }>; export type VenueBySlugQuery = { __typename?: 'Query', venue?: { __typename?: 'Association' } | { __typename?: 'EventIndex' } | { __typename?: 'EventPage' } | { __typename?: 'GenericPage' } | { __typename?: 'HomePage' } | { __typename?: 'Page' } | { __typename?: 'VenueIndex' } | ( { __typename?: 'VenuePage' } & { ' $fragmentRefs'?: { 'VenueFragment': VenueFragment } } ) | null }; export type VenueFragment = { __typename: 'VenuePage', id?: string | null, slug: string, title: string, showAsBookable?: boolean | null, floor?: string | null, preposition?: string | null, capabilityAudio?: string | null, capabilityAudioVideo?: string | null, capabilityBar?: string | null, capabilityLighting?: string | null, capacityLegal?: string | null, capacityStanding?: string | null, capacitySitting?: string | null, body?: Array<{ __typename?: 'BlockQuoteBlock', id?: string | null, blockType: string, field: string } | { __typename?: 'BooleanBlock', id?: string | null, blockType: string, field: string } | { __typename?: 'CharBlock', id?: string | null, blockType: string, field: string } | { __typename?: 'ChoiceBlock', id?: string | null, blockType: string, field: string } | { __typename?: 'DateBlock', id?: string | null, blockType: string, field: string } | { __typename?: 'DateTimeBlock', id?: string | null, blockType: string, field: string } | { __typename?: 'DecimalBlock', id?: string | null, blockType: string, field: string } | { __typename?: 'DocumentChooserBlock', id?: string | null, blockType: string, field: string } | { __typename?: 'EmailBlock', id?: string | null, blockType: string, field: string } | { __typename?: 'EmbedBlock', id?: string | null, blockType: string, field: string } | { __typename?: 'FloatBlock', id?: string | null, blockType: string, field: string } | { __typename?: 'ImageChooserBlock', id?: string | null, blockType: string, field: string } | { __typename?: 'IntegerBlock', id?: string | null, blockType: string, field: string } | { __typename?: 'ListBlock', id?: string | null, blockType: string, field: string } | { __typename?: 'PageChooserBlock', id?: string | null, blockType: string, field: string } | { __typename?: 'RawHTMLBlock', id?: string | null, blockType: string, field: string } | { __typename?: 'RegexBlock', id?: string | null, blockType: string, field: string } | { __typename?: 'RichTextBlock', rawValue: string, value: string, id?: string | null, blockType: string, field: string } | { __typename?: 'StaticBlock', id?: string | null, blockType: string, field: string } | { __typename?: 'StreamBlock', id?: string | null, blockType: string, field: string } | { __typename?: 'StreamFieldBlock', id?: string | null, blockType: string, field: string } | { __typename?: 'StructBlock', id?: string | null, blockType: string, field: string } | { __typename?: 'TextBlock', id?: string | null, blockType: string, field: string } | { __typename?: 'TimeBlock', id?: string | null, blockType: string, field: string } | { __typename?: 'URLBlock', id?: string | null, blockType: string, field: string } | null> | null, featuredImage?: { __typename?: 'ImageObjectType', url: string, width: number, height: number } | null } & { ' $fragmentName'?: 'VenueFragment' }; export type AllVenuesQueryVariables = Exact<{ [key: string]: never; }>; export type AllVenuesQuery = { __typename?: 'Query', venues: Array<{ __typename?: 'Association' } | { __typename?: 'EventIndex' } | { __typename?: 'EventPage' } | { __typename?: 'GenericPage' } | { __typename?: 'HomePage' } | { __typename?: 'Page' } | { __typename?: 'VenueIndex' } | ( { __typename?: 'VenuePage' } & { ' $fragmentRefs'?: { 'VenueFragment': VenueFragment } } )> }; export type HomeQueryVariables = Exact<{ [key: string]: never; }>; export type HomeQuery = { __typename?: 'Query', events: Array<{ __typename?: 'Association' } | { __typename?: 'EventIndex' } | ( { __typename?: 'EventPage' } & { ' $fragmentRefs'?: { 'EventFragment': EventFragment } } ) | { __typename?: 'GenericPage' } | { __typename?: 'HomePage' } | { __typename?: 'Page' } | { __typename?: 'VenueIndex' } | { __typename?: 'VenuePage' }> }; export type EventFragment = { __typename: 'EventPage', id?: string | null, slug: string, title: string, facebookUrl?: string | null, ticketUrl?: string | null, priceRegular?: number | null, priceMember?: number | null, priceStudent?: number | null, body?: Array<{ __typename?: 'BlockQuoteBlock', id?: string | null, blockType: string, field: string } | { __typename?: 'BooleanBlock', id?: string | null, blockType: string, field: string } | { __typename?: 'CharBlock', id?: string | null, blockType: string, field: string } | { __typename?: 'ChoiceBlock', id?: string | null, blockType: string, field: string } | { __typename?: 'DateBlock', id?: string | null, blockType: string, field: string } | { __typename?: 'DateTimeBlock', id?: string | null, blockType: string, field: string } | { __typename?: 'DecimalBlock', id?: string | null, blockType: string, field: string } | { __typename?: 'DocumentChooserBlock', id?: string | null, blockType: string, field: string } | { __typename?: 'EmailBlock', id?: string | null, blockType: string, field: string } | { __typename?: 'EmbedBlock', id?: string | null, blockType: string, field: string } | { __typename?: 'FloatBlock', id?: string | null, blockType: string, field: string } | { __typename?: 'ImageChooserBlock', id?: string | null, blockType: string, field: string } | { __typename?: 'IntegerBlock', id?: string | null, blockType: string, field: string } | { __typename?: 'ListBlock', id?: string | null, blockType: string, field: string } | { __typename?: 'PageChooserBlock', id?: string | null, blockType: string, field: string } | { __typename?: 'RawHTMLBlock', id?: string | null, blockType: string, field: string } | { __typename?: 'RegexBlock', id?: string | null, blockType: string, field: string } | { __typename?: 'RichTextBlock', rawValue: string, value: string, id?: string | null, blockType: string, field: string } | { __typename?: 'StaticBlock', id?: string | null, blockType: string, field: string } | { __typename?: 'StreamBlock', id?: string | null, blockType: string, field: string } | { __typename?: 'StreamFieldBlock', id?: string | null, blockType: string, field: string } | { __typename?: 'StructBlock', id?: string | null, blockType: string, field: string } | { __typename?: 'TextBlock', id?: string | null, blockType: string, field: string } | { __typename?: 'TimeBlock', id?: string | null, blockType: string, field: string } | { __typename?: 'URLBlock', id?: string | null, blockType: string, field: string } | null> | null, featuredImage?: { __typename?: 'ImageObjectType', url: string, width: number, height: number } | null, categories: Array<{ __typename?: 'EventCategory', name: string, slug: string }>, occurrences: Array<{ __typename: 'EventOccurrence', id?: string | null, start: string, end?: string | null, venue?: { __typename: 'VenuePage', id?: string | null, slug: string, title: string } | null }> } & { ' $fragmentName'?: 'EventFragment' }; export type AllEventsQueryVariables = Exact<{ [key: string]: never; }>; export type AllEventsQuery = { __typename?: 'Query', events: Array<{ __typename?: 'Association' } | { __typename?: 'EventIndex' } | ( { __typename?: 'EventPage' } & { ' $fragmentRefs'?: { 'EventFragment': EventFragment } } ) | { __typename?: 'GenericPage' } | { __typename?: 'HomePage' } | { __typename?: 'Page' } | { __typename?: 'VenueIndex' } | { __typename?: 'VenuePage' }>, eventCategories?: Array<{ __typename?: 'EventCategory', name: string, slug: string, showInFilters: boolean } | null> | null }; export const GenericFragmentDoc = {"kind":"Document","definitions":[{"kind":"FragmentDefinition","name":{"kind":"Name","value":"Generic"},"typeCondition":{"kind":"NamedType","name":{"kind":"Name","value":"GenericPage"}},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"__typename"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"urlPath"}},{"kind":"Field","name":{"kind":"Name","value":"title"}},{"kind":"Field","name":{"kind":"Name","value":"body"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"blockType"}},{"kind":"Field","name":{"kind":"Name","value":"field"}},{"kind":"InlineFragment","typeCondition":{"kind":"NamedType","name":{"kind":"Name","value":"RichTextBlock"}},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"rawValue"}},{"kind":"Field","name":{"kind":"Name","value":"value"}}]}}]}}]}}]} as unknown as DocumentNode; export const VenueFragmentDoc = {"kind":"Document","definitions":[{"kind":"FragmentDefinition","name":{"kind":"Name","value":"Venue"},"typeCondition":{"kind":"NamedType","name":{"kind":"Name","value":"VenuePage"}},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"__typename"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"slug"}},{"kind":"Field","name":{"kind":"Name","value":"title"}},{"kind":"Field","name":{"kind":"Name","value":"body"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"blockType"}},{"kind":"Field","name":{"kind":"Name","value":"field"}},{"kind":"InlineFragment","typeCondition":{"kind":"NamedType","name":{"kind":"Name","value":"RichTextBlock"}},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"rawValue"}},{"kind":"Field","name":{"kind":"Name","value":"value"}}]}}]}},{"kind":"Field","name":{"kind":"Name","value":"featuredImage"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"url"}},{"kind":"Field","name":{"kind":"Name","value":"width"}},{"kind":"Field","name":{"kind":"Name","value":"height"}}]}},{"kind":"Field","name":{"kind":"Name","value":"showAsBookable"}},{"kind":"Field","name":{"kind":"Name","value":"floor"}},{"kind":"Field","name":{"kind":"Name","value":"preposition"}},{"kind":"Field","name":{"kind":"Name","value":"capabilityAudio"}},{"kind":"Field","name":{"kind":"Name","value":"capabilityAudioVideo"}},{"kind":"Field","name":{"kind":"Name","value":"capabilityBar"}},{"kind":"Field","name":{"kind":"Name","value":"capabilityLighting"}},{"kind":"Field","name":{"kind":"Name","value":"capacityLegal"}},{"kind":"Field","name":{"kind":"Name","value":"capacityStanding"}},{"kind":"Field","name":{"kind":"Name","value":"capacitySitting"}}]}}]} as unknown as DocumentNode; export const EventFragmentDoc = {"kind":"Document","definitions":[{"kind":"FragmentDefinition","name":{"kind":"Name","value":"Event"},"typeCondition":{"kind":"NamedType","name":{"kind":"Name","value":"EventPage"}},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"__typename"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"slug"}},{"kind":"Field","name":{"kind":"Name","value":"title"}},{"kind":"Field","name":{"kind":"Name","value":"body"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"blockType"}},{"kind":"Field","name":{"kind":"Name","value":"field"}},{"kind":"InlineFragment","typeCondition":{"kind":"NamedType","name":{"kind":"Name","value":"RichTextBlock"}},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"rawValue"}},{"kind":"Field","name":{"kind":"Name","value":"value"}}]}}]}},{"kind":"Field","name":{"kind":"Name","value":"featuredImage"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"url"}},{"kind":"Field","name":{"kind":"Name","value":"width"}},{"kind":"Field","name":{"kind":"Name","value":"height"}}]}},{"kind":"Field","name":{"kind":"Name","value":"facebookUrl"}},{"kind":"Field","name":{"kind":"Name","value":"ticketUrl"}},{"kind":"Field","name":{"kind":"Name","value":"priceRegular"}},{"kind":"Field","name":{"kind":"Name","value":"priceMember"}},{"kind":"Field","name":{"kind":"Name","value":"priceStudent"}},{"kind":"Field","name":{"kind":"Name","value":"categories"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"InlineFragment","typeCondition":{"kind":"NamedType","name":{"kind":"Name","value":"EventCategory"}},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"name"}},{"kind":"Field","name":{"kind":"Name","value":"slug"}}]}}]}},{"kind":"Field","name":{"kind":"Name","value":"occurrences"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"InlineFragment","typeCondition":{"kind":"NamedType","name":{"kind":"Name","value":"EventOccurrence"}},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"__typename"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"start"}},{"kind":"Field","name":{"kind":"Name","value":"end"}},{"kind":"Field","name":{"kind":"Name","value":"venue"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"__typename"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"slug"}},{"kind":"Field","name":{"kind":"Name","value":"title"}}]}}]}}]}}]}}]} as unknown as DocumentNode; export const AllGenericSlugsDocument = {"kind":"Document","definitions":[{"kind":"OperationDefinition","operation":"query","name":{"kind":"Name","value":"allGenericSlugs"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"pages"},"arguments":[{"kind":"Argument","name":{"kind":"Name","value":"contentType"},"value":{"kind":"StringValue","value":"generic.GenericPage","block":false}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"urlPath"}}]}}]}}]} as unknown as DocumentNode; export const GenericPageByUrlDocument = {"kind":"Document","definitions":[{"kind":"OperationDefinition","operation":"query","name":{"kind":"Name","value":"genericPageByUrl"},"variableDefinitions":[{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"urlPath"}},"type":{"kind":"NonNullType","type":{"kind":"NamedType","name":{"kind":"Name","value":"String"}}}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","alias":{"kind":"Name","value":"page"},"name":{"kind":"Name","value":"page"},"arguments":[{"kind":"Argument","name":{"kind":"Name","value":"contentType"},"value":{"kind":"StringValue","value":"generic.GenericPage","block":false}},{"kind":"Argument","name":{"kind":"Name","value":"urlPath"},"value":{"kind":"Variable","name":{"kind":"Name","value":"urlPath"}}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"InlineFragment","typeCondition":{"kind":"NamedType","name":{"kind":"Name","value":"GenericPage"}},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"FragmentSpread","name":{"kind":"Name","value":"Generic"}}]}}]}}]}},{"kind":"FragmentDefinition","name":{"kind":"Name","value":"Generic"},"typeCondition":{"kind":"NamedType","name":{"kind":"Name","value":"GenericPage"}},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"__typename"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"urlPath"}},{"kind":"Field","name":{"kind":"Name","value":"title"}},{"kind":"Field","name":{"kind":"Name","value":"body"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"blockType"}},{"kind":"Field","name":{"kind":"Name","value":"field"}},{"kind":"InlineFragment","typeCondition":{"kind":"NamedType","name":{"kind":"Name","value":"RichTextBlock"}},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"rawValue"}},{"kind":"Field","name":{"kind":"Name","value":"value"}}]}}]}}]}}]} as unknown as DocumentNode; export const AllEventSlugsDocument = {"kind":"Document","definitions":[{"kind":"OperationDefinition","operation":"query","name":{"kind":"Name","value":"allEventSlugs"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"pages"},"arguments":[{"kind":"Argument","name":{"kind":"Name","value":"contentType"},"value":{"kind":"StringValue","value":"events.EventPage","block":false}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"slug"}}]}}]}}]} as unknown as DocumentNode; export const EventBySlugDocument = {"kind":"Document","definitions":[{"kind":"OperationDefinition","operation":"query","name":{"kind":"Name","value":"eventBySlug"},"variableDefinitions":[{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"slug"}},"type":{"kind":"NonNullType","type":{"kind":"NamedType","name":{"kind":"Name","value":"String"}}}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","alias":{"kind":"Name","value":"event"},"name":{"kind":"Name","value":"page"},"arguments":[{"kind":"Argument","name":{"kind":"Name","value":"contentType"},"value":{"kind":"StringValue","value":"events.EventPage","block":false}},{"kind":"Argument","name":{"kind":"Name","value":"slug"},"value":{"kind":"Variable","name":{"kind":"Name","value":"slug"}}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"InlineFragment","typeCondition":{"kind":"NamedType","name":{"kind":"Name","value":"EventPage"}},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"FragmentSpread","name":{"kind":"Name","value":"Event"}}]}}]}}]}},{"kind":"FragmentDefinition","name":{"kind":"Name","value":"Event"},"typeCondition":{"kind":"NamedType","name":{"kind":"Name","value":"EventPage"}},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"__typename"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"slug"}},{"kind":"Field","name":{"kind":"Name","value":"title"}},{"kind":"Field","name":{"kind":"Name","value":"body"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"blockType"}},{"kind":"Field","name":{"kind":"Name","value":"field"}},{"kind":"InlineFragment","typeCondition":{"kind":"NamedType","name":{"kind":"Name","value":"RichTextBlock"}},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"rawValue"}},{"kind":"Field","name":{"kind":"Name","value":"value"}}]}}]}},{"kind":"Field","name":{"kind":"Name","value":"featuredImage"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"url"}},{"kind":"Field","name":{"kind":"Name","value":"width"}},{"kind":"Field","name":{"kind":"Name","value":"height"}}]}},{"kind":"Field","name":{"kind":"Name","value":"facebookUrl"}},{"kind":"Field","name":{"kind":"Name","value":"ticketUrl"}},{"kind":"Field","name":{"kind":"Name","value":"priceRegular"}},{"kind":"Field","name":{"kind":"Name","value":"priceMember"}},{"kind":"Field","name":{"kind":"Name","value":"priceStudent"}},{"kind":"Field","name":{"kind":"Name","value":"categories"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"InlineFragment","typeCondition":{"kind":"NamedType","name":{"kind":"Name","value":"EventCategory"}},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"name"}},{"kind":"Field","name":{"kind":"Name","value":"slug"}}]}}]}},{"kind":"Field","name":{"kind":"Name","value":"occurrences"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"InlineFragment","typeCondition":{"kind":"NamedType","name":{"kind":"Name","value":"EventOccurrence"}},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"__typename"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"start"}},{"kind":"Field","name":{"kind":"Name","value":"end"}},{"kind":"Field","name":{"kind":"Name","value":"venue"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"__typename"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"slug"}},{"kind":"Field","name":{"kind":"Name","value":"title"}}]}}]}}]}}]}}]} as unknown as DocumentNode; export const AllVenueSlugsDocument = {"kind":"Document","definitions":[{"kind":"OperationDefinition","operation":"query","name":{"kind":"Name","value":"allVenueSlugs"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"pages"},"arguments":[{"kind":"Argument","name":{"kind":"Name","value":"contentType"},"value":{"kind":"StringValue","value":"venues.VenuePage","block":false}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"slug"}}]}}]}}]} as unknown as DocumentNode; export const VenueBySlugDocument = {"kind":"Document","definitions":[{"kind":"OperationDefinition","operation":"query","name":{"kind":"Name","value":"venueBySlug"},"variableDefinitions":[{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"slug"}},"type":{"kind":"NonNullType","type":{"kind":"NamedType","name":{"kind":"Name","value":"String"}}}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","alias":{"kind":"Name","value":"venue"},"name":{"kind":"Name","value":"page"},"arguments":[{"kind":"Argument","name":{"kind":"Name","value":"contentType"},"value":{"kind":"StringValue","value":"venues.VenuePage","block":false}},{"kind":"Argument","name":{"kind":"Name","value":"slug"},"value":{"kind":"Variable","name":{"kind":"Name","value":"slug"}}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"InlineFragment","typeCondition":{"kind":"NamedType","name":{"kind":"Name","value":"VenuePage"}},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"FragmentSpread","name":{"kind":"Name","value":"Venue"}}]}}]}}]}},{"kind":"FragmentDefinition","name":{"kind":"Name","value":"Venue"},"typeCondition":{"kind":"NamedType","name":{"kind":"Name","value":"VenuePage"}},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"__typename"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"slug"}},{"kind":"Field","name":{"kind":"Name","value":"title"}},{"kind":"Field","name":{"kind":"Name","value":"body"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"blockType"}},{"kind":"Field","name":{"kind":"Name","value":"field"}},{"kind":"InlineFragment","typeCondition":{"kind":"NamedType","name":{"kind":"Name","value":"RichTextBlock"}},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"rawValue"}},{"kind":"Field","name":{"kind":"Name","value":"value"}}]}}]}},{"kind":"Field","name":{"kind":"Name","value":"featuredImage"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"url"}},{"kind":"Field","name":{"kind":"Name","value":"width"}},{"kind":"Field","name":{"kind":"Name","value":"height"}}]}},{"kind":"Field","name":{"kind":"Name","value":"showAsBookable"}},{"kind":"Field","name":{"kind":"Name","value":"floor"}},{"kind":"Field","name":{"kind":"Name","value":"preposition"}},{"kind":"Field","name":{"kind":"Name","value":"capabilityAudio"}},{"kind":"Field","name":{"kind":"Name","value":"capabilityAudioVideo"}},{"kind":"Field","name":{"kind":"Name","value":"capabilityBar"}},{"kind":"Field","name":{"kind":"Name","value":"capabilityLighting"}},{"kind":"Field","name":{"kind":"Name","value":"capacityLegal"}},{"kind":"Field","name":{"kind":"Name","value":"capacityStanding"}},{"kind":"Field","name":{"kind":"Name","value":"capacitySitting"}}]}}]} as unknown as DocumentNode; export const AllVenuesDocument = {"kind":"Document","definitions":[{"kind":"OperationDefinition","operation":"query","name":{"kind":"Name","value":"allVenues"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","alias":{"kind":"Name","value":"venues"},"name":{"kind":"Name","value":"pages"},"arguments":[{"kind":"Argument","name":{"kind":"Name","value":"contentType"},"value":{"kind":"StringValue","value":"venues.VenuePage","block":false}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"InlineFragment","typeCondition":{"kind":"NamedType","name":{"kind":"Name","value":"VenuePage"}},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"FragmentSpread","name":{"kind":"Name","value":"Venue"}}]}}]}}]}},{"kind":"FragmentDefinition","name":{"kind":"Name","value":"Venue"},"typeCondition":{"kind":"NamedType","name":{"kind":"Name","value":"VenuePage"}},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"__typename"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"slug"}},{"kind":"Field","name":{"kind":"Name","value":"title"}},{"kind":"Field","name":{"kind":"Name","value":"body"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"blockType"}},{"kind":"Field","name":{"kind":"Name","value":"field"}},{"kind":"InlineFragment","typeCondition":{"kind":"NamedType","name":{"kind":"Name","value":"RichTextBlock"}},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"rawValue"}},{"kind":"Field","name":{"kind":"Name","value":"value"}}]}}]}},{"kind":"Field","name":{"kind":"Name","value":"featuredImage"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"url"}},{"kind":"Field","name":{"kind":"Name","value":"width"}},{"kind":"Field","name":{"kind":"Name","value":"height"}}]}},{"kind":"Field","name":{"kind":"Name","value":"showAsBookable"}},{"kind":"Field","name":{"kind":"Name","value":"floor"}},{"kind":"Field","name":{"kind":"Name","value":"preposition"}},{"kind":"Field","name":{"kind":"Name","value":"capabilityAudio"}},{"kind":"Field","name":{"kind":"Name","value":"capabilityAudioVideo"}},{"kind":"Field","name":{"kind":"Name","value":"capabilityBar"}},{"kind":"Field","name":{"kind":"Name","value":"capabilityLighting"}},{"kind":"Field","name":{"kind":"Name","value":"capacityLegal"}},{"kind":"Field","name":{"kind":"Name","value":"capacityStanding"}},{"kind":"Field","name":{"kind":"Name","value":"capacitySitting"}}]}}]} as unknown as DocumentNode; export const HomeDocument = {"kind":"Document","definitions":[{"kind":"OperationDefinition","operation":"query","name":{"kind":"Name","value":"home"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","alias":{"kind":"Name","value":"events"},"name":{"kind":"Name","value":"pages"},"arguments":[{"kind":"Argument","name":{"kind":"Name","value":"contentType"},"value":{"kind":"StringValue","value":"events.EventPage","block":false}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"FragmentSpread","name":{"kind":"Name","value":"Event"}}]}}]}},{"kind":"FragmentDefinition","name":{"kind":"Name","value":"Event"},"typeCondition":{"kind":"NamedType","name":{"kind":"Name","value":"EventPage"}},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"__typename"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"slug"}},{"kind":"Field","name":{"kind":"Name","value":"title"}},{"kind":"Field","name":{"kind":"Name","value":"body"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"blockType"}},{"kind":"Field","name":{"kind":"Name","value":"field"}},{"kind":"InlineFragment","typeCondition":{"kind":"NamedType","name":{"kind":"Name","value":"RichTextBlock"}},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"rawValue"}},{"kind":"Field","name":{"kind":"Name","value":"value"}}]}}]}},{"kind":"Field","name":{"kind":"Name","value":"featuredImage"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"url"}},{"kind":"Field","name":{"kind":"Name","value":"width"}},{"kind":"Field","name":{"kind":"Name","value":"height"}}]}},{"kind":"Field","name":{"kind":"Name","value":"facebookUrl"}},{"kind":"Field","name":{"kind":"Name","value":"ticketUrl"}},{"kind":"Field","name":{"kind":"Name","value":"priceRegular"}},{"kind":"Field","name":{"kind":"Name","value":"priceMember"}},{"kind":"Field","name":{"kind":"Name","value":"priceStudent"}},{"kind":"Field","name":{"kind":"Name","value":"categories"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"InlineFragment","typeCondition":{"kind":"NamedType","name":{"kind":"Name","value":"EventCategory"}},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"name"}},{"kind":"Field","name":{"kind":"Name","value":"slug"}}]}}]}},{"kind":"Field","name":{"kind":"Name","value":"occurrences"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"InlineFragment","typeCondition":{"kind":"NamedType","name":{"kind":"Name","value":"EventOccurrence"}},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"__typename"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"start"}},{"kind":"Field","name":{"kind":"Name","value":"end"}},{"kind":"Field","name":{"kind":"Name","value":"venue"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"__typename"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"slug"}},{"kind":"Field","name":{"kind":"Name","value":"title"}}]}}]}}]}}]}}]} as unknown as DocumentNode; export const AllEventsDocument = {"kind":"Document","definitions":[{"kind":"OperationDefinition","operation":"query","name":{"kind":"Name","value":"allEvents"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","alias":{"kind":"Name","value":"events"},"name":{"kind":"Name","value":"pages"},"arguments":[{"kind":"Argument","name":{"kind":"Name","value":"contentType"},"value":{"kind":"StringValue","value":"events.EventPage","block":false}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"InlineFragment","typeCondition":{"kind":"NamedType","name":{"kind":"Name","value":"EventPage"}},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"FragmentSpread","name":{"kind":"Name","value":"Event"}}]}}]}},{"kind":"Field","alias":{"kind":"Name","value":"eventCategories"},"name":{"kind":"Name","value":"eventCategories"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"InlineFragment","typeCondition":{"kind":"NamedType","name":{"kind":"Name","value":"EventCategory"}},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"name"}},{"kind":"Field","name":{"kind":"Name","value":"slug"}},{"kind":"Field","name":{"kind":"Name","value":"showInFilters"}}]}}]}}]}},{"kind":"FragmentDefinition","name":{"kind":"Name","value":"Event"},"typeCondition":{"kind":"NamedType","name":{"kind":"Name","value":"EventPage"}},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"__typename"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"slug"}},{"kind":"Field","name":{"kind":"Name","value":"title"}},{"kind":"Field","name":{"kind":"Name","value":"body"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"blockType"}},{"kind":"Field","name":{"kind":"Name","value":"field"}},{"kind":"InlineFragment","typeCondition":{"kind":"NamedType","name":{"kind":"Name","value":"RichTextBlock"}},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"rawValue"}},{"kind":"Field","name":{"kind":"Name","value":"value"}}]}}]}},{"kind":"Field","name":{"kind":"Name","value":"featuredImage"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"url"}},{"kind":"Field","name":{"kind":"Name","value":"width"}},{"kind":"Field","name":{"kind":"Name","value":"height"}}]}},{"kind":"Field","name":{"kind":"Name","value":"facebookUrl"}},{"kind":"Field","name":{"kind":"Name","value":"ticketUrl"}},{"kind":"Field","name":{"kind":"Name","value":"priceRegular"}},{"kind":"Field","name":{"kind":"Name","value":"priceMember"}},{"kind":"Field","name":{"kind":"Name","value":"priceStudent"}},{"kind":"Field","name":{"kind":"Name","value":"categories"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"InlineFragment","typeCondition":{"kind":"NamedType","name":{"kind":"Name","value":"EventCategory"}},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"name"}},{"kind":"Field","name":{"kind":"Name","value":"slug"}}]}}]}},{"kind":"Field","name":{"kind":"Name","value":"occurrences"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"InlineFragment","typeCondition":{"kind":"NamedType","name":{"kind":"Name","value":"EventOccurrence"}},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"__typename"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"start"}},{"kind":"Field","name":{"kind":"Name","value":"end"}},{"kind":"Field","name":{"kind":"Name","value":"venue"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"__typename"}},{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"slug"}},{"kind":"Field","name":{"kind":"Name","value":"title"}}]}}]}}]}}]}}]} as unknown as DocumentNode;