{"version":3,"file":"Loader-B9wzXmT7.js","sources":["../../src/codegenGenerated/optigraphql/generated.ts","../../src/scripts/modules/react-modules/Loader.tsx"],"sourcesContent":["import { useQuery, UseQueryOptions } from '@tanstack/react-query';\nexport type Maybe = T | null;\nexport type InputMaybe = Maybe;\nexport type Exact = { [K in keyof T]: T[K] };\nexport type MakeOptional = Omit & { [SubKey in K]?: Maybe };\nexport type MakeMaybe = Omit & { [SubKey in K]: Maybe };\nexport type MakeEmpty = { [_ in K]?: never };\nexport type Incremental = T | { [P in keyof T]?: P extends ' $fragmentName' | '__typename' ? T[P] : never };\n\nfunction fetcher(query: string, variables?: TVariables) {\n return async (): Promise => {\n const res = await fetch(\"https://cg.optimizely.com/content/v2?auth=eWlUBSkOGkDE1tZESvinzIe0BHNMbkxsvuxancRGExV4jRKF\", {\n method: \"POST\",\n body: JSON.stringify({ query, variables }),\n });\n\n const json = await res.json();\n\n if (json.errors) {\n const { message } = json.errors[0];\n\n throw new Error(message);\n }\n\n return json.data;\n }\n}\n/** All built-in and custom scalars, mapped to their actual values */\nexport type Scalars = {\n ID: { input: string; output: string; }\n String: { input: string; output: string; }\n Boolean: { input: boolean; output: boolean; }\n Int: { input: number; output: number; }\n Float: { input: number; output: number; }\n Bool: { input: any; output: any; }\n Date: { input: any; output: any; }\n};\n\n/** Used to define properties for the about block. */\nexport type AboutBlock = IContent & IData & {\n __typename?: 'AboutBlock';\n Ancestors?: Maybe>>;\n Category?: Maybe>>;\n Changed?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe;\n ExistingLanguages?: Maybe>>;\n IsCommonDraft?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe;\n PageFeaturedDescription?: Maybe;\n PageImageUrl?: Maybe;\n PageIsSearchable?: Maybe;\n PageNavigationTitle?: Maybe;\n ParentLink?: Maybe;\n RelativePath?: Maybe;\n ResourceCards?: Maybe>>;\n RouteSegment?: Maybe;\n Saved?: Maybe;\n Shortcut?: Maybe;\n SiteId?: Maybe;\n StartPublish?: Maybe;\n Status?: Maybe;\n StopPublish?: Maybe;\n Title?: Maybe;\n Url?: Maybe;\n /** @deprecated Use `_link` field instead */\n _children?: Maybe;\n _deleted?: Maybe;\n _fulltext?: Maybe>>;\n _id?: Maybe;\n _link?: Maybe;\n _modified?: Maybe;\n _score?: Maybe;\n};\n\n\n/** Used to define properties for the about block. */\nexport type AboutBlockNameArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Used to define properties for the about block. */\nexport type AboutBlockResourceCardsArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Used to define properties for the about block. */\nexport type AboutBlockTitleArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Used to define properties for the about block. */\nexport type AboutBlock_FulltextArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Used to define properties for the about block. */\nexport type AboutBlock_LinkArgs = {\n type?: InputMaybe;\n};\n\nexport type AboutBlockAutocomplete = {\n __typename?: 'AboutBlockAutocomplete';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n ExistingLanguages?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n Status?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type AboutBlockAutocompleteAncestorsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type AboutBlockAutocompleteContentTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type AboutBlockAutocompletePageFeaturedDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type AboutBlockAutocompletePageImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type AboutBlockAutocompletePageNavigationTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type AboutBlockAutocompleteRelativePathArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type AboutBlockAutocompleteRouteSegmentArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type AboutBlockAutocompleteShortcutArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type AboutBlockAutocompleteSiteIdArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type AboutBlockAutocompleteStatusArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type AboutBlockAutocompleteUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type AboutBlockFacet = {\n __typename?: 'AboutBlockFacet';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n Changed?: Maybe>>;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe>>;\n ExistingLanguages?: Maybe;\n IsCommonDraft?: Maybe>>;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe>>;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageIsSearchable?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n ResourceCards?: Maybe;\n RouteSegment?: Maybe>>;\n Saved?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n StartPublish?: Maybe>>;\n Status?: Maybe>>;\n StopPublish?: Maybe>>;\n Title?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type AboutBlockFacetAncestorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AboutBlockFacetChangedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type AboutBlockFacetContentTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AboutBlockFacetCreatedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type AboutBlockFacetIsCommonDraftArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AboutBlockFacetNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AboutBlockFacetPageFeaturedDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AboutBlockFacetPageImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AboutBlockFacetPageIsSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AboutBlockFacetPageNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AboutBlockFacetRelativePathArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AboutBlockFacetRouteSegmentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AboutBlockFacetSavedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type AboutBlockFacetShortcutArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AboutBlockFacetSiteIdArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AboutBlockFacetStartPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type AboutBlockFacetStatusArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AboutBlockFacetStopPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type AboutBlockFacetTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AboutBlockFacetUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type AboutBlockOrderByInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n ResourceCards?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Title?: InputMaybe;\n Url?: InputMaybe;\n _minimumScore?: InputMaybe;\n _modified?: InputMaybe;\n _ranking?: InputMaybe;\n _semanticWeight?: InputMaybe;\n};\n\nexport type AboutBlockOutput = {\n __typename?: 'AboutBlockOutput';\n autocomplete?: Maybe;\n cursor?: Maybe;\n facets?: Maybe;\n items?: Maybe>>;\n total?: Maybe;\n};\n\n\nexport type AboutBlockOutputTotalArgs = {\n all?: InputMaybe;\n};\n\nexport type AboutBlockWhereInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n ResourceCards?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Title?: InputMaybe;\n Url?: InputMaybe;\n _and?: InputMaybe>>;\n _fulltext?: InputMaybe;\n _modified?: InputMaybe;\n _not?: InputMaybe>>;\n _or?: InputMaybe>>;\n};\n\n/** Simple content to be contained within an Accordion Row Block. */\nexport type AccordionItemBlock = IContent & IData & {\n __typename?: 'AccordionItemBlock';\n Ancestors?: Maybe>>;\n Category?: Maybe>>;\n Changed?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe;\n Description?: Maybe;\n ExistingLanguages?: Maybe>>;\n Heading?: Maybe;\n IsCommonDraft?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe;\n PageFeaturedDescription?: Maybe;\n PageImageUrl?: Maybe;\n PageIsSearchable?: Maybe;\n PageNavigationTitle?: Maybe;\n ParentLink?: Maybe;\n RelativePath?: Maybe;\n RouteSegment?: Maybe;\n Saved?: Maybe;\n Shortcut?: Maybe;\n SiteId?: Maybe;\n StartPublish?: Maybe;\n Status?: Maybe;\n StopPublish?: Maybe;\n Url?: Maybe;\n /** @deprecated Use `_link` field instead */\n _children?: Maybe;\n _deleted?: Maybe;\n _fulltext?: Maybe>>;\n _id?: Maybe;\n _link?: Maybe;\n _modified?: Maybe;\n _score?: Maybe;\n};\n\n\n/** Simple content to be contained within an Accordion Row Block. */\nexport type AccordionItemBlockDescriptionArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Simple content to be contained within an Accordion Row Block. */\nexport type AccordionItemBlockHeadingArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Simple content to be contained within an Accordion Row Block. */\nexport type AccordionItemBlockNameArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Simple content to be contained within an Accordion Row Block. */\nexport type AccordionItemBlock_FulltextArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Simple content to be contained within an Accordion Row Block. */\nexport type AccordionItemBlock_LinkArgs = {\n type?: InputMaybe;\n};\n\nexport type AccordionItemBlockAutocomplete = {\n __typename?: 'AccordionItemBlockAutocomplete';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n ExistingLanguages?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n Status?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type AccordionItemBlockAutocompleteAncestorsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type AccordionItemBlockAutocompleteContentTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type AccordionItemBlockAutocompletePageFeaturedDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type AccordionItemBlockAutocompletePageImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type AccordionItemBlockAutocompletePageNavigationTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type AccordionItemBlockAutocompleteRelativePathArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type AccordionItemBlockAutocompleteRouteSegmentArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type AccordionItemBlockAutocompleteShortcutArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type AccordionItemBlockAutocompleteSiteIdArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type AccordionItemBlockAutocompleteStatusArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type AccordionItemBlockAutocompleteUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type AccordionItemBlockFacet = {\n __typename?: 'AccordionItemBlockFacet';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n Changed?: Maybe>>;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe>>;\n Description?: Maybe>>;\n ExistingLanguages?: Maybe;\n Heading?: Maybe>>;\n IsCommonDraft?: Maybe>>;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe>>;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageIsSearchable?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Saved?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n StartPublish?: Maybe>>;\n Status?: Maybe>>;\n StopPublish?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type AccordionItemBlockFacetAncestorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AccordionItemBlockFacetChangedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type AccordionItemBlockFacetContentTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AccordionItemBlockFacetCreatedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type AccordionItemBlockFacetDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AccordionItemBlockFacetHeadingArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AccordionItemBlockFacetIsCommonDraftArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AccordionItemBlockFacetNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AccordionItemBlockFacetPageFeaturedDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AccordionItemBlockFacetPageImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AccordionItemBlockFacetPageIsSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AccordionItemBlockFacetPageNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AccordionItemBlockFacetRelativePathArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AccordionItemBlockFacetRouteSegmentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AccordionItemBlockFacetSavedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type AccordionItemBlockFacetShortcutArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AccordionItemBlockFacetSiteIdArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AccordionItemBlockFacetStartPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type AccordionItemBlockFacetStatusArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AccordionItemBlockFacetStopPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type AccordionItemBlockFacetUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type AccordionItemBlockOrderByInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n Description?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n Heading?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n _minimumScore?: InputMaybe;\n _modified?: InputMaybe;\n _ranking?: InputMaybe;\n _semanticWeight?: InputMaybe;\n};\n\nexport type AccordionItemBlockOutput = {\n __typename?: 'AccordionItemBlockOutput';\n autocomplete?: Maybe;\n cursor?: Maybe;\n facets?: Maybe;\n items?: Maybe>>;\n total?: Maybe;\n};\n\n\nexport type AccordionItemBlockOutputTotalArgs = {\n all?: InputMaybe;\n};\n\nexport type AccordionItemBlockWhereInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n Description?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n Heading?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n _and?: InputMaybe>>;\n _fulltext?: InputMaybe;\n _modified?: InputMaybe;\n _not?: InputMaybe>>;\n _or?: InputMaybe>>;\n};\n\n/** Allows users to create an accordion of collapsible elements. */\nexport type AccordionRowBlock = IContent & IData & {\n __typename?: 'AccordionRowBlock';\n /** List of rows within the accordion block. */\n AccordionItems?: Maybe>>;\n Ancestors?: Maybe>>;\n Category?: Maybe>>;\n Changed?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe;\n /** Text shown above the accordion listing. */\n Description?: Maybe;\n ExistingLanguages?: Maybe>>;\n /** Heading text shown above the accordion. */\n Heading?: Maybe;\n IsCommonDraft?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe;\n PageFeaturedDescription?: Maybe;\n PageImageUrl?: Maybe;\n PageIsSearchable?: Maybe;\n PageNavigationTitle?: Maybe;\n ParentLink?: Maybe;\n RelativePath?: Maybe;\n RouteSegment?: Maybe;\n Saved?: Maybe;\n Shortcut?: Maybe;\n SiteId?: Maybe;\n StartPublish?: Maybe;\n Status?: Maybe;\n StopPublish?: Maybe;\n Url?: Maybe;\n /** @deprecated Use `_link` field instead */\n _children?: Maybe;\n _deleted?: Maybe;\n _fulltext?: Maybe>>;\n _id?: Maybe;\n _link?: Maybe;\n _modified?: Maybe;\n _score?: Maybe;\n};\n\n\n/** Allows users to create an accordion of collapsible elements. */\nexport type AccordionRowBlockAccordionItemsArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Allows users to create an accordion of collapsible elements. */\nexport type AccordionRowBlockDescriptionArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Allows users to create an accordion of collapsible elements. */\nexport type AccordionRowBlockHeadingArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Allows users to create an accordion of collapsible elements. */\nexport type AccordionRowBlockNameArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Allows users to create an accordion of collapsible elements. */\nexport type AccordionRowBlock_FulltextArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Allows users to create an accordion of collapsible elements. */\nexport type AccordionRowBlock_LinkArgs = {\n type?: InputMaybe;\n};\n\nexport type AccordionRowBlockAutocomplete = {\n __typename?: 'AccordionRowBlockAutocomplete';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n ExistingLanguages?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n Status?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type AccordionRowBlockAutocompleteAncestorsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type AccordionRowBlockAutocompleteContentTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type AccordionRowBlockAutocompletePageFeaturedDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type AccordionRowBlockAutocompletePageImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type AccordionRowBlockAutocompletePageNavigationTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type AccordionRowBlockAutocompleteRelativePathArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type AccordionRowBlockAutocompleteRouteSegmentArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type AccordionRowBlockAutocompleteShortcutArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type AccordionRowBlockAutocompleteSiteIdArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type AccordionRowBlockAutocompleteStatusArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type AccordionRowBlockAutocompleteUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type AccordionRowBlockFacet = {\n __typename?: 'AccordionRowBlockFacet';\n AccordionItems?: Maybe;\n Ancestors?: Maybe>>;\n Category?: Maybe;\n Changed?: Maybe>>;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe>>;\n Description?: Maybe>>;\n ExistingLanguages?: Maybe;\n Heading?: Maybe>>;\n IsCommonDraft?: Maybe>>;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe>>;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageIsSearchable?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Saved?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n StartPublish?: Maybe>>;\n Status?: Maybe>>;\n StopPublish?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type AccordionRowBlockFacetAncestorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AccordionRowBlockFacetChangedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type AccordionRowBlockFacetContentTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AccordionRowBlockFacetCreatedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type AccordionRowBlockFacetDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AccordionRowBlockFacetHeadingArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AccordionRowBlockFacetIsCommonDraftArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AccordionRowBlockFacetNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AccordionRowBlockFacetPageFeaturedDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AccordionRowBlockFacetPageImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AccordionRowBlockFacetPageIsSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AccordionRowBlockFacetPageNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AccordionRowBlockFacetRelativePathArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AccordionRowBlockFacetRouteSegmentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AccordionRowBlockFacetSavedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type AccordionRowBlockFacetShortcutArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AccordionRowBlockFacetSiteIdArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AccordionRowBlockFacetStartPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type AccordionRowBlockFacetStatusArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AccordionRowBlockFacetStopPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type AccordionRowBlockFacetUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type AccordionRowBlockOrderByInput = {\n AccordionItems?: InputMaybe;\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n Description?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n Heading?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n _minimumScore?: InputMaybe;\n _modified?: InputMaybe;\n _ranking?: InputMaybe;\n _semanticWeight?: InputMaybe;\n};\n\nexport type AccordionRowBlockOutput = {\n __typename?: 'AccordionRowBlockOutput';\n autocomplete?: Maybe;\n cursor?: Maybe;\n facets?: Maybe;\n items?: Maybe>>;\n total?: Maybe;\n};\n\n\nexport type AccordionRowBlockOutputTotalArgs = {\n all?: InputMaybe;\n};\n\nexport type AccordionRowBlockWhereInput = {\n AccordionItems?: InputMaybe;\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n Description?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n Heading?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n _and?: InputMaybe>>;\n _fulltext?: InputMaybe;\n _modified?: InputMaybe;\n _not?: InputMaybe>>;\n _or?: InputMaybe>>;\n};\n\nexport type AccountAddressPage = IContent & IData & {\n __typename?: 'AccountAddressPage';\n Ancestors?: Maybe>>;\n AreaOfStudyFacet?: Maybe;\n BreadcrumbsTitle?: Maybe;\n CampusLocationFacet?: Maybe;\n Category?: Maybe>>;\n Changed?: Maybe;\n CollegeOrSchoolFacet?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe;\n DegreesFacet?: Maybe;\n DepartmentFacet?: Maybe;\n Description?: Maybe;\n DisableIndexing?: Maybe;\n /** This will determine whether or not to show on the sitemap */\n ExcludeFromSitemap?: Maybe;\n ExistingLanguages?: Maybe>>;\n FeaturedDescription?: Maybe;\n Heading?: Maybe;\n HideSiteFooter?: Maybe;\n HideSiteHeader?: Maybe;\n IsCommonDraft?: Maybe;\n IsFeaturedContent?: Maybe;\n Keywords?: Maybe;\n KeywordsFacet?: Maybe;\n Language?: Maybe;\n LocationFacet?: Maybe;\n MainContentArea?: Maybe>>;\n MasterLanguage?: Maybe;\n Name?: Maybe;\n NavigationTitle?: Maybe;\n /** The link and text will be used when the page is displayed as a card in other modules. By default, the link is the same as the actual page. */\n OverrideCardLink?: Maybe;\n PageFeaturedDescription?: Maybe;\n /** Image that will be used when the page is displayed as a card for Generic Pages. Recommended Image Size: 1536x1152 px (4:3 Aspect Ratio) */\n PageImage?: Maybe;\n PageImageUrl?: Maybe;\n PageIsSearchable?: Maybe;\n PageNavigationTitle?: Maybe;\n ParentLink?: Maybe;\n ProgramTypeFacet?: Maybe;\n RelativePath?: Maybe;\n RouteSegment?: Maybe;\n Saved?: Maybe;\n /** This will determine whether or not to show on search */\n Searchable?: Maybe;\n Shortcut?: Maybe;\n /** This will determine whether or not breadcrumb will be displayed */\n ShowBreadcrumbs?: Maybe;\n /** This will determine whether or not commerce header will be displayed */\n ShowCommerceHeader?: Maybe;\n SiteId?: Maybe;\n StartPublish?: Maybe;\n Status?: Maybe;\n StopPublish?: Maybe;\n TrackOdp?: Maybe;\n Url?: Maybe;\n /** @deprecated Use `_link` field instead */\n _children?: Maybe;\n _deleted?: Maybe;\n _fulltext?: Maybe>>;\n _id?: Maybe;\n _link?: Maybe;\n _modified?: Maybe;\n _score?: Maybe;\n};\n\n\nexport type AccountAddressPageDisableIndexingArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type AccountAddressPageExcludeFromSitemapArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type AccountAddressPageHideSiteFooterArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type AccountAddressPageHideSiteHeaderArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type AccountAddressPageIsFeaturedContentArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type AccountAddressPageKeywordsArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type AccountAddressPageMainContentAreaArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type AccountAddressPageNameArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type AccountAddressPageNavigationTitleArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type AccountAddressPageSearchableArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type AccountAddressPageShowBreadcrumbsArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type AccountAddressPageShowCommerceHeaderArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type AccountAddressPageTrackOdpArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type AccountAddressPage_FulltextArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type AccountAddressPage_LinkArgs = {\n type?: InputMaybe;\n};\n\nexport type AccountAddressPageAutocomplete = {\n __typename?: 'AccountAddressPageAutocomplete';\n Ancestors?: Maybe>>;\n AreaOfStudyFacet?: Maybe;\n CampusLocationFacet?: Maybe;\n Category?: Maybe;\n CollegeOrSchoolFacet?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n DegreesFacet?: Maybe;\n DepartmentFacet?: Maybe;\n ExistingLanguages?: Maybe;\n KeywordsFacet?: Maybe;\n Language?: Maybe;\n LocationFacet?: Maybe;\n MasterLanguage?: Maybe;\n OverrideCardLink?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImage?: Maybe;\n PageImageUrl?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n ProgramTypeFacet?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n Status?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type AccountAddressPageAutocompleteAncestorsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type AccountAddressPageAutocompleteContentTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type AccountAddressPageAutocompletePageFeaturedDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type AccountAddressPageAutocompletePageImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type AccountAddressPageAutocompletePageNavigationTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type AccountAddressPageAutocompleteRelativePathArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type AccountAddressPageAutocompleteRouteSegmentArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type AccountAddressPageAutocompleteShortcutArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type AccountAddressPageAutocompleteSiteIdArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type AccountAddressPageAutocompleteStatusArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type AccountAddressPageAutocompleteUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type AccountAddressPageFacet = {\n __typename?: 'AccountAddressPageFacet';\n Ancestors?: Maybe>>;\n AreaOfStudyFacet?: Maybe;\n CampusLocationFacet?: Maybe;\n Category?: Maybe;\n Changed?: Maybe>>;\n CollegeOrSchoolFacet?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe>>;\n DegreesFacet?: Maybe;\n DepartmentFacet?: Maybe;\n DisableIndexing?: Maybe>>;\n ExcludeFromSitemap?: Maybe>>;\n ExistingLanguages?: Maybe;\n HideSiteFooter?: Maybe>>;\n HideSiteHeader?: Maybe>>;\n IsCommonDraft?: Maybe>>;\n IsFeaturedContent?: Maybe>>;\n Keywords?: Maybe>>;\n KeywordsFacet?: Maybe;\n Language?: Maybe;\n LocationFacet?: Maybe;\n MainContentArea?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe>>;\n NavigationTitle?: Maybe>>;\n OverrideCardLink?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImage?: Maybe;\n PageImageUrl?: Maybe>>;\n PageIsSearchable?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n ProgramTypeFacet?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Saved?: Maybe>>;\n Searchable?: Maybe>>;\n Shortcut?: Maybe>>;\n ShowBreadcrumbs?: Maybe>>;\n ShowCommerceHeader?: Maybe>>;\n SiteId?: Maybe>>;\n StartPublish?: Maybe>>;\n Status?: Maybe>>;\n StopPublish?: Maybe>>;\n TrackOdp?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type AccountAddressPageFacetAncestorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AccountAddressPageFacetChangedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type AccountAddressPageFacetContentTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AccountAddressPageFacetCreatedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type AccountAddressPageFacetDisableIndexingArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AccountAddressPageFacetExcludeFromSitemapArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AccountAddressPageFacetHideSiteFooterArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AccountAddressPageFacetHideSiteHeaderArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AccountAddressPageFacetIsCommonDraftArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AccountAddressPageFacetIsFeaturedContentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AccountAddressPageFacetKeywordsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AccountAddressPageFacetNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AccountAddressPageFacetNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AccountAddressPageFacetPageFeaturedDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AccountAddressPageFacetPageImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AccountAddressPageFacetPageIsSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AccountAddressPageFacetPageNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AccountAddressPageFacetRelativePathArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AccountAddressPageFacetRouteSegmentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AccountAddressPageFacetSavedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type AccountAddressPageFacetSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AccountAddressPageFacetShortcutArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AccountAddressPageFacetShowBreadcrumbsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AccountAddressPageFacetShowCommerceHeaderArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AccountAddressPageFacetSiteIdArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AccountAddressPageFacetStartPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type AccountAddressPageFacetStatusArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AccountAddressPageFacetStopPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type AccountAddressPageFacetTrackOdpArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AccountAddressPageFacetUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type AccountAddressPageOrderByInput = {\n Ancestors?: InputMaybe;\n AreaOfStudyFacet?: InputMaybe;\n CampusLocationFacet?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n CollegeOrSchoolFacet?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n DegreesFacet?: InputMaybe;\n DepartmentFacet?: InputMaybe;\n DisableIndexing?: InputMaybe;\n ExcludeFromSitemap?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n HideSiteFooter?: InputMaybe;\n HideSiteHeader?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n IsFeaturedContent?: InputMaybe;\n Keywords?: InputMaybe;\n KeywordsFacet?: InputMaybe;\n Language?: InputMaybe;\n LocationFacet?: InputMaybe;\n MainContentArea?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n NavigationTitle?: InputMaybe;\n OverrideCardLink?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImage?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n ProgramTypeFacet?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Searchable?: InputMaybe;\n Shortcut?: InputMaybe;\n ShowBreadcrumbs?: InputMaybe;\n ShowCommerceHeader?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n TrackOdp?: InputMaybe;\n Url?: InputMaybe;\n _minimumScore?: InputMaybe;\n _modified?: InputMaybe;\n _ranking?: InputMaybe;\n _semanticWeight?: InputMaybe;\n};\n\nexport type AccountAddressPageOutput = {\n __typename?: 'AccountAddressPageOutput';\n autocomplete?: Maybe;\n cursor?: Maybe;\n facets?: Maybe;\n items?: Maybe>>;\n total?: Maybe;\n};\n\n\nexport type AccountAddressPageOutputTotalArgs = {\n all?: InputMaybe;\n};\n\nexport type AccountAddressPageWhereInput = {\n Ancestors?: InputMaybe;\n AreaOfStudyFacet?: InputMaybe;\n CampusLocationFacet?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n CollegeOrSchoolFacet?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n DegreesFacet?: InputMaybe;\n DepartmentFacet?: InputMaybe;\n DisableIndexing?: InputMaybe;\n ExcludeFromSitemap?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n HideSiteFooter?: InputMaybe;\n HideSiteHeader?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n IsFeaturedContent?: InputMaybe;\n Keywords?: InputMaybe;\n KeywordsFacet?: InputMaybe;\n Language?: InputMaybe;\n LocationFacet?: InputMaybe;\n MainContentArea?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n NavigationTitle?: InputMaybe;\n OverrideCardLink?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImage?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n ProgramTypeFacet?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Searchable?: InputMaybe;\n Shortcut?: InputMaybe;\n ShowBreadcrumbs?: InputMaybe;\n ShowCommerceHeader?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n TrackOdp?: InputMaybe;\n Url?: InputMaybe;\n _and?: InputMaybe>>;\n _fulltext?: InputMaybe;\n _modified?: InputMaybe;\n _not?: InputMaybe>>;\n _or?: InputMaybe>>;\n};\n\nexport type AccountInformationPage = IContent & IData & {\n __typename?: 'AccountInformationPage';\n Ancestors?: Maybe>>;\n AreaOfStudyFacet?: Maybe;\n BreadcrumbsTitle?: Maybe;\n CampusLocationFacet?: Maybe;\n Category?: Maybe>>;\n Changed?: Maybe;\n CollegeOrSchoolFacet?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe;\n DegreesFacet?: Maybe;\n DepartmentFacet?: Maybe;\n Description?: Maybe;\n DisableIndexing?: Maybe;\n /** This will determine whether or not to show on the sitemap */\n ExcludeFromSitemap?: Maybe;\n ExistingLanguages?: Maybe>>;\n FeaturedDescription?: Maybe;\n Heading?: Maybe;\n HideSiteFooter?: Maybe;\n HideSiteHeader?: Maybe;\n IsCommonDraft?: Maybe;\n IsFeaturedContent?: Maybe;\n Keywords?: Maybe;\n KeywordsFacet?: Maybe;\n Language?: Maybe;\n LocationFacet?: Maybe;\n MainContentArea?: Maybe>>;\n MasterLanguage?: Maybe;\n Name?: Maybe;\n NavigationTitle?: Maybe;\n /** The link and text will be used when the page is displayed as a card in other modules. By default, the link is the same as the actual page. */\n OverrideCardLink?: Maybe;\n PageFeaturedDescription?: Maybe;\n /** Image that will be used when the page is displayed as a card for Generic Pages. Recommended Image Size: 1536x1152 px (4:3 Aspect Ratio) */\n PageImage?: Maybe;\n PageImageUrl?: Maybe;\n PageIsSearchable?: Maybe;\n PageNavigationTitle?: Maybe;\n ParentLink?: Maybe;\n PasswordHeading?: Maybe;\n PersonalInformationHeading?: Maybe;\n ProgramTypeFacet?: Maybe;\n RelativePath?: Maybe;\n RouteSegment?: Maybe;\n Saved?: Maybe;\n /** This will determine whether or not to show on search */\n Searchable?: Maybe;\n Shortcut?: Maybe;\n /** This will determine whether or not breadcrumb will be displayed */\n ShowBreadcrumbs?: Maybe;\n /** This will determine whether or not commerce header will be displayed */\n ShowCommerceHeader?: Maybe;\n SiteId?: Maybe;\n StartPublish?: Maybe;\n Status?: Maybe;\n StopPublish?: Maybe;\n StudentInformationHeading?: Maybe;\n TrackOdp?: Maybe;\n Url?: Maybe;\n /** @deprecated Use `_link` field instead */\n _children?: Maybe;\n _deleted?: Maybe;\n _fulltext?: Maybe>>;\n _id?: Maybe;\n _link?: Maybe;\n _modified?: Maybe;\n _score?: Maybe;\n};\n\n\nexport type AccountInformationPageDisableIndexingArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type AccountInformationPageExcludeFromSitemapArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type AccountInformationPageHideSiteFooterArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type AccountInformationPageHideSiteHeaderArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type AccountInformationPageIsFeaturedContentArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type AccountInformationPageKeywordsArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type AccountInformationPageMainContentAreaArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type AccountInformationPageNameArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type AccountInformationPageNavigationTitleArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type AccountInformationPageSearchableArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type AccountInformationPageShowBreadcrumbsArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type AccountInformationPageShowCommerceHeaderArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type AccountInformationPageTrackOdpArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type AccountInformationPage_FulltextArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type AccountInformationPage_LinkArgs = {\n type?: InputMaybe;\n};\n\nexport type AccountInformationPageAutocomplete = {\n __typename?: 'AccountInformationPageAutocomplete';\n Ancestors?: Maybe>>;\n AreaOfStudyFacet?: Maybe;\n CampusLocationFacet?: Maybe;\n Category?: Maybe;\n CollegeOrSchoolFacet?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n DegreesFacet?: Maybe;\n DepartmentFacet?: Maybe;\n ExistingLanguages?: Maybe;\n KeywordsFacet?: Maybe;\n Language?: Maybe;\n LocationFacet?: Maybe;\n MasterLanguage?: Maybe;\n OverrideCardLink?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImage?: Maybe;\n PageImageUrl?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n ProgramTypeFacet?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n Status?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type AccountInformationPageAutocompleteAncestorsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type AccountInformationPageAutocompleteContentTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type AccountInformationPageAutocompletePageFeaturedDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type AccountInformationPageAutocompletePageImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type AccountInformationPageAutocompletePageNavigationTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type AccountInformationPageAutocompleteRelativePathArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type AccountInformationPageAutocompleteRouteSegmentArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type AccountInformationPageAutocompleteShortcutArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type AccountInformationPageAutocompleteSiteIdArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type AccountInformationPageAutocompleteStatusArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type AccountInformationPageAutocompleteUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type AccountInformationPageFacet = {\n __typename?: 'AccountInformationPageFacet';\n Ancestors?: Maybe>>;\n AreaOfStudyFacet?: Maybe;\n CampusLocationFacet?: Maybe;\n Category?: Maybe;\n Changed?: Maybe>>;\n CollegeOrSchoolFacet?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe>>;\n DegreesFacet?: Maybe;\n DepartmentFacet?: Maybe;\n DisableIndexing?: Maybe>>;\n ExcludeFromSitemap?: Maybe>>;\n ExistingLanguages?: Maybe;\n HideSiteFooter?: Maybe>>;\n HideSiteHeader?: Maybe>>;\n IsCommonDraft?: Maybe>>;\n IsFeaturedContent?: Maybe>>;\n Keywords?: Maybe>>;\n KeywordsFacet?: Maybe;\n Language?: Maybe;\n LocationFacet?: Maybe;\n MainContentArea?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe>>;\n NavigationTitle?: Maybe>>;\n OverrideCardLink?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImage?: Maybe;\n PageImageUrl?: Maybe>>;\n PageIsSearchable?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n ProgramTypeFacet?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Saved?: Maybe>>;\n Searchable?: Maybe>>;\n Shortcut?: Maybe>>;\n ShowBreadcrumbs?: Maybe>>;\n ShowCommerceHeader?: Maybe>>;\n SiteId?: Maybe>>;\n StartPublish?: Maybe>>;\n Status?: Maybe>>;\n StopPublish?: Maybe>>;\n TrackOdp?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type AccountInformationPageFacetAncestorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AccountInformationPageFacetChangedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type AccountInformationPageFacetContentTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AccountInformationPageFacetCreatedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type AccountInformationPageFacetDisableIndexingArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AccountInformationPageFacetExcludeFromSitemapArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AccountInformationPageFacetHideSiteFooterArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AccountInformationPageFacetHideSiteHeaderArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AccountInformationPageFacetIsCommonDraftArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AccountInformationPageFacetIsFeaturedContentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AccountInformationPageFacetKeywordsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AccountInformationPageFacetNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AccountInformationPageFacetNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AccountInformationPageFacetPageFeaturedDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AccountInformationPageFacetPageImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AccountInformationPageFacetPageIsSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AccountInformationPageFacetPageNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AccountInformationPageFacetRelativePathArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AccountInformationPageFacetRouteSegmentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AccountInformationPageFacetSavedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type AccountInformationPageFacetSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AccountInformationPageFacetShortcutArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AccountInformationPageFacetShowBreadcrumbsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AccountInformationPageFacetShowCommerceHeaderArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AccountInformationPageFacetSiteIdArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AccountInformationPageFacetStartPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type AccountInformationPageFacetStatusArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AccountInformationPageFacetStopPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type AccountInformationPageFacetTrackOdpArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AccountInformationPageFacetUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type AccountInformationPageOrderByInput = {\n Ancestors?: InputMaybe;\n AreaOfStudyFacet?: InputMaybe;\n CampusLocationFacet?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n CollegeOrSchoolFacet?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n DegreesFacet?: InputMaybe;\n DepartmentFacet?: InputMaybe;\n DisableIndexing?: InputMaybe;\n ExcludeFromSitemap?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n HideSiteFooter?: InputMaybe;\n HideSiteHeader?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n IsFeaturedContent?: InputMaybe;\n Keywords?: InputMaybe;\n KeywordsFacet?: InputMaybe;\n Language?: InputMaybe;\n LocationFacet?: InputMaybe;\n MainContentArea?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n NavigationTitle?: InputMaybe;\n OverrideCardLink?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImage?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n ProgramTypeFacet?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Searchable?: InputMaybe;\n Shortcut?: InputMaybe;\n ShowBreadcrumbs?: InputMaybe;\n ShowCommerceHeader?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n TrackOdp?: InputMaybe;\n Url?: InputMaybe;\n _minimumScore?: InputMaybe;\n _modified?: InputMaybe;\n _ranking?: InputMaybe;\n _semanticWeight?: InputMaybe;\n};\n\nexport type AccountInformationPageOutput = {\n __typename?: 'AccountInformationPageOutput';\n autocomplete?: Maybe;\n cursor?: Maybe;\n facets?: Maybe;\n items?: Maybe>>;\n total?: Maybe;\n};\n\n\nexport type AccountInformationPageOutputTotalArgs = {\n all?: InputMaybe;\n};\n\nexport type AccountInformationPageWhereInput = {\n Ancestors?: InputMaybe;\n AreaOfStudyFacet?: InputMaybe;\n CampusLocationFacet?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n CollegeOrSchoolFacet?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n DegreesFacet?: InputMaybe;\n DepartmentFacet?: InputMaybe;\n DisableIndexing?: InputMaybe;\n ExcludeFromSitemap?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n HideSiteFooter?: InputMaybe;\n HideSiteHeader?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n IsFeaturedContent?: InputMaybe;\n Keywords?: InputMaybe;\n KeywordsFacet?: InputMaybe;\n Language?: InputMaybe;\n LocationFacet?: InputMaybe;\n MainContentArea?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n NavigationTitle?: InputMaybe;\n OverrideCardLink?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImage?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n ProgramTypeFacet?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Searchable?: InputMaybe;\n Shortcut?: InputMaybe;\n ShowBreadcrumbs?: InputMaybe;\n ShowCommerceHeader?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n TrackOdp?: InputMaybe;\n Url?: InputMaybe;\n _and?: InputMaybe>>;\n _fulltext?: InputMaybe;\n _modified?: InputMaybe;\n _not?: InputMaybe>>;\n _or?: InputMaybe>>;\n};\n\nexport type AddressesElementBlock = IContent & IData & {\n __typename?: 'AddressesElementBlock';\n AddressLabel?: Maybe;\n Ancestors?: Maybe>>;\n ApiKey?: Maybe;\n Category?: Maybe>>;\n Changed?: Maybe;\n CityLabel?: Maybe;\n ConditionCombination?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n CountryLabel?: Maybe;\n Created?: Maybe;\n Description?: Maybe;\n ExistingLanguages?: Maybe>>;\n IsCommonDraft?: Maybe;\n Label?: Maybe;\n Language?: Maybe;\n MapHeight?: Maybe;\n MapWidth?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe;\n PageFeaturedDescription?: Maybe;\n PageImageUrl?: Maybe;\n PageIsSearchable?: Maybe;\n PageNavigationTitle?: Maybe;\n ParentLink?: Maybe;\n PostalLabel?: Maybe;\n RelativePath?: Maybe;\n RouteSegment?: Maybe;\n SatisfiedAction?: Maybe;\n Saved?: Maybe;\n Shortcut?: Maybe;\n SiteId?: Maybe;\n StartPublish?: Maybe;\n StateLabel?: Maybe;\n Status?: Maybe;\n StopPublish?: Maybe;\n StreetLabel?: Maybe;\n Url?: Maybe;\n Validators?: Maybe;\n /** @deprecated Use `_link` field instead */\n _children?: Maybe;\n _deleted?: Maybe;\n _fulltext?: Maybe>>;\n _id?: Maybe;\n _link?: Maybe;\n _modified?: Maybe;\n _score?: Maybe;\n};\n\n\nexport type AddressesElementBlockAddressLabelArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type AddressesElementBlockApiKeyArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type AddressesElementBlockCityLabelArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type AddressesElementBlockCountryLabelArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type AddressesElementBlockDescriptionArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type AddressesElementBlockLabelArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type AddressesElementBlockNameArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type AddressesElementBlockPostalLabelArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type AddressesElementBlockSatisfiedActionArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type AddressesElementBlockStateLabelArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type AddressesElementBlockStreetLabelArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type AddressesElementBlockValidatorsArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type AddressesElementBlock_FulltextArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type AddressesElementBlock_LinkArgs = {\n type?: InputMaybe;\n};\n\nexport type AddressesElementBlockAutocomplete = {\n __typename?: 'AddressesElementBlockAutocomplete';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n ExistingLanguages?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n Status?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type AddressesElementBlockAutocompleteAncestorsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type AddressesElementBlockAutocompleteContentTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type AddressesElementBlockAutocompletePageFeaturedDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type AddressesElementBlockAutocompletePageImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type AddressesElementBlockAutocompletePageNavigationTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type AddressesElementBlockAutocompleteRelativePathArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type AddressesElementBlockAutocompleteRouteSegmentArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type AddressesElementBlockAutocompleteShortcutArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type AddressesElementBlockAutocompleteSiteIdArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type AddressesElementBlockAutocompleteStatusArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type AddressesElementBlockAutocompleteUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type AddressesElementBlockFacet = {\n __typename?: 'AddressesElementBlockFacet';\n AddressLabel?: Maybe>>;\n Ancestors?: Maybe>>;\n ApiKey?: Maybe>>;\n Category?: Maybe;\n Changed?: Maybe>>;\n CityLabel?: Maybe>>;\n ConditionCombination?: Maybe>>;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n CountryLabel?: Maybe>>;\n Created?: Maybe>>;\n Description?: Maybe>>;\n ExistingLanguages?: Maybe;\n IsCommonDraft?: Maybe>>;\n Label?: Maybe>>;\n Language?: Maybe;\n MapHeight?: Maybe>>;\n MapWidth?: Maybe>>;\n MasterLanguage?: Maybe;\n Name?: Maybe>>;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageIsSearchable?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n PostalLabel?: Maybe>>;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n SatisfiedAction?: Maybe>>;\n Saved?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n StartPublish?: Maybe>>;\n StateLabel?: Maybe>>;\n Status?: Maybe>>;\n StopPublish?: Maybe>>;\n StreetLabel?: Maybe>>;\n Url?: Maybe>>;\n Validators?: Maybe>>;\n};\n\n\nexport type AddressesElementBlockFacetAddressLabelArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AddressesElementBlockFacetAncestorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AddressesElementBlockFacetApiKeyArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AddressesElementBlockFacetChangedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type AddressesElementBlockFacetCityLabelArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AddressesElementBlockFacetConditionCombinationArgs = {\n filters?: InputMaybe>;\n limit?: InputMaybe;\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n ranges?: InputMaybe>>;\n};\n\n\nexport type AddressesElementBlockFacetContentTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AddressesElementBlockFacetCountryLabelArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AddressesElementBlockFacetCreatedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type AddressesElementBlockFacetDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AddressesElementBlockFacetIsCommonDraftArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AddressesElementBlockFacetLabelArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AddressesElementBlockFacetMapHeightArgs = {\n filters?: InputMaybe>;\n limit?: InputMaybe;\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n ranges?: InputMaybe>>;\n};\n\n\nexport type AddressesElementBlockFacetMapWidthArgs = {\n filters?: InputMaybe>;\n limit?: InputMaybe;\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n ranges?: InputMaybe>>;\n};\n\n\nexport type AddressesElementBlockFacetNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AddressesElementBlockFacetPageFeaturedDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AddressesElementBlockFacetPageImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AddressesElementBlockFacetPageIsSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AddressesElementBlockFacetPageNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AddressesElementBlockFacetPostalLabelArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AddressesElementBlockFacetRelativePathArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AddressesElementBlockFacetRouteSegmentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AddressesElementBlockFacetSatisfiedActionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AddressesElementBlockFacetSavedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type AddressesElementBlockFacetShortcutArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AddressesElementBlockFacetSiteIdArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AddressesElementBlockFacetStartPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type AddressesElementBlockFacetStateLabelArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AddressesElementBlockFacetStatusArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AddressesElementBlockFacetStopPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type AddressesElementBlockFacetStreetLabelArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AddressesElementBlockFacetUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AddressesElementBlockFacetValidatorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type AddressesElementBlockOrderByInput = {\n AddressLabel?: InputMaybe;\n Ancestors?: InputMaybe;\n ApiKey?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n CityLabel?: InputMaybe;\n ConditionCombination?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n CountryLabel?: InputMaybe;\n Created?: InputMaybe;\n Description?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Label?: InputMaybe;\n Language?: InputMaybe;\n MapHeight?: InputMaybe;\n MapWidth?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n PostalLabel?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n SatisfiedAction?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n StateLabel?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n StreetLabel?: InputMaybe;\n Url?: InputMaybe;\n Validators?: InputMaybe;\n _minimumScore?: InputMaybe;\n _modified?: InputMaybe;\n _ranking?: InputMaybe;\n _semanticWeight?: InputMaybe;\n};\n\nexport type AddressesElementBlockOutput = {\n __typename?: 'AddressesElementBlockOutput';\n autocomplete?: Maybe;\n cursor?: Maybe;\n facets?: Maybe;\n items?: Maybe>>;\n total?: Maybe;\n};\n\n\nexport type AddressesElementBlockOutputTotalArgs = {\n all?: InputMaybe;\n};\n\nexport type AddressesElementBlockWhereInput = {\n AddressLabel?: InputMaybe;\n Ancestors?: InputMaybe;\n ApiKey?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n CityLabel?: InputMaybe;\n ConditionCombination?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n CountryLabel?: InputMaybe;\n Created?: InputMaybe;\n Description?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Label?: InputMaybe;\n Language?: InputMaybe;\n MapHeight?: InputMaybe;\n MapWidth?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n PostalLabel?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n SatisfiedAction?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n StateLabel?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n StreetLabel?: InputMaybe;\n Url?: InputMaybe;\n Validators?: InputMaybe;\n _and?: InputMaybe>>;\n _fulltext?: InputMaybe;\n _modified?: InputMaybe;\n _not?: InputMaybe>>;\n _or?: InputMaybe>>;\n};\n\n/** Page template for Admissions and Aid Detail and add modules to it that highlight information for prospective students. */\nexport type AdmissionsAndAidDetailPage = IContent & IData & {\n __typename?: 'AdmissionsAndAidDetailPage';\n Ancestors?: Maybe>>;\n AreaOfStudyFacet?: Maybe;\n BreadcrumbsTitle?: Maybe;\n CampusLocationFacet?: Maybe;\n Category?: Maybe>>;\n Changed?: Maybe;\n CollegeOrSchoolFacet?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe;\n DegreesFacet?: Maybe;\n DepartmentFacet?: Maybe;\n DisableIndexing?: Maybe;\n /** This will determine whether or not to show on the sitemap */\n ExcludeFromSitemap?: Maybe;\n ExistingLanguages?: Maybe>>;\n FeaturedDescription?: Maybe;\n HideSiteFooter?: Maybe;\n HideSiteHeader?: Maybe;\n IsCommonDraft?: Maybe;\n IsFeaturedContent?: Maybe;\n JumpLinkModules?: Maybe>>;\n Keywords?: Maybe;\n KeywordsFacet?: Maybe;\n Language?: Maybe;\n LocationFacet?: Maybe;\n MainContentArea?: Maybe>>;\n MasterLanguage?: Maybe;\n Masthead?: Maybe>>;\n Name?: Maybe;\n NavigationTitle?: Maybe;\n /** The link and text will be used when the page is displayed as a card in other modules. By default, the link is the same as the actual page. */\n OverrideCardLink?: Maybe;\n PageFeaturedDescription?: Maybe;\n /** Image that will be used when the page is displayed as a card for Generic Pages. Recommended Image Size: 1536x1152 px (4:3 Aspect Ratio) */\n PageImage?: Maybe;\n PageImageUrl?: Maybe;\n PageIsSearchable?: Maybe;\n PageNavigationTitle?: Maybe;\n ParentLink?: Maybe;\n ProgramTypeFacet?: Maybe;\n RelativePath?: Maybe;\n RouteSegment?: Maybe;\n Saved?: Maybe;\n /** This will determine whether or not to show on search */\n Searchable?: Maybe;\n Shortcut?: Maybe;\n /** This will determine whether or not breadcrumb will be displayed */\n ShowBreadcrumbs?: Maybe;\n /** This will determine whether or not commerce header will be displayed */\n ShowCommerceHeader?: Maybe;\n SiteId?: Maybe;\n StartPublish?: Maybe;\n Status?: Maybe;\n StopPublish?: Maybe;\n TrackOdp?: Maybe;\n Url?: Maybe;\n /** @deprecated Use `_link` field instead */\n _children?: Maybe;\n _deleted?: Maybe;\n _fulltext?: Maybe>>;\n _id?: Maybe;\n _link?: Maybe;\n _modified?: Maybe;\n _score?: Maybe;\n};\n\n\n/** Page template for Admissions and Aid Detail and add modules to it that highlight information for prospective students. */\nexport type AdmissionsAndAidDetailPageDisableIndexingArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Page template for Admissions and Aid Detail and add modules to it that highlight information for prospective students. */\nexport type AdmissionsAndAidDetailPageExcludeFromSitemapArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Page template for Admissions and Aid Detail and add modules to it that highlight information for prospective students. */\nexport type AdmissionsAndAidDetailPageHideSiteFooterArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Page template for Admissions and Aid Detail and add modules to it that highlight information for prospective students. */\nexport type AdmissionsAndAidDetailPageHideSiteHeaderArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Page template for Admissions and Aid Detail and add modules to it that highlight information for prospective students. */\nexport type AdmissionsAndAidDetailPageIsFeaturedContentArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Page template for Admissions and Aid Detail and add modules to it that highlight information for prospective students. */\nexport type AdmissionsAndAidDetailPageJumpLinkModulesArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Page template for Admissions and Aid Detail and add modules to it that highlight information for prospective students. */\nexport type AdmissionsAndAidDetailPageKeywordsArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Page template for Admissions and Aid Detail and add modules to it that highlight information for prospective students. */\nexport type AdmissionsAndAidDetailPageMainContentAreaArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Page template for Admissions and Aid Detail and add modules to it that highlight information for prospective students. */\nexport type AdmissionsAndAidDetailPageMastheadArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Page template for Admissions and Aid Detail and add modules to it that highlight information for prospective students. */\nexport type AdmissionsAndAidDetailPageNameArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Page template for Admissions and Aid Detail and add modules to it that highlight information for prospective students. */\nexport type AdmissionsAndAidDetailPageNavigationTitleArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Page template for Admissions and Aid Detail and add modules to it that highlight information for prospective students. */\nexport type AdmissionsAndAidDetailPageSearchableArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Page template for Admissions and Aid Detail and add modules to it that highlight information for prospective students. */\nexport type AdmissionsAndAidDetailPageShowBreadcrumbsArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Page template for Admissions and Aid Detail and add modules to it that highlight information for prospective students. */\nexport type AdmissionsAndAidDetailPageShowCommerceHeaderArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Page template for Admissions and Aid Detail and add modules to it that highlight information for prospective students. */\nexport type AdmissionsAndAidDetailPageTrackOdpArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Page template for Admissions and Aid Detail and add modules to it that highlight information for prospective students. */\nexport type AdmissionsAndAidDetailPage_FulltextArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Page template for Admissions and Aid Detail and add modules to it that highlight information for prospective students. */\nexport type AdmissionsAndAidDetailPage_LinkArgs = {\n type?: InputMaybe;\n};\n\nexport type AdmissionsAndAidDetailPageAutocomplete = {\n __typename?: 'AdmissionsAndAidDetailPageAutocomplete';\n Ancestors?: Maybe>>;\n AreaOfStudyFacet?: Maybe;\n CampusLocationFacet?: Maybe;\n Category?: Maybe;\n CollegeOrSchoolFacet?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n DegreesFacet?: Maybe;\n DepartmentFacet?: Maybe;\n ExistingLanguages?: Maybe;\n KeywordsFacet?: Maybe;\n Language?: Maybe;\n LocationFacet?: Maybe;\n MasterLanguage?: Maybe;\n OverrideCardLink?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImage?: Maybe;\n PageImageUrl?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n ProgramTypeFacet?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n Status?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type AdmissionsAndAidDetailPageAutocompleteAncestorsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type AdmissionsAndAidDetailPageAutocompleteContentTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type AdmissionsAndAidDetailPageAutocompletePageFeaturedDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type AdmissionsAndAidDetailPageAutocompletePageImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type AdmissionsAndAidDetailPageAutocompletePageNavigationTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type AdmissionsAndAidDetailPageAutocompleteRelativePathArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type AdmissionsAndAidDetailPageAutocompleteRouteSegmentArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type AdmissionsAndAidDetailPageAutocompleteShortcutArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type AdmissionsAndAidDetailPageAutocompleteSiteIdArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type AdmissionsAndAidDetailPageAutocompleteStatusArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type AdmissionsAndAidDetailPageAutocompleteUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type AdmissionsAndAidDetailPageFacet = {\n __typename?: 'AdmissionsAndAidDetailPageFacet';\n Ancestors?: Maybe>>;\n AreaOfStudyFacet?: Maybe;\n CampusLocationFacet?: Maybe;\n Category?: Maybe;\n Changed?: Maybe>>;\n CollegeOrSchoolFacet?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe>>;\n DegreesFacet?: Maybe;\n DepartmentFacet?: Maybe;\n DisableIndexing?: Maybe>>;\n ExcludeFromSitemap?: Maybe>>;\n ExistingLanguages?: Maybe;\n HideSiteFooter?: Maybe>>;\n HideSiteHeader?: Maybe>>;\n IsCommonDraft?: Maybe>>;\n IsFeaturedContent?: Maybe>>;\n JumpLinkModules?: Maybe;\n Keywords?: Maybe>>;\n KeywordsFacet?: Maybe;\n Language?: Maybe;\n LocationFacet?: Maybe;\n MainContentArea?: Maybe;\n MasterLanguage?: Maybe;\n Masthead?: Maybe;\n Name?: Maybe>>;\n NavigationTitle?: Maybe>>;\n OverrideCardLink?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImage?: Maybe;\n PageImageUrl?: Maybe>>;\n PageIsSearchable?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n ProgramTypeFacet?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Saved?: Maybe>>;\n Searchable?: Maybe>>;\n Shortcut?: Maybe>>;\n ShowBreadcrumbs?: Maybe>>;\n ShowCommerceHeader?: Maybe>>;\n SiteId?: Maybe>>;\n StartPublish?: Maybe>>;\n Status?: Maybe>>;\n StopPublish?: Maybe>>;\n TrackOdp?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type AdmissionsAndAidDetailPageFacetAncestorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AdmissionsAndAidDetailPageFacetChangedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type AdmissionsAndAidDetailPageFacetContentTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AdmissionsAndAidDetailPageFacetCreatedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type AdmissionsAndAidDetailPageFacetDisableIndexingArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AdmissionsAndAidDetailPageFacetExcludeFromSitemapArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AdmissionsAndAidDetailPageFacetHideSiteFooterArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AdmissionsAndAidDetailPageFacetHideSiteHeaderArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AdmissionsAndAidDetailPageFacetIsCommonDraftArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AdmissionsAndAidDetailPageFacetIsFeaturedContentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AdmissionsAndAidDetailPageFacetKeywordsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AdmissionsAndAidDetailPageFacetNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AdmissionsAndAidDetailPageFacetNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AdmissionsAndAidDetailPageFacetPageFeaturedDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AdmissionsAndAidDetailPageFacetPageImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AdmissionsAndAidDetailPageFacetPageIsSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AdmissionsAndAidDetailPageFacetPageNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AdmissionsAndAidDetailPageFacetRelativePathArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AdmissionsAndAidDetailPageFacetRouteSegmentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AdmissionsAndAidDetailPageFacetSavedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type AdmissionsAndAidDetailPageFacetSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AdmissionsAndAidDetailPageFacetShortcutArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AdmissionsAndAidDetailPageFacetShowBreadcrumbsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AdmissionsAndAidDetailPageFacetShowCommerceHeaderArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AdmissionsAndAidDetailPageFacetSiteIdArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AdmissionsAndAidDetailPageFacetStartPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type AdmissionsAndAidDetailPageFacetStatusArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AdmissionsAndAidDetailPageFacetStopPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type AdmissionsAndAidDetailPageFacetTrackOdpArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AdmissionsAndAidDetailPageFacetUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type AdmissionsAndAidDetailPageOrderByInput = {\n Ancestors?: InputMaybe;\n AreaOfStudyFacet?: InputMaybe;\n CampusLocationFacet?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n CollegeOrSchoolFacet?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n DegreesFacet?: InputMaybe;\n DepartmentFacet?: InputMaybe;\n DisableIndexing?: InputMaybe;\n ExcludeFromSitemap?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n HideSiteFooter?: InputMaybe;\n HideSiteHeader?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n IsFeaturedContent?: InputMaybe;\n JumpLinkModules?: InputMaybe;\n Keywords?: InputMaybe;\n KeywordsFacet?: InputMaybe;\n Language?: InputMaybe;\n LocationFacet?: InputMaybe;\n MainContentArea?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Masthead?: InputMaybe;\n Name?: InputMaybe;\n NavigationTitle?: InputMaybe;\n OverrideCardLink?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImage?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n ProgramTypeFacet?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Searchable?: InputMaybe;\n Shortcut?: InputMaybe;\n ShowBreadcrumbs?: InputMaybe;\n ShowCommerceHeader?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n TrackOdp?: InputMaybe;\n Url?: InputMaybe;\n _minimumScore?: InputMaybe;\n _modified?: InputMaybe;\n _ranking?: InputMaybe;\n _semanticWeight?: InputMaybe;\n};\n\nexport type AdmissionsAndAidDetailPageOutput = {\n __typename?: 'AdmissionsAndAidDetailPageOutput';\n autocomplete?: Maybe;\n cursor?: Maybe;\n facets?: Maybe;\n items?: Maybe>>;\n total?: Maybe;\n};\n\n\nexport type AdmissionsAndAidDetailPageOutputTotalArgs = {\n all?: InputMaybe;\n};\n\nexport type AdmissionsAndAidDetailPageWhereInput = {\n Ancestors?: InputMaybe;\n AreaOfStudyFacet?: InputMaybe;\n CampusLocationFacet?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n CollegeOrSchoolFacet?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n DegreesFacet?: InputMaybe;\n DepartmentFacet?: InputMaybe;\n DisableIndexing?: InputMaybe;\n ExcludeFromSitemap?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n HideSiteFooter?: InputMaybe;\n HideSiteHeader?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n IsFeaturedContent?: InputMaybe;\n JumpLinkModules?: InputMaybe;\n Keywords?: InputMaybe;\n KeywordsFacet?: InputMaybe;\n Language?: InputMaybe;\n LocationFacet?: InputMaybe;\n MainContentArea?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Masthead?: InputMaybe;\n Name?: InputMaybe;\n NavigationTitle?: InputMaybe;\n OverrideCardLink?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImage?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n ProgramTypeFacet?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Searchable?: InputMaybe;\n Shortcut?: InputMaybe;\n ShowBreadcrumbs?: InputMaybe;\n ShowCommerceHeader?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n TrackOdp?: InputMaybe;\n Url?: InputMaybe;\n _and?: InputMaybe>>;\n _fulltext?: InputMaybe;\n _modified?: InputMaybe;\n _not?: InputMaybe>>;\n _or?: InputMaybe>>;\n};\n\n/** Show a global banner that inform users about a current alert. */\nexport type AlertBannerBlock = IContent & IData & {\n __typename?: 'AlertBannerBlock';\n Ancestors?: Maybe>>;\n Category?: Maybe>>;\n Changed?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe;\n ExistingLanguages?: Maybe>>;\n IsCommonDraft?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe;\n PageFeaturedDescription?: Maybe;\n PageImageUrl?: Maybe;\n PageIsSearchable?: Maybe;\n PageNavigationTitle?: Maybe;\n ParentLink?: Maybe;\n RelativePath?: Maybe;\n RouteSegment?: Maybe;\n Saved?: Maybe;\n Shortcut?: Maybe;\n SiteId?: Maybe;\n StartPublish?: Maybe;\n Status?: Maybe;\n StopPublish?: Maybe;\n Url?: Maybe;\n /** @deprecated Use `_link` field instead */\n _children?: Maybe;\n _deleted?: Maybe;\n _fulltext?: Maybe>>;\n _id?: Maybe;\n _link?: Maybe;\n _modified?: Maybe;\n _score?: Maybe;\n};\n\n\n/** Show a global banner that inform users about a current alert. */\nexport type AlertBannerBlockNameArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Show a global banner that inform users about a current alert. */\nexport type AlertBannerBlock_FulltextArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Show a global banner that inform users about a current alert. */\nexport type AlertBannerBlock_LinkArgs = {\n type?: InputMaybe;\n};\n\nexport type AlertBannerBlockAutocomplete = {\n __typename?: 'AlertBannerBlockAutocomplete';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n ExistingLanguages?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n Status?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type AlertBannerBlockAutocompleteAncestorsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type AlertBannerBlockAutocompleteContentTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type AlertBannerBlockAutocompletePageFeaturedDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type AlertBannerBlockAutocompletePageImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type AlertBannerBlockAutocompletePageNavigationTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type AlertBannerBlockAutocompleteRelativePathArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type AlertBannerBlockAutocompleteRouteSegmentArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type AlertBannerBlockAutocompleteShortcutArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type AlertBannerBlockAutocompleteSiteIdArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type AlertBannerBlockAutocompleteStatusArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type AlertBannerBlockAutocompleteUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type AlertBannerBlockFacet = {\n __typename?: 'AlertBannerBlockFacet';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n Changed?: Maybe>>;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe>>;\n ExistingLanguages?: Maybe;\n IsCommonDraft?: Maybe>>;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe>>;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageIsSearchable?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Saved?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n StartPublish?: Maybe>>;\n Status?: Maybe>>;\n StopPublish?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type AlertBannerBlockFacetAncestorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AlertBannerBlockFacetChangedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type AlertBannerBlockFacetContentTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AlertBannerBlockFacetCreatedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type AlertBannerBlockFacetIsCommonDraftArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AlertBannerBlockFacetNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AlertBannerBlockFacetPageFeaturedDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AlertBannerBlockFacetPageImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AlertBannerBlockFacetPageIsSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AlertBannerBlockFacetPageNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AlertBannerBlockFacetRelativePathArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AlertBannerBlockFacetRouteSegmentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AlertBannerBlockFacetSavedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type AlertBannerBlockFacetShortcutArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AlertBannerBlockFacetSiteIdArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AlertBannerBlockFacetStartPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type AlertBannerBlockFacetStatusArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AlertBannerBlockFacetStopPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type AlertBannerBlockFacetUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type AlertBannerBlockOrderByInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n _minimumScore?: InputMaybe;\n _modified?: InputMaybe;\n _ranking?: InputMaybe;\n _semanticWeight?: InputMaybe;\n};\n\nexport type AlertBannerBlockOutput = {\n __typename?: 'AlertBannerBlockOutput';\n autocomplete?: Maybe;\n cursor?: Maybe;\n facets?: Maybe;\n items?: Maybe>>;\n total?: Maybe;\n};\n\n\nexport type AlertBannerBlockOutputTotalArgs = {\n all?: InputMaybe;\n};\n\nexport type AlertBannerBlockWhereInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n _and?: InputMaybe>>;\n _fulltext?: InputMaybe;\n _modified?: InputMaybe;\n _not?: InputMaybe>>;\n _or?: InputMaybe>>;\n};\n\n/** Blogs and news page related content. */\nexport type ArticleDetailPage = IContent & IData & {\n __typename?: 'ArticleDetailPage';\n Ancestors?: Maybe>>;\n AreaOfStudyFacet?: Maybe;\n Author?: Maybe;\n /** Recommended Image Size: 2880x1620 px (16:9 Aspect Ratio) */\n BlogAndNewsImage?: Maybe;\n BreadcrumbsTitle?: Maybe;\n CampusLocationFacet?: Maybe;\n Category?: Maybe>>;\n Changed?: Maybe;\n CollegeOrSchoolFacet?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n ContentTypeFacet?: Maybe;\n Created?: Maybe;\n Date?: Maybe;\n DegreesFacet?: Maybe;\n DepartmentFacet?: Maybe;\n DisableIndexing?: Maybe;\n /** This will determine whether or not to show on the sitemap */\n ExcludeFromSitemap?: Maybe;\n ExistingLanguages?: Maybe>>;\n FeaturedDescription?: Maybe;\n HideSiteFooter?: Maybe;\n HideSiteHeader?: Maybe;\n IsCommonDraft?: Maybe;\n IsFeaturedContent?: Maybe;\n Keywords?: Maybe;\n KeywordsFacet?: Maybe;\n Language?: Maybe;\n LocationFacet?: Maybe;\n MainContentArea?: Maybe>>;\n MasterLanguage?: Maybe;\n Name?: Maybe;\n /** Blocks here will be displayed in a narrowed container. */\n NarrowedContentArea?: Maybe>>;\n NavigationTitle?: Maybe;\n /** The link and text will be used when the page is displayed as a card in other modules. By default, the link is the same as the actual page. */\n OverrideCardLink?: Maybe;\n PageFeaturedDescription?: Maybe;\n /** Image that will be used when the page is displayed as a card for Generic Pages. Recommended Image Size: 1536x1152 px (4:3 Aspect Ratio) */\n PageImage?: Maybe;\n PageImageUrl?: Maybe;\n PageIsSearchable?: Maybe;\n PageNavigationTitle?: Maybe;\n ParentLink?: Maybe;\n ProgramTypeFacet?: Maybe;\n ReadTime?: Maybe;\n RelativePath?: Maybe;\n RouteSegment?: Maybe;\n Saved?: Maybe;\n /** This will determine whether or not to show on search */\n Searchable?: Maybe;\n Shortcut?: Maybe;\n /** This will determine whether or not breadcrumb will be displayed */\n ShowBreadcrumbs?: Maybe;\n /** This will determine whether or not commerce header will be displayed */\n ShowCommerceHeader?: Maybe;\n SiteId?: Maybe;\n StartPublish?: Maybe;\n Status?: Maybe;\n StopPublish?: Maybe;\n Title?: Maybe;\n TopicFacet?: Maybe;\n TrackOdp?: Maybe;\n Url?: Maybe;\n /** @deprecated Use `_link` field instead */\n _children?: Maybe;\n _deleted?: Maybe;\n _fulltext?: Maybe>>;\n _id?: Maybe;\n _link?: Maybe;\n _modified?: Maybe;\n _score?: Maybe;\n};\n\n\n/** Blogs and news page related content. */\nexport type ArticleDetailPageAuthorArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Blogs and news page related content. */\nexport type ArticleDetailPageDisableIndexingArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Blogs and news page related content. */\nexport type ArticleDetailPageExcludeFromSitemapArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Blogs and news page related content. */\nexport type ArticleDetailPageHideSiteFooterArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Blogs and news page related content. */\nexport type ArticleDetailPageHideSiteHeaderArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Blogs and news page related content. */\nexport type ArticleDetailPageIsFeaturedContentArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Blogs and news page related content. */\nexport type ArticleDetailPageKeywordsArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Blogs and news page related content. */\nexport type ArticleDetailPageMainContentAreaArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Blogs and news page related content. */\nexport type ArticleDetailPageNameArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Blogs and news page related content. */\nexport type ArticleDetailPageNarrowedContentAreaArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Blogs and news page related content. */\nexport type ArticleDetailPageNavigationTitleArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Blogs and news page related content. */\nexport type ArticleDetailPageSearchableArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Blogs and news page related content. */\nexport type ArticleDetailPageShowBreadcrumbsArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Blogs and news page related content. */\nexport type ArticleDetailPageShowCommerceHeaderArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Blogs and news page related content. */\nexport type ArticleDetailPageTitleArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Blogs and news page related content. */\nexport type ArticleDetailPageTrackOdpArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Blogs and news page related content. */\nexport type ArticleDetailPage_FulltextArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Blogs and news page related content. */\nexport type ArticleDetailPage_LinkArgs = {\n type?: InputMaybe;\n};\n\nexport type ArticleDetailPageAutocomplete = {\n __typename?: 'ArticleDetailPageAutocomplete';\n Ancestors?: Maybe>>;\n AreaOfStudyFacet?: Maybe;\n BlogAndNewsImage?: Maybe;\n CampusLocationFacet?: Maybe;\n Category?: Maybe;\n CollegeOrSchoolFacet?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n ContentTypeFacet?: Maybe;\n DegreesFacet?: Maybe;\n DepartmentFacet?: Maybe;\n ExistingLanguages?: Maybe;\n KeywordsFacet?: Maybe;\n Language?: Maybe;\n LocationFacet?: Maybe;\n MasterLanguage?: Maybe;\n OverrideCardLink?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImage?: Maybe;\n PageImageUrl?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n ProgramTypeFacet?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n Status?: Maybe>>;\n TopicFacet?: Maybe;\n Url?: Maybe>>;\n};\n\n\nexport type ArticleDetailPageAutocompleteAncestorsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ArticleDetailPageAutocompleteContentTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ArticleDetailPageAutocompletePageFeaturedDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ArticleDetailPageAutocompletePageImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ArticleDetailPageAutocompletePageNavigationTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ArticleDetailPageAutocompleteRelativePathArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ArticleDetailPageAutocompleteRouteSegmentArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ArticleDetailPageAutocompleteShortcutArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ArticleDetailPageAutocompleteSiteIdArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ArticleDetailPageAutocompleteStatusArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ArticleDetailPageAutocompleteUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type ArticleDetailPageFacet = {\n __typename?: 'ArticleDetailPageFacet';\n Ancestors?: Maybe>>;\n AreaOfStudyFacet?: Maybe;\n Author?: Maybe>>;\n BlogAndNewsImage?: Maybe;\n CampusLocationFacet?: Maybe;\n Category?: Maybe;\n Changed?: Maybe>>;\n CollegeOrSchoolFacet?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n ContentTypeFacet?: Maybe;\n Created?: Maybe>>;\n Date?: Maybe>>;\n DegreesFacet?: Maybe;\n DepartmentFacet?: Maybe;\n DisableIndexing?: Maybe>>;\n ExcludeFromSitemap?: Maybe>>;\n ExistingLanguages?: Maybe;\n HideSiteFooter?: Maybe>>;\n HideSiteHeader?: Maybe>>;\n IsCommonDraft?: Maybe>>;\n IsFeaturedContent?: Maybe>>;\n Keywords?: Maybe>>;\n KeywordsFacet?: Maybe;\n Language?: Maybe;\n LocationFacet?: Maybe;\n MainContentArea?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe>>;\n NarrowedContentArea?: Maybe;\n NavigationTitle?: Maybe>>;\n OverrideCardLink?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImage?: Maybe;\n PageImageUrl?: Maybe>>;\n PageIsSearchable?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n ProgramTypeFacet?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Saved?: Maybe>>;\n Searchable?: Maybe>>;\n Shortcut?: Maybe>>;\n ShowBreadcrumbs?: Maybe>>;\n ShowCommerceHeader?: Maybe>>;\n SiteId?: Maybe>>;\n StartPublish?: Maybe>>;\n Status?: Maybe>>;\n StopPublish?: Maybe>>;\n Title?: Maybe>>;\n TopicFacet?: Maybe;\n TrackOdp?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type ArticleDetailPageFacetAncestorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ArticleDetailPageFacetAuthorArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ArticleDetailPageFacetChangedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type ArticleDetailPageFacetContentTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ArticleDetailPageFacetCreatedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type ArticleDetailPageFacetDateArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type ArticleDetailPageFacetDisableIndexingArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ArticleDetailPageFacetExcludeFromSitemapArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ArticleDetailPageFacetHideSiteFooterArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ArticleDetailPageFacetHideSiteHeaderArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ArticleDetailPageFacetIsCommonDraftArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ArticleDetailPageFacetIsFeaturedContentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ArticleDetailPageFacetKeywordsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ArticleDetailPageFacetNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ArticleDetailPageFacetNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ArticleDetailPageFacetPageFeaturedDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ArticleDetailPageFacetPageImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ArticleDetailPageFacetPageIsSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ArticleDetailPageFacetPageNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ArticleDetailPageFacetRelativePathArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ArticleDetailPageFacetRouteSegmentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ArticleDetailPageFacetSavedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type ArticleDetailPageFacetSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ArticleDetailPageFacetShortcutArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ArticleDetailPageFacetShowBreadcrumbsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ArticleDetailPageFacetShowCommerceHeaderArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ArticleDetailPageFacetSiteIdArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ArticleDetailPageFacetStartPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type ArticleDetailPageFacetStatusArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ArticleDetailPageFacetStopPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type ArticleDetailPageFacetTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ArticleDetailPageFacetTrackOdpArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ArticleDetailPageFacetUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type ArticleDetailPageOrderByInput = {\n Ancestors?: InputMaybe;\n AreaOfStudyFacet?: InputMaybe;\n Author?: InputMaybe;\n BlogAndNewsImage?: InputMaybe;\n CampusLocationFacet?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n CollegeOrSchoolFacet?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n ContentTypeFacet?: InputMaybe;\n Created?: InputMaybe;\n Date?: InputMaybe;\n DegreesFacet?: InputMaybe;\n DepartmentFacet?: InputMaybe;\n DisableIndexing?: InputMaybe;\n ExcludeFromSitemap?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n HideSiteFooter?: InputMaybe;\n HideSiteHeader?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n IsFeaturedContent?: InputMaybe;\n Keywords?: InputMaybe;\n KeywordsFacet?: InputMaybe;\n Language?: InputMaybe;\n LocationFacet?: InputMaybe;\n MainContentArea?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n NarrowedContentArea?: InputMaybe;\n NavigationTitle?: InputMaybe;\n OverrideCardLink?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImage?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n ProgramTypeFacet?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Searchable?: InputMaybe;\n Shortcut?: InputMaybe;\n ShowBreadcrumbs?: InputMaybe;\n ShowCommerceHeader?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Title?: InputMaybe;\n TopicFacet?: InputMaybe;\n TrackOdp?: InputMaybe;\n Url?: InputMaybe;\n _minimumScore?: InputMaybe;\n _modified?: InputMaybe;\n _ranking?: InputMaybe;\n _semanticWeight?: InputMaybe;\n};\n\nexport type ArticleDetailPageOutput = {\n __typename?: 'ArticleDetailPageOutput';\n autocomplete?: Maybe;\n cursor?: Maybe;\n facets?: Maybe;\n items?: Maybe>>;\n total?: Maybe;\n};\n\n\nexport type ArticleDetailPageOutputTotalArgs = {\n all?: InputMaybe;\n};\n\nexport type ArticleDetailPageWhereInput = {\n Ancestors?: InputMaybe;\n AreaOfStudyFacet?: InputMaybe;\n Author?: InputMaybe;\n BlogAndNewsImage?: InputMaybe;\n CampusLocationFacet?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n CollegeOrSchoolFacet?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n ContentTypeFacet?: InputMaybe;\n Created?: InputMaybe;\n Date?: InputMaybe;\n DegreesFacet?: InputMaybe;\n DepartmentFacet?: InputMaybe;\n DisableIndexing?: InputMaybe;\n ExcludeFromSitemap?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n HideSiteFooter?: InputMaybe;\n HideSiteHeader?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n IsFeaturedContent?: InputMaybe;\n Keywords?: InputMaybe;\n KeywordsFacet?: InputMaybe;\n Language?: InputMaybe;\n LocationFacet?: InputMaybe;\n MainContentArea?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n NarrowedContentArea?: InputMaybe;\n NavigationTitle?: InputMaybe;\n OverrideCardLink?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImage?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n ProgramTypeFacet?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Searchable?: InputMaybe;\n Shortcut?: InputMaybe;\n ShowBreadcrumbs?: InputMaybe;\n ShowCommerceHeader?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Title?: InputMaybe;\n TopicFacet?: InputMaybe;\n TrackOdp?: InputMaybe;\n Url?: InputMaybe;\n _and?: InputMaybe>>;\n _fulltext?: InputMaybe;\n _modified?: InputMaybe;\n _not?: InputMaybe>>;\n _or?: InputMaybe>>;\n};\n\n/** Page with a list of blogs and news, with the ability to filter by tags. */\nexport type ArticleListingPage = IContent & IData & {\n __typename?: 'ArticleListingPage';\n Ancestors?: Maybe>>;\n AreaOfStudyFacet?: Maybe;\n BreadcrumbsTitle?: Maybe;\n CampusLocationFacet?: Maybe;\n Category?: Maybe>>;\n Changed?: Maybe;\n CollegeOrSchoolFacet?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe;\n DegreesFacet?: Maybe;\n DepartmentFacet?: Maybe;\n DisableIndexing?: Maybe;\n /** This will determine whether or not to show on the sitemap */\n ExcludeFromSitemap?: Maybe;\n ExistingLanguages?: Maybe>>;\n FeaturedDescription?: Maybe;\n HideSiteFooter?: Maybe;\n HideSiteHeader?: Maybe;\n IsCommonDraft?: Maybe;\n IsFeaturedContent?: Maybe;\n Keywords?: Maybe;\n KeywordsFacet?: Maybe;\n Language?: Maybe;\n LocationFacet?: Maybe;\n MainContentArea?: Maybe>>;\n MasterLanguage?: Maybe;\n Masthead?: Maybe>>;\n Name?: Maybe;\n NavigationTitle?: Maybe;\n /** The link and text will be used when the page is displayed as a card in other modules. By default, the link is the same as the actual page. */\n OverrideCardLink?: Maybe;\n PageFeaturedDescription?: Maybe;\n /** Image that will be used when the page is displayed as a card for Generic Pages. Recommended Image Size: 1536x1152 px (4:3 Aspect Ratio) */\n PageImage?: Maybe;\n PageImageUrl?: Maybe;\n PageIsSearchable?: Maybe;\n PageNavigationTitle?: Maybe;\n ParentLink?: Maybe;\n ProgramTypeFacet?: Maybe;\n RelativePath?: Maybe;\n RouteSegment?: Maybe;\n Saved?: Maybe;\n /** This will determine whether or not to show on search */\n Searchable?: Maybe;\n Shortcut?: Maybe;\n /** This will determine whether or not breadcrumb will be displayed */\n ShowBreadcrumbs?: Maybe;\n /** This will determine whether or not commerce header will be displayed */\n ShowCommerceHeader?: Maybe;\n SiteId?: Maybe;\n StartPublish?: Maybe;\n Status?: Maybe;\n StopPublish?: Maybe;\n TrackOdp?: Maybe;\n Url?: Maybe;\n /** @deprecated Use `_link` field instead */\n _children?: Maybe;\n _deleted?: Maybe;\n _fulltext?: Maybe>>;\n _id?: Maybe;\n _link?: Maybe;\n _modified?: Maybe;\n _score?: Maybe;\n};\n\n\n/** Page with a list of blogs and news, with the ability to filter by tags. */\nexport type ArticleListingPageDisableIndexingArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Page with a list of blogs and news, with the ability to filter by tags. */\nexport type ArticleListingPageExcludeFromSitemapArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Page with a list of blogs and news, with the ability to filter by tags. */\nexport type ArticleListingPageHideSiteFooterArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Page with a list of blogs and news, with the ability to filter by tags. */\nexport type ArticleListingPageHideSiteHeaderArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Page with a list of blogs and news, with the ability to filter by tags. */\nexport type ArticleListingPageIsFeaturedContentArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Page with a list of blogs and news, with the ability to filter by tags. */\nexport type ArticleListingPageKeywordsArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Page with a list of blogs and news, with the ability to filter by tags. */\nexport type ArticleListingPageMainContentAreaArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Page with a list of blogs and news, with the ability to filter by tags. */\nexport type ArticleListingPageMastheadArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Page with a list of blogs and news, with the ability to filter by tags. */\nexport type ArticleListingPageNameArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Page with a list of blogs and news, with the ability to filter by tags. */\nexport type ArticleListingPageNavigationTitleArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Page with a list of blogs and news, with the ability to filter by tags. */\nexport type ArticleListingPageSearchableArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Page with a list of blogs and news, with the ability to filter by tags. */\nexport type ArticleListingPageShowBreadcrumbsArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Page with a list of blogs and news, with the ability to filter by tags. */\nexport type ArticleListingPageShowCommerceHeaderArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Page with a list of blogs and news, with the ability to filter by tags. */\nexport type ArticleListingPageTrackOdpArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Page with a list of blogs and news, with the ability to filter by tags. */\nexport type ArticleListingPage_FulltextArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Page with a list of blogs and news, with the ability to filter by tags. */\nexport type ArticleListingPage_LinkArgs = {\n type?: InputMaybe;\n};\n\nexport type ArticleListingPageAutocomplete = {\n __typename?: 'ArticleListingPageAutocomplete';\n Ancestors?: Maybe>>;\n AreaOfStudyFacet?: Maybe;\n CampusLocationFacet?: Maybe;\n Category?: Maybe;\n CollegeOrSchoolFacet?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n DegreesFacet?: Maybe;\n DepartmentFacet?: Maybe;\n ExistingLanguages?: Maybe;\n KeywordsFacet?: Maybe;\n Language?: Maybe;\n LocationFacet?: Maybe;\n MasterLanguage?: Maybe;\n OverrideCardLink?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImage?: Maybe;\n PageImageUrl?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n ProgramTypeFacet?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n Status?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type ArticleListingPageAutocompleteAncestorsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ArticleListingPageAutocompleteContentTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ArticleListingPageAutocompletePageFeaturedDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ArticleListingPageAutocompletePageImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ArticleListingPageAutocompletePageNavigationTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ArticleListingPageAutocompleteRelativePathArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ArticleListingPageAutocompleteRouteSegmentArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ArticleListingPageAutocompleteShortcutArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ArticleListingPageAutocompleteSiteIdArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ArticleListingPageAutocompleteStatusArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ArticleListingPageAutocompleteUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type ArticleListingPageFacet = {\n __typename?: 'ArticleListingPageFacet';\n Ancestors?: Maybe>>;\n AreaOfStudyFacet?: Maybe;\n CampusLocationFacet?: Maybe;\n Category?: Maybe;\n Changed?: Maybe>>;\n CollegeOrSchoolFacet?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe>>;\n DegreesFacet?: Maybe;\n DepartmentFacet?: Maybe;\n DisableIndexing?: Maybe>>;\n ExcludeFromSitemap?: Maybe>>;\n ExistingLanguages?: Maybe;\n HideSiteFooter?: Maybe>>;\n HideSiteHeader?: Maybe>>;\n IsCommonDraft?: Maybe>>;\n IsFeaturedContent?: Maybe>>;\n Keywords?: Maybe>>;\n KeywordsFacet?: Maybe;\n Language?: Maybe;\n LocationFacet?: Maybe;\n MainContentArea?: Maybe;\n MasterLanguage?: Maybe;\n Masthead?: Maybe;\n Name?: Maybe>>;\n NavigationTitle?: Maybe>>;\n OverrideCardLink?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImage?: Maybe;\n PageImageUrl?: Maybe>>;\n PageIsSearchable?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n ProgramTypeFacet?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Saved?: Maybe>>;\n Searchable?: Maybe>>;\n Shortcut?: Maybe>>;\n ShowBreadcrumbs?: Maybe>>;\n ShowCommerceHeader?: Maybe>>;\n SiteId?: Maybe>>;\n StartPublish?: Maybe>>;\n Status?: Maybe>>;\n StopPublish?: Maybe>>;\n TrackOdp?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type ArticleListingPageFacetAncestorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ArticleListingPageFacetChangedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type ArticleListingPageFacetContentTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ArticleListingPageFacetCreatedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type ArticleListingPageFacetDisableIndexingArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ArticleListingPageFacetExcludeFromSitemapArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ArticleListingPageFacetHideSiteFooterArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ArticleListingPageFacetHideSiteHeaderArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ArticleListingPageFacetIsCommonDraftArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ArticleListingPageFacetIsFeaturedContentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ArticleListingPageFacetKeywordsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ArticleListingPageFacetNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ArticleListingPageFacetNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ArticleListingPageFacetPageFeaturedDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ArticleListingPageFacetPageImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ArticleListingPageFacetPageIsSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ArticleListingPageFacetPageNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ArticleListingPageFacetRelativePathArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ArticleListingPageFacetRouteSegmentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ArticleListingPageFacetSavedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type ArticleListingPageFacetSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ArticleListingPageFacetShortcutArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ArticleListingPageFacetShowBreadcrumbsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ArticleListingPageFacetShowCommerceHeaderArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ArticleListingPageFacetSiteIdArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ArticleListingPageFacetStartPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type ArticleListingPageFacetStatusArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ArticleListingPageFacetStopPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type ArticleListingPageFacetTrackOdpArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ArticleListingPageFacetUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type ArticleListingPageOrderByInput = {\n Ancestors?: InputMaybe;\n AreaOfStudyFacet?: InputMaybe;\n CampusLocationFacet?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n CollegeOrSchoolFacet?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n DegreesFacet?: InputMaybe;\n DepartmentFacet?: InputMaybe;\n DisableIndexing?: InputMaybe;\n ExcludeFromSitemap?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n HideSiteFooter?: InputMaybe;\n HideSiteHeader?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n IsFeaturedContent?: InputMaybe;\n Keywords?: InputMaybe;\n KeywordsFacet?: InputMaybe;\n Language?: InputMaybe;\n LocationFacet?: InputMaybe;\n MainContentArea?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Masthead?: InputMaybe;\n Name?: InputMaybe;\n NavigationTitle?: InputMaybe;\n OverrideCardLink?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImage?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n ProgramTypeFacet?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Searchable?: InputMaybe;\n Shortcut?: InputMaybe;\n ShowBreadcrumbs?: InputMaybe;\n ShowCommerceHeader?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n TrackOdp?: InputMaybe;\n Url?: InputMaybe;\n _minimumScore?: InputMaybe;\n _modified?: InputMaybe;\n _ranking?: InputMaybe;\n _semanticWeight?: InputMaybe;\n};\n\nexport type ArticleListingPageOutput = {\n __typename?: 'ArticleListingPageOutput';\n autocomplete?: Maybe;\n cursor?: Maybe;\n facets?: Maybe;\n items?: Maybe>>;\n total?: Maybe;\n};\n\n\nexport type ArticleListingPageOutputTotalArgs = {\n all?: InputMaybe;\n};\n\nexport type ArticleListingPageWhereInput = {\n Ancestors?: InputMaybe;\n AreaOfStudyFacet?: InputMaybe;\n CampusLocationFacet?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n CollegeOrSchoolFacet?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n DegreesFacet?: InputMaybe;\n DepartmentFacet?: InputMaybe;\n DisableIndexing?: InputMaybe;\n ExcludeFromSitemap?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n HideSiteFooter?: InputMaybe;\n HideSiteHeader?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n IsFeaturedContent?: InputMaybe;\n Keywords?: InputMaybe;\n KeywordsFacet?: InputMaybe;\n Language?: InputMaybe;\n LocationFacet?: InputMaybe;\n MainContentArea?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Masthead?: InputMaybe;\n Name?: InputMaybe;\n NavigationTitle?: InputMaybe;\n OverrideCardLink?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImage?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n ProgramTypeFacet?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Searchable?: InputMaybe;\n Shortcut?: InputMaybe;\n ShowBreadcrumbs?: InputMaybe;\n ShowCommerceHeader?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n TrackOdp?: InputMaybe;\n Url?: InputMaybe;\n _and?: InputMaybe>>;\n _fulltext?: InputMaybe;\n _modified?: InputMaybe;\n _not?: InputMaybe>>;\n _or?: InputMaybe>>;\n};\n\nexport type Associations = IContent & IData & {\n __typename?: 'Associations';\n Ancestors?: Maybe>>;\n Category?: Maybe>>;\n Changed?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe;\n ExistingLanguages?: Maybe>>;\n IsCommonDraft?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe;\n PageFeaturedDescription?: Maybe;\n PageImageUrl?: Maybe;\n PageIsSearchable?: Maybe;\n PageNavigationTitle?: Maybe;\n ParentLink?: Maybe;\n RelativePath?: Maybe;\n RouteSegment?: Maybe;\n Saved?: Maybe;\n Shortcut?: Maybe;\n SiteId?: Maybe;\n StartPublish?: Maybe;\n Status?: Maybe;\n StopPublish?: Maybe;\n Url?: Maybe;\n /** @deprecated Use `_link` field instead */\n _children?: Maybe;\n _deleted?: Maybe;\n _fulltext?: Maybe>>;\n _id?: Maybe;\n _link?: Maybe;\n _modified?: Maybe;\n _score?: Maybe;\n};\n\n\nexport type AssociationsNameArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type Associations_FulltextArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type Associations_LinkArgs = {\n type?: InputMaybe;\n};\n\nexport type AssociationsAutocomplete = {\n __typename?: 'AssociationsAutocomplete';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n ExistingLanguages?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n Status?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type AssociationsAutocompleteAncestorsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type AssociationsAutocompleteContentTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type AssociationsAutocompletePageFeaturedDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type AssociationsAutocompletePageImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type AssociationsAutocompletePageNavigationTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type AssociationsAutocompleteRelativePathArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type AssociationsAutocompleteRouteSegmentArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type AssociationsAutocompleteShortcutArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type AssociationsAutocompleteSiteIdArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type AssociationsAutocompleteStatusArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type AssociationsAutocompleteUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type AssociationsFacet = {\n __typename?: 'AssociationsFacet';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n Changed?: Maybe>>;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe>>;\n ExistingLanguages?: Maybe;\n IsCommonDraft?: Maybe>>;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe>>;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageIsSearchable?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Saved?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n StartPublish?: Maybe>>;\n Status?: Maybe>>;\n StopPublish?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type AssociationsFacetAncestorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AssociationsFacetChangedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type AssociationsFacetContentTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AssociationsFacetCreatedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type AssociationsFacetIsCommonDraftArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AssociationsFacetNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AssociationsFacetPageFeaturedDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AssociationsFacetPageImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AssociationsFacetPageIsSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AssociationsFacetPageNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AssociationsFacetRelativePathArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AssociationsFacetRouteSegmentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AssociationsFacetSavedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type AssociationsFacetShortcutArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AssociationsFacetSiteIdArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AssociationsFacetStartPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type AssociationsFacetStatusArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AssociationsFacetStopPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type AssociationsFacetUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type AssociationsOrderByInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n _minimumScore?: InputMaybe;\n _modified?: InputMaybe;\n _ranking?: InputMaybe;\n _semanticWeight?: InputMaybe;\n};\n\nexport type AssociationsOutput = {\n __typename?: 'AssociationsOutput';\n autocomplete?: Maybe;\n cursor?: Maybe;\n facets?: Maybe;\n items?: Maybe>>;\n total?: Maybe;\n};\n\n\nexport type AssociationsOutputTotalArgs = {\n all?: InputMaybe;\n};\n\nexport type AssociationsWhereInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n _and?: InputMaybe>>;\n _fulltext?: InputMaybe;\n _modified?: InputMaybe;\n _not?: InputMaybe>>;\n _or?: InputMaybe>>;\n};\n\n/** Card that can be associated to an audience group. */\nexport type AudienceCardBlock = IContent & IData & {\n __typename?: 'AudienceCardBlock';\n Ancestors?: Maybe>>;\n Category?: Maybe>>;\n Changed?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe;\n Description?: Maybe;\n ExistingLanguages?: Maybe>>;\n /** This value is going to ODP into: selfidentified_audience_name */\n Headline?: Maybe;\n IsCommonDraft?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe;\n PageFeaturedDescription?: Maybe;\n PageImageUrl?: Maybe;\n PageIsSearchable?: Maybe;\n PageNavigationTitle?: Maybe;\n ParentLink?: Maybe;\n RelativePath?: Maybe;\n RouteSegment?: Maybe;\n Saved?: Maybe;\n Shortcut?: Maybe;\n SiteId?: Maybe;\n StartPublish?: Maybe;\n Status?: Maybe;\n StopPublish?: Maybe;\n Url?: Maybe;\n /** @deprecated Use `_link` field instead */\n _children?: Maybe;\n _deleted?: Maybe;\n _fulltext?: Maybe>>;\n _id?: Maybe;\n _link?: Maybe;\n _modified?: Maybe;\n _score?: Maybe;\n};\n\n\n/** Card that can be associated to an audience group. */\nexport type AudienceCardBlockDescriptionArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Card that can be associated to an audience group. */\nexport type AudienceCardBlockHeadlineArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Card that can be associated to an audience group. */\nexport type AudienceCardBlockNameArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Card that can be associated to an audience group. */\nexport type AudienceCardBlock_FulltextArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Card that can be associated to an audience group. */\nexport type AudienceCardBlock_LinkArgs = {\n type?: InputMaybe;\n};\n\nexport type AudienceCardBlockAutocomplete = {\n __typename?: 'AudienceCardBlockAutocomplete';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n ExistingLanguages?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n Status?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type AudienceCardBlockAutocompleteAncestorsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type AudienceCardBlockAutocompleteContentTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type AudienceCardBlockAutocompletePageFeaturedDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type AudienceCardBlockAutocompletePageImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type AudienceCardBlockAutocompletePageNavigationTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type AudienceCardBlockAutocompleteRelativePathArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type AudienceCardBlockAutocompleteRouteSegmentArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type AudienceCardBlockAutocompleteShortcutArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type AudienceCardBlockAutocompleteSiteIdArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type AudienceCardBlockAutocompleteStatusArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type AudienceCardBlockAutocompleteUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type AudienceCardBlockFacet = {\n __typename?: 'AudienceCardBlockFacet';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n Changed?: Maybe>>;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe>>;\n Description?: Maybe>>;\n ExistingLanguages?: Maybe;\n Headline?: Maybe>>;\n IsCommonDraft?: Maybe>>;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe>>;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageIsSearchable?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Saved?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n StartPublish?: Maybe>>;\n Status?: Maybe>>;\n StopPublish?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type AudienceCardBlockFacetAncestorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AudienceCardBlockFacetChangedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type AudienceCardBlockFacetContentTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AudienceCardBlockFacetCreatedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type AudienceCardBlockFacetDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AudienceCardBlockFacetHeadlineArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AudienceCardBlockFacetIsCommonDraftArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AudienceCardBlockFacetNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AudienceCardBlockFacetPageFeaturedDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AudienceCardBlockFacetPageImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AudienceCardBlockFacetPageIsSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AudienceCardBlockFacetPageNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AudienceCardBlockFacetRelativePathArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AudienceCardBlockFacetRouteSegmentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AudienceCardBlockFacetSavedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type AudienceCardBlockFacetShortcutArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AudienceCardBlockFacetSiteIdArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AudienceCardBlockFacetStartPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type AudienceCardBlockFacetStatusArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AudienceCardBlockFacetStopPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type AudienceCardBlockFacetUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type AudienceCardBlockOrderByInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n Description?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n Headline?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n _minimumScore?: InputMaybe;\n _modified?: InputMaybe;\n _ranking?: InputMaybe;\n _semanticWeight?: InputMaybe;\n};\n\nexport type AudienceCardBlockOutput = {\n __typename?: 'AudienceCardBlockOutput';\n autocomplete?: Maybe;\n cursor?: Maybe;\n facets?: Maybe;\n items?: Maybe>>;\n total?: Maybe;\n};\n\n\nexport type AudienceCardBlockOutputTotalArgs = {\n all?: InputMaybe;\n};\n\nexport type AudienceCardBlockWhereInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n Description?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n Headline?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n _and?: InputMaybe>>;\n _fulltext?: InputMaybe;\n _modified?: InputMaybe;\n _not?: InputMaybe>>;\n _or?: InputMaybe>>;\n};\n\n/** Page targeted for a specific audience group. */\nexport type AudienceLandingPage = IContent & IData & {\n __typename?: 'AudienceLandingPage';\n Ancestors?: Maybe>>;\n AnnouncementText?: Maybe;\n /** Announcement Section is only displayed if content authors insert the Announcement Title and Announcement Text. */\n AnnouncementTitle?: Maybe;\n AreaOfStudyFacet?: Maybe;\n BreadcrumbsTitle?: Maybe;\n CampusLocationFacet?: Maybe;\n Category?: Maybe>>;\n Changed?: Maybe;\n CollegeOrSchoolFacet?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe;\n DegreesFacet?: Maybe;\n DepartmentFacet?: Maybe;\n DisableIndexing?: Maybe;\n /** This will determine whether or not to show on the sitemap */\n ExcludeFromSitemap?: Maybe;\n ExistingLanguages?: Maybe>>;\n FeaturedDescription?: Maybe;\n Heading?: Maybe;\n HideSiteFooter?: Maybe;\n HideSiteHeader?: Maybe;\n /** Recommended Image Size: 2880x1440 px (2:1 Aspect Ratio) */\n Image?: Maybe;\n IsCommonDraft?: Maybe;\n IsFeaturedContent?: Maybe;\n Keywords?: Maybe;\n KeywordsFacet?: Maybe;\n Language?: Maybe;\n LocationFacet?: Maybe;\n MainContentArea?: Maybe>>;\n MasterLanguage?: Maybe;\n Name?: Maybe;\n NavigationTitle?: Maybe;\n /** The link and text will be used when the page is displayed as a card in other modules. By default, the link is the same as the actual page. */\n OverrideCardLink?: Maybe;\n PageFeaturedDescription?: Maybe;\n /** Image that will be used when the page is displayed as a card for Generic Pages. Recommended Image Size: 1536x1152 px (4:3 Aspect Ratio) */\n PageImage?: Maybe;\n PageImageUrl?: Maybe;\n PageIsSearchable?: Maybe;\n PageNavigationTitle?: Maybe;\n ParentLink?: Maybe;\n ProgramTypeFacet?: Maybe;\n RelativePath?: Maybe;\n RouteSegment?: Maybe;\n Saved?: Maybe;\n /** This will determine whether or not to show on search */\n Searchable?: Maybe;\n Shortcut?: Maybe;\n /** This will determine whether or not breadcrumb will be displayed */\n ShowBreadcrumbs?: Maybe;\n /** This will determine whether or not commerce header will be displayed */\n ShowCommerceHeader?: Maybe;\n SiteId?: Maybe;\n StartPublish?: Maybe;\n Status?: Maybe;\n StopPublish?: Maybe;\n TrackOdp?: Maybe;\n Url?: Maybe;\n /** @deprecated Use `_link` field instead */\n _children?: Maybe;\n _deleted?: Maybe;\n _fulltext?: Maybe>>;\n _id?: Maybe;\n _link?: Maybe;\n _modified?: Maybe;\n _score?: Maybe;\n};\n\n\n/** Page targeted for a specific audience group. */\nexport type AudienceLandingPageAnnouncementTextArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Page targeted for a specific audience group. */\nexport type AudienceLandingPageAnnouncementTitleArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Page targeted for a specific audience group. */\nexport type AudienceLandingPageDisableIndexingArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Page targeted for a specific audience group. */\nexport type AudienceLandingPageExcludeFromSitemapArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Page targeted for a specific audience group. */\nexport type AudienceLandingPageHeadingArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Page targeted for a specific audience group. */\nexport type AudienceLandingPageHideSiteFooterArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Page targeted for a specific audience group. */\nexport type AudienceLandingPageHideSiteHeaderArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Page targeted for a specific audience group. */\nexport type AudienceLandingPageIsFeaturedContentArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Page targeted for a specific audience group. */\nexport type AudienceLandingPageKeywordsArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Page targeted for a specific audience group. */\nexport type AudienceLandingPageMainContentAreaArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Page targeted for a specific audience group. */\nexport type AudienceLandingPageNameArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Page targeted for a specific audience group. */\nexport type AudienceLandingPageNavigationTitleArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Page targeted for a specific audience group. */\nexport type AudienceLandingPageSearchableArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Page targeted for a specific audience group. */\nexport type AudienceLandingPageShowBreadcrumbsArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Page targeted for a specific audience group. */\nexport type AudienceLandingPageShowCommerceHeaderArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Page targeted for a specific audience group. */\nexport type AudienceLandingPageTrackOdpArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Page targeted for a specific audience group. */\nexport type AudienceLandingPage_FulltextArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Page targeted for a specific audience group. */\nexport type AudienceLandingPage_LinkArgs = {\n type?: InputMaybe;\n};\n\nexport type AudienceLandingPageAutocomplete = {\n __typename?: 'AudienceLandingPageAutocomplete';\n Ancestors?: Maybe>>;\n AreaOfStudyFacet?: Maybe;\n CampusLocationFacet?: Maybe;\n Category?: Maybe;\n CollegeOrSchoolFacet?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n DegreesFacet?: Maybe;\n DepartmentFacet?: Maybe;\n ExistingLanguages?: Maybe;\n Image?: Maybe;\n KeywordsFacet?: Maybe;\n Language?: Maybe;\n LocationFacet?: Maybe;\n MasterLanguage?: Maybe;\n OverrideCardLink?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImage?: Maybe;\n PageImageUrl?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n ProgramTypeFacet?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n Status?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type AudienceLandingPageAutocompleteAncestorsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type AudienceLandingPageAutocompleteContentTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type AudienceLandingPageAutocompletePageFeaturedDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type AudienceLandingPageAutocompletePageImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type AudienceLandingPageAutocompletePageNavigationTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type AudienceLandingPageAutocompleteRelativePathArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type AudienceLandingPageAutocompleteRouteSegmentArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type AudienceLandingPageAutocompleteShortcutArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type AudienceLandingPageAutocompleteSiteIdArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type AudienceLandingPageAutocompleteStatusArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type AudienceLandingPageAutocompleteUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type AudienceLandingPageFacet = {\n __typename?: 'AudienceLandingPageFacet';\n Ancestors?: Maybe>>;\n AnnouncementText?: Maybe>>;\n AnnouncementTitle?: Maybe>>;\n AreaOfStudyFacet?: Maybe;\n CampusLocationFacet?: Maybe;\n Category?: Maybe;\n Changed?: Maybe>>;\n CollegeOrSchoolFacet?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe>>;\n DegreesFacet?: Maybe;\n DepartmentFacet?: Maybe;\n DisableIndexing?: Maybe>>;\n ExcludeFromSitemap?: Maybe>>;\n ExistingLanguages?: Maybe;\n Heading?: Maybe>>;\n HideSiteFooter?: Maybe>>;\n HideSiteHeader?: Maybe>>;\n Image?: Maybe;\n IsCommonDraft?: Maybe>>;\n IsFeaturedContent?: Maybe>>;\n Keywords?: Maybe>>;\n KeywordsFacet?: Maybe;\n Language?: Maybe;\n LocationFacet?: Maybe;\n MainContentArea?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe>>;\n NavigationTitle?: Maybe>>;\n OverrideCardLink?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImage?: Maybe;\n PageImageUrl?: Maybe>>;\n PageIsSearchable?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n ProgramTypeFacet?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Saved?: Maybe>>;\n Searchable?: Maybe>>;\n Shortcut?: Maybe>>;\n ShowBreadcrumbs?: Maybe>>;\n ShowCommerceHeader?: Maybe>>;\n SiteId?: Maybe>>;\n StartPublish?: Maybe>>;\n Status?: Maybe>>;\n StopPublish?: Maybe>>;\n TrackOdp?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type AudienceLandingPageFacetAncestorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AudienceLandingPageFacetAnnouncementTextArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AudienceLandingPageFacetAnnouncementTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AudienceLandingPageFacetChangedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type AudienceLandingPageFacetContentTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AudienceLandingPageFacetCreatedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type AudienceLandingPageFacetDisableIndexingArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AudienceLandingPageFacetExcludeFromSitemapArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AudienceLandingPageFacetHeadingArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AudienceLandingPageFacetHideSiteFooterArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AudienceLandingPageFacetHideSiteHeaderArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AudienceLandingPageFacetIsCommonDraftArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AudienceLandingPageFacetIsFeaturedContentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AudienceLandingPageFacetKeywordsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AudienceLandingPageFacetNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AudienceLandingPageFacetNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AudienceLandingPageFacetPageFeaturedDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AudienceLandingPageFacetPageImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AudienceLandingPageFacetPageIsSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AudienceLandingPageFacetPageNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AudienceLandingPageFacetRelativePathArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AudienceLandingPageFacetRouteSegmentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AudienceLandingPageFacetSavedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type AudienceLandingPageFacetSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AudienceLandingPageFacetShortcutArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AudienceLandingPageFacetShowBreadcrumbsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AudienceLandingPageFacetShowCommerceHeaderArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AudienceLandingPageFacetSiteIdArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AudienceLandingPageFacetStartPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type AudienceLandingPageFacetStatusArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AudienceLandingPageFacetStopPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type AudienceLandingPageFacetTrackOdpArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AudienceLandingPageFacetUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type AudienceLandingPageOrderByInput = {\n Ancestors?: InputMaybe;\n AnnouncementText?: InputMaybe;\n AnnouncementTitle?: InputMaybe;\n AreaOfStudyFacet?: InputMaybe;\n CampusLocationFacet?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n CollegeOrSchoolFacet?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n DegreesFacet?: InputMaybe;\n DepartmentFacet?: InputMaybe;\n DisableIndexing?: InputMaybe;\n ExcludeFromSitemap?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n Heading?: InputMaybe;\n HideSiteFooter?: InputMaybe;\n HideSiteHeader?: InputMaybe;\n Image?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n IsFeaturedContent?: InputMaybe;\n Keywords?: InputMaybe;\n KeywordsFacet?: InputMaybe;\n Language?: InputMaybe;\n LocationFacet?: InputMaybe;\n MainContentArea?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n NavigationTitle?: InputMaybe;\n OverrideCardLink?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImage?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n ProgramTypeFacet?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Searchable?: InputMaybe;\n Shortcut?: InputMaybe;\n ShowBreadcrumbs?: InputMaybe;\n ShowCommerceHeader?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n TrackOdp?: InputMaybe;\n Url?: InputMaybe;\n _minimumScore?: InputMaybe;\n _modified?: InputMaybe;\n _ranking?: InputMaybe;\n _semanticWeight?: InputMaybe;\n};\n\nexport type AudienceLandingPageOutput = {\n __typename?: 'AudienceLandingPageOutput';\n autocomplete?: Maybe;\n cursor?: Maybe;\n facets?: Maybe;\n items?: Maybe>>;\n total?: Maybe;\n};\n\n\nexport type AudienceLandingPageOutputTotalArgs = {\n all?: InputMaybe;\n};\n\nexport type AudienceLandingPageWhereInput = {\n Ancestors?: InputMaybe;\n AnnouncementText?: InputMaybe;\n AnnouncementTitle?: InputMaybe;\n AreaOfStudyFacet?: InputMaybe;\n CampusLocationFacet?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n CollegeOrSchoolFacet?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n DegreesFacet?: InputMaybe;\n DepartmentFacet?: InputMaybe;\n DisableIndexing?: InputMaybe;\n ExcludeFromSitemap?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n Heading?: InputMaybe;\n HideSiteFooter?: InputMaybe;\n HideSiteHeader?: InputMaybe;\n Image?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n IsFeaturedContent?: InputMaybe;\n Keywords?: InputMaybe;\n KeywordsFacet?: InputMaybe;\n Language?: InputMaybe;\n LocationFacet?: InputMaybe;\n MainContentArea?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n NavigationTitle?: InputMaybe;\n OverrideCardLink?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImage?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n ProgramTypeFacet?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Searchable?: InputMaybe;\n Shortcut?: InputMaybe;\n ShowBreadcrumbs?: InputMaybe;\n ShowCommerceHeader?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n TrackOdp?: InputMaybe;\n Url?: InputMaybe;\n _and?: InputMaybe>>;\n _fulltext?: InputMaybe;\n _modified?: InputMaybe;\n _not?: InputMaybe>>;\n _or?: InputMaybe>>;\n};\n\n/** Allows users to self-identify with specific audience groups. */\nexport type AudienceQuestionnaireContainerBlock = IContent & IData & {\n __typename?: 'AudienceQuestionnaireContainerBlock';\n Ancestors?: Maybe>>;\n /** A list of audience groups. */\n AudienceSelectorItems?: Maybe>>;\n Category?: Maybe>>;\n Changed?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe;\n ExistingLanguages?: Maybe>>;\n IsCommonDraft?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe;\n PageFeaturedDescription?: Maybe;\n PageImageUrl?: Maybe;\n PageIsSearchable?: Maybe;\n PageNavigationTitle?: Maybe;\n ParentLink?: Maybe;\n QuestionTextHeadLineLeft?: Maybe;\n QuestionTextHeadLineRight?: Maybe;\n RelativePath?: Maybe;\n RouteSegment?: Maybe;\n Saved?: Maybe;\n Shortcut?: Maybe;\n SiteId?: Maybe;\n StartPublish?: Maybe;\n Status?: Maybe;\n StopPublish?: Maybe;\n Url?: Maybe;\n /** @deprecated Use `_link` field instead */\n _children?: Maybe;\n _deleted?: Maybe;\n _fulltext?: Maybe>>;\n _id?: Maybe;\n _link?: Maybe;\n _modified?: Maybe;\n _score?: Maybe;\n};\n\n\n/** Allows users to self-identify with specific audience groups. */\nexport type AudienceQuestionnaireContainerBlockAudienceSelectorItemsArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Allows users to self-identify with specific audience groups. */\nexport type AudienceQuestionnaireContainerBlockNameArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Allows users to self-identify with specific audience groups. */\nexport type AudienceQuestionnaireContainerBlockQuestionTextHeadLineLeftArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Allows users to self-identify with specific audience groups. */\nexport type AudienceQuestionnaireContainerBlockQuestionTextHeadLineRightArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Allows users to self-identify with specific audience groups. */\nexport type AudienceQuestionnaireContainerBlock_FulltextArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Allows users to self-identify with specific audience groups. */\nexport type AudienceQuestionnaireContainerBlock_LinkArgs = {\n type?: InputMaybe;\n};\n\nexport type AudienceQuestionnaireContainerBlockAutocomplete = {\n __typename?: 'AudienceQuestionnaireContainerBlockAutocomplete';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n ExistingLanguages?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n Status?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type AudienceQuestionnaireContainerBlockAutocompleteAncestorsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type AudienceQuestionnaireContainerBlockAutocompleteContentTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type AudienceQuestionnaireContainerBlockAutocompletePageFeaturedDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type AudienceQuestionnaireContainerBlockAutocompletePageImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type AudienceQuestionnaireContainerBlockAutocompletePageNavigationTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type AudienceQuestionnaireContainerBlockAutocompleteRelativePathArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type AudienceQuestionnaireContainerBlockAutocompleteRouteSegmentArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type AudienceQuestionnaireContainerBlockAutocompleteShortcutArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type AudienceQuestionnaireContainerBlockAutocompleteSiteIdArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type AudienceQuestionnaireContainerBlockAutocompleteStatusArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type AudienceQuestionnaireContainerBlockAutocompleteUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type AudienceQuestionnaireContainerBlockFacet = {\n __typename?: 'AudienceQuestionnaireContainerBlockFacet';\n Ancestors?: Maybe>>;\n AudienceSelectorItems?: Maybe;\n Category?: Maybe;\n Changed?: Maybe>>;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe>>;\n ExistingLanguages?: Maybe;\n IsCommonDraft?: Maybe>>;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe>>;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageIsSearchable?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n QuestionTextHeadLineLeft?: Maybe>>;\n QuestionTextHeadLineRight?: Maybe>>;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Saved?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n StartPublish?: Maybe>>;\n Status?: Maybe>>;\n StopPublish?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type AudienceQuestionnaireContainerBlockFacetAncestorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AudienceQuestionnaireContainerBlockFacetChangedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type AudienceQuestionnaireContainerBlockFacetContentTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AudienceQuestionnaireContainerBlockFacetCreatedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type AudienceQuestionnaireContainerBlockFacetIsCommonDraftArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AudienceQuestionnaireContainerBlockFacetNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AudienceQuestionnaireContainerBlockFacetPageFeaturedDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AudienceQuestionnaireContainerBlockFacetPageImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AudienceQuestionnaireContainerBlockFacetPageIsSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AudienceQuestionnaireContainerBlockFacetPageNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AudienceQuestionnaireContainerBlockFacetQuestionTextHeadLineLeftArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AudienceQuestionnaireContainerBlockFacetQuestionTextHeadLineRightArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AudienceQuestionnaireContainerBlockFacetRelativePathArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AudienceQuestionnaireContainerBlockFacetRouteSegmentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AudienceQuestionnaireContainerBlockFacetSavedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type AudienceQuestionnaireContainerBlockFacetShortcutArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AudienceQuestionnaireContainerBlockFacetSiteIdArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AudienceQuestionnaireContainerBlockFacetStartPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type AudienceQuestionnaireContainerBlockFacetStatusArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AudienceQuestionnaireContainerBlockFacetStopPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type AudienceQuestionnaireContainerBlockFacetUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type AudienceQuestionnaireContainerBlockOrderByInput = {\n Ancestors?: InputMaybe;\n AudienceSelectorItems?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n QuestionTextHeadLineLeft?: InputMaybe;\n QuestionTextHeadLineRight?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n _minimumScore?: InputMaybe;\n _modified?: InputMaybe;\n _ranking?: InputMaybe;\n _semanticWeight?: InputMaybe;\n};\n\nexport type AudienceQuestionnaireContainerBlockOutput = {\n __typename?: 'AudienceQuestionnaireContainerBlockOutput';\n autocomplete?: Maybe;\n cursor?: Maybe;\n facets?: Maybe;\n items?: Maybe>>;\n total?: Maybe;\n};\n\n\nexport type AudienceQuestionnaireContainerBlockOutputTotalArgs = {\n all?: InputMaybe;\n};\n\nexport type AudienceQuestionnaireContainerBlockWhereInput = {\n Ancestors?: InputMaybe;\n AudienceSelectorItems?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n QuestionTextHeadLineLeft?: InputMaybe;\n QuestionTextHeadLineRight?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n _and?: InputMaybe>>;\n _fulltext?: InputMaybe;\n _modified?: InputMaybe;\n _not?: InputMaybe>>;\n _or?: InputMaybe>>;\n};\n\n/** Allows users to create questionnaire information for an audience. */\nexport type AudienceQuestionnaireItemBlock = IContent & IData & {\n __typename?: 'AudienceQuestionnaireItemBlock';\n Ancestors?: Maybe>>;\n AudienceSelectorKeyword?: Maybe;\n /** The value that is sent to ODP into: selfidentified_audience_group */\n AudienceSelectorValue?: Maybe;\n Cards?: Maybe>>;\n Category?: Maybe>>;\n Changed?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe;\n ExistingLanguages?: Maybe>>;\n IsCommonDraft?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe;\n PageFeaturedDescription?: Maybe;\n PageImageUrl?: Maybe;\n PageIsSearchable?: Maybe;\n PageNavigationTitle?: Maybe;\n ParentLink?: Maybe;\n RelativePath?: Maybe;\n RouteSegment?: Maybe;\n Saved?: Maybe;\n Shortcut?: Maybe;\n SiteId?: Maybe;\n StartPublish?: Maybe;\n Status?: Maybe;\n StopPublish?: Maybe;\n Url?: Maybe;\n /** @deprecated Use `_link` field instead */\n _children?: Maybe;\n _deleted?: Maybe;\n _fulltext?: Maybe>>;\n _id?: Maybe;\n _link?: Maybe;\n _modified?: Maybe;\n _score?: Maybe;\n};\n\n\n/** Allows users to create questionnaire information for an audience. */\nexport type AudienceQuestionnaireItemBlockAudienceSelectorKeywordArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Allows users to create questionnaire information for an audience. */\nexport type AudienceQuestionnaireItemBlockAudienceSelectorValueArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Allows users to create questionnaire information for an audience. */\nexport type AudienceQuestionnaireItemBlockCardsArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Allows users to create questionnaire information for an audience. */\nexport type AudienceQuestionnaireItemBlockNameArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Allows users to create questionnaire information for an audience. */\nexport type AudienceQuestionnaireItemBlock_FulltextArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Allows users to create questionnaire information for an audience. */\nexport type AudienceQuestionnaireItemBlock_LinkArgs = {\n type?: InputMaybe;\n};\n\nexport type AudienceQuestionnaireItemBlockAutocomplete = {\n __typename?: 'AudienceQuestionnaireItemBlockAutocomplete';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n ExistingLanguages?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n Status?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type AudienceQuestionnaireItemBlockAutocompleteAncestorsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type AudienceQuestionnaireItemBlockAutocompleteContentTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type AudienceQuestionnaireItemBlockAutocompletePageFeaturedDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type AudienceQuestionnaireItemBlockAutocompletePageImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type AudienceQuestionnaireItemBlockAutocompletePageNavigationTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type AudienceQuestionnaireItemBlockAutocompleteRelativePathArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type AudienceQuestionnaireItemBlockAutocompleteRouteSegmentArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type AudienceQuestionnaireItemBlockAutocompleteShortcutArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type AudienceQuestionnaireItemBlockAutocompleteSiteIdArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type AudienceQuestionnaireItemBlockAutocompleteStatusArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type AudienceQuestionnaireItemBlockAutocompleteUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type AudienceQuestionnaireItemBlockFacet = {\n __typename?: 'AudienceQuestionnaireItemBlockFacet';\n Ancestors?: Maybe>>;\n AudienceSelectorKeyword?: Maybe>>;\n AudienceSelectorValue?: Maybe>>;\n Cards?: Maybe;\n Category?: Maybe;\n Changed?: Maybe>>;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe>>;\n ExistingLanguages?: Maybe;\n IsCommonDraft?: Maybe>>;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe>>;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageIsSearchable?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Saved?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n StartPublish?: Maybe>>;\n Status?: Maybe>>;\n StopPublish?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type AudienceQuestionnaireItemBlockFacetAncestorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AudienceQuestionnaireItemBlockFacetAudienceSelectorKeywordArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AudienceQuestionnaireItemBlockFacetAudienceSelectorValueArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AudienceQuestionnaireItemBlockFacetChangedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type AudienceQuestionnaireItemBlockFacetContentTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AudienceQuestionnaireItemBlockFacetCreatedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type AudienceQuestionnaireItemBlockFacetIsCommonDraftArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AudienceQuestionnaireItemBlockFacetNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AudienceQuestionnaireItemBlockFacetPageFeaturedDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AudienceQuestionnaireItemBlockFacetPageImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AudienceQuestionnaireItemBlockFacetPageIsSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AudienceQuestionnaireItemBlockFacetPageNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AudienceQuestionnaireItemBlockFacetRelativePathArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AudienceQuestionnaireItemBlockFacetRouteSegmentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AudienceQuestionnaireItemBlockFacetSavedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type AudienceQuestionnaireItemBlockFacetShortcutArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AudienceQuestionnaireItemBlockFacetSiteIdArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AudienceQuestionnaireItemBlockFacetStartPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type AudienceQuestionnaireItemBlockFacetStatusArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AudienceQuestionnaireItemBlockFacetStopPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type AudienceQuestionnaireItemBlockFacetUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type AudienceQuestionnaireItemBlockOrderByInput = {\n Ancestors?: InputMaybe;\n AudienceSelectorKeyword?: InputMaybe;\n AudienceSelectorValue?: InputMaybe;\n Cards?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n _minimumScore?: InputMaybe;\n _modified?: InputMaybe;\n _ranking?: InputMaybe;\n _semanticWeight?: InputMaybe;\n};\n\nexport type AudienceQuestionnaireItemBlockOutput = {\n __typename?: 'AudienceQuestionnaireItemBlockOutput';\n autocomplete?: Maybe;\n cursor?: Maybe;\n facets?: Maybe;\n items?: Maybe>>;\n total?: Maybe;\n};\n\n\nexport type AudienceQuestionnaireItemBlockOutputTotalArgs = {\n all?: InputMaybe;\n};\n\nexport type AudienceQuestionnaireItemBlockWhereInput = {\n Ancestors?: InputMaybe;\n AudienceSelectorKeyword?: InputMaybe;\n AudienceSelectorValue?: InputMaybe;\n Cards?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n _and?: InputMaybe>>;\n _fulltext?: InputMaybe;\n _modified?: InputMaybe;\n _not?: InputMaybe>>;\n _or?: InputMaybe>>;\n};\n\n/** Module that contains an audio clip. */\nexport type AudioClipBlock = IContent & IData & {\n __typename?: 'AudioClipBlock';\n Ancestors?: Maybe>>;\n Category?: Maybe>>;\n Changed?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe;\n ExistingLanguages?: Maybe>>;\n Heading?: Maybe;\n IsCommonDraft?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe;\n PageFeaturedDescription?: Maybe;\n PageImageUrl?: Maybe;\n PageIsSearchable?: Maybe;\n PageNavigationTitle?: Maybe;\n ParentLink?: Maybe;\n RelativePath?: Maybe;\n RouteSegment?: Maybe;\n Saved?: Maybe;\n Shortcut?: Maybe;\n SiteId?: Maybe;\n StartPublish?: Maybe;\n Status?: Maybe;\n StopPublish?: Maybe;\n Url?: Maybe;\n /** @deprecated Use `_link` field instead */\n _children?: Maybe;\n _deleted?: Maybe;\n _fulltext?: Maybe>>;\n _id?: Maybe;\n _link?: Maybe;\n _modified?: Maybe;\n _score?: Maybe;\n};\n\n\n/** Module that contains an audio clip. */\nexport type AudioClipBlockHeadingArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Module that contains an audio clip. */\nexport type AudioClipBlockNameArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Module that contains an audio clip. */\nexport type AudioClipBlock_FulltextArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Module that contains an audio clip. */\nexport type AudioClipBlock_LinkArgs = {\n type?: InputMaybe;\n};\n\nexport type AudioClipBlockAutocomplete = {\n __typename?: 'AudioClipBlockAutocomplete';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n ExistingLanguages?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n Status?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type AudioClipBlockAutocompleteAncestorsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type AudioClipBlockAutocompleteContentTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type AudioClipBlockAutocompletePageFeaturedDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type AudioClipBlockAutocompletePageImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type AudioClipBlockAutocompletePageNavigationTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type AudioClipBlockAutocompleteRelativePathArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type AudioClipBlockAutocompleteRouteSegmentArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type AudioClipBlockAutocompleteShortcutArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type AudioClipBlockAutocompleteSiteIdArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type AudioClipBlockAutocompleteStatusArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type AudioClipBlockAutocompleteUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type AudioClipBlockFacet = {\n __typename?: 'AudioClipBlockFacet';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n Changed?: Maybe>>;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe>>;\n ExistingLanguages?: Maybe;\n Heading?: Maybe>>;\n IsCommonDraft?: Maybe>>;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe>>;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageIsSearchable?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Saved?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n StartPublish?: Maybe>>;\n Status?: Maybe>>;\n StopPublish?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type AudioClipBlockFacetAncestorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AudioClipBlockFacetChangedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type AudioClipBlockFacetContentTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AudioClipBlockFacetCreatedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type AudioClipBlockFacetHeadingArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AudioClipBlockFacetIsCommonDraftArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AudioClipBlockFacetNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AudioClipBlockFacetPageFeaturedDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AudioClipBlockFacetPageImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AudioClipBlockFacetPageIsSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AudioClipBlockFacetPageNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AudioClipBlockFacetRelativePathArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AudioClipBlockFacetRouteSegmentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AudioClipBlockFacetSavedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type AudioClipBlockFacetShortcutArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AudioClipBlockFacetSiteIdArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AudioClipBlockFacetStartPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type AudioClipBlockFacetStatusArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AudioClipBlockFacetStopPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type AudioClipBlockFacetUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type AudioClipBlockOrderByInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n Heading?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n _minimumScore?: InputMaybe;\n _modified?: InputMaybe;\n _ranking?: InputMaybe;\n _semanticWeight?: InputMaybe;\n};\n\nexport type AudioClipBlockOutput = {\n __typename?: 'AudioClipBlockOutput';\n autocomplete?: Maybe;\n cursor?: Maybe;\n facets?: Maybe;\n items?: Maybe>>;\n total?: Maybe;\n};\n\n\nexport type AudioClipBlockOutputTotalArgs = {\n all?: InputMaybe;\n};\n\nexport type AudioClipBlockWhereInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n Heading?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n _and?: InputMaybe>>;\n _fulltext?: InputMaybe;\n _modified?: InputMaybe;\n _not?: InputMaybe>>;\n _or?: InputMaybe>>;\n};\n\n/** Used for audio files. */\nexport type AudioFile = IContent & IData & {\n __typename?: 'AudioFile';\n Ancestors?: Maybe>>;\n Category?: Maybe>>;\n Changed?: Maybe;\n Content?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe;\n Description?: Maybe;\n ExistingLanguages?: Maybe>>;\n IsCommonDraft?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n MimeType?: Maybe;\n Name?: Maybe;\n PageFeaturedDescription?: Maybe;\n PageImageUrl?: Maybe;\n PageIsSearchable?: Maybe;\n PageNavigationTitle?: Maybe;\n ParentLink?: Maybe;\n RelativePath?: Maybe;\n RouteSegment?: Maybe;\n Saved?: Maybe;\n Shortcut?: Maybe;\n SiteId?: Maybe;\n StartPublish?: Maybe;\n Status?: Maybe;\n StopPublish?: Maybe;\n Thumbnail?: Maybe;\n Url?: Maybe;\n /** @deprecated Use `_link` field instead */\n _children?: Maybe;\n _deleted?: Maybe;\n _fulltext?: Maybe>>;\n _id?: Maybe;\n _link?: Maybe;\n _modified?: Maybe;\n _score?: Maybe;\n};\n\n\n/** Used for audio files. */\nexport type AudioFileContentArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Used for audio files. */\nexport type AudioFileDescriptionArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Used for audio files. */\nexport type AudioFileNameArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Used for audio files. */\nexport type AudioFile_FulltextArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Used for audio files. */\nexport type AudioFile_LinkArgs = {\n type?: InputMaybe;\n};\n\nexport type AudioFileAutocomplete = {\n __typename?: 'AudioFileAutocomplete';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n ExistingLanguages?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n MimeType?: Maybe>>;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n Status?: Maybe>>;\n Thumbnail?: Maybe;\n Url?: Maybe>>;\n};\n\n\nexport type AudioFileAutocompleteAncestorsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type AudioFileAutocompleteContentTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type AudioFileAutocompleteMimeTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type AudioFileAutocompletePageFeaturedDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type AudioFileAutocompletePageImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type AudioFileAutocompletePageNavigationTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type AudioFileAutocompleteRelativePathArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type AudioFileAutocompleteRouteSegmentArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type AudioFileAutocompleteShortcutArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type AudioFileAutocompleteSiteIdArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type AudioFileAutocompleteStatusArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type AudioFileAutocompleteUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type AudioFileFacet = {\n __typename?: 'AudioFileFacet';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n Changed?: Maybe>>;\n Content?: Maybe>>;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe>>;\n Description?: Maybe>>;\n ExistingLanguages?: Maybe;\n IsCommonDraft?: Maybe>>;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n MimeType?: Maybe>>;\n Name?: Maybe>>;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageIsSearchable?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Saved?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n StartPublish?: Maybe>>;\n Status?: Maybe>>;\n StopPublish?: Maybe>>;\n Thumbnail?: Maybe;\n Url?: Maybe>>;\n};\n\n\nexport type AudioFileFacetAncestorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AudioFileFacetChangedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type AudioFileFacetContentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AudioFileFacetContentTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AudioFileFacetCreatedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type AudioFileFacetDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AudioFileFacetIsCommonDraftArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AudioFileFacetMimeTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AudioFileFacetNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AudioFileFacetPageFeaturedDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AudioFileFacetPageImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AudioFileFacetPageIsSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AudioFileFacetPageNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AudioFileFacetRelativePathArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AudioFileFacetRouteSegmentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AudioFileFacetSavedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type AudioFileFacetShortcutArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AudioFileFacetSiteIdArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AudioFileFacetStartPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type AudioFileFacetStatusArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AudioFileFacetStopPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type AudioFileFacetUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type AudioFileOrderByInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n Content?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n Description?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n MimeType?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Thumbnail?: InputMaybe;\n Url?: InputMaybe;\n _minimumScore?: InputMaybe;\n _modified?: InputMaybe;\n _ranking?: InputMaybe;\n _semanticWeight?: InputMaybe;\n};\n\nexport type AudioFileOutput = {\n __typename?: 'AudioFileOutput';\n autocomplete?: Maybe;\n cursor?: Maybe;\n facets?: Maybe;\n items?: Maybe>>;\n total?: Maybe;\n};\n\n\nexport type AudioFileOutputTotalArgs = {\n all?: InputMaybe;\n};\n\nexport type AudioFileWhereInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n Content?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n Description?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n MimeType?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Thumbnail?: InputMaybe;\n Url?: InputMaybe;\n _and?: InputMaybe>>;\n _fulltext?: InputMaybe;\n _modified?: InputMaybe;\n _not?: InputMaybe>>;\n _or?: InputMaybe>>;\n};\n\n/** Module used in people detail pages to display an audio transcript in a modal window. */\nexport type AudioTranscriptModalBlock = IContent & IData & {\n __typename?: 'AudioTranscriptModalBlock';\n Ancestors?: Maybe>>;\n Category?: Maybe>>;\n Changed?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe;\n ExistingLanguages?: Maybe>>;\n Heading?: Maybe;\n IsCommonDraft?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe;\n PageFeaturedDescription?: Maybe;\n PageImageUrl?: Maybe;\n PageIsSearchable?: Maybe;\n PageNavigationTitle?: Maybe;\n ParentLink?: Maybe;\n RelativePath?: Maybe;\n RouteSegment?: Maybe;\n Saved?: Maybe;\n Shortcut?: Maybe;\n SiteId?: Maybe;\n StartPublish?: Maybe;\n Status?: Maybe;\n StopPublish?: Maybe;\n TranscriptText?: Maybe;\n Url?: Maybe;\n /** @deprecated Use `_link` field instead */\n _children?: Maybe;\n _deleted?: Maybe;\n _fulltext?: Maybe>>;\n _id?: Maybe;\n _link?: Maybe;\n _modified?: Maybe;\n _score?: Maybe;\n};\n\n\n/** Module used in people detail pages to display an audio transcript in a modal window. */\nexport type AudioTranscriptModalBlockHeadingArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Module used in people detail pages to display an audio transcript in a modal window. */\nexport type AudioTranscriptModalBlockNameArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Module used in people detail pages to display an audio transcript in a modal window. */\nexport type AudioTranscriptModalBlockTranscriptTextArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Module used in people detail pages to display an audio transcript in a modal window. */\nexport type AudioTranscriptModalBlock_FulltextArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Module used in people detail pages to display an audio transcript in a modal window. */\nexport type AudioTranscriptModalBlock_LinkArgs = {\n type?: InputMaybe;\n};\n\nexport type AudioTranscriptModalBlockAutocomplete = {\n __typename?: 'AudioTranscriptModalBlockAutocomplete';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n ExistingLanguages?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n Status?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type AudioTranscriptModalBlockAutocompleteAncestorsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type AudioTranscriptModalBlockAutocompleteContentTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type AudioTranscriptModalBlockAutocompletePageFeaturedDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type AudioTranscriptModalBlockAutocompletePageImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type AudioTranscriptModalBlockAutocompletePageNavigationTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type AudioTranscriptModalBlockAutocompleteRelativePathArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type AudioTranscriptModalBlockAutocompleteRouteSegmentArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type AudioTranscriptModalBlockAutocompleteShortcutArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type AudioTranscriptModalBlockAutocompleteSiteIdArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type AudioTranscriptModalBlockAutocompleteStatusArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type AudioTranscriptModalBlockAutocompleteUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type AudioTranscriptModalBlockFacet = {\n __typename?: 'AudioTranscriptModalBlockFacet';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n Changed?: Maybe>>;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe>>;\n ExistingLanguages?: Maybe;\n Heading?: Maybe>>;\n IsCommonDraft?: Maybe>>;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe>>;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageIsSearchable?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Saved?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n StartPublish?: Maybe>>;\n Status?: Maybe>>;\n StopPublish?: Maybe>>;\n TranscriptText?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type AudioTranscriptModalBlockFacetAncestorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AudioTranscriptModalBlockFacetChangedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type AudioTranscriptModalBlockFacetContentTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AudioTranscriptModalBlockFacetCreatedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type AudioTranscriptModalBlockFacetHeadingArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AudioTranscriptModalBlockFacetIsCommonDraftArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AudioTranscriptModalBlockFacetNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AudioTranscriptModalBlockFacetPageFeaturedDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AudioTranscriptModalBlockFacetPageImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AudioTranscriptModalBlockFacetPageIsSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AudioTranscriptModalBlockFacetPageNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AudioTranscriptModalBlockFacetRelativePathArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AudioTranscriptModalBlockFacetRouteSegmentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AudioTranscriptModalBlockFacetSavedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type AudioTranscriptModalBlockFacetShortcutArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AudioTranscriptModalBlockFacetSiteIdArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AudioTranscriptModalBlockFacetStartPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type AudioTranscriptModalBlockFacetStatusArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AudioTranscriptModalBlockFacetStopPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type AudioTranscriptModalBlockFacetTranscriptTextArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type AudioTranscriptModalBlockFacetUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type AudioTranscriptModalBlockOrderByInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n Heading?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n TranscriptText?: InputMaybe;\n Url?: InputMaybe;\n _minimumScore?: InputMaybe;\n _modified?: InputMaybe;\n _ranking?: InputMaybe;\n _semanticWeight?: InputMaybe;\n};\n\nexport type AudioTranscriptModalBlockOutput = {\n __typename?: 'AudioTranscriptModalBlockOutput';\n autocomplete?: Maybe;\n cursor?: Maybe;\n facets?: Maybe;\n items?: Maybe>>;\n total?: Maybe;\n};\n\n\nexport type AudioTranscriptModalBlockOutputTotalArgs = {\n all?: InputMaybe;\n};\n\nexport type AudioTranscriptModalBlockWhereInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n Heading?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n TranscriptText?: InputMaybe;\n Url?: InputMaybe;\n _and?: InputMaybe>>;\n _fulltext?: InputMaybe;\n _modified?: InputMaybe;\n _not?: InputMaybe>>;\n _or?: InputMaybe>>;\n};\n\nexport type BlobModel = {\n __typename?: 'BlobModel';\n Id?: Maybe;\n Url?: Maybe;\n};\n\nexport type BlobModelAutocomplete = {\n __typename?: 'BlobModelAutocomplete';\n Id?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type BlobModelAutocompleteIdArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type BlobModelAutocompleteUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type BlobModelFacet = {\n __typename?: 'BlobModelFacet';\n Id?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type BlobModelFacetIdArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type BlobModelFacetUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type BlobModelOrderByInput = {\n Id?: InputMaybe;\n Url?: InputMaybe;\n};\n\nexport type BlobModelWhereInput = {\n Id?: InputMaybe;\n Url?: InputMaybe;\n};\n\nexport type BoolFilterInput = {\n /** `boost` influences the weight of a field by boosting a match with a number (default: 1) — counts more towards the eventual relevance score which can be projected with `_score` — at query time. Note that `boost` cannot be a negative number. */\n boost?: InputMaybe;\n /** `eq` matches on an exact value, but the value is case-insensitive. */\n eq?: InputMaybe;\n /** `exist` matches results that have this field. */\n exist?: InputMaybe;\n /** `not_eq` retrieves results not matching with an exact (but case-insensitive) value. */\n notEq?: InputMaybe;\n};\n\nexport type BundleContent = IContent & IData & {\n __typename?: 'BundleContent';\n Ancestors?: Maybe>>;\n Associations?: Maybe;\n BundleReference?: Maybe;\n CatalogId?: Maybe;\n Categories?: Maybe;\n Changed?: Maybe;\n Code?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe;\n DisplayName?: Maybe;\n ExistingLanguages?: Maybe>>;\n IsCommonDraft?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n MetaClassId?: Maybe;\n Name?: Maybe;\n PageFeaturedDescription?: Maybe;\n PageImageUrl?: Maybe;\n PageIsSearchable?: Maybe;\n PageNavigationTitle?: Maybe;\n ParentEntries?: Maybe;\n ParentLink?: Maybe;\n RelativePath?: Maybe;\n RouteSegment?: Maybe;\n Saved?: Maybe;\n SeoInformation?: Maybe;\n SeoUri?: Maybe;\n Shortcut?: Maybe;\n SiteId?: Maybe;\n StartPublish?: Maybe;\n Status?: Maybe;\n StopPublish?: Maybe;\n Url?: Maybe;\n /** @deprecated Use `_link` field instead */\n _children?: Maybe;\n _deleted?: Maybe;\n _fulltext?: Maybe>>;\n _id?: Maybe;\n _link?: Maybe;\n _modified?: Maybe;\n _score?: Maybe;\n};\n\n\nexport type BundleContentCodeArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type BundleContentDisplayNameArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type BundleContentNameArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type BundleContent_FulltextArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type BundleContent_LinkArgs = {\n type?: InputMaybe;\n};\n\nexport type BundleContentAssociations = {\n __typename?: 'BundleContentAssociations';\n ContentLink?: Maybe;\n};\n\nexport type BundleContentAssociationsAutocomplete = {\n __typename?: 'BundleContentAssociationsAutocomplete';\n ContentLink?: Maybe;\n};\n\nexport type BundleContentAssociationsFacet = {\n __typename?: 'BundleContentAssociationsFacet';\n ContentLink?: Maybe;\n};\n\nexport type BundleContentAssociationsOrderByInput = {\n ContentLink?: InputMaybe;\n};\n\nexport type BundleContentAssociationsWhereInput = {\n ContentLink?: InputMaybe;\n};\n\nexport type BundleContentAutocomplete = {\n __typename?: 'BundleContentAutocomplete';\n Ancestors?: Maybe>>;\n Associations?: Maybe;\n BundleReference?: Maybe;\n Categories?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n ExistingLanguages?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentEntries?: Maybe;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n SeoInformation?: Maybe;\n SeoUri?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n Status?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type BundleContentAutocompleteAncestorsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type BundleContentAutocompleteContentTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type BundleContentAutocompletePageFeaturedDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type BundleContentAutocompletePageImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type BundleContentAutocompletePageNavigationTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type BundleContentAutocompleteRelativePathArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type BundleContentAutocompleteRouteSegmentArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type BundleContentAutocompleteSeoUriArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type BundleContentAutocompleteShortcutArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type BundleContentAutocompleteSiteIdArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type BundleContentAutocompleteStatusArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type BundleContentAutocompleteUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type BundleContentCategories = {\n __typename?: 'BundleContentCategories';\n ContentLink?: Maybe;\n};\n\nexport type BundleContentCategoriesAutocomplete = {\n __typename?: 'BundleContentCategoriesAutocomplete';\n ContentLink?: Maybe;\n};\n\nexport type BundleContentCategoriesFacet = {\n __typename?: 'BundleContentCategoriesFacet';\n ContentLink?: Maybe;\n};\n\nexport type BundleContentCategoriesOrderByInput = {\n ContentLink?: InputMaybe;\n};\n\nexport type BundleContentCategoriesWhereInput = {\n ContentLink?: InputMaybe;\n};\n\nexport type BundleContentFacet = {\n __typename?: 'BundleContentFacet';\n Ancestors?: Maybe>>;\n Associations?: Maybe;\n BundleReference?: Maybe;\n CatalogId?: Maybe>>;\n Categories?: Maybe;\n Changed?: Maybe>>;\n Code?: Maybe>>;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe>>;\n DisplayName?: Maybe>>;\n ExistingLanguages?: Maybe;\n IsCommonDraft?: Maybe>>;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n MetaClassId?: Maybe>>;\n Name?: Maybe>>;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageIsSearchable?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentEntries?: Maybe;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Saved?: Maybe>>;\n SeoInformation?: Maybe;\n SeoUri?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n StartPublish?: Maybe>>;\n Status?: Maybe>>;\n StopPublish?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type BundleContentFacetAncestorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type BundleContentFacetCatalogIdArgs = {\n filters?: InputMaybe>;\n limit?: InputMaybe;\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n ranges?: InputMaybe>>;\n};\n\n\nexport type BundleContentFacetChangedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type BundleContentFacetCodeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type BundleContentFacetContentTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type BundleContentFacetCreatedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type BundleContentFacetDisplayNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type BundleContentFacetIsCommonDraftArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type BundleContentFacetMetaClassIdArgs = {\n filters?: InputMaybe>;\n limit?: InputMaybe;\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n ranges?: InputMaybe>>;\n};\n\n\nexport type BundleContentFacetNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type BundleContentFacetPageFeaturedDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type BundleContentFacetPageImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type BundleContentFacetPageIsSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type BundleContentFacetPageNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type BundleContentFacetRelativePathArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type BundleContentFacetRouteSegmentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type BundleContentFacetSavedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type BundleContentFacetSeoUriArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type BundleContentFacetShortcutArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type BundleContentFacetSiteIdArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type BundleContentFacetStartPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type BundleContentFacetStatusArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type BundleContentFacetStopPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type BundleContentFacetUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type BundleContentOrderByInput = {\n Ancestors?: InputMaybe;\n Associations?: InputMaybe;\n BundleReference?: InputMaybe;\n CatalogId?: InputMaybe;\n Categories?: InputMaybe;\n Changed?: InputMaybe;\n Code?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n DisplayName?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n MetaClassId?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentEntries?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n SeoInformation?: InputMaybe;\n SeoUri?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n _minimumScore?: InputMaybe;\n _modified?: InputMaybe;\n _ranking?: InputMaybe;\n _semanticWeight?: InputMaybe;\n};\n\nexport type BundleContentOutput = {\n __typename?: 'BundleContentOutput';\n autocomplete?: Maybe;\n cursor?: Maybe;\n facets?: Maybe;\n items?: Maybe>>;\n total?: Maybe;\n};\n\n\nexport type BundleContentOutputTotalArgs = {\n all?: InputMaybe;\n};\n\nexport type BundleContentRelations = {\n __typename?: 'BundleContentRelations';\n ContentLink?: Maybe;\n};\n\nexport type BundleContentRelationsAutocomplete = {\n __typename?: 'BundleContentRelationsAutocomplete';\n ContentLink?: Maybe;\n};\n\nexport type BundleContentRelationsFacet = {\n __typename?: 'BundleContentRelationsFacet';\n ContentLink?: Maybe;\n};\n\nexport type BundleContentRelationsOrderByInput = {\n ContentLink?: InputMaybe;\n};\n\nexport type BundleContentRelationsWhereInput = {\n ContentLink?: InputMaybe;\n};\n\nexport type BundleContentSeoInformation = {\n __typename?: 'BundleContentSeoInformation';\n Description?: Maybe;\n Keywords?: Maybe;\n Title?: Maybe;\n};\n\nexport type BundleContentSeoInformationAutocomplete = {\n __typename?: 'BundleContentSeoInformationAutocomplete';\n Description?: Maybe>>;\n Keywords?: Maybe>>;\n Title?: Maybe>>;\n};\n\n\nexport type BundleContentSeoInformationAutocompleteDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type BundleContentSeoInformationAutocompleteKeywordsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type BundleContentSeoInformationAutocompleteTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type BundleContentSeoInformationFacet = {\n __typename?: 'BundleContentSeoInformationFacet';\n Description?: Maybe>>;\n Keywords?: Maybe>>;\n Title?: Maybe>>;\n};\n\n\nexport type BundleContentSeoInformationFacetDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type BundleContentSeoInformationFacetKeywordsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type BundleContentSeoInformationFacetTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type BundleContentSeoInformationOrderByInput = {\n Description?: InputMaybe;\n Keywords?: InputMaybe;\n Title?: InputMaybe;\n};\n\nexport type BundleContentSeoInformationWhereInput = {\n Description?: InputMaybe;\n Keywords?: InputMaybe;\n Title?: InputMaybe;\n};\n\nexport type BundleContentWhereInput = {\n Ancestors?: InputMaybe;\n Associations?: InputMaybe;\n BundleReference?: InputMaybe;\n CatalogId?: InputMaybe;\n Categories?: InputMaybe;\n Changed?: InputMaybe;\n Code?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n DisplayName?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n MetaClassId?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentEntries?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n SeoInformation?: InputMaybe;\n SeoUri?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n _and?: InputMaybe>>;\n _fulltext?: InputMaybe;\n _modified?: InputMaybe;\n _not?: InputMaybe>>;\n _or?: InputMaybe>>;\n};\n\nexport type BuyOneGetOneDiscountItems = IContent & IData & {\n __typename?: 'BuyOneGetOneDiscountItems';\n Ancestors?: Maybe>>;\n Category?: Maybe>>;\n Changed?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe;\n ExistingLanguages?: Maybe>>;\n FreeQuantity?: Maybe;\n IsCommonDraft?: Maybe;\n IsCustomerGetsSame?: Maybe;\n Items?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe;\n PageFeaturedDescription?: Maybe;\n PageImageUrl?: Maybe;\n PageIsSearchable?: Maybe;\n PageNavigationTitle?: Maybe;\n ParentLink?: Maybe;\n RelativePath?: Maybe;\n RouteSegment?: Maybe;\n Saved?: Maybe;\n Shortcut?: Maybe;\n SiteId?: Maybe;\n StartPublish?: Maybe;\n Status?: Maybe;\n StopPublish?: Maybe;\n Url?: Maybe;\n /** @deprecated Use `_link` field instead */\n _children?: Maybe;\n _deleted?: Maybe;\n _fulltext?: Maybe>>;\n _id?: Maybe;\n _link?: Maybe;\n _modified?: Maybe;\n _score?: Maybe;\n};\n\n\nexport type BuyOneGetOneDiscountItemsNameArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type BuyOneGetOneDiscountItems_FulltextArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type BuyOneGetOneDiscountItems_LinkArgs = {\n type?: InputMaybe;\n};\n\nexport type BuyOneGetOneDiscountItemsAutocomplete = {\n __typename?: 'BuyOneGetOneDiscountItemsAutocomplete';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n ExistingLanguages?: Maybe;\n Items?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n Status?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type BuyOneGetOneDiscountItemsAutocompleteAncestorsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type BuyOneGetOneDiscountItemsAutocompleteContentTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type BuyOneGetOneDiscountItemsAutocompletePageFeaturedDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type BuyOneGetOneDiscountItemsAutocompletePageImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type BuyOneGetOneDiscountItemsAutocompletePageNavigationTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type BuyOneGetOneDiscountItemsAutocompleteRelativePathArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type BuyOneGetOneDiscountItemsAutocompleteRouteSegmentArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type BuyOneGetOneDiscountItemsAutocompleteShortcutArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type BuyOneGetOneDiscountItemsAutocompleteSiteIdArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type BuyOneGetOneDiscountItemsAutocompleteStatusArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type BuyOneGetOneDiscountItemsAutocompleteUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type BuyOneGetOneDiscountItemsFacet = {\n __typename?: 'BuyOneGetOneDiscountItemsFacet';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n Changed?: Maybe>>;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe>>;\n ExistingLanguages?: Maybe;\n FreeQuantity?: Maybe>>;\n IsCommonDraft?: Maybe>>;\n IsCustomerGetsSame?: Maybe>>;\n Items?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe>>;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageIsSearchable?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Saved?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n StartPublish?: Maybe>>;\n Status?: Maybe>>;\n StopPublish?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type BuyOneGetOneDiscountItemsFacetAncestorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type BuyOneGetOneDiscountItemsFacetChangedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type BuyOneGetOneDiscountItemsFacetContentTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type BuyOneGetOneDiscountItemsFacetCreatedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type BuyOneGetOneDiscountItemsFacetFreeQuantityArgs = {\n filters?: InputMaybe>;\n limit?: InputMaybe;\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n ranges?: InputMaybe>>;\n};\n\n\nexport type BuyOneGetOneDiscountItemsFacetIsCommonDraftArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type BuyOneGetOneDiscountItemsFacetIsCustomerGetsSameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type BuyOneGetOneDiscountItemsFacetNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type BuyOneGetOneDiscountItemsFacetPageFeaturedDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type BuyOneGetOneDiscountItemsFacetPageImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type BuyOneGetOneDiscountItemsFacetPageIsSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type BuyOneGetOneDiscountItemsFacetPageNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type BuyOneGetOneDiscountItemsFacetRelativePathArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type BuyOneGetOneDiscountItemsFacetRouteSegmentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type BuyOneGetOneDiscountItemsFacetSavedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type BuyOneGetOneDiscountItemsFacetShortcutArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type BuyOneGetOneDiscountItemsFacetSiteIdArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type BuyOneGetOneDiscountItemsFacetStartPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type BuyOneGetOneDiscountItemsFacetStatusArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type BuyOneGetOneDiscountItemsFacetStopPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type BuyOneGetOneDiscountItemsFacetUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type BuyOneGetOneDiscountItemsOrderByInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n FreeQuantity?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n IsCustomerGetsSame?: InputMaybe;\n Items?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n _minimumScore?: InputMaybe;\n _modified?: InputMaybe;\n _ranking?: InputMaybe;\n _semanticWeight?: InputMaybe;\n};\n\nexport type BuyOneGetOneDiscountItemsOutput = {\n __typename?: 'BuyOneGetOneDiscountItemsOutput';\n autocomplete?: Maybe;\n cursor?: Maybe;\n facets?: Maybe;\n items?: Maybe>>;\n total?: Maybe;\n};\n\n\nexport type BuyOneGetOneDiscountItemsOutputTotalArgs = {\n all?: InputMaybe;\n};\n\nexport type BuyOneGetOneDiscountItemsWhereInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n FreeQuantity?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n IsCustomerGetsSame?: InputMaybe;\n Items?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n _and?: InputMaybe>>;\n _fulltext?: InputMaybe;\n _modified?: InputMaybe;\n _not?: InputMaybe>>;\n _or?: InputMaybe>>;\n};\n\n/** Add buttons and links with a specific style. */\nexport type CtaBlock = IContent & IData & {\n __typename?: 'CTABlock';\n Ancestors?: Maybe>>;\n Category?: Maybe>>;\n Changed?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe;\n ExistingLanguages?: Maybe>>;\n IsCommonDraft?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe;\n PageFeaturedDescription?: Maybe;\n PageImageUrl?: Maybe;\n PageIsSearchable?: Maybe;\n PageNavigationTitle?: Maybe;\n ParentLink?: Maybe;\n RelativePath?: Maybe;\n RouteSegment?: Maybe;\n Saved?: Maybe;\n Shortcut?: Maybe;\n SiteId?: Maybe;\n StartPublish?: Maybe;\n Status?: Maybe;\n StopPublish?: Maybe;\n Url?: Maybe;\n /** @deprecated Use `_link` field instead */\n _children?: Maybe;\n _deleted?: Maybe;\n _fulltext?: Maybe>>;\n _id?: Maybe;\n _link?: Maybe;\n _modified?: Maybe;\n _score?: Maybe;\n};\n\n\n/** Add buttons and links with a specific style. */\nexport type CtaBlockNameArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Add buttons and links with a specific style. */\nexport type CtaBlock_FulltextArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Add buttons and links with a specific style. */\nexport type CtaBlock_LinkArgs = {\n type?: InputMaybe;\n};\n\nexport type CtaBlockAutocomplete = {\n __typename?: 'CTABlockAutocomplete';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n ExistingLanguages?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n Status?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type CtaBlockAutocompleteAncestorsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CtaBlockAutocompleteContentTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CtaBlockAutocompletePageFeaturedDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CtaBlockAutocompletePageImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CtaBlockAutocompletePageNavigationTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CtaBlockAutocompleteRelativePathArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CtaBlockAutocompleteRouteSegmentArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CtaBlockAutocompleteShortcutArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CtaBlockAutocompleteSiteIdArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CtaBlockAutocompleteStatusArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CtaBlockAutocompleteUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type CtaBlockFacet = {\n __typename?: 'CTABlockFacet';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n Changed?: Maybe>>;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe>>;\n ExistingLanguages?: Maybe;\n IsCommonDraft?: Maybe>>;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe>>;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageIsSearchable?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Saved?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n StartPublish?: Maybe>>;\n Status?: Maybe>>;\n StopPublish?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type CtaBlockFacetAncestorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CtaBlockFacetChangedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type CtaBlockFacetContentTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CtaBlockFacetCreatedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type CtaBlockFacetIsCommonDraftArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CtaBlockFacetNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CtaBlockFacetPageFeaturedDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CtaBlockFacetPageImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CtaBlockFacetPageIsSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CtaBlockFacetPageNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CtaBlockFacetRelativePathArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CtaBlockFacetRouteSegmentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CtaBlockFacetSavedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type CtaBlockFacetShortcutArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CtaBlockFacetSiteIdArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CtaBlockFacetStartPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type CtaBlockFacetStatusArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CtaBlockFacetStopPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type CtaBlockFacetUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type CtaBlockOrderByInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n _minimumScore?: InputMaybe;\n _modified?: InputMaybe;\n _ranking?: InputMaybe;\n _semanticWeight?: InputMaybe;\n};\n\nexport type CtaBlockOutput = {\n __typename?: 'CTABlockOutput';\n autocomplete?: Maybe;\n cursor?: Maybe;\n facets?: Maybe;\n items?: Maybe>>;\n total?: Maybe;\n};\n\n\nexport type CtaBlockOutputTotalArgs = {\n all?: InputMaybe;\n};\n\nexport type CtaBlockWhereInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n _and?: InputMaybe>>;\n _fulltext?: InputMaybe;\n _modified?: InputMaybe;\n _not?: InputMaybe>>;\n _or?: InputMaybe>>;\n};\n\n/** Allows to create a list of links on the right rail. */\nexport type CtaListingBlock = IContent & IData & {\n __typename?: 'CTAListingBlock';\n Ancestors?: Maybe>>;\n Category?: Maybe>>;\n Changed?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe;\n ExistingLanguages?: Maybe>>;\n Heading?: Maybe;\n IsCommonDraft?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe;\n PageFeaturedDescription?: Maybe;\n PageImageUrl?: Maybe;\n PageIsSearchable?: Maybe;\n PageNavigationTitle?: Maybe;\n ParentLink?: Maybe;\n RelativePath?: Maybe;\n RouteSegment?: Maybe;\n Saved?: Maybe;\n Shortcut?: Maybe;\n SiteId?: Maybe;\n StartPublish?: Maybe;\n Status?: Maybe;\n StopPublish?: Maybe;\n Url?: Maybe;\n /** @deprecated Use `_link` field instead */\n _children?: Maybe;\n _deleted?: Maybe;\n _fulltext?: Maybe>>;\n _id?: Maybe;\n _link?: Maybe;\n _modified?: Maybe;\n _score?: Maybe;\n};\n\n\n/** Allows to create a list of links on the right rail. */\nexport type CtaListingBlockHeadingArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Allows to create a list of links on the right rail. */\nexport type CtaListingBlockNameArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Allows to create a list of links on the right rail. */\nexport type CtaListingBlock_FulltextArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Allows to create a list of links on the right rail. */\nexport type CtaListingBlock_LinkArgs = {\n type?: InputMaybe;\n};\n\nexport type CtaListingBlockAutocomplete = {\n __typename?: 'CTAListingBlockAutocomplete';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n ExistingLanguages?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n Status?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type CtaListingBlockAutocompleteAncestorsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CtaListingBlockAutocompleteContentTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CtaListingBlockAutocompletePageFeaturedDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CtaListingBlockAutocompletePageImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CtaListingBlockAutocompletePageNavigationTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CtaListingBlockAutocompleteRelativePathArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CtaListingBlockAutocompleteRouteSegmentArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CtaListingBlockAutocompleteShortcutArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CtaListingBlockAutocompleteSiteIdArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CtaListingBlockAutocompleteStatusArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CtaListingBlockAutocompleteUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type CtaListingBlockFacet = {\n __typename?: 'CTAListingBlockFacet';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n Changed?: Maybe>>;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe>>;\n ExistingLanguages?: Maybe;\n Heading?: Maybe>>;\n IsCommonDraft?: Maybe>>;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe>>;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageIsSearchable?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Saved?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n StartPublish?: Maybe>>;\n Status?: Maybe>>;\n StopPublish?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type CtaListingBlockFacetAncestorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CtaListingBlockFacetChangedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type CtaListingBlockFacetContentTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CtaListingBlockFacetCreatedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type CtaListingBlockFacetHeadingArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CtaListingBlockFacetIsCommonDraftArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CtaListingBlockFacetNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CtaListingBlockFacetPageFeaturedDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CtaListingBlockFacetPageImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CtaListingBlockFacetPageIsSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CtaListingBlockFacetPageNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CtaListingBlockFacetRelativePathArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CtaListingBlockFacetRouteSegmentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CtaListingBlockFacetSavedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type CtaListingBlockFacetShortcutArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CtaListingBlockFacetSiteIdArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CtaListingBlockFacetStartPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type CtaListingBlockFacetStatusArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CtaListingBlockFacetStopPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type CtaListingBlockFacetUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type CtaListingBlockOrderByInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n Heading?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n _minimumScore?: InputMaybe;\n _modified?: InputMaybe;\n _ranking?: InputMaybe;\n _semanticWeight?: InputMaybe;\n};\n\nexport type CtaListingBlockOutput = {\n __typename?: 'CTAListingBlockOutput';\n autocomplete?: Maybe;\n cursor?: Maybe;\n facets?: Maybe;\n items?: Maybe>>;\n total?: Maybe;\n};\n\n\nexport type CtaListingBlockOutputTotalArgs = {\n all?: InputMaybe;\n};\n\nexport type CtaListingBlockWhereInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n Heading?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n _and?: InputMaybe>>;\n _fulltext?: InputMaybe;\n _modified?: InputMaybe;\n _not?: InputMaybe>>;\n _or?: InputMaybe>>;\n};\n\n/** Module that displays links with an image. */\nexport type CtaListingWithImageBlock = IContent & IData & {\n __typename?: 'CTAListingWithImageBlock';\n Ancestors?: Maybe>>;\n Category?: Maybe>>;\n Changed?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe;\n Description?: Maybe;\n ExistingLanguages?: Maybe>>;\n Heading?: Maybe;\n IsCommonDraft?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe;\n PageFeaturedDescription?: Maybe;\n PageImageUrl?: Maybe;\n PageIsSearchable?: Maybe;\n PageNavigationTitle?: Maybe;\n ParentLink?: Maybe;\n RelativePath?: Maybe;\n RouteSegment?: Maybe;\n Saved?: Maybe;\n Shortcut?: Maybe;\n SiteId?: Maybe;\n StartPublish?: Maybe;\n Status?: Maybe;\n StopPublish?: Maybe;\n Subheading?: Maybe;\n Url?: Maybe;\n /** @deprecated Use `_link` field instead */\n _children?: Maybe;\n _deleted?: Maybe;\n _fulltext?: Maybe>>;\n _id?: Maybe;\n _link?: Maybe;\n _modified?: Maybe;\n _score?: Maybe;\n};\n\n\n/** Module that displays links with an image. */\nexport type CtaListingWithImageBlockDescriptionArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Module that displays links with an image. */\nexport type CtaListingWithImageBlockHeadingArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Module that displays links with an image. */\nexport type CtaListingWithImageBlockNameArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Module that displays links with an image. */\nexport type CtaListingWithImageBlockSubheadingArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Module that displays links with an image. */\nexport type CtaListingWithImageBlock_FulltextArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Module that displays links with an image. */\nexport type CtaListingWithImageBlock_LinkArgs = {\n type?: InputMaybe;\n};\n\nexport type CtaListingWithImageBlockAutocomplete = {\n __typename?: 'CTAListingWithImageBlockAutocomplete';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n ExistingLanguages?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n Status?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type CtaListingWithImageBlockAutocompleteAncestorsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CtaListingWithImageBlockAutocompleteContentTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CtaListingWithImageBlockAutocompletePageFeaturedDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CtaListingWithImageBlockAutocompletePageImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CtaListingWithImageBlockAutocompletePageNavigationTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CtaListingWithImageBlockAutocompleteRelativePathArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CtaListingWithImageBlockAutocompleteRouteSegmentArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CtaListingWithImageBlockAutocompleteShortcutArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CtaListingWithImageBlockAutocompleteSiteIdArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CtaListingWithImageBlockAutocompleteStatusArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CtaListingWithImageBlockAutocompleteUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type CtaListingWithImageBlockFacet = {\n __typename?: 'CTAListingWithImageBlockFacet';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n Changed?: Maybe>>;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe>>;\n Description?: Maybe>>;\n ExistingLanguages?: Maybe;\n Heading?: Maybe>>;\n IsCommonDraft?: Maybe>>;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe>>;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageIsSearchable?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Saved?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n StartPublish?: Maybe>>;\n Status?: Maybe>>;\n StopPublish?: Maybe>>;\n Subheading?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type CtaListingWithImageBlockFacetAncestorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CtaListingWithImageBlockFacetChangedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type CtaListingWithImageBlockFacetContentTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CtaListingWithImageBlockFacetCreatedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type CtaListingWithImageBlockFacetDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CtaListingWithImageBlockFacetHeadingArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CtaListingWithImageBlockFacetIsCommonDraftArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CtaListingWithImageBlockFacetNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CtaListingWithImageBlockFacetPageFeaturedDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CtaListingWithImageBlockFacetPageImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CtaListingWithImageBlockFacetPageIsSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CtaListingWithImageBlockFacetPageNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CtaListingWithImageBlockFacetRelativePathArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CtaListingWithImageBlockFacetRouteSegmentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CtaListingWithImageBlockFacetSavedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type CtaListingWithImageBlockFacetShortcutArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CtaListingWithImageBlockFacetSiteIdArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CtaListingWithImageBlockFacetStartPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type CtaListingWithImageBlockFacetStatusArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CtaListingWithImageBlockFacetStopPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type CtaListingWithImageBlockFacetSubheadingArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CtaListingWithImageBlockFacetUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type CtaListingWithImageBlockOrderByInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n Description?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n Heading?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Subheading?: InputMaybe;\n Url?: InputMaybe;\n _minimumScore?: InputMaybe;\n _modified?: InputMaybe;\n _ranking?: InputMaybe;\n _semanticWeight?: InputMaybe;\n};\n\nexport type CtaListingWithImageBlockOutput = {\n __typename?: 'CTAListingWithImageBlockOutput';\n autocomplete?: Maybe;\n cursor?: Maybe;\n facets?: Maybe;\n items?: Maybe>>;\n total?: Maybe;\n};\n\n\nexport type CtaListingWithImageBlockOutputTotalArgs = {\n all?: InputMaybe;\n};\n\nexport type CtaListingWithImageBlockWhereInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n Description?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n Heading?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Subheading?: InputMaybe;\n Url?: InputMaybe;\n _and?: InputMaybe>>;\n _fulltext?: InputMaybe;\n _modified?: InputMaybe;\n _not?: InputMaybe>>;\n _or?: InputMaybe>>;\n};\n\n/** Create a row with text and CTA Buttons. */\nexport type CtaModuleBlock = IContent & IData & {\n __typename?: 'CTAModuleBlock';\n Ancestors?: Maybe>>;\n Category?: Maybe>>;\n Changed?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe;\n Description?: Maybe;\n ExistingLanguages?: Maybe>>;\n Heading?: Maybe;\n IsCommonDraft?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe;\n PageFeaturedDescription?: Maybe;\n PageImageUrl?: Maybe;\n PageIsSearchable?: Maybe;\n PageNavigationTitle?: Maybe;\n ParentLink?: Maybe;\n RelativePath?: Maybe;\n RouteSegment?: Maybe;\n Saved?: Maybe;\n Shortcut?: Maybe;\n SiteId?: Maybe;\n StartPublish?: Maybe;\n Status?: Maybe;\n StopPublish?: Maybe;\n Url?: Maybe;\n /** @deprecated Use `_link` field instead */\n _children?: Maybe;\n _deleted?: Maybe;\n _fulltext?: Maybe>>;\n _id?: Maybe;\n _link?: Maybe;\n _modified?: Maybe;\n _score?: Maybe;\n};\n\n\n/** Create a row with text and CTA Buttons. */\nexport type CtaModuleBlockDescriptionArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Create a row with text and CTA Buttons. */\nexport type CtaModuleBlockHeadingArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Create a row with text and CTA Buttons. */\nexport type CtaModuleBlockNameArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Create a row with text and CTA Buttons. */\nexport type CtaModuleBlock_FulltextArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Create a row with text and CTA Buttons. */\nexport type CtaModuleBlock_LinkArgs = {\n type?: InputMaybe;\n};\n\nexport type CtaModuleBlockAutocomplete = {\n __typename?: 'CTAModuleBlockAutocomplete';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n ExistingLanguages?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n Status?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type CtaModuleBlockAutocompleteAncestorsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CtaModuleBlockAutocompleteContentTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CtaModuleBlockAutocompletePageFeaturedDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CtaModuleBlockAutocompletePageImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CtaModuleBlockAutocompletePageNavigationTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CtaModuleBlockAutocompleteRelativePathArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CtaModuleBlockAutocompleteRouteSegmentArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CtaModuleBlockAutocompleteShortcutArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CtaModuleBlockAutocompleteSiteIdArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CtaModuleBlockAutocompleteStatusArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CtaModuleBlockAutocompleteUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type CtaModuleBlockFacet = {\n __typename?: 'CTAModuleBlockFacet';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n Changed?: Maybe>>;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe>>;\n Description?: Maybe>>;\n ExistingLanguages?: Maybe;\n Heading?: Maybe>>;\n IsCommonDraft?: Maybe>>;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe>>;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageIsSearchable?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Saved?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n StartPublish?: Maybe>>;\n Status?: Maybe>>;\n StopPublish?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type CtaModuleBlockFacetAncestorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CtaModuleBlockFacetChangedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type CtaModuleBlockFacetContentTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CtaModuleBlockFacetCreatedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type CtaModuleBlockFacetDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CtaModuleBlockFacetHeadingArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CtaModuleBlockFacetIsCommonDraftArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CtaModuleBlockFacetNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CtaModuleBlockFacetPageFeaturedDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CtaModuleBlockFacetPageImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CtaModuleBlockFacetPageIsSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CtaModuleBlockFacetPageNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CtaModuleBlockFacetRelativePathArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CtaModuleBlockFacetRouteSegmentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CtaModuleBlockFacetSavedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type CtaModuleBlockFacetShortcutArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CtaModuleBlockFacetSiteIdArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CtaModuleBlockFacetStartPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type CtaModuleBlockFacetStatusArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CtaModuleBlockFacetStopPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type CtaModuleBlockFacetUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type CtaModuleBlockOrderByInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n Description?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n Heading?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n _minimumScore?: InputMaybe;\n _modified?: InputMaybe;\n _ranking?: InputMaybe;\n _semanticWeight?: InputMaybe;\n};\n\nexport type CtaModuleBlockOutput = {\n __typename?: 'CTAModuleBlockOutput';\n autocomplete?: Maybe;\n cursor?: Maybe;\n facets?: Maybe;\n items?: Maybe>>;\n total?: Maybe;\n};\n\n\nexport type CtaModuleBlockOutputTotalArgs = {\n all?: InputMaybe;\n};\n\nexport type CtaModuleBlockWhereInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n Description?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n Heading?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n _and?: InputMaybe>>;\n _fulltext?: InputMaybe;\n _modified?: InputMaybe;\n _not?: InputMaybe>>;\n _or?: InputMaybe>>;\n};\n\nexport type CaptchaElementBlock = IContent & IData & {\n __typename?: 'CaptchaElementBlock';\n Ancestors?: Maybe>>;\n Category?: Maybe>>;\n Changed?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe;\n Description?: Maybe;\n ExistingLanguages?: Maybe>>;\n ImageHeight?: Maybe;\n ImageWidth?: Maybe;\n IsCommonDraft?: Maybe;\n Label?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe;\n PageFeaturedDescription?: Maybe;\n PageImageUrl?: Maybe;\n PageIsSearchable?: Maybe;\n PageNavigationTitle?: Maybe;\n ParentLink?: Maybe;\n RelativePath?: Maybe;\n RouteSegment?: Maybe;\n Saved?: Maybe;\n Shortcut?: Maybe;\n SiteId?: Maybe;\n StartPublish?: Maybe;\n Status?: Maybe;\n StopPublish?: Maybe;\n TextLength?: Maybe;\n Url?: Maybe;\n Validators?: Maybe;\n /** @deprecated Use `_link` field instead */\n _children?: Maybe;\n _deleted?: Maybe;\n _fulltext?: Maybe>>;\n _id?: Maybe;\n _link?: Maybe;\n _modified?: Maybe;\n _score?: Maybe;\n};\n\n\nexport type CaptchaElementBlockDescriptionArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type CaptchaElementBlockLabelArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type CaptchaElementBlockNameArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type CaptchaElementBlockValidatorsArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type CaptchaElementBlock_FulltextArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type CaptchaElementBlock_LinkArgs = {\n type?: InputMaybe;\n};\n\nexport type CaptchaElementBlockAutocomplete = {\n __typename?: 'CaptchaElementBlockAutocomplete';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n ExistingLanguages?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n Status?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type CaptchaElementBlockAutocompleteAncestorsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CaptchaElementBlockAutocompleteContentTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CaptchaElementBlockAutocompletePageFeaturedDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CaptchaElementBlockAutocompletePageImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CaptchaElementBlockAutocompletePageNavigationTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CaptchaElementBlockAutocompleteRelativePathArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CaptchaElementBlockAutocompleteRouteSegmentArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CaptchaElementBlockAutocompleteShortcutArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CaptchaElementBlockAutocompleteSiteIdArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CaptchaElementBlockAutocompleteStatusArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CaptchaElementBlockAutocompleteUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type CaptchaElementBlockFacet = {\n __typename?: 'CaptchaElementBlockFacet';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n Changed?: Maybe>>;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe>>;\n Description?: Maybe>>;\n ExistingLanguages?: Maybe;\n ImageHeight?: Maybe>>;\n ImageWidth?: Maybe>>;\n IsCommonDraft?: Maybe>>;\n Label?: Maybe>>;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe>>;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageIsSearchable?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Saved?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n StartPublish?: Maybe>>;\n Status?: Maybe>>;\n StopPublish?: Maybe>>;\n TextLength?: Maybe>>;\n Url?: Maybe>>;\n Validators?: Maybe>>;\n};\n\n\nexport type CaptchaElementBlockFacetAncestorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CaptchaElementBlockFacetChangedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type CaptchaElementBlockFacetContentTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CaptchaElementBlockFacetCreatedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type CaptchaElementBlockFacetDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CaptchaElementBlockFacetImageHeightArgs = {\n filters?: InputMaybe>;\n limit?: InputMaybe;\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n ranges?: InputMaybe>>;\n};\n\n\nexport type CaptchaElementBlockFacetImageWidthArgs = {\n filters?: InputMaybe>;\n limit?: InputMaybe;\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n ranges?: InputMaybe>>;\n};\n\n\nexport type CaptchaElementBlockFacetIsCommonDraftArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CaptchaElementBlockFacetLabelArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CaptchaElementBlockFacetNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CaptchaElementBlockFacetPageFeaturedDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CaptchaElementBlockFacetPageImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CaptchaElementBlockFacetPageIsSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CaptchaElementBlockFacetPageNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CaptchaElementBlockFacetRelativePathArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CaptchaElementBlockFacetRouteSegmentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CaptchaElementBlockFacetSavedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type CaptchaElementBlockFacetShortcutArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CaptchaElementBlockFacetSiteIdArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CaptchaElementBlockFacetStartPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type CaptchaElementBlockFacetStatusArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CaptchaElementBlockFacetStopPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type CaptchaElementBlockFacetTextLengthArgs = {\n filters?: InputMaybe>;\n limit?: InputMaybe;\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n ranges?: InputMaybe>>;\n};\n\n\nexport type CaptchaElementBlockFacetUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CaptchaElementBlockFacetValidatorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type CaptchaElementBlockOrderByInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n Description?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n ImageHeight?: InputMaybe;\n ImageWidth?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Label?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n TextLength?: InputMaybe;\n Url?: InputMaybe;\n Validators?: InputMaybe;\n _minimumScore?: InputMaybe;\n _modified?: InputMaybe;\n _ranking?: InputMaybe;\n _semanticWeight?: InputMaybe;\n};\n\nexport type CaptchaElementBlockOutput = {\n __typename?: 'CaptchaElementBlockOutput';\n autocomplete?: Maybe;\n cursor?: Maybe;\n facets?: Maybe;\n items?: Maybe>>;\n total?: Maybe;\n};\n\n\nexport type CaptchaElementBlockOutputTotalArgs = {\n all?: InputMaybe;\n};\n\nexport type CaptchaElementBlockWhereInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n Description?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n ImageHeight?: InputMaybe;\n ImageWidth?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Label?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n TextLength?: InputMaybe;\n Url?: InputMaybe;\n Validators?: InputMaybe;\n _and?: InputMaybe>>;\n _fulltext?: InputMaybe;\n _modified?: InputMaybe;\n _not?: InputMaybe>>;\n _or?: InputMaybe>>;\n};\n\n/** Page for managing cart */\nexport type CartPage = IContent & IData & {\n __typename?: 'CartPage';\n Ancestors?: Maybe>>;\n AreaOfStudyFacet?: Maybe;\n BreadcrumbsTitle?: Maybe;\n CampusLocationFacet?: Maybe;\n Category?: Maybe>>;\n Changed?: Maybe;\n CollegeOrSchoolFacet?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe;\n DegreesFacet?: Maybe;\n DepartmentFacet?: Maybe;\n DisableIndexing?: Maybe;\n /** This will determine whether or not to show on the sitemap */\n ExcludeFromSitemap?: Maybe;\n ExistingLanguages?: Maybe>>;\n FeaturedDescription?: Maybe;\n HideSiteFooter?: Maybe;\n HideSiteHeader?: Maybe;\n IsCommonDraft?: Maybe;\n IsFeaturedContent?: Maybe;\n Keywords?: Maybe;\n KeywordsFacet?: Maybe;\n Language?: Maybe;\n LocationFacet?: Maybe;\n MainContentArea?: Maybe>>;\n MasterLanguage?: Maybe;\n Name?: Maybe;\n NavigationTitle?: Maybe;\n /** The link and text will be used when the page is displayed as a card in other modules. By default, the link is the same as the actual page. */\n OverrideCardLink?: Maybe;\n PageFeaturedDescription?: Maybe;\n /** Image that will be used when the page is displayed as a card for Generic Pages. Recommended Image Size: 1536x1152 px (4:3 Aspect Ratio) */\n PageImage?: Maybe;\n PageImageUrl?: Maybe;\n PageIsSearchable?: Maybe;\n PageNavigationTitle?: Maybe;\n ParentLink?: Maybe;\n ProgramTypeFacet?: Maybe;\n RelativePath?: Maybe;\n RouteSegment?: Maybe;\n Saved?: Maybe;\n /** This will determine whether or not to show on search */\n Searchable?: Maybe;\n Shortcut?: Maybe;\n /** This will determine whether or not breadcrumb will be displayed */\n ShowBreadcrumbs?: Maybe;\n /** This will determine whether or not commerce header will be displayed */\n ShowCommerceHeader?: Maybe;\n SiteId?: Maybe;\n StartPublish?: Maybe;\n Status?: Maybe;\n StopPublish?: Maybe;\n TrackOdp?: Maybe;\n Url?: Maybe;\n /** @deprecated Use `_link` field instead */\n _children?: Maybe;\n _deleted?: Maybe;\n _fulltext?: Maybe>>;\n _id?: Maybe;\n _link?: Maybe;\n _modified?: Maybe;\n _score?: Maybe;\n};\n\n\n/** Page for managing cart */\nexport type CartPageDisableIndexingArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Page for managing cart */\nexport type CartPageExcludeFromSitemapArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Page for managing cart */\nexport type CartPageHideSiteFooterArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Page for managing cart */\nexport type CartPageHideSiteHeaderArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Page for managing cart */\nexport type CartPageIsFeaturedContentArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Page for managing cart */\nexport type CartPageKeywordsArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Page for managing cart */\nexport type CartPageMainContentAreaArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Page for managing cart */\nexport type CartPageNameArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Page for managing cart */\nexport type CartPageNavigationTitleArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Page for managing cart */\nexport type CartPageSearchableArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Page for managing cart */\nexport type CartPageShowBreadcrumbsArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Page for managing cart */\nexport type CartPageShowCommerceHeaderArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Page for managing cart */\nexport type CartPageTrackOdpArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Page for managing cart */\nexport type CartPage_FulltextArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Page for managing cart */\nexport type CartPage_LinkArgs = {\n type?: InputMaybe;\n};\n\nexport type CartPageAutocomplete = {\n __typename?: 'CartPageAutocomplete';\n Ancestors?: Maybe>>;\n AreaOfStudyFacet?: Maybe;\n CampusLocationFacet?: Maybe;\n Category?: Maybe;\n CollegeOrSchoolFacet?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n DegreesFacet?: Maybe;\n DepartmentFacet?: Maybe;\n ExistingLanguages?: Maybe;\n KeywordsFacet?: Maybe;\n Language?: Maybe;\n LocationFacet?: Maybe;\n MasterLanguage?: Maybe;\n OverrideCardLink?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImage?: Maybe;\n PageImageUrl?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n ProgramTypeFacet?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n Status?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type CartPageAutocompleteAncestorsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CartPageAutocompleteContentTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CartPageAutocompletePageFeaturedDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CartPageAutocompletePageImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CartPageAutocompletePageNavigationTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CartPageAutocompleteRelativePathArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CartPageAutocompleteRouteSegmentArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CartPageAutocompleteShortcutArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CartPageAutocompleteSiteIdArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CartPageAutocompleteStatusArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CartPageAutocompleteUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type CartPageFacet = {\n __typename?: 'CartPageFacet';\n Ancestors?: Maybe>>;\n AreaOfStudyFacet?: Maybe;\n CampusLocationFacet?: Maybe;\n Category?: Maybe;\n Changed?: Maybe>>;\n CollegeOrSchoolFacet?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe>>;\n DegreesFacet?: Maybe;\n DepartmentFacet?: Maybe;\n DisableIndexing?: Maybe>>;\n ExcludeFromSitemap?: Maybe>>;\n ExistingLanguages?: Maybe;\n HideSiteFooter?: Maybe>>;\n HideSiteHeader?: Maybe>>;\n IsCommonDraft?: Maybe>>;\n IsFeaturedContent?: Maybe>>;\n Keywords?: Maybe>>;\n KeywordsFacet?: Maybe;\n Language?: Maybe;\n LocationFacet?: Maybe;\n MainContentArea?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe>>;\n NavigationTitle?: Maybe>>;\n OverrideCardLink?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImage?: Maybe;\n PageImageUrl?: Maybe>>;\n PageIsSearchable?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n ProgramTypeFacet?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Saved?: Maybe>>;\n Searchable?: Maybe>>;\n Shortcut?: Maybe>>;\n ShowBreadcrumbs?: Maybe>>;\n ShowCommerceHeader?: Maybe>>;\n SiteId?: Maybe>>;\n StartPublish?: Maybe>>;\n Status?: Maybe>>;\n StopPublish?: Maybe>>;\n TrackOdp?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type CartPageFacetAncestorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CartPageFacetChangedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type CartPageFacetContentTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CartPageFacetCreatedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type CartPageFacetDisableIndexingArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CartPageFacetExcludeFromSitemapArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CartPageFacetHideSiteFooterArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CartPageFacetHideSiteHeaderArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CartPageFacetIsCommonDraftArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CartPageFacetIsFeaturedContentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CartPageFacetKeywordsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CartPageFacetNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CartPageFacetNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CartPageFacetPageFeaturedDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CartPageFacetPageImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CartPageFacetPageIsSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CartPageFacetPageNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CartPageFacetRelativePathArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CartPageFacetRouteSegmentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CartPageFacetSavedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type CartPageFacetSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CartPageFacetShortcutArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CartPageFacetShowBreadcrumbsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CartPageFacetShowCommerceHeaderArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CartPageFacetSiteIdArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CartPageFacetStartPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type CartPageFacetStatusArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CartPageFacetStopPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type CartPageFacetTrackOdpArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CartPageFacetUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type CartPageOrderByInput = {\n Ancestors?: InputMaybe;\n AreaOfStudyFacet?: InputMaybe;\n CampusLocationFacet?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n CollegeOrSchoolFacet?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n DegreesFacet?: InputMaybe;\n DepartmentFacet?: InputMaybe;\n DisableIndexing?: InputMaybe;\n ExcludeFromSitemap?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n HideSiteFooter?: InputMaybe;\n HideSiteHeader?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n IsFeaturedContent?: InputMaybe;\n Keywords?: InputMaybe;\n KeywordsFacet?: InputMaybe;\n Language?: InputMaybe;\n LocationFacet?: InputMaybe;\n MainContentArea?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n NavigationTitle?: InputMaybe;\n OverrideCardLink?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImage?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n ProgramTypeFacet?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Searchable?: InputMaybe;\n Shortcut?: InputMaybe;\n ShowBreadcrumbs?: InputMaybe;\n ShowCommerceHeader?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n TrackOdp?: InputMaybe;\n Url?: InputMaybe;\n _minimumScore?: InputMaybe;\n _modified?: InputMaybe;\n _ranking?: InputMaybe;\n _semanticWeight?: InputMaybe;\n};\n\nexport type CartPageOutput = {\n __typename?: 'CartPageOutput';\n autocomplete?: Maybe;\n cursor?: Maybe;\n facets?: Maybe;\n items?: Maybe>>;\n total?: Maybe;\n};\n\n\nexport type CartPageOutputTotalArgs = {\n all?: InputMaybe;\n};\n\nexport type CartPageWhereInput = {\n Ancestors?: InputMaybe;\n AreaOfStudyFacet?: InputMaybe;\n CampusLocationFacet?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n CollegeOrSchoolFacet?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n DegreesFacet?: InputMaybe;\n DepartmentFacet?: InputMaybe;\n DisableIndexing?: InputMaybe;\n ExcludeFromSitemap?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n HideSiteFooter?: InputMaybe;\n HideSiteHeader?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n IsFeaturedContent?: InputMaybe;\n Keywords?: InputMaybe;\n KeywordsFacet?: InputMaybe;\n Language?: InputMaybe;\n LocationFacet?: InputMaybe;\n MainContentArea?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n NavigationTitle?: InputMaybe;\n OverrideCardLink?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImage?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n ProgramTypeFacet?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Searchable?: InputMaybe;\n Shortcut?: InputMaybe;\n ShowBreadcrumbs?: InputMaybe;\n ShowCommerceHeader?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n TrackOdp?: InputMaybe;\n Url?: InputMaybe;\n _and?: InputMaybe>>;\n _fulltext?: InputMaybe;\n _modified?: InputMaybe;\n _not?: InputMaybe>>;\n _or?: InputMaybe>>;\n};\n\nexport type CatalogContent = IContent & IData & {\n __typename?: 'CatalogContent';\n Ancestors?: Maybe>>;\n CatalogId?: Maybe;\n Changed?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe;\n DefaultCurrency?: Maybe;\n DefaultLanguage?: Maybe;\n ExistingLanguages?: Maybe>>;\n IsCommonDraft?: Maybe;\n IsPrimary?: Maybe;\n Language?: Maybe;\n LengthBase?: Maybe;\n MasterLanguage?: Maybe;\n MetaClassId?: Maybe;\n Name?: Maybe;\n Owner?: Maybe;\n PageFeaturedDescription?: Maybe;\n PageImageUrl?: Maybe;\n PageIsSearchable?: Maybe;\n PageNavigationTitle?: Maybe;\n ParentLink?: Maybe;\n RelativePath?: Maybe;\n RouteSegment?: Maybe;\n Saved?: Maybe;\n Shortcut?: Maybe;\n SiteId?: Maybe;\n StartPublish?: Maybe;\n Status?: Maybe;\n StopPublish?: Maybe;\n Url?: Maybe;\n WeightBase?: Maybe;\n /** @deprecated Use `_link` field instead */\n _children?: Maybe;\n _deleted?: Maybe;\n _fulltext?: Maybe>>;\n _id?: Maybe;\n _link?: Maybe;\n _modified?: Maybe;\n _score?: Maybe;\n};\n\n\nexport type CatalogContentNameArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type CatalogContent_FulltextArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type CatalogContent_LinkArgs = {\n type?: InputMaybe;\n};\n\nexport type CatalogContentAutocomplete = {\n __typename?: 'CatalogContentAutocomplete';\n Ancestors?: Maybe>>;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n DefaultCurrency?: Maybe>>;\n DefaultLanguage?: Maybe>>;\n ExistingLanguages?: Maybe;\n Language?: Maybe;\n LengthBase?: Maybe>>;\n MasterLanguage?: Maybe;\n Owner?: Maybe>>;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n Status?: Maybe>>;\n Url?: Maybe>>;\n WeightBase?: Maybe>>;\n};\n\n\nexport type CatalogContentAutocompleteAncestorsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CatalogContentAutocompleteContentTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CatalogContentAutocompleteDefaultCurrencyArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CatalogContentAutocompleteDefaultLanguageArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CatalogContentAutocompleteLengthBaseArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CatalogContentAutocompleteOwnerArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CatalogContentAutocompletePageFeaturedDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CatalogContentAutocompletePageImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CatalogContentAutocompletePageNavigationTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CatalogContentAutocompleteRelativePathArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CatalogContentAutocompleteRouteSegmentArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CatalogContentAutocompleteShortcutArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CatalogContentAutocompleteSiteIdArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CatalogContentAutocompleteStatusArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CatalogContentAutocompleteUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CatalogContentAutocompleteWeightBaseArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type CatalogContentFacet = {\n __typename?: 'CatalogContentFacet';\n Ancestors?: Maybe>>;\n CatalogId?: Maybe>>;\n Changed?: Maybe>>;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe>>;\n DefaultCurrency?: Maybe>>;\n DefaultLanguage?: Maybe>>;\n ExistingLanguages?: Maybe;\n IsCommonDraft?: Maybe>>;\n IsPrimary?: Maybe>>;\n Language?: Maybe;\n LengthBase?: Maybe>>;\n MasterLanguage?: Maybe;\n MetaClassId?: Maybe>>;\n Name?: Maybe>>;\n Owner?: Maybe>>;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageIsSearchable?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Saved?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n StartPublish?: Maybe>>;\n Status?: Maybe>>;\n StopPublish?: Maybe>>;\n Url?: Maybe>>;\n WeightBase?: Maybe>>;\n};\n\n\nexport type CatalogContentFacetAncestorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CatalogContentFacetCatalogIdArgs = {\n filters?: InputMaybe>;\n limit?: InputMaybe;\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n ranges?: InputMaybe>>;\n};\n\n\nexport type CatalogContentFacetChangedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type CatalogContentFacetContentTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CatalogContentFacetCreatedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type CatalogContentFacetDefaultCurrencyArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CatalogContentFacetDefaultLanguageArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CatalogContentFacetIsCommonDraftArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CatalogContentFacetIsPrimaryArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CatalogContentFacetLengthBaseArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CatalogContentFacetMetaClassIdArgs = {\n filters?: InputMaybe>;\n limit?: InputMaybe;\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n ranges?: InputMaybe>>;\n};\n\n\nexport type CatalogContentFacetNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CatalogContentFacetOwnerArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CatalogContentFacetPageFeaturedDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CatalogContentFacetPageImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CatalogContentFacetPageIsSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CatalogContentFacetPageNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CatalogContentFacetRelativePathArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CatalogContentFacetRouteSegmentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CatalogContentFacetSavedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type CatalogContentFacetShortcutArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CatalogContentFacetSiteIdArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CatalogContentFacetStartPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type CatalogContentFacetStatusArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CatalogContentFacetStopPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type CatalogContentFacetUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CatalogContentFacetWeightBaseArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type CatalogContentOrderByInput = {\n Ancestors?: InputMaybe;\n CatalogId?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n DefaultCurrency?: InputMaybe;\n DefaultLanguage?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n IsPrimary?: InputMaybe;\n Language?: InputMaybe;\n LengthBase?: InputMaybe;\n MasterLanguage?: InputMaybe;\n MetaClassId?: InputMaybe;\n Name?: InputMaybe;\n Owner?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n WeightBase?: InputMaybe;\n _minimumScore?: InputMaybe;\n _modified?: InputMaybe;\n _ranking?: InputMaybe;\n _semanticWeight?: InputMaybe;\n};\n\nexport type CatalogContentOutput = {\n __typename?: 'CatalogContentOutput';\n autocomplete?: Maybe;\n cursor?: Maybe;\n facets?: Maybe;\n items?: Maybe>>;\n total?: Maybe;\n};\n\n\nexport type CatalogContentOutputTotalArgs = {\n all?: InputMaybe;\n};\n\nexport type CatalogContentWhereInput = {\n Ancestors?: InputMaybe;\n CatalogId?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n DefaultCurrency?: InputMaybe;\n DefaultLanguage?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n IsPrimary?: InputMaybe;\n Language?: InputMaybe;\n LengthBase?: InputMaybe;\n MasterLanguage?: InputMaybe;\n MetaClassId?: InputMaybe;\n Name?: InputMaybe;\n Owner?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n WeightBase?: InputMaybe;\n _and?: InputMaybe>>;\n _fulltext?: InputMaybe;\n _modified?: InputMaybe;\n _not?: InputMaybe>>;\n _or?: InputMaybe>>;\n};\n\nexport type Categories = IContent & IData & {\n __typename?: 'Categories';\n Ancestors?: Maybe>>;\n Category?: Maybe>>;\n Changed?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe;\n ExistingLanguages?: Maybe>>;\n IsCommonDraft?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe;\n PageFeaturedDescription?: Maybe;\n PageImageUrl?: Maybe;\n PageIsSearchable?: Maybe;\n PageNavigationTitle?: Maybe;\n ParentLink?: Maybe;\n RelativePath?: Maybe;\n RouteSegment?: Maybe;\n Saved?: Maybe;\n Shortcut?: Maybe;\n SiteId?: Maybe;\n StartPublish?: Maybe;\n Status?: Maybe;\n StopPublish?: Maybe;\n Url?: Maybe;\n /** @deprecated Use `_link` field instead */\n _children?: Maybe;\n _deleted?: Maybe;\n _fulltext?: Maybe>>;\n _id?: Maybe;\n _link?: Maybe;\n _modified?: Maybe;\n _score?: Maybe;\n};\n\n\nexport type CategoriesNameArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type Categories_FulltextArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type Categories_LinkArgs = {\n type?: InputMaybe;\n};\n\nexport type CategoriesAutocomplete = {\n __typename?: 'CategoriesAutocomplete';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n ExistingLanguages?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n Status?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type CategoriesAutocompleteAncestorsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CategoriesAutocompleteContentTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CategoriesAutocompletePageFeaturedDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CategoriesAutocompletePageImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CategoriesAutocompletePageNavigationTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CategoriesAutocompleteRelativePathArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CategoriesAutocompleteRouteSegmentArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CategoriesAutocompleteShortcutArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CategoriesAutocompleteSiteIdArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CategoriesAutocompleteStatusArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CategoriesAutocompleteUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type CategoriesFacet = {\n __typename?: 'CategoriesFacet';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n Changed?: Maybe>>;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe>>;\n ExistingLanguages?: Maybe;\n IsCommonDraft?: Maybe>>;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe>>;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageIsSearchable?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Saved?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n StartPublish?: Maybe>>;\n Status?: Maybe>>;\n StopPublish?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type CategoriesFacetAncestorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CategoriesFacetChangedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type CategoriesFacetContentTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CategoriesFacetCreatedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type CategoriesFacetIsCommonDraftArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CategoriesFacetNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CategoriesFacetPageFeaturedDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CategoriesFacetPageImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CategoriesFacetPageIsSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CategoriesFacetPageNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CategoriesFacetRelativePathArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CategoriesFacetRouteSegmentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CategoriesFacetSavedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type CategoriesFacetShortcutArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CategoriesFacetSiteIdArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CategoriesFacetStartPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type CategoriesFacetStatusArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CategoriesFacetStopPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type CategoriesFacetUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type CategoriesOrderByInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n _minimumScore?: InputMaybe;\n _modified?: InputMaybe;\n _ranking?: InputMaybe;\n _semanticWeight?: InputMaybe;\n};\n\nexport type CategoriesOutput = {\n __typename?: 'CategoriesOutput';\n autocomplete?: Maybe;\n cursor?: Maybe;\n facets?: Maybe;\n items?: Maybe>>;\n total?: Maybe;\n};\n\n\nexport type CategoriesOutputTotalArgs = {\n all?: InputMaybe;\n};\n\nexport type CategoriesWhereInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n _and?: InputMaybe>>;\n _fulltext?: InputMaybe;\n _modified?: InputMaybe;\n _not?: InputMaybe>>;\n _or?: InputMaybe>>;\n};\n\nexport type CategoryModel = {\n __typename?: 'CategoryModel';\n Description?: Maybe;\n Id?: Maybe;\n Name?: Maybe;\n};\n\nexport type CategoryModelAutocomplete = {\n __typename?: 'CategoryModelAutocomplete';\n Description?: Maybe>>;\n Name?: Maybe>>;\n};\n\n\nexport type CategoryModelAutocompleteDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CategoryModelAutocompleteNameArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type CategoryModelFacet = {\n __typename?: 'CategoryModelFacet';\n Description?: Maybe>>;\n Id?: Maybe>>;\n Name?: Maybe>>;\n};\n\n\nexport type CategoryModelFacetDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CategoryModelFacetIdArgs = {\n filters?: InputMaybe>;\n limit?: InputMaybe;\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n ranges?: InputMaybe>>;\n};\n\n\nexport type CategoryModelFacetNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type CategoryModelOrderByInput = {\n Description?: InputMaybe;\n Id?: InputMaybe;\n Name?: InputMaybe;\n};\n\nexport type CategoryModelWhereInput = {\n Description?: InputMaybe;\n Id?: InputMaybe;\n Name?: InputMaybe;\n};\n\n/** Block for CE Credential Validation feature. */\nexport type CeCredentialValidationBlock = IContent & IData & {\n __typename?: 'CeCredentialValidationBlock';\n Ancestors?: Maybe>>;\n Category?: Maybe>>;\n Changed?: Maybe;\n Content?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe;\n ExistingLanguages?: Maybe>>;\n IsCommonDraft?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe;\n PageFeaturedDescription?: Maybe;\n PageImageUrl?: Maybe;\n PageIsSearchable?: Maybe;\n PageNavigationTitle?: Maybe;\n ParentLink?: Maybe;\n RelativePath?: Maybe;\n RouteSegment?: Maybe;\n Saved?: Maybe;\n Shortcut?: Maybe;\n SiteId?: Maybe;\n StartPublish?: Maybe;\n Status?: Maybe;\n StopPublish?: Maybe;\n Title?: Maybe;\n Url?: Maybe;\n /** @deprecated Use `_link` field instead */\n _children?: Maybe;\n _deleted?: Maybe;\n _fulltext?: Maybe>>;\n _id?: Maybe;\n _link?: Maybe;\n _modified?: Maybe;\n _score?: Maybe;\n};\n\n\n/** Block for CE Credential Validation feature. */\nexport type CeCredentialValidationBlockContentArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Block for CE Credential Validation feature. */\nexport type CeCredentialValidationBlockNameArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Block for CE Credential Validation feature. */\nexport type CeCredentialValidationBlockTitleArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Block for CE Credential Validation feature. */\nexport type CeCredentialValidationBlock_FulltextArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Block for CE Credential Validation feature. */\nexport type CeCredentialValidationBlock_LinkArgs = {\n type?: InputMaybe;\n};\n\nexport type CeCredentialValidationBlockAutocomplete = {\n __typename?: 'CeCredentialValidationBlockAutocomplete';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n ExistingLanguages?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n Status?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type CeCredentialValidationBlockAutocompleteAncestorsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CeCredentialValidationBlockAutocompleteContentTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CeCredentialValidationBlockAutocompletePageFeaturedDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CeCredentialValidationBlockAutocompletePageImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CeCredentialValidationBlockAutocompletePageNavigationTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CeCredentialValidationBlockAutocompleteRelativePathArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CeCredentialValidationBlockAutocompleteRouteSegmentArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CeCredentialValidationBlockAutocompleteShortcutArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CeCredentialValidationBlockAutocompleteSiteIdArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CeCredentialValidationBlockAutocompleteStatusArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CeCredentialValidationBlockAutocompleteUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type CeCredentialValidationBlockFacet = {\n __typename?: 'CeCredentialValidationBlockFacet';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n Changed?: Maybe>>;\n Content?: Maybe>>;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe>>;\n ExistingLanguages?: Maybe;\n IsCommonDraft?: Maybe>>;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe>>;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageIsSearchable?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Saved?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n StartPublish?: Maybe>>;\n Status?: Maybe>>;\n StopPublish?: Maybe>>;\n Title?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type CeCredentialValidationBlockFacetAncestorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CeCredentialValidationBlockFacetChangedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type CeCredentialValidationBlockFacetContentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CeCredentialValidationBlockFacetContentTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CeCredentialValidationBlockFacetCreatedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type CeCredentialValidationBlockFacetIsCommonDraftArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CeCredentialValidationBlockFacetNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CeCredentialValidationBlockFacetPageFeaturedDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CeCredentialValidationBlockFacetPageImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CeCredentialValidationBlockFacetPageIsSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CeCredentialValidationBlockFacetPageNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CeCredentialValidationBlockFacetRelativePathArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CeCredentialValidationBlockFacetRouteSegmentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CeCredentialValidationBlockFacetSavedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type CeCredentialValidationBlockFacetShortcutArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CeCredentialValidationBlockFacetSiteIdArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CeCredentialValidationBlockFacetStartPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type CeCredentialValidationBlockFacetStatusArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CeCredentialValidationBlockFacetStopPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type CeCredentialValidationBlockFacetTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CeCredentialValidationBlockFacetUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type CeCredentialValidationBlockOrderByInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n Content?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Title?: InputMaybe;\n Url?: InputMaybe;\n _minimumScore?: InputMaybe;\n _modified?: InputMaybe;\n _ranking?: InputMaybe;\n _semanticWeight?: InputMaybe;\n};\n\nexport type CeCredentialValidationBlockOutput = {\n __typename?: 'CeCredentialValidationBlockOutput';\n autocomplete?: Maybe;\n cursor?: Maybe;\n facets?: Maybe;\n items?: Maybe>>;\n total?: Maybe;\n};\n\n\nexport type CeCredentialValidationBlockOutputTotalArgs = {\n all?: InputMaybe;\n};\n\nexport type CeCredentialValidationBlockWhereInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n Content?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Title?: InputMaybe;\n Url?: InputMaybe;\n _and?: InputMaybe>>;\n _fulltext?: InputMaybe;\n _modified?: InputMaybe;\n _not?: InputMaybe>>;\n _or?: InputMaybe>>;\n};\n\n/** This page enables users to securely finalize payments for courses and other services, offering a summary of items and multiple payment options. */\nexport type CheckoutPage = IContent & IData & {\n __typename?: 'CheckoutPage';\n Ancestors?: Maybe>>;\n AreaOfStudyFacet?: Maybe;\n BreadcrumbsTitle?: Maybe;\n CampusLocationFacet?: Maybe;\n Category?: Maybe>>;\n CertificateDeclarationDescription?: Maybe;\n Changed?: Maybe;\n CollegeOrSchoolFacet?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe;\n DegreesFacet?: Maybe;\n DepartmentFacet?: Maybe;\n DisableIndexing?: Maybe;\n /** This will determine whether or not to show on the sitemap */\n ExcludeFromSitemap?: Maybe;\n ExistingLanguages?: Maybe>>;\n FeaturedDescription?: Maybe;\n HideSiteFooter?: Maybe;\n HideSiteHeader?: Maybe;\n IsCommonDraft?: Maybe;\n IsFeaturedContent?: Maybe;\n Keywords?: Maybe;\n KeywordsFacet?: Maybe;\n Language?: Maybe;\n LocationFacet?: Maybe;\n MainContentArea?: Maybe>>;\n MasterLanguage?: Maybe;\n Name?: Maybe;\n NavigationTitle?: Maybe;\n /** The link and text will be used when the page is displayed as a card in other modules. By default, the link is the same as the actual page. */\n OverrideCardLink?: Maybe;\n PageFeaturedDescription?: Maybe;\n /** Image that will be used when the page is displayed as a card for Generic Pages. Recommended Image Size: 1536x1152 px (4:3 Aspect Ratio) */\n PageImage?: Maybe;\n PageImageUrl?: Maybe;\n PageIsSearchable?: Maybe;\n PageNavigationTitle?: Maybe;\n ParentLink?: Maybe;\n PaymentDescription?: Maybe;\n ProgramTypeFacet?: Maybe;\n RelativePath?: Maybe;\n RouteSegment?: Maybe;\n Saved?: Maybe;\n /** This will determine whether or not to show on search */\n Searchable?: Maybe;\n Shortcut?: Maybe;\n /** This will determine whether or not breadcrumb will be displayed */\n ShowBreadcrumbs?: Maybe;\n /** This will determine whether or not commerce header will be displayed */\n ShowCommerceHeader?: Maybe;\n SiteId?: Maybe;\n StartPublish?: Maybe;\n Status?: Maybe;\n StopPublish?: Maybe;\n TrackOdp?: Maybe;\n Url?: Maybe;\n /** @deprecated Use `_link` field instead */\n _children?: Maybe;\n _deleted?: Maybe;\n _fulltext?: Maybe>>;\n _id?: Maybe;\n _link?: Maybe;\n _modified?: Maybe;\n _score?: Maybe;\n};\n\n\n/** This page enables users to securely finalize payments for courses and other services, offering a summary of items and multiple payment options. */\nexport type CheckoutPageCertificateDeclarationDescriptionArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** This page enables users to securely finalize payments for courses and other services, offering a summary of items and multiple payment options. */\nexport type CheckoutPageDisableIndexingArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** This page enables users to securely finalize payments for courses and other services, offering a summary of items and multiple payment options. */\nexport type CheckoutPageExcludeFromSitemapArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** This page enables users to securely finalize payments for courses and other services, offering a summary of items and multiple payment options. */\nexport type CheckoutPageHideSiteFooterArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** This page enables users to securely finalize payments for courses and other services, offering a summary of items and multiple payment options. */\nexport type CheckoutPageHideSiteHeaderArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** This page enables users to securely finalize payments for courses and other services, offering a summary of items and multiple payment options. */\nexport type CheckoutPageIsFeaturedContentArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** This page enables users to securely finalize payments for courses and other services, offering a summary of items and multiple payment options. */\nexport type CheckoutPageKeywordsArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** This page enables users to securely finalize payments for courses and other services, offering a summary of items and multiple payment options. */\nexport type CheckoutPageMainContentAreaArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** This page enables users to securely finalize payments for courses and other services, offering a summary of items and multiple payment options. */\nexport type CheckoutPageNameArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** This page enables users to securely finalize payments for courses and other services, offering a summary of items and multiple payment options. */\nexport type CheckoutPageNavigationTitleArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** This page enables users to securely finalize payments for courses and other services, offering a summary of items and multiple payment options. */\nexport type CheckoutPagePaymentDescriptionArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** This page enables users to securely finalize payments for courses and other services, offering a summary of items and multiple payment options. */\nexport type CheckoutPageSearchableArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** This page enables users to securely finalize payments for courses and other services, offering a summary of items and multiple payment options. */\nexport type CheckoutPageShowBreadcrumbsArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** This page enables users to securely finalize payments for courses and other services, offering a summary of items and multiple payment options. */\nexport type CheckoutPageShowCommerceHeaderArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** This page enables users to securely finalize payments for courses and other services, offering a summary of items and multiple payment options. */\nexport type CheckoutPageTrackOdpArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** This page enables users to securely finalize payments for courses and other services, offering a summary of items and multiple payment options. */\nexport type CheckoutPage_FulltextArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** This page enables users to securely finalize payments for courses and other services, offering a summary of items and multiple payment options. */\nexport type CheckoutPage_LinkArgs = {\n type?: InputMaybe;\n};\n\nexport type CheckoutPageAutocomplete = {\n __typename?: 'CheckoutPageAutocomplete';\n Ancestors?: Maybe>>;\n AreaOfStudyFacet?: Maybe;\n CampusLocationFacet?: Maybe;\n Category?: Maybe;\n CollegeOrSchoolFacet?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n DegreesFacet?: Maybe;\n DepartmentFacet?: Maybe;\n ExistingLanguages?: Maybe;\n KeywordsFacet?: Maybe;\n Language?: Maybe;\n LocationFacet?: Maybe;\n MasterLanguage?: Maybe;\n OverrideCardLink?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImage?: Maybe;\n PageImageUrl?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n ProgramTypeFacet?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n Status?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type CheckoutPageAutocompleteAncestorsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CheckoutPageAutocompleteContentTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CheckoutPageAutocompletePageFeaturedDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CheckoutPageAutocompletePageImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CheckoutPageAutocompletePageNavigationTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CheckoutPageAutocompleteRelativePathArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CheckoutPageAutocompleteRouteSegmentArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CheckoutPageAutocompleteShortcutArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CheckoutPageAutocompleteSiteIdArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CheckoutPageAutocompleteStatusArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CheckoutPageAutocompleteUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type CheckoutPageFacet = {\n __typename?: 'CheckoutPageFacet';\n Ancestors?: Maybe>>;\n AreaOfStudyFacet?: Maybe;\n CampusLocationFacet?: Maybe;\n Category?: Maybe;\n CertificateDeclarationDescription?: Maybe>>;\n Changed?: Maybe>>;\n CollegeOrSchoolFacet?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe>>;\n DegreesFacet?: Maybe;\n DepartmentFacet?: Maybe;\n DisableIndexing?: Maybe>>;\n ExcludeFromSitemap?: Maybe>>;\n ExistingLanguages?: Maybe;\n HideSiteFooter?: Maybe>>;\n HideSiteHeader?: Maybe>>;\n IsCommonDraft?: Maybe>>;\n IsFeaturedContent?: Maybe>>;\n Keywords?: Maybe>>;\n KeywordsFacet?: Maybe;\n Language?: Maybe;\n LocationFacet?: Maybe;\n MainContentArea?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe>>;\n NavigationTitle?: Maybe>>;\n OverrideCardLink?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImage?: Maybe;\n PageImageUrl?: Maybe>>;\n PageIsSearchable?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n PaymentDescription?: Maybe>>;\n ProgramTypeFacet?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Saved?: Maybe>>;\n Searchable?: Maybe>>;\n Shortcut?: Maybe>>;\n ShowBreadcrumbs?: Maybe>>;\n ShowCommerceHeader?: Maybe>>;\n SiteId?: Maybe>>;\n StartPublish?: Maybe>>;\n Status?: Maybe>>;\n StopPublish?: Maybe>>;\n TrackOdp?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type CheckoutPageFacetAncestorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CheckoutPageFacetCertificateDeclarationDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CheckoutPageFacetChangedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type CheckoutPageFacetContentTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CheckoutPageFacetCreatedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type CheckoutPageFacetDisableIndexingArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CheckoutPageFacetExcludeFromSitemapArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CheckoutPageFacetHideSiteFooterArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CheckoutPageFacetHideSiteHeaderArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CheckoutPageFacetIsCommonDraftArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CheckoutPageFacetIsFeaturedContentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CheckoutPageFacetKeywordsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CheckoutPageFacetNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CheckoutPageFacetNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CheckoutPageFacetPageFeaturedDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CheckoutPageFacetPageImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CheckoutPageFacetPageIsSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CheckoutPageFacetPageNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CheckoutPageFacetPaymentDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CheckoutPageFacetRelativePathArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CheckoutPageFacetRouteSegmentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CheckoutPageFacetSavedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type CheckoutPageFacetSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CheckoutPageFacetShortcutArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CheckoutPageFacetShowBreadcrumbsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CheckoutPageFacetShowCommerceHeaderArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CheckoutPageFacetSiteIdArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CheckoutPageFacetStartPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type CheckoutPageFacetStatusArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CheckoutPageFacetStopPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type CheckoutPageFacetTrackOdpArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CheckoutPageFacetUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type CheckoutPageOrderByInput = {\n Ancestors?: InputMaybe;\n AreaOfStudyFacet?: InputMaybe;\n CampusLocationFacet?: InputMaybe;\n Category?: InputMaybe;\n CertificateDeclarationDescription?: InputMaybe;\n Changed?: InputMaybe;\n CollegeOrSchoolFacet?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n DegreesFacet?: InputMaybe;\n DepartmentFacet?: InputMaybe;\n DisableIndexing?: InputMaybe;\n ExcludeFromSitemap?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n HideSiteFooter?: InputMaybe;\n HideSiteHeader?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n IsFeaturedContent?: InputMaybe;\n Keywords?: InputMaybe;\n KeywordsFacet?: InputMaybe;\n Language?: InputMaybe;\n LocationFacet?: InputMaybe;\n MainContentArea?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n NavigationTitle?: InputMaybe;\n OverrideCardLink?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImage?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n PaymentDescription?: InputMaybe;\n ProgramTypeFacet?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Searchable?: InputMaybe;\n Shortcut?: InputMaybe;\n ShowBreadcrumbs?: InputMaybe;\n ShowCommerceHeader?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n TrackOdp?: InputMaybe;\n Url?: InputMaybe;\n _minimumScore?: InputMaybe;\n _modified?: InputMaybe;\n _ranking?: InputMaybe;\n _semanticWeight?: InputMaybe;\n};\n\nexport type CheckoutPageOutput = {\n __typename?: 'CheckoutPageOutput';\n autocomplete?: Maybe;\n cursor?: Maybe;\n facets?: Maybe;\n items?: Maybe>>;\n total?: Maybe;\n};\n\n\nexport type CheckoutPageOutputTotalArgs = {\n all?: InputMaybe;\n};\n\nexport type CheckoutPageWhereInput = {\n Ancestors?: InputMaybe;\n AreaOfStudyFacet?: InputMaybe;\n CampusLocationFacet?: InputMaybe;\n Category?: InputMaybe;\n CertificateDeclarationDescription?: InputMaybe;\n Changed?: InputMaybe;\n CollegeOrSchoolFacet?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n DegreesFacet?: InputMaybe;\n DepartmentFacet?: InputMaybe;\n DisableIndexing?: InputMaybe;\n ExcludeFromSitemap?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n HideSiteFooter?: InputMaybe;\n HideSiteHeader?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n IsFeaturedContent?: InputMaybe;\n Keywords?: InputMaybe;\n KeywordsFacet?: InputMaybe;\n Language?: InputMaybe;\n LocationFacet?: InputMaybe;\n MainContentArea?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n NavigationTitle?: InputMaybe;\n OverrideCardLink?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImage?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n PaymentDescription?: InputMaybe;\n ProgramTypeFacet?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Searchable?: InputMaybe;\n Shortcut?: InputMaybe;\n ShowBreadcrumbs?: InputMaybe;\n ShowCommerceHeader?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n TrackOdp?: InputMaybe;\n Url?: InputMaybe;\n _and?: InputMaybe>>;\n _fulltext?: InputMaybe;\n _modified?: InputMaybe;\n _not?: InputMaybe>>;\n _or?: InputMaybe>>;\n};\n\nexport type ChoiceElementBlock = IContent & IData & {\n __typename?: 'ChoiceElementBlock';\n AllowMultiSelect?: Maybe;\n Ancestors?: Maybe>>;\n Category?: Maybe>>;\n Changed?: Maybe;\n ConditionCombination?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe;\n Description?: Maybe;\n ExistingLanguages?: Maybe>>;\n Feed?: Maybe;\n IsCommonDraft?: Maybe;\n Label?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe;\n PageFeaturedDescription?: Maybe;\n PageImageUrl?: Maybe;\n PageIsSearchable?: Maybe;\n PageNavigationTitle?: Maybe;\n ParentLink?: Maybe;\n RelativePath?: Maybe;\n RouteSegment?: Maybe;\n SatisfiedAction?: Maybe;\n Saved?: Maybe;\n Shortcut?: Maybe;\n SiteId?: Maybe;\n StartPublish?: Maybe;\n Status?: Maybe;\n StopPublish?: Maybe;\n Url?: Maybe;\n Validators?: Maybe;\n /** @deprecated Use `_link` field instead */\n _children?: Maybe;\n _deleted?: Maybe;\n _fulltext?: Maybe>>;\n _id?: Maybe;\n _link?: Maybe;\n _modified?: Maybe;\n _score?: Maybe;\n};\n\n\nexport type ChoiceElementBlockDescriptionArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type ChoiceElementBlockFeedArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type ChoiceElementBlockLabelArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type ChoiceElementBlockNameArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type ChoiceElementBlockSatisfiedActionArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type ChoiceElementBlockValidatorsArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type ChoiceElementBlock_FulltextArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type ChoiceElementBlock_LinkArgs = {\n type?: InputMaybe;\n};\n\nexport type ChoiceElementBlockAutocomplete = {\n __typename?: 'ChoiceElementBlockAutocomplete';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n ExistingLanguages?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n Status?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type ChoiceElementBlockAutocompleteAncestorsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ChoiceElementBlockAutocompleteContentTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ChoiceElementBlockAutocompletePageFeaturedDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ChoiceElementBlockAutocompletePageImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ChoiceElementBlockAutocompletePageNavigationTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ChoiceElementBlockAutocompleteRelativePathArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ChoiceElementBlockAutocompleteRouteSegmentArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ChoiceElementBlockAutocompleteShortcutArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ChoiceElementBlockAutocompleteSiteIdArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ChoiceElementBlockAutocompleteStatusArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ChoiceElementBlockAutocompleteUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type ChoiceElementBlockFacet = {\n __typename?: 'ChoiceElementBlockFacet';\n AllowMultiSelect?: Maybe>>;\n Ancestors?: Maybe>>;\n Category?: Maybe;\n Changed?: Maybe>>;\n ConditionCombination?: Maybe>>;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe>>;\n Description?: Maybe>>;\n ExistingLanguages?: Maybe;\n Feed?: Maybe>>;\n IsCommonDraft?: Maybe>>;\n Label?: Maybe>>;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe>>;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageIsSearchable?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n SatisfiedAction?: Maybe>>;\n Saved?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n StartPublish?: Maybe>>;\n Status?: Maybe>>;\n StopPublish?: Maybe>>;\n Url?: Maybe>>;\n Validators?: Maybe>>;\n};\n\n\nexport type ChoiceElementBlockFacetAllowMultiSelectArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ChoiceElementBlockFacetAncestorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ChoiceElementBlockFacetChangedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type ChoiceElementBlockFacetConditionCombinationArgs = {\n filters?: InputMaybe>;\n limit?: InputMaybe;\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n ranges?: InputMaybe>>;\n};\n\n\nexport type ChoiceElementBlockFacetContentTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ChoiceElementBlockFacetCreatedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type ChoiceElementBlockFacetDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ChoiceElementBlockFacetFeedArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ChoiceElementBlockFacetIsCommonDraftArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ChoiceElementBlockFacetLabelArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ChoiceElementBlockFacetNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ChoiceElementBlockFacetPageFeaturedDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ChoiceElementBlockFacetPageImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ChoiceElementBlockFacetPageIsSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ChoiceElementBlockFacetPageNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ChoiceElementBlockFacetRelativePathArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ChoiceElementBlockFacetRouteSegmentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ChoiceElementBlockFacetSatisfiedActionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ChoiceElementBlockFacetSavedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type ChoiceElementBlockFacetShortcutArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ChoiceElementBlockFacetSiteIdArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ChoiceElementBlockFacetStartPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type ChoiceElementBlockFacetStatusArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ChoiceElementBlockFacetStopPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type ChoiceElementBlockFacetUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ChoiceElementBlockFacetValidatorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type ChoiceElementBlockOrderByInput = {\n AllowMultiSelect?: InputMaybe;\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ConditionCombination?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n Description?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n Feed?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Label?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n SatisfiedAction?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n Validators?: InputMaybe;\n _minimumScore?: InputMaybe;\n _modified?: InputMaybe;\n _ranking?: InputMaybe;\n _semanticWeight?: InputMaybe;\n};\n\nexport type ChoiceElementBlockOutput = {\n __typename?: 'ChoiceElementBlockOutput';\n autocomplete?: Maybe;\n cursor?: Maybe;\n facets?: Maybe;\n items?: Maybe>>;\n total?: Maybe;\n};\n\n\nexport type ChoiceElementBlockOutputTotalArgs = {\n all?: InputMaybe;\n};\n\nexport type ChoiceElementBlockWhereInput = {\n AllowMultiSelect?: InputMaybe;\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ConditionCombination?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n Description?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n Feed?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Label?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n SatisfiedAction?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n Validators?: InputMaybe;\n _and?: InputMaybe>>;\n _fulltext?: InputMaybe;\n _modified?: InputMaybe;\n _not?: InputMaybe>>;\n _or?: InputMaybe>>;\n};\n\n/** Used for coding file types such as Css, Javascript. */\nexport type CodingFile = IContent & IData & {\n __typename?: 'CodingFile';\n Ancestors?: Maybe>>;\n Category?: Maybe>>;\n Changed?: Maybe;\n Content?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe;\n Description?: Maybe;\n ExistingLanguages?: Maybe>>;\n IsCommonDraft?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n MimeType?: Maybe;\n Name?: Maybe;\n PageFeaturedDescription?: Maybe;\n PageImageUrl?: Maybe;\n PageIsSearchable?: Maybe;\n PageNavigationTitle?: Maybe;\n ParentLink?: Maybe;\n RelativePath?: Maybe;\n RouteSegment?: Maybe;\n Saved?: Maybe;\n Shortcut?: Maybe;\n SiteId?: Maybe;\n StartPublish?: Maybe;\n Status?: Maybe;\n StopPublish?: Maybe;\n Thumbnail?: Maybe;\n Url?: Maybe;\n /** @deprecated Use `_link` field instead */\n _children?: Maybe;\n _deleted?: Maybe;\n _fulltext?: Maybe>>;\n _id?: Maybe;\n _link?: Maybe;\n _modified?: Maybe;\n _score?: Maybe;\n};\n\n\n/** Used for coding file types such as Css, Javascript. */\nexport type CodingFileContentArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Used for coding file types such as Css, Javascript. */\nexport type CodingFileDescriptionArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Used for coding file types such as Css, Javascript. */\nexport type CodingFileNameArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Used for coding file types such as Css, Javascript. */\nexport type CodingFile_FulltextArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Used for coding file types such as Css, Javascript. */\nexport type CodingFile_LinkArgs = {\n type?: InputMaybe;\n};\n\nexport type CodingFileAutocomplete = {\n __typename?: 'CodingFileAutocomplete';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n ExistingLanguages?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n MimeType?: Maybe>>;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n Status?: Maybe>>;\n Thumbnail?: Maybe;\n Url?: Maybe>>;\n};\n\n\nexport type CodingFileAutocompleteAncestorsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CodingFileAutocompleteContentTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CodingFileAutocompleteMimeTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CodingFileAutocompletePageFeaturedDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CodingFileAutocompletePageImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CodingFileAutocompletePageNavigationTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CodingFileAutocompleteRelativePathArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CodingFileAutocompleteRouteSegmentArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CodingFileAutocompleteShortcutArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CodingFileAutocompleteSiteIdArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CodingFileAutocompleteStatusArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CodingFileAutocompleteUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type CodingFileFacet = {\n __typename?: 'CodingFileFacet';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n Changed?: Maybe>>;\n Content?: Maybe>>;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe>>;\n Description?: Maybe>>;\n ExistingLanguages?: Maybe;\n IsCommonDraft?: Maybe>>;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n MimeType?: Maybe>>;\n Name?: Maybe>>;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageIsSearchable?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Saved?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n StartPublish?: Maybe>>;\n Status?: Maybe>>;\n StopPublish?: Maybe>>;\n Thumbnail?: Maybe;\n Url?: Maybe>>;\n};\n\n\nexport type CodingFileFacetAncestorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CodingFileFacetChangedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type CodingFileFacetContentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CodingFileFacetContentTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CodingFileFacetCreatedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type CodingFileFacetDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CodingFileFacetIsCommonDraftArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CodingFileFacetMimeTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CodingFileFacetNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CodingFileFacetPageFeaturedDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CodingFileFacetPageImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CodingFileFacetPageIsSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CodingFileFacetPageNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CodingFileFacetRelativePathArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CodingFileFacetRouteSegmentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CodingFileFacetSavedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type CodingFileFacetShortcutArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CodingFileFacetSiteIdArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CodingFileFacetStartPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type CodingFileFacetStatusArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CodingFileFacetStopPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type CodingFileFacetUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type CodingFileOrderByInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n Content?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n Description?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n MimeType?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Thumbnail?: InputMaybe;\n Url?: InputMaybe;\n _minimumScore?: InputMaybe;\n _modified?: InputMaybe;\n _ranking?: InputMaybe;\n _semanticWeight?: InputMaybe;\n};\n\nexport type CodingFileOutput = {\n __typename?: 'CodingFileOutput';\n autocomplete?: Maybe;\n cursor?: Maybe;\n facets?: Maybe;\n items?: Maybe>>;\n total?: Maybe;\n};\n\n\nexport type CodingFileOutputTotalArgs = {\n all?: InputMaybe;\n};\n\nexport type CodingFileWhereInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n Content?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n Description?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n MimeType?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Thumbnail?: InputMaybe;\n Url?: InputMaybe;\n _and?: InputMaybe>>;\n _fulltext?: InputMaybe;\n _modified?: InputMaybe;\n _not?: InputMaybe>>;\n _or?: InputMaybe>>;\n};\n\n/** A card with contact information for the right rail or a container that supports it. */\nexport type ContactCardBlock = IContent & IData & {\n __typename?: 'ContactCardBlock';\n /** Contact address. Can contain a link. */\n Address?: Maybe;\n Ancestors?: Maybe>>;\n Category?: Maybe>>;\n Changed?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe;\n Description?: Maybe;\n Email?: Maybe;\n ExistingLanguages?: Maybe>>;\n Heading?: Maybe;\n IsCommonDraft?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe;\n PageFeaturedDescription?: Maybe;\n PageImageUrl?: Maybe;\n PageIsSearchable?: Maybe;\n PageNavigationTitle?: Maybe;\n ParentLink?: Maybe;\n Phone?: Maybe;\n RelativePath?: Maybe;\n RouteSegment?: Maybe;\n Saved?: Maybe;\n Shortcut?: Maybe;\n SiteId?: Maybe;\n StartPublish?: Maybe;\n Status?: Maybe;\n StopPublish?: Maybe;\n Url?: Maybe;\n /** @deprecated Use `_link` field instead */\n _children?: Maybe;\n _deleted?: Maybe;\n _fulltext?: Maybe>>;\n _id?: Maybe;\n _link?: Maybe;\n _modified?: Maybe;\n _score?: Maybe;\n};\n\n\n/** A card with contact information for the right rail or a container that supports it. */\nexport type ContactCardBlockDescriptionArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** A card with contact information for the right rail or a container that supports it. */\nexport type ContactCardBlockHeadingArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** A card with contact information for the right rail or a container that supports it. */\nexport type ContactCardBlockNameArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** A card with contact information for the right rail or a container that supports it. */\nexport type ContactCardBlock_FulltextArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** A card with contact information for the right rail or a container that supports it. */\nexport type ContactCardBlock_LinkArgs = {\n type?: InputMaybe;\n};\n\nexport type ContactCardBlockAutocomplete = {\n __typename?: 'ContactCardBlockAutocomplete';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n ExistingLanguages?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n Status?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type ContactCardBlockAutocompleteAncestorsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ContactCardBlockAutocompleteContentTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ContactCardBlockAutocompletePageFeaturedDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ContactCardBlockAutocompletePageImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ContactCardBlockAutocompletePageNavigationTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ContactCardBlockAutocompleteRelativePathArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ContactCardBlockAutocompleteRouteSegmentArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ContactCardBlockAutocompleteShortcutArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ContactCardBlockAutocompleteSiteIdArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ContactCardBlockAutocompleteStatusArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ContactCardBlockAutocompleteUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type ContactCardBlockFacet = {\n __typename?: 'ContactCardBlockFacet';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n Changed?: Maybe>>;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe>>;\n Description?: Maybe>>;\n ExistingLanguages?: Maybe;\n Heading?: Maybe>>;\n IsCommonDraft?: Maybe>>;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe>>;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageIsSearchable?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Saved?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n StartPublish?: Maybe>>;\n Status?: Maybe>>;\n StopPublish?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type ContactCardBlockFacetAncestorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ContactCardBlockFacetChangedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type ContactCardBlockFacetContentTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ContactCardBlockFacetCreatedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type ContactCardBlockFacetDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ContactCardBlockFacetHeadingArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ContactCardBlockFacetIsCommonDraftArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ContactCardBlockFacetNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ContactCardBlockFacetPageFeaturedDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ContactCardBlockFacetPageImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ContactCardBlockFacetPageIsSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ContactCardBlockFacetPageNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ContactCardBlockFacetRelativePathArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ContactCardBlockFacetRouteSegmentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ContactCardBlockFacetSavedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type ContactCardBlockFacetShortcutArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ContactCardBlockFacetSiteIdArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ContactCardBlockFacetStartPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type ContactCardBlockFacetStatusArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ContactCardBlockFacetStopPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type ContactCardBlockFacetUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type ContactCardBlockOrderByInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n Description?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n Heading?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n _minimumScore?: InputMaybe;\n _modified?: InputMaybe;\n _ranking?: InputMaybe;\n _semanticWeight?: InputMaybe;\n};\n\nexport type ContactCardBlockOutput = {\n __typename?: 'ContactCardBlockOutput';\n autocomplete?: Maybe;\n cursor?: Maybe;\n facets?: Maybe;\n items?: Maybe>>;\n total?: Maybe;\n};\n\n\nexport type ContactCardBlockOutputTotalArgs = {\n all?: InputMaybe;\n};\n\nexport type ContactCardBlockWhereInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n Description?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n Heading?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n _and?: InputMaybe>>;\n _fulltext?: InputMaybe;\n _modified?: InputMaybe;\n _not?: InputMaybe>>;\n _or?: InputMaybe>>;\n};\n\n/** Highlights a specific office or person contact information adding content next to a Contact Card. */\nexport type ContactCardRowBlock = IContent & IData & {\n __typename?: 'ContactCardRowBlock';\n Ancestors?: Maybe>>;\n Category?: Maybe>>;\n Changed?: Maybe;\n ContactCard?: Maybe>>;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe;\n Description?: Maybe;\n ExistingLanguages?: Maybe>>;\n Heading?: Maybe;\n IsCommonDraft?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe;\n PageFeaturedDescription?: Maybe;\n PageImageUrl?: Maybe;\n PageIsSearchable?: Maybe;\n PageNavigationTitle?: Maybe;\n ParentLink?: Maybe;\n RelativePath?: Maybe;\n RouteSegment?: Maybe;\n Saved?: Maybe;\n Shortcut?: Maybe;\n SiteId?: Maybe;\n StartPublish?: Maybe;\n Status?: Maybe;\n StopPublish?: Maybe;\n Url?: Maybe;\n /** @deprecated Use `_link` field instead */\n _children?: Maybe;\n _deleted?: Maybe;\n _fulltext?: Maybe>>;\n _id?: Maybe;\n _link?: Maybe;\n _modified?: Maybe;\n _score?: Maybe;\n};\n\n\n/** Highlights a specific office or person contact information adding content next to a Contact Card. */\nexport type ContactCardRowBlockContactCardArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Highlights a specific office or person contact information adding content next to a Contact Card. */\nexport type ContactCardRowBlockDescriptionArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Highlights a specific office or person contact information adding content next to a Contact Card. */\nexport type ContactCardRowBlockHeadingArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Highlights a specific office or person contact information adding content next to a Contact Card. */\nexport type ContactCardRowBlockNameArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Highlights a specific office or person contact information adding content next to a Contact Card. */\nexport type ContactCardRowBlock_FulltextArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Highlights a specific office or person contact information adding content next to a Contact Card. */\nexport type ContactCardRowBlock_LinkArgs = {\n type?: InputMaybe;\n};\n\nexport type ContactCardRowBlockAutocomplete = {\n __typename?: 'ContactCardRowBlockAutocomplete';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n ExistingLanguages?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n Status?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type ContactCardRowBlockAutocompleteAncestorsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ContactCardRowBlockAutocompleteContentTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ContactCardRowBlockAutocompletePageFeaturedDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ContactCardRowBlockAutocompletePageImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ContactCardRowBlockAutocompletePageNavigationTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ContactCardRowBlockAutocompleteRelativePathArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ContactCardRowBlockAutocompleteRouteSegmentArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ContactCardRowBlockAutocompleteShortcutArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ContactCardRowBlockAutocompleteSiteIdArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ContactCardRowBlockAutocompleteStatusArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ContactCardRowBlockAutocompleteUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type ContactCardRowBlockFacet = {\n __typename?: 'ContactCardRowBlockFacet';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n Changed?: Maybe>>;\n ContactCard?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe>>;\n Description?: Maybe>>;\n ExistingLanguages?: Maybe;\n Heading?: Maybe>>;\n IsCommonDraft?: Maybe>>;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe>>;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageIsSearchable?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Saved?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n StartPublish?: Maybe>>;\n Status?: Maybe>>;\n StopPublish?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type ContactCardRowBlockFacetAncestorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ContactCardRowBlockFacetChangedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type ContactCardRowBlockFacetContentTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ContactCardRowBlockFacetCreatedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type ContactCardRowBlockFacetDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ContactCardRowBlockFacetHeadingArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ContactCardRowBlockFacetIsCommonDraftArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ContactCardRowBlockFacetNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ContactCardRowBlockFacetPageFeaturedDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ContactCardRowBlockFacetPageImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ContactCardRowBlockFacetPageIsSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ContactCardRowBlockFacetPageNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ContactCardRowBlockFacetRelativePathArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ContactCardRowBlockFacetRouteSegmentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ContactCardRowBlockFacetSavedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type ContactCardRowBlockFacetShortcutArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ContactCardRowBlockFacetSiteIdArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ContactCardRowBlockFacetStartPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type ContactCardRowBlockFacetStatusArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ContactCardRowBlockFacetStopPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type ContactCardRowBlockFacetUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type ContactCardRowBlockOrderByInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContactCard?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n Description?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n Heading?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n _minimumScore?: InputMaybe;\n _modified?: InputMaybe;\n _ranking?: InputMaybe;\n _semanticWeight?: InputMaybe;\n};\n\nexport type ContactCardRowBlockOutput = {\n __typename?: 'ContactCardRowBlockOutput';\n autocomplete?: Maybe;\n cursor?: Maybe;\n facets?: Maybe;\n items?: Maybe>>;\n total?: Maybe;\n};\n\n\nexport type ContactCardRowBlockOutputTotalArgs = {\n all?: InputMaybe;\n};\n\nexport type ContactCardRowBlockWhereInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContactCard?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n Description?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n Heading?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n _and?: InputMaybe>>;\n _fulltext?: InputMaybe;\n _modified?: InputMaybe;\n _not?: InputMaybe>>;\n _or?: InputMaybe>>;\n};\n\nexport type Content = IContent & IData & {\n __typename?: 'Content';\n Ancestors?: Maybe>>;\n Changed?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe;\n ExistingLanguages?: Maybe>>;\n IsCommonDraft?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe;\n PageFeaturedDescription?: Maybe;\n PageImageUrl?: Maybe;\n PageIsSearchable?: Maybe;\n PageNavigationTitle?: Maybe;\n ParentLink?: Maybe;\n RelativePath?: Maybe;\n RouteSegment?: Maybe;\n Saved?: Maybe;\n Shortcut?: Maybe;\n SiteId?: Maybe;\n StartPublish?: Maybe;\n Status?: Maybe;\n StopPublish?: Maybe;\n Url?: Maybe;\n /** @deprecated Use `_link` field instead */\n _children?: Maybe;\n _deleted?: Maybe;\n _fulltext?: Maybe>>;\n _id?: Maybe;\n _link?: Maybe;\n _modified?: Maybe;\n _score?: Maybe;\n};\n\n\nexport type ContentNameArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type Content_FulltextArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type Content_LinkArgs = {\n type?: InputMaybe;\n};\n\nexport type ContentAreaItemModel = {\n __typename?: 'ContentAreaItemModel';\n ContentLink?: Maybe;\n DisplayOption?: Maybe;\n InlineBlock?: Maybe;\n Tag?: Maybe;\n};\n\nexport type ContentAreaItemModelAutocomplete = {\n __typename?: 'ContentAreaItemModelAutocomplete';\n ContentLink?: Maybe;\n DisplayOption?: Maybe>>;\n InlineBlock?: Maybe;\n Tag?: Maybe>>;\n};\n\n\nexport type ContentAreaItemModelAutocompleteDisplayOptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ContentAreaItemModelAutocompleteTagArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type ContentAreaItemModelFacet = {\n __typename?: 'ContentAreaItemModelFacet';\n ContentLink?: Maybe;\n DisplayOption?: Maybe>>;\n InlineBlock?: Maybe;\n Tag?: Maybe>>;\n};\n\n\nexport type ContentAreaItemModelFacetDisplayOptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ContentAreaItemModelFacetTagArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type ContentAreaItemModelOrderByInput = {\n ContentLink?: InputMaybe;\n DisplayOption?: InputMaybe;\n InlineBlock?: InputMaybe;\n Tag?: InputMaybe;\n};\n\nexport type ContentAreaItemModelSearch = {\n __typename?: 'ContentAreaItemModelSearch';\n ContentLink?: Maybe;\n DisplayOption?: Maybe;\n InlineBlock?: Maybe;\n Tag?: Maybe;\n};\n\n\nexport type ContentAreaItemModelSearchContentLinkArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type ContentAreaItemModelSearchDisplayOptionArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type ContentAreaItemModelSearchInlineBlockArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type ContentAreaItemModelSearchTagArgs = {\n highlight?: InputMaybe;\n};\n\nexport type ContentAreaItemModelSearchFacet = {\n __typename?: 'ContentAreaItemModelSearchFacet';\n ContentLink?: Maybe;\n DisplayOption?: Maybe>>;\n InlineBlock?: Maybe;\n Tag?: Maybe>>;\n};\n\n\nexport type ContentAreaItemModelSearchFacetDisplayOptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ContentAreaItemModelSearchFacetTagArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type ContentAreaItemModelSearchOrderByInput = {\n ContentLink?: InputMaybe;\n DisplayOption?: InputMaybe;\n InlineBlock?: InputMaybe;\n Tag?: InputMaybe;\n};\n\nexport type ContentAreaItemModelSearchWhereInput = {\n ContentLink?: InputMaybe;\n DisplayOption?: InputMaybe;\n InlineBlock?: InputMaybe;\n Tag?: InputMaybe;\n};\n\nexport type ContentAreaItemModelWhereInput = {\n ContentLink?: InputMaybe;\n DisplayOption?: InputMaybe;\n InlineBlock?: InputMaybe;\n Tag?: InputMaybe;\n};\n\nexport type ContentAutocomplete = {\n __typename?: 'ContentAutocomplete';\n Ancestors?: Maybe>>;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n ExistingLanguages?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n Status?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type ContentAutocompleteAncestorsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ContentAutocompleteContentTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ContentAutocompletePageFeaturedDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ContentAutocompletePageImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ContentAutocompletePageNavigationTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ContentAutocompleteRelativePathArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ContentAutocompleteRouteSegmentArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ContentAutocompleteShortcutArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ContentAutocompleteSiteIdArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ContentAutocompleteStatusArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ContentAutocompleteUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type ContentFacet = {\n __typename?: 'ContentFacet';\n Ancestors?: Maybe>>;\n Changed?: Maybe>>;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe>>;\n ExistingLanguages?: Maybe;\n IsCommonDraft?: Maybe>>;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe>>;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageIsSearchable?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Saved?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n StartPublish?: Maybe>>;\n Status?: Maybe>>;\n StopPublish?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type ContentFacetAncestorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ContentFacetChangedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type ContentFacetContentTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ContentFacetCreatedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type ContentFacetIsCommonDraftArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ContentFacetNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ContentFacetPageFeaturedDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ContentFacetPageImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ContentFacetPageIsSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ContentFacetPageNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ContentFacetRelativePathArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ContentFacetRouteSegmentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ContentFacetSavedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type ContentFacetShortcutArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ContentFacetSiteIdArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ContentFacetStartPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type ContentFacetStatusArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ContentFacetStopPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type ContentFacetUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type ContentLanguageModel = {\n __typename?: 'ContentLanguageModel';\n DisplayName?: Maybe;\n Link?: Maybe;\n Name?: Maybe;\n};\n\nexport type ContentLanguageModelAutocomplete = {\n __typename?: 'ContentLanguageModelAutocomplete';\n DisplayName?: Maybe>>;\n Link?: Maybe>>;\n Name?: Maybe>>;\n};\n\n\nexport type ContentLanguageModelAutocompleteDisplayNameArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ContentLanguageModelAutocompleteLinkArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ContentLanguageModelAutocompleteNameArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type ContentLanguageModelFacet = {\n __typename?: 'ContentLanguageModelFacet';\n DisplayName?: Maybe>>;\n Link?: Maybe>>;\n Name?: Maybe>>;\n};\n\n\nexport type ContentLanguageModelFacetDisplayNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ContentLanguageModelFacetLinkArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ContentLanguageModelFacetNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type ContentLanguageModelOrderByInput = {\n DisplayName?: InputMaybe;\n Link?: InputMaybe;\n Name?: InputMaybe;\n};\n\nexport type ContentLanguageModelSearch = {\n __typename?: 'ContentLanguageModelSearch';\n DisplayName?: Maybe;\n Link?: Maybe;\n Name?: Maybe;\n};\n\n\nexport type ContentLanguageModelSearchDisplayNameArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type ContentLanguageModelSearchLinkArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type ContentLanguageModelSearchNameArgs = {\n highlight?: InputMaybe;\n};\n\nexport type ContentLanguageModelSearchFacet = {\n __typename?: 'ContentLanguageModelSearchFacet';\n DisplayName?: Maybe>>;\n Link?: Maybe>>;\n Name?: Maybe>>;\n};\n\n\nexport type ContentLanguageModelSearchFacetDisplayNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ContentLanguageModelSearchFacetLinkArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ContentLanguageModelSearchFacetNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type ContentLanguageModelSearchOrderByInput = {\n DisplayName?: InputMaybe;\n Link?: InputMaybe;\n Name?: InputMaybe;\n};\n\nexport type ContentLanguageModelSearchWhereInput = {\n DisplayName?: InputMaybe;\n Link?: InputMaybe;\n Name?: InputMaybe;\n};\n\nexport type ContentLanguageModelWhereInput = {\n DisplayName?: InputMaybe;\n Link?: InputMaybe;\n Name?: InputMaybe;\n};\n\nexport type ContentModelReference = {\n __typename?: 'ContentModelReference';\n Expanded?: Maybe;\n GuidValue?: Maybe;\n Id?: Maybe;\n Language?: Maybe;\n ProviderName?: Maybe;\n Url?: Maybe;\n WorkId?: Maybe;\n};\n\nexport type ContentModelReferenceAutocomplete = {\n __typename?: 'ContentModelReferenceAutocomplete';\n GuidValue?: Maybe>>;\n Language?: Maybe;\n ProviderName?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type ContentModelReferenceAutocompleteGuidValueArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ContentModelReferenceAutocompleteProviderNameArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ContentModelReferenceAutocompleteUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type ContentModelReferenceFacet = {\n __typename?: 'ContentModelReferenceFacet';\n GuidValue?: Maybe>>;\n Id?: Maybe>>;\n Language?: Maybe;\n ProviderName?: Maybe>>;\n Url?: Maybe>>;\n WorkId?: Maybe>>;\n};\n\n\nexport type ContentModelReferenceFacetGuidValueArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ContentModelReferenceFacetIdArgs = {\n filters?: InputMaybe>;\n limit?: InputMaybe;\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n ranges?: InputMaybe>>;\n};\n\n\nexport type ContentModelReferenceFacetProviderNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ContentModelReferenceFacetUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ContentModelReferenceFacetWorkIdArgs = {\n filters?: InputMaybe>;\n limit?: InputMaybe;\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n ranges?: InputMaybe>>;\n};\n\nexport type ContentModelReferenceOrderByInput = {\n GuidValue?: InputMaybe;\n Id?: InputMaybe;\n Language?: InputMaybe;\n ProviderName?: InputMaybe;\n Url?: InputMaybe;\n WorkId?: InputMaybe;\n};\n\nexport type ContentModelReferenceSearch = {\n __typename?: 'ContentModelReferenceSearch';\n Expanded?: Maybe;\n GuidValue?: Maybe;\n Id?: Maybe;\n Language?: Maybe;\n ProviderName?: Maybe;\n Url?: Maybe;\n WorkId?: Maybe;\n};\n\n\nexport type ContentModelReferenceSearchExpandedArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type ContentModelReferenceSearchLanguageArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type ContentModelReferenceSearchProviderNameArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type ContentModelReferenceSearchUrlArgs = {\n highlight?: InputMaybe;\n};\n\nexport type ContentModelReferenceSearchFacet = {\n __typename?: 'ContentModelReferenceSearchFacet';\n GuidValue?: Maybe>>;\n Id?: Maybe>>;\n Language?: Maybe;\n ProviderName?: Maybe>>;\n Url?: Maybe>>;\n WorkId?: Maybe>>;\n};\n\n\nexport type ContentModelReferenceSearchFacetGuidValueArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ContentModelReferenceSearchFacetIdArgs = {\n filters?: InputMaybe>;\n limit?: InputMaybe;\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n ranges?: InputMaybe>>;\n};\n\n\nexport type ContentModelReferenceSearchFacetProviderNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ContentModelReferenceSearchFacetUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ContentModelReferenceSearchFacetWorkIdArgs = {\n filters?: InputMaybe>;\n limit?: InputMaybe;\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n ranges?: InputMaybe>>;\n};\n\nexport type ContentModelReferenceSearchOrderByInput = {\n GuidValue?: InputMaybe;\n Id?: InputMaybe;\n Language?: InputMaybe;\n ProviderName?: InputMaybe;\n Url?: InputMaybe;\n WorkId?: InputMaybe;\n};\n\nexport type ContentModelReferenceSearchWhereInput = {\n GuidValue?: InputMaybe;\n Id?: InputMaybe;\n Language?: InputMaybe;\n ProviderName?: InputMaybe;\n Url?: InputMaybe;\n WorkId?: InputMaybe;\n};\n\nexport type ContentModelReferenceWhereInput = {\n GuidValue?: InputMaybe;\n Id?: InputMaybe;\n Language?: InputMaybe;\n ProviderName?: InputMaybe;\n Url?: InputMaybe;\n WorkId?: InputMaybe;\n};\n\nexport type ContentOrderByInput = {\n Ancestors?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n _minimumScore?: InputMaybe;\n _modified?: InputMaybe;\n _ranking?: InputMaybe;\n _semanticWeight?: InputMaybe;\n};\n\nexport type ContentOutput = {\n __typename?: 'ContentOutput';\n autocomplete?: Maybe;\n cursor?: Maybe;\n facets?: Maybe;\n items?: Maybe>>;\n total?: Maybe;\n};\n\n\nexport type ContentOutputTotalArgs = {\n all?: InputMaybe;\n};\n\n/** List of content recommendations based on topic interests */\nexport type ContentRecommendationsBlock = IContent & IData & {\n __typename?: 'ContentRecommendationsBlock';\n Ancestors?: Maybe>>;\n Category?: Maybe>>;\n Changed?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe;\n DeliveryAPIKey?: Maybe;\n ExistingLanguages?: Maybe>>;\n IsCommonDraft?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe;\n NumberOfRecommendations?: Maybe;\n PageFeaturedDescription?: Maybe;\n PageImageUrl?: Maybe;\n PageIsSearchable?: Maybe;\n PageNavigationTitle?: Maybe;\n ParentLink?: Maybe;\n RecommendationsTemplate?: Maybe;\n RelativePath?: Maybe;\n RouteSegment?: Maybe;\n Saved?: Maybe;\n Shortcut?: Maybe;\n SiteId?: Maybe;\n StartPublish?: Maybe;\n Status?: Maybe;\n StopPublish?: Maybe;\n Url?: Maybe;\n /** @deprecated Use `_link` field instead */\n _children?: Maybe;\n _deleted?: Maybe;\n _fulltext?: Maybe>>;\n _id?: Maybe;\n _link?: Maybe;\n _modified?: Maybe;\n _score?: Maybe;\n};\n\n\n/** List of content recommendations based on topic interests */\nexport type ContentRecommendationsBlockDeliveryApiKeyArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** List of content recommendations based on topic interests */\nexport type ContentRecommendationsBlockNameArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** List of content recommendations based on topic interests */\nexport type ContentRecommendationsBlockRecommendationsTemplateArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** List of content recommendations based on topic interests */\nexport type ContentRecommendationsBlock_FulltextArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** List of content recommendations based on topic interests */\nexport type ContentRecommendationsBlock_LinkArgs = {\n type?: InputMaybe;\n};\n\nexport type ContentRecommendationsBlockAutocomplete = {\n __typename?: 'ContentRecommendationsBlockAutocomplete';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n ExistingLanguages?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n Status?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type ContentRecommendationsBlockAutocompleteAncestorsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ContentRecommendationsBlockAutocompleteContentTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ContentRecommendationsBlockAutocompletePageFeaturedDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ContentRecommendationsBlockAutocompletePageImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ContentRecommendationsBlockAutocompletePageNavigationTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ContentRecommendationsBlockAutocompleteRelativePathArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ContentRecommendationsBlockAutocompleteRouteSegmentArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ContentRecommendationsBlockAutocompleteShortcutArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ContentRecommendationsBlockAutocompleteSiteIdArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ContentRecommendationsBlockAutocompleteStatusArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ContentRecommendationsBlockAutocompleteUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type ContentRecommendationsBlockFacet = {\n __typename?: 'ContentRecommendationsBlockFacet';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n Changed?: Maybe>>;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe>>;\n DeliveryAPIKey?: Maybe>>;\n ExistingLanguages?: Maybe;\n IsCommonDraft?: Maybe>>;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe>>;\n NumberOfRecommendations?: Maybe>>;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageIsSearchable?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RecommendationsTemplate?: Maybe>>;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Saved?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n StartPublish?: Maybe>>;\n Status?: Maybe>>;\n StopPublish?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type ContentRecommendationsBlockFacetAncestorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ContentRecommendationsBlockFacetChangedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type ContentRecommendationsBlockFacetContentTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ContentRecommendationsBlockFacetCreatedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type ContentRecommendationsBlockFacetDeliveryApiKeyArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ContentRecommendationsBlockFacetIsCommonDraftArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ContentRecommendationsBlockFacetNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ContentRecommendationsBlockFacetNumberOfRecommendationsArgs = {\n filters?: InputMaybe>;\n limit?: InputMaybe;\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n ranges?: InputMaybe>>;\n};\n\n\nexport type ContentRecommendationsBlockFacetPageFeaturedDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ContentRecommendationsBlockFacetPageImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ContentRecommendationsBlockFacetPageIsSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ContentRecommendationsBlockFacetPageNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ContentRecommendationsBlockFacetRecommendationsTemplateArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ContentRecommendationsBlockFacetRelativePathArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ContentRecommendationsBlockFacetRouteSegmentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ContentRecommendationsBlockFacetSavedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type ContentRecommendationsBlockFacetShortcutArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ContentRecommendationsBlockFacetSiteIdArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ContentRecommendationsBlockFacetStartPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type ContentRecommendationsBlockFacetStatusArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ContentRecommendationsBlockFacetStopPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type ContentRecommendationsBlockFacetUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type ContentRecommendationsBlockOrderByInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n DeliveryAPIKey?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n NumberOfRecommendations?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RecommendationsTemplate?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n _minimumScore?: InputMaybe;\n _modified?: InputMaybe;\n _ranking?: InputMaybe;\n _semanticWeight?: InputMaybe;\n};\n\nexport type ContentRecommendationsBlockOutput = {\n __typename?: 'ContentRecommendationsBlockOutput';\n autocomplete?: Maybe;\n cursor?: Maybe;\n facets?: Maybe;\n items?: Maybe>>;\n total?: Maybe;\n};\n\n\nexport type ContentRecommendationsBlockOutputTotalArgs = {\n all?: InputMaybe;\n};\n\nexport type ContentRecommendationsBlockWhereInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n DeliveryAPIKey?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n NumberOfRecommendations?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RecommendationsTemplate?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n _and?: InputMaybe>>;\n _fulltext?: InputMaybe;\n _modified?: InputMaybe;\n _not?: InputMaybe>>;\n _or?: InputMaybe>>;\n};\n\nexport type ContentRootsModel = {\n __typename?: 'ContentRootsModel';\n ContentAssetsRoot?: Maybe;\n GlobalAssetsRoot?: Maybe;\n RootPage?: Maybe;\n SiteAssetsRoot?: Maybe;\n StartPage?: Maybe;\n WasteBasket?: Maybe;\n};\n\nexport type ContentRootsModelAutocomplete = {\n __typename?: 'ContentRootsModelAutocomplete';\n ContentAssetsRoot?: Maybe;\n GlobalAssetsRoot?: Maybe;\n RootPage?: Maybe;\n SiteAssetsRoot?: Maybe;\n StartPage?: Maybe;\n WasteBasket?: Maybe;\n};\n\nexport type ContentRootsModelFacet = {\n __typename?: 'ContentRootsModelFacet';\n ContentAssetsRoot?: Maybe;\n GlobalAssetsRoot?: Maybe;\n RootPage?: Maybe;\n SiteAssetsRoot?: Maybe;\n StartPage?: Maybe;\n WasteBasket?: Maybe;\n};\n\nexport type ContentRootsModelOrderByInput = {\n ContentAssetsRoot?: InputMaybe;\n GlobalAssetsRoot?: InputMaybe;\n RootPage?: InputMaybe;\n SiteAssetsRoot?: InputMaybe;\n StartPage?: InputMaybe;\n WasteBasket?: InputMaybe;\n};\n\nexport type ContentRootsModelWhereInput = {\n ContentAssetsRoot?: InputMaybe;\n GlobalAssetsRoot?: InputMaybe;\n RootPage?: InputMaybe;\n SiteAssetsRoot?: InputMaybe;\n StartPage?: InputMaybe;\n WasteBasket?: InputMaybe;\n};\n\nexport type ContentWhereInput = {\n Ancestors?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n _and?: InputMaybe>>;\n _fulltext?: InputMaybe;\n _modified?: InputMaybe;\n _not?: InputMaybe>>;\n _or?: InputMaybe>>;\n};\n\n/** A carousel that displays different-sized images continuously. */\nexport type ContinuousImageCarouselBlock = IContent & IData & {\n __typename?: 'ContinuousImageCarouselBlock';\n Ancestors?: Maybe>>;\n Category?: Maybe>>;\n Changed?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe;\n Description?: Maybe;\n ExistingLanguages?: Maybe>>;\n Heading?: Maybe;\n IsCommonDraft?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe;\n PageFeaturedDescription?: Maybe;\n PageImageUrl?: Maybe;\n PageIsSearchable?: Maybe;\n PageNavigationTitle?: Maybe;\n ParentLink?: Maybe;\n RelativePath?: Maybe;\n RouteSegment?: Maybe;\n Saved?: Maybe;\n Shortcut?: Maybe;\n SiteId?: Maybe;\n StartPublish?: Maybe;\n Status?: Maybe;\n StopPublish?: Maybe;\n Url?: Maybe;\n /** @deprecated Use `_link` field instead */\n _children?: Maybe;\n _deleted?: Maybe;\n _fulltext?: Maybe>>;\n _id?: Maybe;\n _link?: Maybe;\n _modified?: Maybe;\n _score?: Maybe;\n};\n\n\n/** A carousel that displays different-sized images continuously. */\nexport type ContinuousImageCarouselBlockDescriptionArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** A carousel that displays different-sized images continuously. */\nexport type ContinuousImageCarouselBlockHeadingArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** A carousel that displays different-sized images continuously. */\nexport type ContinuousImageCarouselBlockNameArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** A carousel that displays different-sized images continuously. */\nexport type ContinuousImageCarouselBlock_FulltextArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** A carousel that displays different-sized images continuously. */\nexport type ContinuousImageCarouselBlock_LinkArgs = {\n type?: InputMaybe;\n};\n\nexport type ContinuousImageCarouselBlockAutocomplete = {\n __typename?: 'ContinuousImageCarouselBlockAutocomplete';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n ExistingLanguages?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n Status?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type ContinuousImageCarouselBlockAutocompleteAncestorsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ContinuousImageCarouselBlockAutocompleteContentTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ContinuousImageCarouselBlockAutocompletePageFeaturedDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ContinuousImageCarouselBlockAutocompletePageImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ContinuousImageCarouselBlockAutocompletePageNavigationTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ContinuousImageCarouselBlockAutocompleteRelativePathArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ContinuousImageCarouselBlockAutocompleteRouteSegmentArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ContinuousImageCarouselBlockAutocompleteShortcutArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ContinuousImageCarouselBlockAutocompleteSiteIdArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ContinuousImageCarouselBlockAutocompleteStatusArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ContinuousImageCarouselBlockAutocompleteUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type ContinuousImageCarouselBlockFacet = {\n __typename?: 'ContinuousImageCarouselBlockFacet';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n Changed?: Maybe>>;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe>>;\n Description?: Maybe>>;\n ExistingLanguages?: Maybe;\n Heading?: Maybe>>;\n IsCommonDraft?: Maybe>>;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe>>;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageIsSearchable?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Saved?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n StartPublish?: Maybe>>;\n Status?: Maybe>>;\n StopPublish?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type ContinuousImageCarouselBlockFacetAncestorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ContinuousImageCarouselBlockFacetChangedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type ContinuousImageCarouselBlockFacetContentTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ContinuousImageCarouselBlockFacetCreatedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type ContinuousImageCarouselBlockFacetDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ContinuousImageCarouselBlockFacetHeadingArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ContinuousImageCarouselBlockFacetIsCommonDraftArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ContinuousImageCarouselBlockFacetNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ContinuousImageCarouselBlockFacetPageFeaturedDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ContinuousImageCarouselBlockFacetPageImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ContinuousImageCarouselBlockFacetPageIsSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ContinuousImageCarouselBlockFacetPageNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ContinuousImageCarouselBlockFacetRelativePathArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ContinuousImageCarouselBlockFacetRouteSegmentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ContinuousImageCarouselBlockFacetSavedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type ContinuousImageCarouselBlockFacetShortcutArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ContinuousImageCarouselBlockFacetSiteIdArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ContinuousImageCarouselBlockFacetStartPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type ContinuousImageCarouselBlockFacetStatusArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ContinuousImageCarouselBlockFacetStopPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type ContinuousImageCarouselBlockFacetUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type ContinuousImageCarouselBlockOrderByInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n Description?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n Heading?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n _minimumScore?: InputMaybe;\n _modified?: InputMaybe;\n _ranking?: InputMaybe;\n _semanticWeight?: InputMaybe;\n};\n\nexport type ContinuousImageCarouselBlockOutput = {\n __typename?: 'ContinuousImageCarouselBlockOutput';\n autocomplete?: Maybe;\n cursor?: Maybe;\n facets?: Maybe;\n items?: Maybe>>;\n total?: Maybe;\n};\n\n\nexport type ContinuousImageCarouselBlockOutputTotalArgs = {\n all?: InputMaybe;\n};\n\nexport type ContinuousImageCarouselBlockWhereInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n Description?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n Heading?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n _and?: InputMaybe>>;\n _fulltext?: InputMaybe;\n _modified?: InputMaybe;\n _not?: InputMaybe>>;\n _or?: InputMaybe>>;\n};\n\n/** Will pull data from a cookie if available. If not it will also look in the query string. */\nexport type CookieHiddenElementBlock = IContent & IData & {\n __typename?: 'CookieHiddenElementBlock';\n Ancestors?: Maybe>>;\n Category?: Maybe>>;\n Changed?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe;\n ExistingLanguages?: Maybe>>;\n IsCommonDraft?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe;\n PageFeaturedDescription?: Maybe;\n PageImageUrl?: Maybe;\n PageIsSearchable?: Maybe;\n PageNavigationTitle?: Maybe;\n ParentLink?: Maybe;\n PredefinedValue?: Maybe;\n RelativePath?: Maybe;\n RouteSegment?: Maybe;\n Saved?: Maybe;\n Shortcut?: Maybe;\n SiteId?: Maybe;\n StartPublish?: Maybe;\n Status?: Maybe;\n StopPublish?: Maybe;\n Url?: Maybe;\n /** @deprecated Use `_link` field instead */\n _children?: Maybe;\n _deleted?: Maybe;\n _fulltext?: Maybe>>;\n _id?: Maybe;\n _link?: Maybe;\n _modified?: Maybe;\n _score?: Maybe;\n};\n\n\n/** Will pull data from a cookie if available. If not it will also look in the query string. */\nexport type CookieHiddenElementBlockNameArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Will pull data from a cookie if available. If not it will also look in the query string. */\nexport type CookieHiddenElementBlockPredefinedValueArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Will pull data from a cookie if available. If not it will also look in the query string. */\nexport type CookieHiddenElementBlock_FulltextArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Will pull data from a cookie if available. If not it will also look in the query string. */\nexport type CookieHiddenElementBlock_LinkArgs = {\n type?: InputMaybe;\n};\n\nexport type CookieHiddenElementBlockAutocomplete = {\n __typename?: 'CookieHiddenElementBlockAutocomplete';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n ExistingLanguages?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n Status?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type CookieHiddenElementBlockAutocompleteAncestorsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CookieHiddenElementBlockAutocompleteContentTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CookieHiddenElementBlockAutocompletePageFeaturedDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CookieHiddenElementBlockAutocompletePageImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CookieHiddenElementBlockAutocompletePageNavigationTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CookieHiddenElementBlockAutocompleteRelativePathArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CookieHiddenElementBlockAutocompleteRouteSegmentArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CookieHiddenElementBlockAutocompleteShortcutArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CookieHiddenElementBlockAutocompleteSiteIdArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CookieHiddenElementBlockAutocompleteStatusArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CookieHiddenElementBlockAutocompleteUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type CookieHiddenElementBlockFacet = {\n __typename?: 'CookieHiddenElementBlockFacet';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n Changed?: Maybe>>;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe>>;\n ExistingLanguages?: Maybe;\n IsCommonDraft?: Maybe>>;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe>>;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageIsSearchable?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n PredefinedValue?: Maybe>>;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Saved?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n StartPublish?: Maybe>>;\n Status?: Maybe>>;\n StopPublish?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type CookieHiddenElementBlockFacetAncestorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CookieHiddenElementBlockFacetChangedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type CookieHiddenElementBlockFacetContentTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CookieHiddenElementBlockFacetCreatedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type CookieHiddenElementBlockFacetIsCommonDraftArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CookieHiddenElementBlockFacetNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CookieHiddenElementBlockFacetPageFeaturedDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CookieHiddenElementBlockFacetPageImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CookieHiddenElementBlockFacetPageIsSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CookieHiddenElementBlockFacetPageNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CookieHiddenElementBlockFacetPredefinedValueArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CookieHiddenElementBlockFacetRelativePathArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CookieHiddenElementBlockFacetRouteSegmentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CookieHiddenElementBlockFacetSavedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type CookieHiddenElementBlockFacetShortcutArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CookieHiddenElementBlockFacetSiteIdArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CookieHiddenElementBlockFacetStartPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type CookieHiddenElementBlockFacetStatusArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CookieHiddenElementBlockFacetStopPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type CookieHiddenElementBlockFacetUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type CookieHiddenElementBlockOrderByInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n PredefinedValue?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n _minimumScore?: InputMaybe;\n _modified?: InputMaybe;\n _ranking?: InputMaybe;\n _semanticWeight?: InputMaybe;\n};\n\nexport type CookieHiddenElementBlockOutput = {\n __typename?: 'CookieHiddenElementBlockOutput';\n autocomplete?: Maybe;\n cursor?: Maybe;\n facets?: Maybe;\n items?: Maybe>>;\n total?: Maybe;\n};\n\n\nexport type CookieHiddenElementBlockOutputTotalArgs = {\n all?: InputMaybe;\n};\n\nexport type CookieHiddenElementBlockWhereInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n PredefinedValue?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n _and?: InputMaybe>>;\n _fulltext?: InputMaybe;\n _modified?: InputMaybe;\n _not?: InputMaybe>>;\n _or?: InputMaybe>>;\n};\n\nexport type CouponData = IContent & IData & {\n __typename?: 'CouponData';\n Ancestors?: Maybe>>;\n Category?: Maybe>>;\n Changed?: Maybe;\n Code?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe;\n ExistingLanguages?: Maybe>>;\n IsCommonDraft?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe;\n PageFeaturedDescription?: Maybe;\n PageImageUrl?: Maybe;\n PageIsSearchable?: Maybe;\n PageNavigationTitle?: Maybe;\n ParentLink?: Maybe;\n RelativePath?: Maybe;\n RouteSegment?: Maybe;\n Saved?: Maybe;\n Shortcut?: Maybe;\n SiteId?: Maybe;\n StartPublish?: Maybe;\n Status?: Maybe;\n StopPublish?: Maybe;\n Url?: Maybe;\n /** @deprecated Use `_link` field instead */\n _children?: Maybe;\n _deleted?: Maybe;\n _fulltext?: Maybe>>;\n _id?: Maybe;\n _link?: Maybe;\n _modified?: Maybe;\n _score?: Maybe;\n};\n\n\nexport type CouponDataCodeArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type CouponDataNameArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type CouponData_FulltextArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type CouponData_LinkArgs = {\n type?: InputMaybe;\n};\n\nexport type CouponDataAutocomplete = {\n __typename?: 'CouponDataAutocomplete';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n ExistingLanguages?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n Status?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type CouponDataAutocompleteAncestorsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CouponDataAutocompleteContentTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CouponDataAutocompletePageFeaturedDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CouponDataAutocompletePageImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CouponDataAutocompletePageNavigationTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CouponDataAutocompleteRelativePathArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CouponDataAutocompleteRouteSegmentArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CouponDataAutocompleteShortcutArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CouponDataAutocompleteSiteIdArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CouponDataAutocompleteStatusArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CouponDataAutocompleteUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type CouponDataFacet = {\n __typename?: 'CouponDataFacet';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n Changed?: Maybe>>;\n Code?: Maybe>>;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe>>;\n ExistingLanguages?: Maybe;\n IsCommonDraft?: Maybe>>;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe>>;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageIsSearchable?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Saved?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n StartPublish?: Maybe>>;\n Status?: Maybe>>;\n StopPublish?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type CouponDataFacetAncestorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CouponDataFacetChangedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type CouponDataFacetCodeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CouponDataFacetContentTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CouponDataFacetCreatedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type CouponDataFacetIsCommonDraftArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CouponDataFacetNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CouponDataFacetPageFeaturedDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CouponDataFacetPageImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CouponDataFacetPageIsSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CouponDataFacetPageNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CouponDataFacetRelativePathArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CouponDataFacetRouteSegmentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CouponDataFacetSavedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type CouponDataFacetShortcutArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CouponDataFacetSiteIdArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CouponDataFacetStartPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type CouponDataFacetStatusArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CouponDataFacetStopPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type CouponDataFacetUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type CouponDataOrderByInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n Code?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n _minimumScore?: InputMaybe;\n _modified?: InputMaybe;\n _ranking?: InputMaybe;\n _semanticWeight?: InputMaybe;\n};\n\nexport type CouponDataOutput = {\n __typename?: 'CouponDataOutput';\n autocomplete?: Maybe;\n cursor?: Maybe;\n facets?: Maybe;\n items?: Maybe>>;\n total?: Maybe;\n};\n\n\nexport type CouponDataOutputTotalArgs = {\n all?: InputMaybe;\n};\n\nexport type CouponDataWhereInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n Code?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n _and?: InputMaybe>>;\n _fulltext?: InputMaybe;\n _modified?: InputMaybe;\n _not?: InputMaybe>>;\n _or?: InputMaybe>>;\n};\n\n/** Displays Courses content within an accordion, that can be opened or closed. */\nexport type CourseAccordionBlock = IContent & IData & {\n __typename?: 'CourseAccordionBlock';\n Ancestors?: Maybe>>;\n Category?: Maybe>>;\n Changed?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n CourseCategory?: Maybe;\n Created?: Maybe;\n ExistingLanguages?: Maybe>>;\n IsCommonDraft?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe;\n PageFeaturedDescription?: Maybe;\n PageImageUrl?: Maybe;\n PageIsSearchable?: Maybe;\n PageNavigationTitle?: Maybe;\n ParentLink?: Maybe;\n RelativePath?: Maybe;\n RouteSegment?: Maybe;\n Saved?: Maybe;\n Shortcut?: Maybe;\n SiteId?: Maybe;\n StartPublish?: Maybe;\n Status?: Maybe;\n StopPublish?: Maybe;\n Url?: Maybe;\n /** @deprecated Use `_link` field instead */\n _children?: Maybe;\n _deleted?: Maybe;\n _fulltext?: Maybe>>;\n _id?: Maybe;\n _link?: Maybe;\n _modified?: Maybe;\n _score?: Maybe;\n};\n\n\n/** Displays Courses content within an accordion, that can be opened or closed. */\nexport type CourseAccordionBlockNameArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Displays Courses content within an accordion, that can be opened or closed. */\nexport type CourseAccordionBlock_FulltextArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Displays Courses content within an accordion, that can be opened or closed. */\nexport type CourseAccordionBlock_LinkArgs = {\n type?: InputMaybe;\n};\n\nexport type CourseAccordionBlockAutocomplete = {\n __typename?: 'CourseAccordionBlockAutocomplete';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n CourseCategory?: Maybe;\n ExistingLanguages?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n Status?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type CourseAccordionBlockAutocompleteAncestorsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CourseAccordionBlockAutocompleteContentTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CourseAccordionBlockAutocompletePageFeaturedDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CourseAccordionBlockAutocompletePageImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CourseAccordionBlockAutocompletePageNavigationTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CourseAccordionBlockAutocompleteRelativePathArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CourseAccordionBlockAutocompleteRouteSegmentArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CourseAccordionBlockAutocompleteShortcutArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CourseAccordionBlockAutocompleteSiteIdArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CourseAccordionBlockAutocompleteStatusArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CourseAccordionBlockAutocompleteUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type CourseAccordionBlockFacet = {\n __typename?: 'CourseAccordionBlockFacet';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n Changed?: Maybe>>;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n CourseCategory?: Maybe;\n Created?: Maybe>>;\n ExistingLanguages?: Maybe;\n IsCommonDraft?: Maybe>>;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe>>;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageIsSearchable?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Saved?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n StartPublish?: Maybe>>;\n Status?: Maybe>>;\n StopPublish?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type CourseAccordionBlockFacetAncestorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CourseAccordionBlockFacetChangedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type CourseAccordionBlockFacetContentTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CourseAccordionBlockFacetCreatedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type CourseAccordionBlockFacetIsCommonDraftArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CourseAccordionBlockFacetNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CourseAccordionBlockFacetPageFeaturedDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CourseAccordionBlockFacetPageImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CourseAccordionBlockFacetPageIsSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CourseAccordionBlockFacetPageNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CourseAccordionBlockFacetRelativePathArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CourseAccordionBlockFacetRouteSegmentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CourseAccordionBlockFacetSavedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type CourseAccordionBlockFacetShortcutArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CourseAccordionBlockFacetSiteIdArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CourseAccordionBlockFacetStartPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type CourseAccordionBlockFacetStatusArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CourseAccordionBlockFacetStopPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type CourseAccordionBlockFacetUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type CourseAccordionBlockOrderByInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n CourseCategory?: InputMaybe;\n Created?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n _minimumScore?: InputMaybe;\n _modified?: InputMaybe;\n _ranking?: InputMaybe;\n _semanticWeight?: InputMaybe;\n};\n\nexport type CourseAccordionBlockOutput = {\n __typename?: 'CourseAccordionBlockOutput';\n autocomplete?: Maybe;\n cursor?: Maybe;\n facets?: Maybe;\n items?: Maybe>>;\n total?: Maybe;\n};\n\n\nexport type CourseAccordionBlockOutputTotalArgs = {\n all?: InputMaybe;\n};\n\nexport type CourseAccordionBlockWhereInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n CourseCategory?: InputMaybe;\n Created?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n _and?: InputMaybe>>;\n _fulltext?: InputMaybe;\n _modified?: InputMaybe;\n _not?: InputMaybe>>;\n _or?: InputMaybe>>;\n};\n\n/** Allows to create course cards for non e-commerce courses. */\nexport type CourseCardBlock = IContent & IData & {\n __typename?: 'CourseCardBlock';\n Ancestors?: Maybe>>;\n Category?: Maybe>>;\n Changed?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n CourseCode?: Maybe;\n CourseName?: Maybe;\n Created?: Maybe;\n ExistingLanguages?: Maybe>>;\n IsCommonDraft?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe;\n PageFeaturedDescription?: Maybe;\n PageImageUrl?: Maybe;\n PageIsSearchable?: Maybe;\n PageNavigationTitle?: Maybe;\n ParentLink?: Maybe;\n RelativePath?: Maybe;\n RouteSegment?: Maybe;\n Saved?: Maybe;\n Shortcut?: Maybe;\n SiteId?: Maybe;\n StartPublish?: Maybe;\n Status?: Maybe;\n StopPublish?: Maybe;\n Url?: Maybe;\n /** @deprecated Use `_link` field instead */\n _children?: Maybe;\n _deleted?: Maybe;\n _fulltext?: Maybe>>;\n _id?: Maybe;\n _link?: Maybe;\n _modified?: Maybe;\n _score?: Maybe;\n};\n\n\n/** Allows to create course cards for non e-commerce courses. */\nexport type CourseCardBlockCourseCodeArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Allows to create course cards for non e-commerce courses. */\nexport type CourseCardBlockCourseNameArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Allows to create course cards for non e-commerce courses. */\nexport type CourseCardBlockNameArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Allows to create course cards for non e-commerce courses. */\nexport type CourseCardBlock_FulltextArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Allows to create course cards for non e-commerce courses. */\nexport type CourseCardBlock_LinkArgs = {\n type?: InputMaybe;\n};\n\nexport type CourseCardBlockAutocomplete = {\n __typename?: 'CourseCardBlockAutocomplete';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n ExistingLanguages?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n Status?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type CourseCardBlockAutocompleteAncestorsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CourseCardBlockAutocompleteContentTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CourseCardBlockAutocompletePageFeaturedDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CourseCardBlockAutocompletePageImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CourseCardBlockAutocompletePageNavigationTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CourseCardBlockAutocompleteRelativePathArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CourseCardBlockAutocompleteRouteSegmentArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CourseCardBlockAutocompleteShortcutArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CourseCardBlockAutocompleteSiteIdArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CourseCardBlockAutocompleteStatusArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CourseCardBlockAutocompleteUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type CourseCardBlockFacet = {\n __typename?: 'CourseCardBlockFacet';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n Changed?: Maybe>>;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n CourseCode?: Maybe>>;\n CourseName?: Maybe>>;\n Created?: Maybe>>;\n ExistingLanguages?: Maybe;\n IsCommonDraft?: Maybe>>;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe>>;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageIsSearchable?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Saved?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n StartPublish?: Maybe>>;\n Status?: Maybe>>;\n StopPublish?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type CourseCardBlockFacetAncestorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CourseCardBlockFacetChangedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type CourseCardBlockFacetContentTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CourseCardBlockFacetCourseCodeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CourseCardBlockFacetCourseNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CourseCardBlockFacetCreatedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type CourseCardBlockFacetIsCommonDraftArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CourseCardBlockFacetNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CourseCardBlockFacetPageFeaturedDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CourseCardBlockFacetPageImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CourseCardBlockFacetPageIsSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CourseCardBlockFacetPageNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CourseCardBlockFacetRelativePathArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CourseCardBlockFacetRouteSegmentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CourseCardBlockFacetSavedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type CourseCardBlockFacetShortcutArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CourseCardBlockFacetSiteIdArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CourseCardBlockFacetStartPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type CourseCardBlockFacetStatusArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CourseCardBlockFacetStopPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type CourseCardBlockFacetUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type CourseCardBlockOrderByInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n CourseCode?: InputMaybe;\n CourseName?: InputMaybe;\n Created?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n _minimumScore?: InputMaybe;\n _modified?: InputMaybe;\n _ranking?: InputMaybe;\n _semanticWeight?: InputMaybe;\n};\n\nexport type CourseCardBlockOutput = {\n __typename?: 'CourseCardBlockOutput';\n autocomplete?: Maybe;\n cursor?: Maybe;\n facets?: Maybe;\n items?: Maybe>>;\n total?: Maybe;\n};\n\n\nexport type CourseCardBlockOutputTotalArgs = {\n all?: InputMaybe;\n};\n\nexport type CourseCardBlockWhereInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n CourseCode?: InputMaybe;\n CourseName?: InputMaybe;\n Created?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n _and?: InputMaybe>>;\n _fulltext?: InputMaybe;\n _modified?: InputMaybe;\n _not?: InputMaybe>>;\n _or?: InputMaybe>>;\n};\n\n/** Displays a list of Course Cards. */\nexport type CourseCardContainerBlock = IContent & IData & {\n __typename?: 'CourseCardContainerBlock';\n Ancestors?: Maybe>>;\n Category?: Maybe>>;\n Changed?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n CourseCards?: Maybe>>;\n Created?: Maybe;\n Description?: Maybe;\n ExistingLanguages?: Maybe>>;\n Headline?: Maybe;\n IsCommonDraft?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe;\n PageFeaturedDescription?: Maybe;\n PageImageUrl?: Maybe;\n PageIsSearchable?: Maybe;\n PageNavigationTitle?: Maybe;\n ParentLink?: Maybe;\n RelativePath?: Maybe;\n RouteSegment?: Maybe;\n Saved?: Maybe;\n Shortcut?: Maybe;\n SiteId?: Maybe;\n StartPublish?: Maybe;\n Status?: Maybe;\n StopPublish?: Maybe;\n Url?: Maybe;\n /** @deprecated Use `_link` field instead */\n _children?: Maybe;\n _deleted?: Maybe;\n _fulltext?: Maybe>>;\n _id?: Maybe;\n _link?: Maybe;\n _modified?: Maybe;\n _score?: Maybe;\n};\n\n\n/** Displays a list of Course Cards. */\nexport type CourseCardContainerBlockCourseCardsArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Displays a list of Course Cards. */\nexport type CourseCardContainerBlockDescriptionArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Displays a list of Course Cards. */\nexport type CourseCardContainerBlockHeadlineArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Displays a list of Course Cards. */\nexport type CourseCardContainerBlockNameArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Displays a list of Course Cards. */\nexport type CourseCardContainerBlock_FulltextArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Displays a list of Course Cards. */\nexport type CourseCardContainerBlock_LinkArgs = {\n type?: InputMaybe;\n};\n\nexport type CourseCardContainerBlockAutocomplete = {\n __typename?: 'CourseCardContainerBlockAutocomplete';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n ExistingLanguages?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n Status?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type CourseCardContainerBlockAutocompleteAncestorsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CourseCardContainerBlockAutocompleteContentTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CourseCardContainerBlockAutocompletePageFeaturedDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CourseCardContainerBlockAutocompletePageImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CourseCardContainerBlockAutocompletePageNavigationTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CourseCardContainerBlockAutocompleteRelativePathArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CourseCardContainerBlockAutocompleteRouteSegmentArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CourseCardContainerBlockAutocompleteShortcutArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CourseCardContainerBlockAutocompleteSiteIdArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CourseCardContainerBlockAutocompleteStatusArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CourseCardContainerBlockAutocompleteUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type CourseCardContainerBlockFacet = {\n __typename?: 'CourseCardContainerBlockFacet';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n Changed?: Maybe>>;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n CourseCards?: Maybe;\n Created?: Maybe>>;\n Description?: Maybe>>;\n ExistingLanguages?: Maybe;\n Headline?: Maybe>>;\n IsCommonDraft?: Maybe>>;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe>>;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageIsSearchable?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Saved?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n StartPublish?: Maybe>>;\n Status?: Maybe>>;\n StopPublish?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type CourseCardContainerBlockFacetAncestorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CourseCardContainerBlockFacetChangedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type CourseCardContainerBlockFacetContentTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CourseCardContainerBlockFacetCreatedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type CourseCardContainerBlockFacetDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CourseCardContainerBlockFacetHeadlineArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CourseCardContainerBlockFacetIsCommonDraftArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CourseCardContainerBlockFacetNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CourseCardContainerBlockFacetPageFeaturedDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CourseCardContainerBlockFacetPageImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CourseCardContainerBlockFacetPageIsSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CourseCardContainerBlockFacetPageNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CourseCardContainerBlockFacetRelativePathArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CourseCardContainerBlockFacetRouteSegmentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CourseCardContainerBlockFacetSavedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type CourseCardContainerBlockFacetShortcutArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CourseCardContainerBlockFacetSiteIdArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CourseCardContainerBlockFacetStartPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type CourseCardContainerBlockFacetStatusArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CourseCardContainerBlockFacetStopPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type CourseCardContainerBlockFacetUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type CourseCardContainerBlockOrderByInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n CourseCards?: InputMaybe;\n Created?: InputMaybe;\n Description?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n Headline?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n _minimumScore?: InputMaybe;\n _modified?: InputMaybe;\n _ranking?: InputMaybe;\n _semanticWeight?: InputMaybe;\n};\n\nexport type CourseCardContainerBlockOutput = {\n __typename?: 'CourseCardContainerBlockOutput';\n autocomplete?: Maybe;\n cursor?: Maybe;\n facets?: Maybe;\n items?: Maybe>>;\n total?: Maybe;\n};\n\n\nexport type CourseCardContainerBlockOutputTotalArgs = {\n all?: InputMaybe;\n};\n\nexport type CourseCardContainerBlockWhereInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n CourseCards?: InputMaybe;\n Created?: InputMaybe;\n Description?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n Headline?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n _and?: InputMaybe>>;\n _fulltext?: InputMaybe;\n _modified?: InputMaybe;\n _not?: InputMaybe>>;\n _or?: InputMaybe>>;\n};\n\n/** Special Category Type for course categories */\nexport type CourseNode = IContent & IData & {\n __typename?: 'CourseNode';\n /** About Link Target */\n AboutLink?: Maybe;\n /** About Link Text */\n AboutLinkText?: Maybe;\n Ancestors?: Maybe>>;\n CatalogId?: Maybe;\n Categories?: Maybe;\n CategoryDescription?: Maybe;\n CategoryFeaturedProducts?: Maybe>>;\n CategoryLongName?: Maybe;\n CategoryLongTeaser?: Maybe;\n CategoryTeaser?: Maybe;\n Changed?: Maybe;\n Code?: Maybe;\n /** Primary content for the page */\n Content?: Maybe>>;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe;\n /** Page Specific Block in Page Header area. */\n CustomHeaders?: Maybe>>;\n DisplayName?: Maybe;\n EPiBlock_PageSettings_BodyAttributes?: Maybe;\n EPiBlock_PageSettings_HideBreadcrumbs?: Maybe;\n EPiBlock_PageSettings_SEOSitemaps?: Maybe;\n EPiBlock_PageSettings_SectionNavigationAnchor?: Maybe;\n EPiBlock_PageSettings_SectionNavigationDisplay?: Maybe;\n EPiBlock_PageSettings_ShowShareThis?: Maybe;\n EPiBlock_PageSettings_SolrKeywordsBoost?: Maybe;\n EPiBlock_PageSettings_SolrPageBoost?: Maybe;\n ExistingLanguages?: Maybe>>;\n /** For use in 'Featured Item Row' block. */\n FeaturedItemImage?: Maybe;\n /** For use in 'Featured Item Row' block. */\n FeaturedItemText?: Maybe;\n /** For use in 'Featured Item Row' block. */\n FeaturedItemTitle?: Maybe;\n /** Displays full-width below any sidebars a page may have */\n FullArea?: Maybe>>;\n /** Displays the 'Hero' Content for page. Will only display the first hero-block. */\n HeroArea?: Maybe>>;\n HiddenFromSearch?: Maybe;\n /** Displays content side by side with any sidebars a page may have. Please only use an even amount of blocks in this content area. */\n InlineArea?: Maybe>>;\n IsCommonDraft?: Maybe;\n Language?: Maybe;\n MainBody?: Maybe;\n MasterLanguage?: Maybe;\n MetaClassId?: Maybe;\n Name?: Maybe;\n NavigationName?: Maybe;\n NodeLongTeaser?: Maybe;\n NodeShortTeaser?: Maybe;\n PageFeaturedDescription?: Maybe;\n PageImageUrl?: Maybe;\n PageIsSearchable?: Maybe;\n PageMetaData?: Maybe;\n PageNavigationTitle?: Maybe;\n ParentLink?: Maybe;\n RelativePath?: Maybe;\n RouteSegment?: Maybe;\n Saved?: Maybe;\n SeoInformation?: Maybe;\n SeoUri?: Maybe;\n Shortcut?: Maybe;\n /** Optional content for the sidebar area */\n SidebarContent?: Maybe>>;\n SiteId?: Maybe;\n StartPublish?: Maybe;\n Status?: Maybe;\n /** Content area that accepts Link Blocks. */\n StickyNavLinks?: Maybe;\n StopPublish?: Maybe;\n /** Displays content above any sidebars a page may have */\n TopArea?: Maybe>>;\n /** Depricated (will be removed soon) */\n TopContentArea?: Maybe>>;\n Url?: Maybe;\n /** @deprecated Use `_link` field instead */\n _children?: Maybe;\n _deleted?: Maybe;\n _fulltext?: Maybe>>;\n _id?: Maybe;\n _link?: Maybe;\n _modified?: Maybe;\n _score?: Maybe;\n};\n\n\n/** Special Category Type for course categories */\nexport type CourseNodeAboutLinkArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Special Category Type for course categories */\nexport type CourseNodeAboutLinkTextArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Special Category Type for course categories */\nexport type CourseNodeCategoryDescriptionArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Special Category Type for course categories */\nexport type CourseNodeCategoryLongNameArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Special Category Type for course categories */\nexport type CourseNodeCategoryLongTeaserArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Special Category Type for course categories */\nexport type CourseNodeCategoryTeaserArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Special Category Type for course categories */\nexport type CourseNodeCodeArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Special Category Type for course categories */\nexport type CourseNodeContentArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Special Category Type for course categories */\nexport type CourseNodeDisplayNameArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Special Category Type for course categories */\nexport type CourseNodeFeaturedItemTextArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Special Category Type for course categories */\nexport type CourseNodeFeaturedItemTitleArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Special Category Type for course categories */\nexport type CourseNodeHiddenFromSearchArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Special Category Type for course categories */\nexport type CourseNodeMainBodyArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Special Category Type for course categories */\nexport type CourseNodeNameArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Special Category Type for course categories */\nexport type CourseNodeNavigationNameArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Special Category Type for course categories */\nexport type CourseNodeNodeLongTeaserArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Special Category Type for course categories */\nexport type CourseNodeNodeShortTeaserArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Special Category Type for course categories */\nexport type CourseNode_FulltextArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Special Category Type for course categories */\nexport type CourseNode_LinkArgs = {\n type?: InputMaybe;\n};\n\nexport type CourseNodeAutocomplete = {\n __typename?: 'CourseNodeAutocomplete';\n Ancestors?: Maybe>>;\n Categories?: Maybe;\n CategoryFeaturedProducts?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n CustomHeaders?: Maybe;\n EPiBlock_PageSettings_BodyAttributes?: Maybe>>;\n EPiBlock_PageSettings_SEOSitemaps?: Maybe>>;\n EPiBlock_PageSettings_SolrKeywordsBoost?: Maybe>>;\n ExistingLanguages?: Maybe;\n FeaturedItemImage?: Maybe;\n FullArea?: Maybe;\n HeroArea?: Maybe;\n InlineArea?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageMetaData?: Maybe;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n SeoInformation?: Maybe;\n SeoUri?: Maybe>>;\n Shortcut?: Maybe>>;\n SidebarContent?: Maybe;\n SiteId?: Maybe>>;\n Status?: Maybe>>;\n StickyNavLinks?: Maybe>>;\n TopArea?: Maybe;\n TopContentArea?: Maybe;\n Url?: Maybe>>;\n};\n\n\nexport type CourseNodeAutocompleteAncestorsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CourseNodeAutocompleteContentTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CourseNodeAutocompleteEPiBlock_PageSettings_BodyAttributesArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CourseNodeAutocompleteEPiBlock_PageSettings_SeoSitemapsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CourseNodeAutocompleteEPiBlock_PageSettings_SolrKeywordsBoostArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CourseNodeAutocompletePageFeaturedDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CourseNodeAutocompletePageImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CourseNodeAutocompletePageNavigationTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CourseNodeAutocompleteRelativePathArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CourseNodeAutocompleteRouteSegmentArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CourseNodeAutocompleteSeoUriArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CourseNodeAutocompleteShortcutArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CourseNodeAutocompleteSiteIdArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CourseNodeAutocompleteStatusArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CourseNodeAutocompleteStickyNavLinksArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CourseNodeAutocompleteUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type CourseNodeCategories = {\n __typename?: 'CourseNodeCategories';\n ContentLink?: Maybe;\n};\n\nexport type CourseNodeCategoriesAutocomplete = {\n __typename?: 'CourseNodeCategoriesAutocomplete';\n ContentLink?: Maybe;\n};\n\nexport type CourseNodeCategoriesFacet = {\n __typename?: 'CourseNodeCategoriesFacet';\n ContentLink?: Maybe;\n};\n\nexport type CourseNodeCategoriesOrderByInput = {\n ContentLink?: InputMaybe;\n};\n\nexport type CourseNodeCategoriesWhereInput = {\n ContentLink?: InputMaybe;\n};\n\nexport type CourseNodeFacet = {\n __typename?: 'CourseNodeFacet';\n AboutLink?: Maybe>>;\n AboutLinkText?: Maybe>>;\n Ancestors?: Maybe>>;\n CatalogId?: Maybe>>;\n Categories?: Maybe;\n CategoryDescription?: Maybe>>;\n CategoryFeaturedProducts?: Maybe;\n CategoryLongName?: Maybe>>;\n CategoryLongTeaser?: Maybe>>;\n CategoryTeaser?: Maybe>>;\n Changed?: Maybe>>;\n Code?: Maybe>>;\n Content?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe>>;\n CustomHeaders?: Maybe;\n DisplayName?: Maybe>>;\n EPiBlock_PageSettings_BodyAttributes?: Maybe>>;\n EPiBlock_PageSettings_HideBreadcrumbs?: Maybe>>;\n EPiBlock_PageSettings_SEOSitemaps?: Maybe>>;\n EPiBlock_PageSettings_SectionNavigationAnchor?: Maybe>>;\n EPiBlock_PageSettings_SectionNavigationDisplay?: Maybe>>;\n EPiBlock_PageSettings_ShowShareThis?: Maybe>>;\n EPiBlock_PageSettings_SolrKeywordsBoost?: Maybe>>;\n EPiBlock_PageSettings_SolrPageBoost?: Maybe>>;\n ExistingLanguages?: Maybe;\n FeaturedItemImage?: Maybe;\n FeaturedItemText?: Maybe>>;\n FeaturedItemTitle?: Maybe>>;\n FullArea?: Maybe;\n HeroArea?: Maybe;\n HiddenFromSearch?: Maybe>>;\n InlineArea?: Maybe;\n IsCommonDraft?: Maybe>>;\n Language?: Maybe;\n MainBody?: Maybe>>;\n MasterLanguage?: Maybe;\n MetaClassId?: Maybe>>;\n Name?: Maybe>>;\n NavigationName?: Maybe>>;\n NodeLongTeaser?: Maybe>>;\n NodeShortTeaser?: Maybe>>;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageIsSearchable?: Maybe>>;\n PageMetaData?: Maybe;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Saved?: Maybe>>;\n SeoInformation?: Maybe;\n SeoUri?: Maybe>>;\n Shortcut?: Maybe>>;\n SidebarContent?: Maybe;\n SiteId?: Maybe>>;\n StartPublish?: Maybe>>;\n Status?: Maybe>>;\n StickyNavLinks?: Maybe>>;\n StopPublish?: Maybe>>;\n TopArea?: Maybe;\n TopContentArea?: Maybe;\n Url?: Maybe>>;\n};\n\n\nexport type CourseNodeFacetAboutLinkArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CourseNodeFacetAboutLinkTextArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CourseNodeFacetAncestorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CourseNodeFacetCatalogIdArgs = {\n filters?: InputMaybe>;\n limit?: InputMaybe;\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n ranges?: InputMaybe>>;\n};\n\n\nexport type CourseNodeFacetCategoryDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CourseNodeFacetCategoryLongNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CourseNodeFacetCategoryLongTeaserArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CourseNodeFacetCategoryTeaserArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CourseNodeFacetChangedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type CourseNodeFacetCodeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CourseNodeFacetContentTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CourseNodeFacetCreatedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type CourseNodeFacetDisplayNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CourseNodeFacetEPiBlock_PageSettings_BodyAttributesArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CourseNodeFacetEPiBlock_PageSettings_HideBreadcrumbsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CourseNodeFacetEPiBlock_PageSettings_SeoSitemapsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CourseNodeFacetEPiBlock_PageSettings_SectionNavigationAnchorArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CourseNodeFacetEPiBlock_PageSettings_SectionNavigationDisplayArgs = {\n filters?: InputMaybe>;\n limit?: InputMaybe;\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n ranges?: InputMaybe>>;\n};\n\n\nexport type CourseNodeFacetEPiBlock_PageSettings_ShowShareThisArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CourseNodeFacetEPiBlock_PageSettings_SolrKeywordsBoostArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CourseNodeFacetEPiBlock_PageSettings_SolrPageBoostArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CourseNodeFacetFeaturedItemTextArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CourseNodeFacetFeaturedItemTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CourseNodeFacetHiddenFromSearchArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CourseNodeFacetIsCommonDraftArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CourseNodeFacetMainBodyArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CourseNodeFacetMetaClassIdArgs = {\n filters?: InputMaybe>;\n limit?: InputMaybe;\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n ranges?: InputMaybe>>;\n};\n\n\nexport type CourseNodeFacetNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CourseNodeFacetNavigationNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CourseNodeFacetNodeLongTeaserArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CourseNodeFacetNodeShortTeaserArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CourseNodeFacetPageFeaturedDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CourseNodeFacetPageImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CourseNodeFacetPageIsSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CourseNodeFacetPageNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CourseNodeFacetRelativePathArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CourseNodeFacetRouteSegmentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CourseNodeFacetSavedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type CourseNodeFacetSeoUriArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CourseNodeFacetShortcutArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CourseNodeFacetSiteIdArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CourseNodeFacetStartPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type CourseNodeFacetStatusArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CourseNodeFacetStickyNavLinksArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CourseNodeFacetStopPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type CourseNodeFacetUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type CourseNodeOrderByInput = {\n AboutLink?: InputMaybe;\n AboutLinkText?: InputMaybe;\n Ancestors?: InputMaybe;\n CatalogId?: InputMaybe;\n Categories?: InputMaybe;\n CategoryDescription?: InputMaybe;\n CategoryFeaturedProducts?: InputMaybe;\n CategoryLongName?: InputMaybe;\n CategoryLongTeaser?: InputMaybe;\n CategoryTeaser?: InputMaybe;\n Changed?: InputMaybe;\n Code?: InputMaybe;\n Content?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n CustomHeaders?: InputMaybe;\n DisplayName?: InputMaybe;\n EPiBlock_PageSettings_BodyAttributes?: InputMaybe;\n EPiBlock_PageSettings_HideBreadcrumbs?: InputMaybe;\n EPiBlock_PageSettings_SEOSitemaps?: InputMaybe;\n EPiBlock_PageSettings_SectionNavigationAnchor?: InputMaybe;\n EPiBlock_PageSettings_SectionNavigationDisplay?: InputMaybe;\n EPiBlock_PageSettings_ShowShareThis?: InputMaybe;\n EPiBlock_PageSettings_SolrKeywordsBoost?: InputMaybe;\n EPiBlock_PageSettings_SolrPageBoost?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n FeaturedItemImage?: InputMaybe;\n FeaturedItemText?: InputMaybe;\n FeaturedItemTitle?: InputMaybe;\n FullArea?: InputMaybe;\n HeroArea?: InputMaybe;\n HiddenFromSearch?: InputMaybe;\n InlineArea?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MainBody?: InputMaybe;\n MasterLanguage?: InputMaybe;\n MetaClassId?: InputMaybe;\n Name?: InputMaybe;\n NavigationName?: InputMaybe;\n NodeLongTeaser?: InputMaybe;\n NodeShortTeaser?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageMetaData?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n SeoInformation?: InputMaybe;\n SeoUri?: InputMaybe;\n Shortcut?: InputMaybe;\n SidebarContent?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StickyNavLinks?: InputMaybe;\n StopPublish?: InputMaybe;\n TopArea?: InputMaybe;\n TopContentArea?: InputMaybe;\n Url?: InputMaybe;\n _minimumScore?: InputMaybe;\n _modified?: InputMaybe;\n _ranking?: InputMaybe;\n _semanticWeight?: InputMaybe;\n};\n\nexport type CourseNodeOutput = {\n __typename?: 'CourseNodeOutput';\n autocomplete?: Maybe;\n cursor?: Maybe;\n facets?: Maybe;\n items?: Maybe>>;\n total?: Maybe;\n};\n\n\nexport type CourseNodeOutputTotalArgs = {\n all?: InputMaybe;\n};\n\nexport type CourseNodePageMetaData = {\n __typename?: 'CourseNodePageMetaData';\n DisableSiteTitle?: Maybe;\n MetaDescription?: Maybe;\n MetaKeywords?: Maybe;\n MetaTitle?: Maybe;\n PageImage?: Maybe;\n ShareHashTags?: Maybe;\n ShareSummary?: Maybe;\n ShareTitle?: Maybe;\n SingleSentenceSummary?: Maybe;\n};\n\nexport type CourseNodePageMetaDataAutocomplete = {\n __typename?: 'CourseNodePageMetaDataAutocomplete';\n MetaDescription?: Maybe>>;\n MetaKeywords?: Maybe>>;\n MetaTitle?: Maybe>>;\n PageImage?: Maybe;\n ShareHashTags?: Maybe>>;\n ShareSummary?: Maybe>>;\n ShareTitle?: Maybe>>;\n SingleSentenceSummary?: Maybe>>;\n};\n\n\nexport type CourseNodePageMetaDataAutocompleteMetaDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CourseNodePageMetaDataAutocompleteMetaKeywordsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CourseNodePageMetaDataAutocompleteMetaTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CourseNodePageMetaDataAutocompleteShareHashTagsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CourseNodePageMetaDataAutocompleteShareSummaryArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CourseNodePageMetaDataAutocompleteShareTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CourseNodePageMetaDataAutocompleteSingleSentenceSummaryArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type CourseNodePageMetaDataFacet = {\n __typename?: 'CourseNodePageMetaDataFacet';\n DisableSiteTitle?: Maybe>>;\n MetaDescription?: Maybe>>;\n MetaKeywords?: Maybe>>;\n MetaTitle?: Maybe>>;\n PageImage?: Maybe;\n ShareHashTags?: Maybe>>;\n ShareSummary?: Maybe>>;\n ShareTitle?: Maybe>>;\n SingleSentenceSummary?: Maybe>>;\n};\n\n\nexport type CourseNodePageMetaDataFacetDisableSiteTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CourseNodePageMetaDataFacetMetaDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CourseNodePageMetaDataFacetMetaKeywordsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CourseNodePageMetaDataFacetMetaTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CourseNodePageMetaDataFacetShareHashTagsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CourseNodePageMetaDataFacetShareSummaryArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CourseNodePageMetaDataFacetShareTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CourseNodePageMetaDataFacetSingleSentenceSummaryArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type CourseNodePageMetaDataOrderByInput = {\n DisableSiteTitle?: InputMaybe;\n MetaDescription?: InputMaybe;\n MetaKeywords?: InputMaybe;\n MetaTitle?: InputMaybe;\n PageImage?: InputMaybe;\n ShareHashTags?: InputMaybe;\n ShareSummary?: InputMaybe;\n ShareTitle?: InputMaybe;\n SingleSentenceSummary?: InputMaybe;\n};\n\nexport type CourseNodePageMetaDataWhereInput = {\n DisableSiteTitle?: InputMaybe;\n MetaDescription?: InputMaybe;\n MetaKeywords?: InputMaybe;\n MetaTitle?: InputMaybe;\n PageImage?: InputMaybe;\n ShareHashTags?: InputMaybe;\n ShareSummary?: InputMaybe;\n ShareTitle?: InputMaybe;\n SingleSentenceSummary?: InputMaybe;\n};\n\nexport type CourseNodeSeoInformation = {\n __typename?: 'CourseNodeSeoInformation';\n Description?: Maybe;\n Keywords?: Maybe;\n Title?: Maybe;\n};\n\nexport type CourseNodeSeoInformationAutocomplete = {\n __typename?: 'CourseNodeSeoInformationAutocomplete';\n Description?: Maybe>>;\n Keywords?: Maybe>>;\n Title?: Maybe>>;\n};\n\n\nexport type CourseNodeSeoInformationAutocompleteDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CourseNodeSeoInformationAutocompleteKeywordsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CourseNodeSeoInformationAutocompleteTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type CourseNodeSeoInformationFacet = {\n __typename?: 'CourseNodeSeoInformationFacet';\n Description?: Maybe>>;\n Keywords?: Maybe>>;\n Title?: Maybe>>;\n};\n\n\nexport type CourseNodeSeoInformationFacetDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CourseNodeSeoInformationFacetKeywordsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CourseNodeSeoInformationFacetTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type CourseNodeSeoInformationOrderByInput = {\n Description?: InputMaybe;\n Keywords?: InputMaybe;\n Title?: InputMaybe;\n};\n\nexport type CourseNodeSeoInformationWhereInput = {\n Description?: InputMaybe;\n Keywords?: InputMaybe;\n Title?: InputMaybe;\n};\n\nexport type CourseNodeWhereInput = {\n AboutLink?: InputMaybe;\n AboutLinkText?: InputMaybe;\n Ancestors?: InputMaybe;\n CatalogId?: InputMaybe;\n Categories?: InputMaybe;\n CategoryDescription?: InputMaybe;\n CategoryFeaturedProducts?: InputMaybe;\n CategoryLongName?: InputMaybe;\n CategoryLongTeaser?: InputMaybe;\n CategoryTeaser?: InputMaybe;\n Changed?: InputMaybe;\n Code?: InputMaybe;\n Content?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n CustomHeaders?: InputMaybe;\n DisplayName?: InputMaybe;\n EPiBlock_PageSettings_BodyAttributes?: InputMaybe;\n EPiBlock_PageSettings_HideBreadcrumbs?: InputMaybe;\n EPiBlock_PageSettings_SEOSitemaps?: InputMaybe;\n EPiBlock_PageSettings_SectionNavigationAnchor?: InputMaybe;\n EPiBlock_PageSettings_SectionNavigationDisplay?: InputMaybe;\n EPiBlock_PageSettings_ShowShareThis?: InputMaybe;\n EPiBlock_PageSettings_SolrKeywordsBoost?: InputMaybe;\n EPiBlock_PageSettings_SolrPageBoost?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n FeaturedItemImage?: InputMaybe;\n FeaturedItemText?: InputMaybe;\n FeaturedItemTitle?: InputMaybe;\n FullArea?: InputMaybe;\n HeroArea?: InputMaybe;\n HiddenFromSearch?: InputMaybe;\n InlineArea?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MainBody?: InputMaybe;\n MasterLanguage?: InputMaybe;\n MetaClassId?: InputMaybe;\n Name?: InputMaybe;\n NavigationName?: InputMaybe;\n NodeLongTeaser?: InputMaybe;\n NodeShortTeaser?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageMetaData?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n SeoInformation?: InputMaybe;\n SeoUri?: InputMaybe;\n Shortcut?: InputMaybe;\n SidebarContent?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StickyNavLinks?: InputMaybe;\n StopPublish?: InputMaybe;\n TopArea?: InputMaybe;\n TopContentArea?: InputMaybe;\n Url?: InputMaybe;\n _and?: InputMaybe>>;\n _fulltext?: InputMaybe;\n _modified?: InputMaybe;\n _not?: InputMaybe>>;\n _or?: InputMaybe>>;\n};\n\n/** Course for Instant Enrollment */\nexport type CourseProduct = IContent & IData & {\n __typename?: 'CourseProduct';\n Ancestors?: Maybe>>;\n AreaOfStudyFacet?: Maybe;\n Associations?: Maybe;\n CatalogId?: Maybe;\n Categories?: Maybe;\n Changed?: Maybe;\n Code?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n CourseDescription?: Maybe;\n /** The Colleague Course Number used to import course sections. */\n CourseSubjectId?: Maybe;\n CourseTitle?: Maybe;\n Created?: Maybe;\n /** Page Specific Block in Page Header area. */\n CustomHeaders?: Maybe>>;\n DefaultImageUrl?: Maybe;\n DefaultMarketPrice?: Maybe;\n DescriptionInCart?: Maybe;\n DisplayName?: Maybe;\n EPiBlock_PageSettings_BodyAttributes?: Maybe;\n EPiBlock_PageSettings_HideBreadcrumbs?: Maybe;\n EPiBlock_PageSettings_SEOSitemaps?: Maybe;\n EPiBlock_PageSettings_SectionNavigationAnchor?: Maybe;\n EPiBlock_PageSettings_SectionNavigationDisplay?: Maybe;\n EPiBlock_PageSettings_ShowShareThis?: Maybe;\n EPiBlock_PageSettings_SolrKeywordsBoost?: Maybe;\n EPiBlock_PageSettings_SolrPageBoost?: Maybe;\n ExistingLanguages?: Maybe>>;\n /** Used in featured product blocks. */\n FeaturedItemImage?: Maybe;\n /** Used in featured product blocks. */\n FeaturedItemText?: Maybe;\n /** Used in featured product blocks. */\n FeaturedItemTitle?: Maybe;\n /** Send a fulfillment email to this address whenever an order is placed */\n FulfillmentEmail?: Maybe;\n /** Displays full-width below any sidebars a page may have */\n FullArea?: Maybe>>;\n GLAccountNumber?: Maybe;\n /** Displays the 'Hero' Content for page. Will only display the first hero-block. */\n HeroArea?: Maybe>>;\n HiddenFromSearch?: Maybe;\n /** Displays content side by side with any sidebars a page may have. Please only use an even amount of blocks in this content area. */\n InlineArea?: Maybe>>;\n IsCommonDraft?: Maybe;\n Language?: Maybe;\n MainBody?: Maybe;\n MasterLanguage?: Maybe;\n MetaClassId?: Maybe;\n Name?: Maybe;\n NavigationName?: Maybe;\n PageFeaturedDescription?: Maybe;\n PageImageUrl?: Maybe;\n PageIsSearchable?: Maybe;\n PageMetaData?: Maybe;\n PageNavigationTitle?: Maybe;\n ParentEntries?: Maybe;\n ParentLink?: Maybe;\n ProductType?: Maybe;\n RelativePath?: Maybe;\n RouteSegment?: Maybe;\n Saved?: Maybe;\n SeoInformation?: Maybe;\n SeoUri?: Maybe;\n Shortcut?: Maybe;\n /** Optional content for the sidebar area */\n SidebarContent?: Maybe>>;\n SiteId?: Maybe;\n StartPublish?: Maybe;\n Status?: Maybe;\n /** Content area that accepts Link Blocks. */\n StickyNavLinks?: Maybe;\n StopPublish?: Maybe;\n /** Displays content above any sidebars a page may have */\n TopArea?: Maybe>>;\n Url?: Maybe;\n VariantsReference?: Maybe;\n /** @deprecated Use `_link` field instead */\n _children?: Maybe;\n _deleted?: Maybe;\n _fulltext?: Maybe>>;\n _id?: Maybe;\n _link?: Maybe;\n _modified?: Maybe;\n _score?: Maybe;\n};\n\n\n/** Course for Instant Enrollment */\nexport type CourseProductCodeArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Course for Instant Enrollment */\nexport type CourseProductCourseDescriptionArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Course for Instant Enrollment */\nexport type CourseProductCourseSubjectIdArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Course for Instant Enrollment */\nexport type CourseProductCourseTitleArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Course for Instant Enrollment */\nexport type CourseProductDescriptionInCartArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Course for Instant Enrollment */\nexport type CourseProductDisplayNameArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Course for Instant Enrollment */\nexport type CourseProductFeaturedItemTextArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Course for Instant Enrollment */\nexport type CourseProductFeaturedItemTitleArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Course for Instant Enrollment */\nexport type CourseProductFulfillmentEmailArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Course for Instant Enrollment */\nexport type CourseProductGlAccountNumberArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Course for Instant Enrollment */\nexport type CourseProductHiddenFromSearchArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Course for Instant Enrollment */\nexport type CourseProductMainBodyArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Course for Instant Enrollment */\nexport type CourseProductNameArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Course for Instant Enrollment */\nexport type CourseProductNavigationNameArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Course for Instant Enrollment */\nexport type CourseProductProductTypeArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Course for Instant Enrollment */\nexport type CourseProduct_FulltextArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Course for Instant Enrollment */\nexport type CourseProduct_LinkArgs = {\n type?: InputMaybe;\n};\n\nexport type CourseProductAssociations = {\n __typename?: 'CourseProductAssociations';\n ContentLink?: Maybe;\n};\n\nexport type CourseProductAssociationsAutocomplete = {\n __typename?: 'CourseProductAssociationsAutocomplete';\n ContentLink?: Maybe;\n};\n\nexport type CourseProductAssociationsFacet = {\n __typename?: 'CourseProductAssociationsFacet';\n ContentLink?: Maybe;\n};\n\nexport type CourseProductAssociationsOrderByInput = {\n ContentLink?: InputMaybe;\n};\n\nexport type CourseProductAssociationsWhereInput = {\n ContentLink?: InputMaybe;\n};\n\nexport type CourseProductAutocomplete = {\n __typename?: 'CourseProductAutocomplete';\n Ancestors?: Maybe>>;\n AreaOfStudyFacet?: Maybe;\n Associations?: Maybe;\n Categories?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n CustomHeaders?: Maybe;\n DefaultImageUrl?: Maybe>>;\n EPiBlock_PageSettings_BodyAttributes?: Maybe>>;\n EPiBlock_PageSettings_SEOSitemaps?: Maybe>>;\n EPiBlock_PageSettings_SolrKeywordsBoost?: Maybe>>;\n ExistingLanguages?: Maybe;\n FeaturedItemImage?: Maybe;\n FullArea?: Maybe;\n HeroArea?: Maybe;\n InlineArea?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageMetaData?: Maybe;\n PageNavigationTitle?: Maybe>>;\n ParentEntries?: Maybe;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n SeoInformation?: Maybe;\n SeoUri?: Maybe>>;\n Shortcut?: Maybe>>;\n SidebarContent?: Maybe;\n SiteId?: Maybe>>;\n Status?: Maybe>>;\n StickyNavLinks?: Maybe>>;\n TopArea?: Maybe;\n Url?: Maybe>>;\n VariantsReference?: Maybe;\n};\n\n\nexport type CourseProductAutocompleteAncestorsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CourseProductAutocompleteContentTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CourseProductAutocompleteDefaultImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CourseProductAutocompleteEPiBlock_PageSettings_BodyAttributesArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CourseProductAutocompleteEPiBlock_PageSettings_SeoSitemapsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CourseProductAutocompleteEPiBlock_PageSettings_SolrKeywordsBoostArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CourseProductAutocompletePageFeaturedDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CourseProductAutocompletePageImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CourseProductAutocompletePageNavigationTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CourseProductAutocompleteRelativePathArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CourseProductAutocompleteRouteSegmentArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CourseProductAutocompleteSeoUriArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CourseProductAutocompleteShortcutArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CourseProductAutocompleteSiteIdArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CourseProductAutocompleteStatusArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CourseProductAutocompleteStickyNavLinksArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CourseProductAutocompleteUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type CourseProductCategories = {\n __typename?: 'CourseProductCategories';\n ContentLink?: Maybe;\n};\n\nexport type CourseProductCategoriesAutocomplete = {\n __typename?: 'CourseProductCategoriesAutocomplete';\n ContentLink?: Maybe;\n};\n\nexport type CourseProductCategoriesFacet = {\n __typename?: 'CourseProductCategoriesFacet';\n ContentLink?: Maybe;\n};\n\nexport type CourseProductCategoriesOrderByInput = {\n ContentLink?: InputMaybe;\n};\n\nexport type CourseProductCategoriesWhereInput = {\n ContentLink?: InputMaybe;\n};\n\nexport type CourseProductFacet = {\n __typename?: 'CourseProductFacet';\n Ancestors?: Maybe>>;\n AreaOfStudyFacet?: Maybe;\n Associations?: Maybe;\n CatalogId?: Maybe>>;\n Categories?: Maybe;\n Changed?: Maybe>>;\n Code?: Maybe>>;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n CourseDescription?: Maybe>>;\n CourseSubjectId?: Maybe>>;\n CourseTitle?: Maybe>>;\n Created?: Maybe>>;\n CustomHeaders?: Maybe;\n DefaultImageUrl?: Maybe>>;\n DefaultMarketPrice?: Maybe>>;\n DescriptionInCart?: Maybe>>;\n DisplayName?: Maybe>>;\n EPiBlock_PageSettings_BodyAttributes?: Maybe>>;\n EPiBlock_PageSettings_HideBreadcrumbs?: Maybe>>;\n EPiBlock_PageSettings_SEOSitemaps?: Maybe>>;\n EPiBlock_PageSettings_SectionNavigationAnchor?: Maybe>>;\n EPiBlock_PageSettings_SectionNavigationDisplay?: Maybe>>;\n EPiBlock_PageSettings_ShowShareThis?: Maybe>>;\n EPiBlock_PageSettings_SolrKeywordsBoost?: Maybe>>;\n EPiBlock_PageSettings_SolrPageBoost?: Maybe>>;\n ExistingLanguages?: Maybe;\n FeaturedItemImage?: Maybe;\n FeaturedItemText?: Maybe>>;\n FeaturedItemTitle?: Maybe>>;\n FulfillmentEmail?: Maybe>>;\n FullArea?: Maybe;\n GLAccountNumber?: Maybe>>;\n HeroArea?: Maybe;\n HiddenFromSearch?: Maybe>>;\n InlineArea?: Maybe;\n IsCommonDraft?: Maybe>>;\n Language?: Maybe;\n MainBody?: Maybe>>;\n MasterLanguage?: Maybe;\n MetaClassId?: Maybe>>;\n Name?: Maybe>>;\n NavigationName?: Maybe>>;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageIsSearchable?: Maybe>>;\n PageMetaData?: Maybe;\n PageNavigationTitle?: Maybe>>;\n ParentEntries?: Maybe;\n ParentLink?: Maybe;\n ProductType?: Maybe>>;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Saved?: Maybe>>;\n SeoInformation?: Maybe;\n SeoUri?: Maybe>>;\n Shortcut?: Maybe>>;\n SidebarContent?: Maybe;\n SiteId?: Maybe>>;\n StartPublish?: Maybe>>;\n Status?: Maybe>>;\n StickyNavLinks?: Maybe>>;\n StopPublish?: Maybe>>;\n TopArea?: Maybe;\n Url?: Maybe>>;\n VariantsReference?: Maybe;\n};\n\n\nexport type CourseProductFacetAncestorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CourseProductFacetCatalogIdArgs = {\n filters?: InputMaybe>;\n limit?: InputMaybe;\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n ranges?: InputMaybe>>;\n};\n\n\nexport type CourseProductFacetChangedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type CourseProductFacetCodeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CourseProductFacetContentTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CourseProductFacetCourseDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CourseProductFacetCourseSubjectIdArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CourseProductFacetCourseTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CourseProductFacetCreatedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type CourseProductFacetDefaultImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CourseProductFacetDefaultMarketPriceArgs = {\n filters?: InputMaybe>;\n limit?: InputMaybe;\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n ranges?: InputMaybe>>;\n};\n\n\nexport type CourseProductFacetDescriptionInCartArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CourseProductFacetDisplayNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CourseProductFacetEPiBlock_PageSettings_BodyAttributesArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CourseProductFacetEPiBlock_PageSettings_HideBreadcrumbsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CourseProductFacetEPiBlock_PageSettings_SeoSitemapsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CourseProductFacetEPiBlock_PageSettings_SectionNavigationAnchorArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CourseProductFacetEPiBlock_PageSettings_SectionNavigationDisplayArgs = {\n filters?: InputMaybe>;\n limit?: InputMaybe;\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n ranges?: InputMaybe>>;\n};\n\n\nexport type CourseProductFacetEPiBlock_PageSettings_ShowShareThisArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CourseProductFacetEPiBlock_PageSettings_SolrKeywordsBoostArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CourseProductFacetEPiBlock_PageSettings_SolrPageBoostArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CourseProductFacetFeaturedItemTextArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CourseProductFacetFeaturedItemTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CourseProductFacetFulfillmentEmailArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CourseProductFacetGlAccountNumberArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CourseProductFacetHiddenFromSearchArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CourseProductFacetIsCommonDraftArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CourseProductFacetMainBodyArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CourseProductFacetMetaClassIdArgs = {\n filters?: InputMaybe>;\n limit?: InputMaybe;\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n ranges?: InputMaybe>>;\n};\n\n\nexport type CourseProductFacetNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CourseProductFacetNavigationNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CourseProductFacetPageFeaturedDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CourseProductFacetPageImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CourseProductFacetPageIsSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CourseProductFacetPageNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CourseProductFacetProductTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CourseProductFacetRelativePathArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CourseProductFacetRouteSegmentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CourseProductFacetSavedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type CourseProductFacetSeoUriArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CourseProductFacetShortcutArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CourseProductFacetSiteIdArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CourseProductFacetStartPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type CourseProductFacetStatusArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CourseProductFacetStickyNavLinksArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CourseProductFacetStopPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type CourseProductFacetUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type CourseProductOrderByInput = {\n Ancestors?: InputMaybe;\n AreaOfStudyFacet?: InputMaybe;\n Associations?: InputMaybe;\n CatalogId?: InputMaybe;\n Categories?: InputMaybe;\n Changed?: InputMaybe;\n Code?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n CourseDescription?: InputMaybe;\n CourseSubjectId?: InputMaybe;\n CourseTitle?: InputMaybe;\n Created?: InputMaybe;\n CustomHeaders?: InputMaybe;\n DefaultImageUrl?: InputMaybe;\n DefaultMarketPrice?: InputMaybe;\n DescriptionInCart?: InputMaybe;\n DisplayName?: InputMaybe;\n EPiBlock_PageSettings_BodyAttributes?: InputMaybe;\n EPiBlock_PageSettings_HideBreadcrumbs?: InputMaybe;\n EPiBlock_PageSettings_SEOSitemaps?: InputMaybe;\n EPiBlock_PageSettings_SectionNavigationAnchor?: InputMaybe;\n EPiBlock_PageSettings_SectionNavigationDisplay?: InputMaybe;\n EPiBlock_PageSettings_ShowShareThis?: InputMaybe;\n EPiBlock_PageSettings_SolrKeywordsBoost?: InputMaybe;\n EPiBlock_PageSettings_SolrPageBoost?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n FeaturedItemImage?: InputMaybe;\n FeaturedItemText?: InputMaybe;\n FeaturedItemTitle?: InputMaybe;\n FulfillmentEmail?: InputMaybe;\n FullArea?: InputMaybe;\n GLAccountNumber?: InputMaybe;\n HeroArea?: InputMaybe;\n HiddenFromSearch?: InputMaybe;\n InlineArea?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MainBody?: InputMaybe;\n MasterLanguage?: InputMaybe;\n MetaClassId?: InputMaybe;\n Name?: InputMaybe;\n NavigationName?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageMetaData?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentEntries?: InputMaybe;\n ParentLink?: InputMaybe;\n ProductType?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n SeoInformation?: InputMaybe;\n SeoUri?: InputMaybe;\n Shortcut?: InputMaybe;\n SidebarContent?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StickyNavLinks?: InputMaybe;\n StopPublish?: InputMaybe;\n TopArea?: InputMaybe;\n Url?: InputMaybe;\n VariantsReference?: InputMaybe;\n _minimumScore?: InputMaybe;\n _modified?: InputMaybe;\n _ranking?: InputMaybe;\n _semanticWeight?: InputMaybe;\n};\n\nexport type CourseProductOutput = {\n __typename?: 'CourseProductOutput';\n autocomplete?: Maybe;\n cursor?: Maybe;\n facets?: Maybe;\n items?: Maybe>>;\n total?: Maybe;\n};\n\n\nexport type CourseProductOutputTotalArgs = {\n all?: InputMaybe;\n};\n\nexport type CourseProductPageMetaData = {\n __typename?: 'CourseProductPageMetaData';\n DisableSiteTitle?: Maybe;\n MetaDescription?: Maybe;\n MetaKeywords?: Maybe;\n MetaTitle?: Maybe;\n PageImage?: Maybe;\n ShareHashTags?: Maybe;\n ShareSummary?: Maybe;\n ShareTitle?: Maybe;\n SingleSentenceSummary?: Maybe;\n};\n\nexport type CourseProductPageMetaDataAutocomplete = {\n __typename?: 'CourseProductPageMetaDataAutocomplete';\n MetaDescription?: Maybe>>;\n MetaKeywords?: Maybe>>;\n MetaTitle?: Maybe>>;\n PageImage?: Maybe;\n ShareHashTags?: Maybe>>;\n ShareSummary?: Maybe>>;\n ShareTitle?: Maybe>>;\n SingleSentenceSummary?: Maybe>>;\n};\n\n\nexport type CourseProductPageMetaDataAutocompleteMetaDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CourseProductPageMetaDataAutocompleteMetaKeywordsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CourseProductPageMetaDataAutocompleteMetaTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CourseProductPageMetaDataAutocompleteShareHashTagsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CourseProductPageMetaDataAutocompleteShareSummaryArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CourseProductPageMetaDataAutocompleteShareTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CourseProductPageMetaDataAutocompleteSingleSentenceSummaryArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type CourseProductPageMetaDataFacet = {\n __typename?: 'CourseProductPageMetaDataFacet';\n DisableSiteTitle?: Maybe>>;\n MetaDescription?: Maybe>>;\n MetaKeywords?: Maybe>>;\n MetaTitle?: Maybe>>;\n PageImage?: Maybe;\n ShareHashTags?: Maybe>>;\n ShareSummary?: Maybe>>;\n ShareTitle?: Maybe>>;\n SingleSentenceSummary?: Maybe>>;\n};\n\n\nexport type CourseProductPageMetaDataFacetDisableSiteTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CourseProductPageMetaDataFacetMetaDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CourseProductPageMetaDataFacetMetaKeywordsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CourseProductPageMetaDataFacetMetaTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CourseProductPageMetaDataFacetShareHashTagsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CourseProductPageMetaDataFacetShareSummaryArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CourseProductPageMetaDataFacetShareTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CourseProductPageMetaDataFacetSingleSentenceSummaryArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type CourseProductPageMetaDataOrderByInput = {\n DisableSiteTitle?: InputMaybe;\n MetaDescription?: InputMaybe;\n MetaKeywords?: InputMaybe;\n MetaTitle?: InputMaybe;\n PageImage?: InputMaybe;\n ShareHashTags?: InputMaybe;\n ShareSummary?: InputMaybe;\n ShareTitle?: InputMaybe;\n SingleSentenceSummary?: InputMaybe;\n};\n\nexport type CourseProductPageMetaDataWhereInput = {\n DisableSiteTitle?: InputMaybe;\n MetaDescription?: InputMaybe;\n MetaKeywords?: InputMaybe;\n MetaTitle?: InputMaybe;\n PageImage?: InputMaybe;\n ShareHashTags?: InputMaybe;\n ShareSummary?: InputMaybe;\n ShareTitle?: InputMaybe;\n SingleSentenceSummary?: InputMaybe;\n};\n\nexport type CourseProductRelations = {\n __typename?: 'CourseProductRelations';\n ContentLink?: Maybe;\n};\n\nexport type CourseProductRelationsAutocomplete = {\n __typename?: 'CourseProductRelationsAutocomplete';\n ContentLink?: Maybe;\n};\n\nexport type CourseProductRelationsFacet = {\n __typename?: 'CourseProductRelationsFacet';\n ContentLink?: Maybe;\n};\n\nexport type CourseProductRelationsOrderByInput = {\n ContentLink?: InputMaybe;\n};\n\nexport type CourseProductRelationsWhereInput = {\n ContentLink?: InputMaybe;\n};\n\nexport type CourseProductSeoInformation = {\n __typename?: 'CourseProductSeoInformation';\n Description?: Maybe;\n Keywords?: Maybe;\n Title?: Maybe;\n};\n\nexport type CourseProductSeoInformationAutocomplete = {\n __typename?: 'CourseProductSeoInformationAutocomplete';\n Description?: Maybe>>;\n Keywords?: Maybe>>;\n Title?: Maybe>>;\n};\n\n\nexport type CourseProductSeoInformationAutocompleteDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CourseProductSeoInformationAutocompleteKeywordsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CourseProductSeoInformationAutocompleteTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type CourseProductSeoInformationFacet = {\n __typename?: 'CourseProductSeoInformationFacet';\n Description?: Maybe>>;\n Keywords?: Maybe>>;\n Title?: Maybe>>;\n};\n\n\nexport type CourseProductSeoInformationFacetDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CourseProductSeoInformationFacetKeywordsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CourseProductSeoInformationFacetTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type CourseProductSeoInformationOrderByInput = {\n Description?: InputMaybe;\n Keywords?: InputMaybe;\n Title?: InputMaybe;\n};\n\nexport type CourseProductSeoInformationWhereInput = {\n Description?: InputMaybe;\n Keywords?: InputMaybe;\n Title?: InputMaybe;\n};\n\nexport type CourseProductWhereInput = {\n Ancestors?: InputMaybe;\n AreaOfStudyFacet?: InputMaybe;\n Associations?: InputMaybe;\n CatalogId?: InputMaybe;\n Categories?: InputMaybe;\n Changed?: InputMaybe;\n Code?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n CourseDescription?: InputMaybe;\n CourseSubjectId?: InputMaybe;\n CourseTitle?: InputMaybe;\n Created?: InputMaybe;\n CustomHeaders?: InputMaybe;\n DefaultImageUrl?: InputMaybe;\n DefaultMarketPrice?: InputMaybe;\n DescriptionInCart?: InputMaybe;\n DisplayName?: InputMaybe;\n EPiBlock_PageSettings_BodyAttributes?: InputMaybe;\n EPiBlock_PageSettings_HideBreadcrumbs?: InputMaybe;\n EPiBlock_PageSettings_SEOSitemaps?: InputMaybe;\n EPiBlock_PageSettings_SectionNavigationAnchor?: InputMaybe;\n EPiBlock_PageSettings_SectionNavigationDisplay?: InputMaybe;\n EPiBlock_PageSettings_ShowShareThis?: InputMaybe;\n EPiBlock_PageSettings_SolrKeywordsBoost?: InputMaybe;\n EPiBlock_PageSettings_SolrPageBoost?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n FeaturedItemImage?: InputMaybe;\n FeaturedItemText?: InputMaybe;\n FeaturedItemTitle?: InputMaybe;\n FulfillmentEmail?: InputMaybe;\n FullArea?: InputMaybe;\n GLAccountNumber?: InputMaybe;\n HeroArea?: InputMaybe;\n HiddenFromSearch?: InputMaybe;\n InlineArea?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MainBody?: InputMaybe;\n MasterLanguage?: InputMaybe;\n MetaClassId?: InputMaybe;\n Name?: InputMaybe;\n NavigationName?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageMetaData?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentEntries?: InputMaybe;\n ParentLink?: InputMaybe;\n ProductType?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n SeoInformation?: InputMaybe;\n SeoUri?: InputMaybe;\n Shortcut?: InputMaybe;\n SidebarContent?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StickyNavLinks?: InputMaybe;\n StopPublish?: InputMaybe;\n TopArea?: InputMaybe;\n Url?: InputMaybe;\n VariantsReference?: InputMaybe;\n _and?: InputMaybe>>;\n _fulltext?: InputMaybe;\n _modified?: InputMaybe;\n _not?: InputMaybe>>;\n _or?: InputMaybe>>;\n};\n\n/** Course content to be contained within a Courses Accordion Row Block. */\nexport type CoursesAccordionItemBlock = IContent & IData & {\n __typename?: 'CoursesAccordionItemBlock';\n Ancestors?: Maybe>>;\n Category?: Maybe>>;\n Changed?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe;\n Description?: Maybe;\n ExistingLanguages?: Maybe>>;\n Heading?: Maybe;\n IsCommonDraft?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe;\n PageFeaturedDescription?: Maybe;\n PageImageUrl?: Maybe;\n PageIsSearchable?: Maybe;\n PageNavigationTitle?: Maybe;\n ParentLink?: Maybe;\n RelativePath?: Maybe;\n RouteSegment?: Maybe;\n Saved?: Maybe;\n Shortcut?: Maybe;\n SiteId?: Maybe;\n StartPublish?: Maybe;\n Status?: Maybe;\n StopPublish?: Maybe;\n Url?: Maybe;\n /** @deprecated Use `_link` field instead */\n _children?: Maybe;\n _deleted?: Maybe;\n _fulltext?: Maybe>>;\n _id?: Maybe;\n _link?: Maybe;\n _modified?: Maybe;\n _score?: Maybe;\n};\n\n\n/** Course content to be contained within a Courses Accordion Row Block. */\nexport type CoursesAccordionItemBlockDescriptionArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Course content to be contained within a Courses Accordion Row Block. */\nexport type CoursesAccordionItemBlockHeadingArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Course content to be contained within a Courses Accordion Row Block. */\nexport type CoursesAccordionItemBlockNameArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Course content to be contained within a Courses Accordion Row Block. */\nexport type CoursesAccordionItemBlock_FulltextArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Course content to be contained within a Courses Accordion Row Block. */\nexport type CoursesAccordionItemBlock_LinkArgs = {\n type?: InputMaybe;\n};\n\nexport type CoursesAccordionItemBlockAutocomplete = {\n __typename?: 'CoursesAccordionItemBlockAutocomplete';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n ExistingLanguages?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n Status?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type CoursesAccordionItemBlockAutocompleteAncestorsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CoursesAccordionItemBlockAutocompleteContentTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CoursesAccordionItemBlockAutocompletePageFeaturedDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CoursesAccordionItemBlockAutocompletePageImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CoursesAccordionItemBlockAutocompletePageNavigationTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CoursesAccordionItemBlockAutocompleteRelativePathArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CoursesAccordionItemBlockAutocompleteRouteSegmentArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CoursesAccordionItemBlockAutocompleteShortcutArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CoursesAccordionItemBlockAutocompleteSiteIdArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CoursesAccordionItemBlockAutocompleteStatusArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CoursesAccordionItemBlockAutocompleteUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type CoursesAccordionItemBlockFacet = {\n __typename?: 'CoursesAccordionItemBlockFacet';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n Changed?: Maybe>>;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe>>;\n Description?: Maybe>>;\n ExistingLanguages?: Maybe;\n Heading?: Maybe>>;\n IsCommonDraft?: Maybe>>;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe>>;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageIsSearchable?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Saved?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n StartPublish?: Maybe>>;\n Status?: Maybe>>;\n StopPublish?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type CoursesAccordionItemBlockFacetAncestorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CoursesAccordionItemBlockFacetChangedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type CoursesAccordionItemBlockFacetContentTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CoursesAccordionItemBlockFacetCreatedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type CoursesAccordionItemBlockFacetDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CoursesAccordionItemBlockFacetHeadingArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CoursesAccordionItemBlockFacetIsCommonDraftArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CoursesAccordionItemBlockFacetNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CoursesAccordionItemBlockFacetPageFeaturedDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CoursesAccordionItemBlockFacetPageImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CoursesAccordionItemBlockFacetPageIsSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CoursesAccordionItemBlockFacetPageNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CoursesAccordionItemBlockFacetRelativePathArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CoursesAccordionItemBlockFacetRouteSegmentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CoursesAccordionItemBlockFacetSavedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type CoursesAccordionItemBlockFacetShortcutArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CoursesAccordionItemBlockFacetSiteIdArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CoursesAccordionItemBlockFacetStartPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type CoursesAccordionItemBlockFacetStatusArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CoursesAccordionItemBlockFacetStopPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type CoursesAccordionItemBlockFacetUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type CoursesAccordionItemBlockOrderByInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n Description?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n Heading?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n _minimumScore?: InputMaybe;\n _modified?: InputMaybe;\n _ranking?: InputMaybe;\n _semanticWeight?: InputMaybe;\n};\n\nexport type CoursesAccordionItemBlockOutput = {\n __typename?: 'CoursesAccordionItemBlockOutput';\n autocomplete?: Maybe;\n cursor?: Maybe;\n facets?: Maybe;\n items?: Maybe>>;\n total?: Maybe;\n};\n\n\nexport type CoursesAccordionItemBlockOutputTotalArgs = {\n all?: InputMaybe;\n};\n\nexport type CoursesAccordionItemBlockWhereInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n Description?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n Heading?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n _and?: InputMaybe>>;\n _fulltext?: InputMaybe;\n _modified?: InputMaybe;\n _not?: InputMaybe>>;\n _or?: InputMaybe>>;\n};\n\n/** Allows users to create an accordion of collapsible elements with course information. */\nexport type CoursesAccordionRowBlock = IContent & IData & {\n __typename?: 'CoursesAccordionRowBlock';\n /** List of rows within the accordion block. */\n AccordionItems?: Maybe>>;\n Ancestors?: Maybe>>;\n Category?: Maybe>>;\n Changed?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe;\n /** Text shown above the accordion listing. */\n Description?: Maybe;\n ExistingLanguages?: Maybe>>;\n /** Heading text shown above the accordion. */\n Heading?: Maybe;\n IsCommonDraft?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe;\n PageFeaturedDescription?: Maybe;\n PageImageUrl?: Maybe;\n PageIsSearchable?: Maybe;\n PageNavigationTitle?: Maybe;\n ParentLink?: Maybe;\n RelativePath?: Maybe;\n RouteSegment?: Maybe;\n Saved?: Maybe;\n Shortcut?: Maybe;\n SiteId?: Maybe;\n StartPublish?: Maybe;\n Status?: Maybe;\n StopPublish?: Maybe;\n Url?: Maybe;\n /** @deprecated Use `_link` field instead */\n _children?: Maybe;\n _deleted?: Maybe;\n _fulltext?: Maybe>>;\n _id?: Maybe;\n _link?: Maybe;\n _modified?: Maybe;\n _score?: Maybe;\n};\n\n\n/** Allows users to create an accordion of collapsible elements with course information. */\nexport type CoursesAccordionRowBlockAccordionItemsArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Allows users to create an accordion of collapsible elements with course information. */\nexport type CoursesAccordionRowBlockDescriptionArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Allows users to create an accordion of collapsible elements with course information. */\nexport type CoursesAccordionRowBlockHeadingArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Allows users to create an accordion of collapsible elements with course information. */\nexport type CoursesAccordionRowBlockNameArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Allows users to create an accordion of collapsible elements with course information. */\nexport type CoursesAccordionRowBlock_FulltextArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Allows users to create an accordion of collapsible elements with course information. */\nexport type CoursesAccordionRowBlock_LinkArgs = {\n type?: InputMaybe;\n};\n\nexport type CoursesAccordionRowBlockAutocomplete = {\n __typename?: 'CoursesAccordionRowBlockAutocomplete';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n ExistingLanguages?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n Status?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type CoursesAccordionRowBlockAutocompleteAncestorsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CoursesAccordionRowBlockAutocompleteContentTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CoursesAccordionRowBlockAutocompletePageFeaturedDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CoursesAccordionRowBlockAutocompletePageImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CoursesAccordionRowBlockAutocompletePageNavigationTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CoursesAccordionRowBlockAutocompleteRelativePathArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CoursesAccordionRowBlockAutocompleteRouteSegmentArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CoursesAccordionRowBlockAutocompleteShortcutArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CoursesAccordionRowBlockAutocompleteSiteIdArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CoursesAccordionRowBlockAutocompleteStatusArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CoursesAccordionRowBlockAutocompleteUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type CoursesAccordionRowBlockFacet = {\n __typename?: 'CoursesAccordionRowBlockFacet';\n AccordionItems?: Maybe;\n Ancestors?: Maybe>>;\n Category?: Maybe;\n Changed?: Maybe>>;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe>>;\n Description?: Maybe>>;\n ExistingLanguages?: Maybe;\n Heading?: Maybe>>;\n IsCommonDraft?: Maybe>>;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe>>;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageIsSearchable?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Saved?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n StartPublish?: Maybe>>;\n Status?: Maybe>>;\n StopPublish?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type CoursesAccordionRowBlockFacetAncestorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CoursesAccordionRowBlockFacetChangedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type CoursesAccordionRowBlockFacetContentTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CoursesAccordionRowBlockFacetCreatedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type CoursesAccordionRowBlockFacetDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CoursesAccordionRowBlockFacetHeadingArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CoursesAccordionRowBlockFacetIsCommonDraftArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CoursesAccordionRowBlockFacetNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CoursesAccordionRowBlockFacetPageFeaturedDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CoursesAccordionRowBlockFacetPageImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CoursesAccordionRowBlockFacetPageIsSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CoursesAccordionRowBlockFacetPageNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CoursesAccordionRowBlockFacetRelativePathArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CoursesAccordionRowBlockFacetRouteSegmentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CoursesAccordionRowBlockFacetSavedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type CoursesAccordionRowBlockFacetShortcutArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CoursesAccordionRowBlockFacetSiteIdArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CoursesAccordionRowBlockFacetStartPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type CoursesAccordionRowBlockFacetStatusArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CoursesAccordionRowBlockFacetStopPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type CoursesAccordionRowBlockFacetUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type CoursesAccordionRowBlockOrderByInput = {\n AccordionItems?: InputMaybe;\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n Description?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n Heading?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n _minimumScore?: InputMaybe;\n _modified?: InputMaybe;\n _ranking?: InputMaybe;\n _semanticWeight?: InputMaybe;\n};\n\nexport type CoursesAccordionRowBlockOutput = {\n __typename?: 'CoursesAccordionRowBlockOutput';\n autocomplete?: Maybe;\n cursor?: Maybe;\n facets?: Maybe;\n items?: Maybe>>;\n total?: Maybe;\n};\n\n\nexport type CoursesAccordionRowBlockOutputTotalArgs = {\n all?: InputMaybe;\n};\n\nexport type CoursesAccordionRowBlockWhereInput = {\n AccordionItems?: InputMaybe;\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n Description?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n Heading?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n _and?: InputMaybe>>;\n _fulltext?: InputMaybe;\n _modified?: InputMaybe;\n _not?: InputMaybe>>;\n _or?: InputMaybe>>;\n};\n\n/** Table that can be used to display a program’s course list. */\nexport type CoursesTableBlock = IContent & IData & {\n __typename?: 'CoursesTableBlock';\n Ancestors?: Maybe>>;\n Category?: Maybe>>;\n Changed?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe;\n Description?: Maybe;\n ExistingLanguages?: Maybe>>;\n Heading?: Maybe;\n IsCommonDraft?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe;\n PageFeaturedDescription?: Maybe;\n PageImageUrl?: Maybe;\n PageIsSearchable?: Maybe;\n PageNavigationTitle?: Maybe;\n ParentLink?: Maybe;\n RelativePath?: Maybe;\n RouteSegment?: Maybe;\n Saved?: Maybe;\n Shortcut?: Maybe;\n SiteId?: Maybe;\n StartPublish?: Maybe;\n Status?: Maybe;\n StopPublish?: Maybe;\n Url?: Maybe;\n /** @deprecated Use `_link` field instead */\n _children?: Maybe;\n _deleted?: Maybe;\n _fulltext?: Maybe>>;\n _id?: Maybe;\n _link?: Maybe;\n _modified?: Maybe;\n _score?: Maybe;\n};\n\n\n/** Table that can be used to display a program’s course list. */\nexport type CoursesTableBlockDescriptionArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Table that can be used to display a program’s course list. */\nexport type CoursesTableBlockHeadingArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Table that can be used to display a program’s course list. */\nexport type CoursesTableBlockNameArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Table that can be used to display a program’s course list. */\nexport type CoursesTableBlock_FulltextArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Table that can be used to display a program’s course list. */\nexport type CoursesTableBlock_LinkArgs = {\n type?: InputMaybe;\n};\n\nexport type CoursesTableBlockAutocomplete = {\n __typename?: 'CoursesTableBlockAutocomplete';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n ExistingLanguages?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n Status?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type CoursesTableBlockAutocompleteAncestorsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CoursesTableBlockAutocompleteContentTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CoursesTableBlockAutocompletePageFeaturedDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CoursesTableBlockAutocompletePageImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CoursesTableBlockAutocompletePageNavigationTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CoursesTableBlockAutocompleteRelativePathArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CoursesTableBlockAutocompleteRouteSegmentArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CoursesTableBlockAutocompleteShortcutArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CoursesTableBlockAutocompleteSiteIdArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CoursesTableBlockAutocompleteStatusArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CoursesTableBlockAutocompleteUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type CoursesTableBlockFacet = {\n __typename?: 'CoursesTableBlockFacet';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n Changed?: Maybe>>;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe>>;\n Description?: Maybe>>;\n ExistingLanguages?: Maybe;\n Heading?: Maybe>>;\n IsCommonDraft?: Maybe>>;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe>>;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageIsSearchable?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Saved?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n StartPublish?: Maybe>>;\n Status?: Maybe>>;\n StopPublish?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type CoursesTableBlockFacetAncestorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CoursesTableBlockFacetChangedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type CoursesTableBlockFacetContentTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CoursesTableBlockFacetCreatedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type CoursesTableBlockFacetDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CoursesTableBlockFacetHeadingArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CoursesTableBlockFacetIsCommonDraftArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CoursesTableBlockFacetNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CoursesTableBlockFacetPageFeaturedDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CoursesTableBlockFacetPageImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CoursesTableBlockFacetPageIsSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CoursesTableBlockFacetPageNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CoursesTableBlockFacetRelativePathArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CoursesTableBlockFacetRouteSegmentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CoursesTableBlockFacetSavedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type CoursesTableBlockFacetShortcutArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CoursesTableBlockFacetSiteIdArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CoursesTableBlockFacetStartPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type CoursesTableBlockFacetStatusArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CoursesTableBlockFacetStopPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type CoursesTableBlockFacetUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type CoursesTableBlockOrderByInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n Description?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n Heading?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n _minimumScore?: InputMaybe;\n _modified?: InputMaybe;\n _ranking?: InputMaybe;\n _semanticWeight?: InputMaybe;\n};\n\nexport type CoursesTableBlockOutput = {\n __typename?: 'CoursesTableBlockOutput';\n autocomplete?: Maybe;\n cursor?: Maybe;\n facets?: Maybe;\n items?: Maybe>>;\n total?: Maybe;\n};\n\n\nexport type CoursesTableBlockOutputTotalArgs = {\n all?: InputMaybe;\n};\n\nexport type CoursesTableBlockWhereInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n Description?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n Heading?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n _and?: InputMaybe>>;\n _fulltext?: InputMaybe;\n _modified?: InputMaybe;\n _not?: InputMaybe>>;\n _or?: InputMaybe>>;\n};\n\nexport type CreateAccountPage = IContent & IData & {\n __typename?: 'CreateAccountPage';\n Ancestors?: Maybe>>;\n AreaOfStudyFacet?: Maybe;\n BreadcrumbsTitle?: Maybe;\n CampusLocationFacet?: Maybe;\n Category?: Maybe>>;\n Changed?: Maybe;\n CollegeOrSchoolFacet?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe;\n DegreesFacet?: Maybe;\n DepartmentFacet?: Maybe;\n DisableIndexing?: Maybe;\n /** This will determine whether or not to show on the sitemap */\n ExcludeFromSitemap?: Maybe;\n ExistingLanguages?: Maybe>>;\n FeaturedDescription?: Maybe;\n Heading?: Maybe;\n HideSiteFooter?: Maybe;\n HideSiteHeader?: Maybe;\n InstructionsDescription?: Maybe;\n IsCommonDraft?: Maybe;\n IsFeaturedContent?: Maybe;\n Keywords?: Maybe;\n KeywordsFacet?: Maybe;\n Language?: Maybe;\n LocationFacet?: Maybe;\n MainContentArea?: Maybe>>;\n MasterLanguage?: Maybe;\n Name?: Maybe;\n NavigationTitle?: Maybe;\n /** The link and text will be used when the page is displayed as a card in other modules. By default, the link is the same as the actual page. */\n OverrideCardLink?: Maybe;\n PageFeaturedDescription?: Maybe;\n /** Image that will be used when the page is displayed as a card for Generic Pages. Recommended Image Size: 1536x1152 px (4:3 Aspect Ratio) */\n PageImage?: Maybe;\n PageImageUrl?: Maybe;\n PageIsSearchable?: Maybe;\n PageNavigationTitle?: Maybe;\n ParentLink?: Maybe;\n ProgramTypeFacet?: Maybe;\n RelativePath?: Maybe;\n RouteSegment?: Maybe;\n Saved?: Maybe;\n /** This will determine whether or not to show on search */\n Searchable?: Maybe;\n Shortcut?: Maybe;\n /** This will determine whether or not breadcrumb will be displayed */\n ShowBreadcrumbs?: Maybe;\n /** This will determine whether or not commerce header will be displayed */\n ShowCommerceHeader?: Maybe;\n SiteId?: Maybe;\n StartPublish?: Maybe;\n Status?: Maybe;\n StopPublish?: Maybe;\n TrackOdp?: Maybe;\n Url?: Maybe;\n /** @deprecated Use `_link` field instead */\n _children?: Maybe;\n _deleted?: Maybe;\n _fulltext?: Maybe>>;\n _id?: Maybe;\n _link?: Maybe;\n _modified?: Maybe;\n _score?: Maybe;\n};\n\n\nexport type CreateAccountPageDisableIndexingArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type CreateAccountPageExcludeFromSitemapArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type CreateAccountPageHeadingArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type CreateAccountPageHideSiteFooterArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type CreateAccountPageHideSiteHeaderArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type CreateAccountPageIsFeaturedContentArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type CreateAccountPageKeywordsArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type CreateAccountPageMainContentAreaArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type CreateAccountPageNameArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type CreateAccountPageNavigationTitleArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type CreateAccountPageSearchableArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type CreateAccountPageShowBreadcrumbsArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type CreateAccountPageShowCommerceHeaderArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type CreateAccountPageTrackOdpArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type CreateAccountPage_FulltextArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type CreateAccountPage_LinkArgs = {\n type?: InputMaybe;\n};\n\nexport type CreateAccountPageAutocomplete = {\n __typename?: 'CreateAccountPageAutocomplete';\n Ancestors?: Maybe>>;\n AreaOfStudyFacet?: Maybe;\n CampusLocationFacet?: Maybe;\n Category?: Maybe;\n CollegeOrSchoolFacet?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n DegreesFacet?: Maybe;\n DepartmentFacet?: Maybe;\n ExistingLanguages?: Maybe;\n KeywordsFacet?: Maybe;\n Language?: Maybe;\n LocationFacet?: Maybe;\n MasterLanguage?: Maybe;\n OverrideCardLink?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImage?: Maybe;\n PageImageUrl?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n ProgramTypeFacet?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n Status?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type CreateAccountPageAutocompleteAncestorsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CreateAccountPageAutocompleteContentTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CreateAccountPageAutocompletePageFeaturedDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CreateAccountPageAutocompletePageImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CreateAccountPageAutocompletePageNavigationTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CreateAccountPageAutocompleteRelativePathArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CreateAccountPageAutocompleteRouteSegmentArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CreateAccountPageAutocompleteShortcutArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CreateAccountPageAutocompleteSiteIdArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CreateAccountPageAutocompleteStatusArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type CreateAccountPageAutocompleteUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type CreateAccountPageFacet = {\n __typename?: 'CreateAccountPageFacet';\n Ancestors?: Maybe>>;\n AreaOfStudyFacet?: Maybe;\n CampusLocationFacet?: Maybe;\n Category?: Maybe;\n Changed?: Maybe>>;\n CollegeOrSchoolFacet?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe>>;\n DegreesFacet?: Maybe;\n DepartmentFacet?: Maybe;\n DisableIndexing?: Maybe>>;\n ExcludeFromSitemap?: Maybe>>;\n ExistingLanguages?: Maybe;\n Heading?: Maybe>>;\n HideSiteFooter?: Maybe>>;\n HideSiteHeader?: Maybe>>;\n IsCommonDraft?: Maybe>>;\n IsFeaturedContent?: Maybe>>;\n Keywords?: Maybe>>;\n KeywordsFacet?: Maybe;\n Language?: Maybe;\n LocationFacet?: Maybe;\n MainContentArea?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe>>;\n NavigationTitle?: Maybe>>;\n OverrideCardLink?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImage?: Maybe;\n PageImageUrl?: Maybe>>;\n PageIsSearchable?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n ProgramTypeFacet?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Saved?: Maybe>>;\n Searchable?: Maybe>>;\n Shortcut?: Maybe>>;\n ShowBreadcrumbs?: Maybe>>;\n ShowCommerceHeader?: Maybe>>;\n SiteId?: Maybe>>;\n StartPublish?: Maybe>>;\n Status?: Maybe>>;\n StopPublish?: Maybe>>;\n TrackOdp?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type CreateAccountPageFacetAncestorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CreateAccountPageFacetChangedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type CreateAccountPageFacetContentTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CreateAccountPageFacetCreatedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type CreateAccountPageFacetDisableIndexingArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CreateAccountPageFacetExcludeFromSitemapArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CreateAccountPageFacetHeadingArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CreateAccountPageFacetHideSiteFooterArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CreateAccountPageFacetHideSiteHeaderArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CreateAccountPageFacetIsCommonDraftArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CreateAccountPageFacetIsFeaturedContentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CreateAccountPageFacetKeywordsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CreateAccountPageFacetNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CreateAccountPageFacetNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CreateAccountPageFacetPageFeaturedDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CreateAccountPageFacetPageImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CreateAccountPageFacetPageIsSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CreateAccountPageFacetPageNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CreateAccountPageFacetRelativePathArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CreateAccountPageFacetRouteSegmentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CreateAccountPageFacetSavedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type CreateAccountPageFacetSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CreateAccountPageFacetShortcutArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CreateAccountPageFacetShowBreadcrumbsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CreateAccountPageFacetShowCommerceHeaderArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CreateAccountPageFacetSiteIdArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CreateAccountPageFacetStartPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type CreateAccountPageFacetStatusArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CreateAccountPageFacetStopPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type CreateAccountPageFacetTrackOdpArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type CreateAccountPageFacetUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type CreateAccountPageOrderByInput = {\n Ancestors?: InputMaybe;\n AreaOfStudyFacet?: InputMaybe;\n CampusLocationFacet?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n CollegeOrSchoolFacet?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n DegreesFacet?: InputMaybe;\n DepartmentFacet?: InputMaybe;\n DisableIndexing?: InputMaybe;\n ExcludeFromSitemap?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n Heading?: InputMaybe;\n HideSiteFooter?: InputMaybe;\n HideSiteHeader?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n IsFeaturedContent?: InputMaybe;\n Keywords?: InputMaybe;\n KeywordsFacet?: InputMaybe;\n Language?: InputMaybe;\n LocationFacet?: InputMaybe;\n MainContentArea?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n NavigationTitle?: InputMaybe;\n OverrideCardLink?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImage?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n ProgramTypeFacet?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Searchable?: InputMaybe;\n Shortcut?: InputMaybe;\n ShowBreadcrumbs?: InputMaybe;\n ShowCommerceHeader?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n TrackOdp?: InputMaybe;\n Url?: InputMaybe;\n _minimumScore?: InputMaybe;\n _modified?: InputMaybe;\n _ranking?: InputMaybe;\n _semanticWeight?: InputMaybe;\n};\n\nexport type CreateAccountPageOutput = {\n __typename?: 'CreateAccountPageOutput';\n autocomplete?: Maybe;\n cursor?: Maybe;\n facets?: Maybe;\n items?: Maybe>>;\n total?: Maybe;\n};\n\n\nexport type CreateAccountPageOutputTotalArgs = {\n all?: InputMaybe;\n};\n\nexport type CreateAccountPageWhereInput = {\n Ancestors?: InputMaybe;\n AreaOfStudyFacet?: InputMaybe;\n CampusLocationFacet?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n CollegeOrSchoolFacet?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n DegreesFacet?: InputMaybe;\n DepartmentFacet?: InputMaybe;\n DisableIndexing?: InputMaybe;\n ExcludeFromSitemap?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n Heading?: InputMaybe;\n HideSiteFooter?: InputMaybe;\n HideSiteHeader?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n IsFeaturedContent?: InputMaybe;\n Keywords?: InputMaybe;\n KeywordsFacet?: InputMaybe;\n Language?: InputMaybe;\n LocationFacet?: InputMaybe;\n MainContentArea?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n NavigationTitle?: InputMaybe;\n OverrideCardLink?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImage?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n ProgramTypeFacet?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Searchable?: InputMaybe;\n Shortcut?: InputMaybe;\n ShowBreadcrumbs?: InputMaybe;\n ShowCommerceHeader?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n TrackOdp?: InputMaybe;\n Url?: InputMaybe;\n _and?: InputMaybe>>;\n _fulltext?: InputMaybe;\n _modified?: InputMaybe;\n _not?: InputMaybe>>;\n _or?: InputMaybe>>;\n};\n\n/** Used by the DAM integration, cannot be edited */\nexport type DamAsset = IContent & IData & {\n __typename?: 'DAMAsset';\n Ancestors?: Maybe>>;\n Category?: Maybe>>;\n Changed?: Maybe;\n Content?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe;\n ExistingLanguages?: Maybe>>;\n IsCommonDraft?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n MimeType?: Maybe;\n Name?: Maybe;\n PageFeaturedDescription?: Maybe;\n PageImageUrl?: Maybe;\n PageIsSearchable?: Maybe;\n PageNavigationTitle?: Maybe;\n ParentLink?: Maybe;\n RelativePath?: Maybe;\n RouteSegment?: Maybe;\n Saved?: Maybe;\n Shortcut?: Maybe;\n SiteId?: Maybe;\n StartPublish?: Maybe;\n Status?: Maybe;\n StopPublish?: Maybe;\n Thumbnail?: Maybe;\n Url?: Maybe;\n /** @deprecated Use `_link` field instead */\n _children?: Maybe;\n _deleted?: Maybe;\n _fulltext?: Maybe>>;\n _id?: Maybe;\n _link?: Maybe;\n _modified?: Maybe;\n _score?: Maybe;\n};\n\n\n/** Used by the DAM integration, cannot be edited */\nexport type DamAssetContentArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Used by the DAM integration, cannot be edited */\nexport type DamAssetNameArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Used by the DAM integration, cannot be edited */\nexport type DamAsset_FulltextArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Used by the DAM integration, cannot be edited */\nexport type DamAsset_LinkArgs = {\n type?: InputMaybe;\n};\n\nexport type DamAssetAutocomplete = {\n __typename?: 'DAMAssetAutocomplete';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n ExistingLanguages?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n MimeType?: Maybe>>;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n Status?: Maybe>>;\n Thumbnail?: Maybe;\n Url?: Maybe>>;\n};\n\n\nexport type DamAssetAutocompleteAncestorsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type DamAssetAutocompleteContentTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type DamAssetAutocompleteMimeTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type DamAssetAutocompletePageFeaturedDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type DamAssetAutocompletePageImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type DamAssetAutocompletePageNavigationTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type DamAssetAutocompleteRelativePathArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type DamAssetAutocompleteRouteSegmentArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type DamAssetAutocompleteShortcutArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type DamAssetAutocompleteSiteIdArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type DamAssetAutocompleteStatusArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type DamAssetAutocompleteUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type DamAssetFacet = {\n __typename?: 'DAMAssetFacet';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n Changed?: Maybe>>;\n Content?: Maybe>>;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe>>;\n ExistingLanguages?: Maybe;\n IsCommonDraft?: Maybe>>;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n MimeType?: Maybe>>;\n Name?: Maybe>>;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageIsSearchable?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Saved?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n StartPublish?: Maybe>>;\n Status?: Maybe>>;\n StopPublish?: Maybe>>;\n Thumbnail?: Maybe;\n Url?: Maybe>>;\n};\n\n\nexport type DamAssetFacetAncestorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type DamAssetFacetChangedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type DamAssetFacetContentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type DamAssetFacetContentTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type DamAssetFacetCreatedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type DamAssetFacetIsCommonDraftArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type DamAssetFacetMimeTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type DamAssetFacetNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type DamAssetFacetPageFeaturedDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type DamAssetFacetPageImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type DamAssetFacetPageIsSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type DamAssetFacetPageNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type DamAssetFacetRelativePathArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type DamAssetFacetRouteSegmentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type DamAssetFacetSavedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type DamAssetFacetShortcutArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type DamAssetFacetSiteIdArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type DamAssetFacetStartPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type DamAssetFacetStatusArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type DamAssetFacetStopPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type DamAssetFacetUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type DamAssetOrderByInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n Content?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n MimeType?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Thumbnail?: InputMaybe;\n Url?: InputMaybe;\n _minimumScore?: InputMaybe;\n _modified?: InputMaybe;\n _ranking?: InputMaybe;\n _semanticWeight?: InputMaybe;\n};\n\nexport type DamAssetOutput = {\n __typename?: 'DAMAssetOutput';\n autocomplete?: Maybe;\n cursor?: Maybe;\n facets?: Maybe;\n items?: Maybe>>;\n total?: Maybe;\n};\n\n\nexport type DamAssetOutputTotalArgs = {\n all?: InputMaybe;\n};\n\nexport type DamAssetWhereInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n Content?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n MimeType?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Thumbnail?: InputMaybe;\n Url?: InputMaybe;\n _and?: InputMaybe>>;\n _fulltext?: InputMaybe;\n _modified?: InputMaybe;\n _not?: InputMaybe>>;\n _or?: InputMaybe>>;\n};\n\n/** Used by the DAM integration, cannot be edited */\nexport type DamImageAsset = IContent & IData & {\n __typename?: 'DAMImageAsset';\n Ancestors?: Maybe>>;\n Category?: Maybe>>;\n Changed?: Maybe;\n Content?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe;\n ExistingLanguages?: Maybe>>;\n IsCommonDraft?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n MimeType?: Maybe;\n Name?: Maybe;\n PageFeaturedDescription?: Maybe;\n PageImageUrl?: Maybe;\n PageIsSearchable?: Maybe;\n PageNavigationTitle?: Maybe;\n ParentLink?: Maybe;\n RelativePath?: Maybe;\n RouteSegment?: Maybe;\n Saved?: Maybe;\n Shortcut?: Maybe;\n SiteId?: Maybe;\n StartPublish?: Maybe;\n Status?: Maybe;\n StopPublish?: Maybe;\n Thumbnail?: Maybe;\n Url?: Maybe;\n /** @deprecated Use `_link` field instead */\n _children?: Maybe;\n _deleted?: Maybe;\n _fulltext?: Maybe>>;\n _id?: Maybe;\n _link?: Maybe;\n _modified?: Maybe;\n _score?: Maybe;\n};\n\n\n/** Used by the DAM integration, cannot be edited */\nexport type DamImageAssetContentArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Used by the DAM integration, cannot be edited */\nexport type DamImageAssetNameArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Used by the DAM integration, cannot be edited */\nexport type DamImageAsset_FulltextArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Used by the DAM integration, cannot be edited */\nexport type DamImageAsset_LinkArgs = {\n type?: InputMaybe;\n};\n\nexport type DamImageAssetAutocomplete = {\n __typename?: 'DAMImageAssetAutocomplete';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n ExistingLanguages?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n MimeType?: Maybe>>;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n Status?: Maybe>>;\n Thumbnail?: Maybe;\n Url?: Maybe>>;\n};\n\n\nexport type DamImageAssetAutocompleteAncestorsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type DamImageAssetAutocompleteContentTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type DamImageAssetAutocompleteMimeTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type DamImageAssetAutocompletePageFeaturedDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type DamImageAssetAutocompletePageImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type DamImageAssetAutocompletePageNavigationTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type DamImageAssetAutocompleteRelativePathArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type DamImageAssetAutocompleteRouteSegmentArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type DamImageAssetAutocompleteShortcutArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type DamImageAssetAutocompleteSiteIdArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type DamImageAssetAutocompleteStatusArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type DamImageAssetAutocompleteUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type DamImageAssetFacet = {\n __typename?: 'DAMImageAssetFacet';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n Changed?: Maybe>>;\n Content?: Maybe>>;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe>>;\n ExistingLanguages?: Maybe;\n IsCommonDraft?: Maybe>>;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n MimeType?: Maybe>>;\n Name?: Maybe>>;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageIsSearchable?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Saved?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n StartPublish?: Maybe>>;\n Status?: Maybe>>;\n StopPublish?: Maybe>>;\n Thumbnail?: Maybe;\n Url?: Maybe>>;\n};\n\n\nexport type DamImageAssetFacetAncestorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type DamImageAssetFacetChangedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type DamImageAssetFacetContentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type DamImageAssetFacetContentTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type DamImageAssetFacetCreatedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type DamImageAssetFacetIsCommonDraftArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type DamImageAssetFacetMimeTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type DamImageAssetFacetNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type DamImageAssetFacetPageFeaturedDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type DamImageAssetFacetPageImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type DamImageAssetFacetPageIsSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type DamImageAssetFacetPageNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type DamImageAssetFacetRelativePathArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type DamImageAssetFacetRouteSegmentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type DamImageAssetFacetSavedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type DamImageAssetFacetShortcutArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type DamImageAssetFacetSiteIdArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type DamImageAssetFacetStartPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type DamImageAssetFacetStatusArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type DamImageAssetFacetStopPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type DamImageAssetFacetUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type DamImageAssetOrderByInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n Content?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n MimeType?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Thumbnail?: InputMaybe;\n Url?: InputMaybe;\n _minimumScore?: InputMaybe;\n _modified?: InputMaybe;\n _ranking?: InputMaybe;\n _semanticWeight?: InputMaybe;\n};\n\nexport type DamImageAssetOutput = {\n __typename?: 'DAMImageAssetOutput';\n autocomplete?: Maybe;\n cursor?: Maybe;\n facets?: Maybe;\n items?: Maybe>>;\n total?: Maybe;\n};\n\n\nexport type DamImageAssetOutputTotalArgs = {\n all?: InputMaybe;\n};\n\nexport type DamImageAssetWhereInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n Content?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n MimeType?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Thumbnail?: InputMaybe;\n Url?: InputMaybe;\n _and?: InputMaybe>>;\n _fulltext?: InputMaybe;\n _modified?: InputMaybe;\n _not?: InputMaybe>>;\n _or?: InputMaybe>>;\n};\n\n/** Used by the DAM integration, cannot be edited */\nexport type DamVideoAsset = IContent & IData & {\n __typename?: 'DAMVideoAsset';\n Ancestors?: Maybe>>;\n Category?: Maybe>>;\n Changed?: Maybe;\n Content?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe;\n ExistingLanguages?: Maybe>>;\n IsCommonDraft?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n MimeType?: Maybe;\n Name?: Maybe;\n PageFeaturedDescription?: Maybe;\n PageImageUrl?: Maybe;\n PageIsSearchable?: Maybe;\n PageNavigationTitle?: Maybe;\n ParentLink?: Maybe;\n RelativePath?: Maybe;\n RouteSegment?: Maybe;\n Saved?: Maybe;\n Shortcut?: Maybe;\n SiteId?: Maybe;\n StartPublish?: Maybe;\n Status?: Maybe;\n StopPublish?: Maybe;\n Thumbnail?: Maybe;\n Url?: Maybe;\n /** @deprecated Use `_link` field instead */\n _children?: Maybe;\n _deleted?: Maybe;\n _fulltext?: Maybe>>;\n _id?: Maybe;\n _link?: Maybe;\n _modified?: Maybe;\n _score?: Maybe;\n};\n\n\n/** Used by the DAM integration, cannot be edited */\nexport type DamVideoAssetContentArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Used by the DAM integration, cannot be edited */\nexport type DamVideoAssetNameArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Used by the DAM integration, cannot be edited */\nexport type DamVideoAsset_FulltextArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Used by the DAM integration, cannot be edited */\nexport type DamVideoAsset_LinkArgs = {\n type?: InputMaybe;\n};\n\nexport type DamVideoAssetAutocomplete = {\n __typename?: 'DAMVideoAssetAutocomplete';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n ExistingLanguages?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n MimeType?: Maybe>>;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n Status?: Maybe>>;\n Thumbnail?: Maybe;\n Url?: Maybe>>;\n};\n\n\nexport type DamVideoAssetAutocompleteAncestorsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type DamVideoAssetAutocompleteContentTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type DamVideoAssetAutocompleteMimeTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type DamVideoAssetAutocompletePageFeaturedDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type DamVideoAssetAutocompletePageImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type DamVideoAssetAutocompletePageNavigationTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type DamVideoAssetAutocompleteRelativePathArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type DamVideoAssetAutocompleteRouteSegmentArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type DamVideoAssetAutocompleteShortcutArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type DamVideoAssetAutocompleteSiteIdArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type DamVideoAssetAutocompleteStatusArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type DamVideoAssetAutocompleteUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type DamVideoAssetFacet = {\n __typename?: 'DAMVideoAssetFacet';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n Changed?: Maybe>>;\n Content?: Maybe>>;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe>>;\n ExistingLanguages?: Maybe;\n IsCommonDraft?: Maybe>>;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n MimeType?: Maybe>>;\n Name?: Maybe>>;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageIsSearchable?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Saved?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n StartPublish?: Maybe>>;\n Status?: Maybe>>;\n StopPublish?: Maybe>>;\n Thumbnail?: Maybe;\n Url?: Maybe>>;\n};\n\n\nexport type DamVideoAssetFacetAncestorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type DamVideoAssetFacetChangedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type DamVideoAssetFacetContentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type DamVideoAssetFacetContentTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type DamVideoAssetFacetCreatedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type DamVideoAssetFacetIsCommonDraftArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type DamVideoAssetFacetMimeTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type DamVideoAssetFacetNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type DamVideoAssetFacetPageFeaturedDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type DamVideoAssetFacetPageImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type DamVideoAssetFacetPageIsSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type DamVideoAssetFacetPageNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type DamVideoAssetFacetRelativePathArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type DamVideoAssetFacetRouteSegmentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type DamVideoAssetFacetSavedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type DamVideoAssetFacetShortcutArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type DamVideoAssetFacetSiteIdArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type DamVideoAssetFacetStartPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type DamVideoAssetFacetStatusArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type DamVideoAssetFacetStopPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type DamVideoAssetFacetUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type DamVideoAssetOrderByInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n Content?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n MimeType?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Thumbnail?: InputMaybe;\n Url?: InputMaybe;\n _minimumScore?: InputMaybe;\n _modified?: InputMaybe;\n _ranking?: InputMaybe;\n _semanticWeight?: InputMaybe;\n};\n\nexport type DamVideoAssetOutput = {\n __typename?: 'DAMVideoAssetOutput';\n autocomplete?: Maybe;\n cursor?: Maybe;\n facets?: Maybe;\n items?: Maybe>>;\n total?: Maybe;\n};\n\n\nexport type DamVideoAssetOutputTotalArgs = {\n all?: InputMaybe;\n};\n\nexport type DamVideoAssetWhereInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n Content?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n MimeType?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Thumbnail?: InputMaybe;\n Url?: InputMaybe;\n _and?: InputMaybe>>;\n _fulltext?: InputMaybe;\n _modified?: InputMaybe;\n _not?: InputMaybe>>;\n _or?: InputMaybe>>;\n};\n\nexport type Data = IData & {\n __typename?: 'Data';\n /** @deprecated Use `_link` field instead */\n _children?: Maybe;\n _deleted?: Maybe;\n _fulltext?: Maybe>>;\n _id?: Maybe;\n _link?: Maybe;\n _modified?: Maybe;\n _score?: Maybe;\n};\n\n\nexport type Data_FulltextArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type Data_LinkArgs = {\n type?: InputMaybe;\n};\n\nexport type DataOrderByInput = {\n _minimumScore?: InputMaybe;\n _modified?: InputMaybe;\n _ranking?: InputMaybe;\n _semanticWeight?: InputMaybe;\n};\n\nexport type DataOutput = {\n __typename?: 'DataOutput';\n cursor?: Maybe;\n items?: Maybe>>;\n total?: Maybe;\n};\n\n\nexport type DataOutputTotalArgs = {\n all?: InputMaybe;\n};\n\nexport type DataWhereInput = {\n _and?: InputMaybe>>;\n _fulltext?: InputMaybe;\n _modified?: InputMaybe;\n _not?: InputMaybe>>;\n _or?: InputMaybe>>;\n};\n\nexport type DateFacet = {\n __typename?: 'DateFacet';\n count?: Maybe;\n name?: Maybe;\n};\n\nexport enum DateFacetUnit {\n /** Defined as 24 hours (86,400,000 milliseconds). All days begin at the earliest possible time, which is usually 00:00:00 (midnight). */\n Day = 'DAY',\n /** Defined as 60 minutes each (3,600,000 milliseconds). All hours begin at 00 minutes and 00 seconds. */\n Hour = 'HOUR',\n /** Defined as 1000 milliseconds each. */\n Minute = 'MINUTE'\n}\n\nexport type DateFilterInput = {\n /** `boost` influences the weight of a field by boosting a match with a number (default: 1) — counts more towards the eventual relevance score which can be projected with `_score` — at query time. Note that `boost` cannot be a negative number. */\n boost?: InputMaybe;\n /** `decay` influences the weight of the score with a decay function. For example, results that have a more recent datetime will be ranked higher. The `origin` will be `now()` in case not specified. The `scale` is by default 10. The `rate` must be in the range `[0..1]`. */\n decay?: InputMaybe;\n /** `eq` matches on an exact value, but the value is case-insensitive. */\n eq?: InputMaybe;\n /** `exist` matches results that have this field. */\n exist?: InputMaybe;\n /** `gt` retrieves results with matches that have a value which is `greater than` it. */\n gt?: InputMaybe;\n /** `gte` retrieves results with matches that have a value which is `greater than or equal to` it. */\n gte?: InputMaybe;\n /** `lt` retrieves results with matches that have a value which is `lower than` it. */\n lt?: InputMaybe;\n /** `lte` retrieves results with matches that have a value which is `lower than or equal to` it. */\n lte?: InputMaybe;\n /** `not_eq` retrieves results not matching with an exact (but case-insensitive) value. */\n notEq?: InputMaybe;\n};\n\nexport type DateTimeElementBlock = IContent & IData & {\n __typename?: 'DateTimeElementBlock';\n Ancestors?: Maybe>>;\n Category?: Maybe>>;\n Changed?: Maybe;\n ConditionCombination?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe;\n Description?: Maybe;\n ExistingLanguages?: Maybe>>;\n IsCommonDraft?: Maybe;\n Label?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe;\n PageFeaturedDescription?: Maybe;\n PageImageUrl?: Maybe;\n PageIsSearchable?: Maybe;\n PageNavigationTitle?: Maybe;\n ParentLink?: Maybe;\n PickerType?: Maybe;\n PlaceHolder?: Maybe;\n PredefinedValue?: Maybe;\n RelativePath?: Maybe;\n RouteSegment?: Maybe;\n SatisfiedAction?: Maybe;\n Saved?: Maybe;\n Shortcut?: Maybe;\n SiteId?: Maybe;\n StartPublish?: Maybe;\n Status?: Maybe;\n StopPublish?: Maybe;\n Url?: Maybe;\n Validators?: Maybe;\n /** @deprecated Use `_link` field instead */\n _children?: Maybe;\n _deleted?: Maybe;\n _fulltext?: Maybe>>;\n _id?: Maybe;\n _link?: Maybe;\n _modified?: Maybe;\n _score?: Maybe;\n};\n\n\nexport type DateTimeElementBlockDescriptionArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type DateTimeElementBlockLabelArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type DateTimeElementBlockNameArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type DateTimeElementBlockPlaceHolderArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type DateTimeElementBlockPredefinedValueArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type DateTimeElementBlockSatisfiedActionArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type DateTimeElementBlockValidatorsArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type DateTimeElementBlock_FulltextArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type DateTimeElementBlock_LinkArgs = {\n type?: InputMaybe;\n};\n\nexport type DateTimeElementBlockAutocomplete = {\n __typename?: 'DateTimeElementBlockAutocomplete';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n ExistingLanguages?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n Status?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type DateTimeElementBlockAutocompleteAncestorsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type DateTimeElementBlockAutocompleteContentTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type DateTimeElementBlockAutocompletePageFeaturedDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type DateTimeElementBlockAutocompletePageImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type DateTimeElementBlockAutocompletePageNavigationTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type DateTimeElementBlockAutocompleteRelativePathArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type DateTimeElementBlockAutocompleteRouteSegmentArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type DateTimeElementBlockAutocompleteShortcutArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type DateTimeElementBlockAutocompleteSiteIdArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type DateTimeElementBlockAutocompleteStatusArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type DateTimeElementBlockAutocompleteUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type DateTimeElementBlockFacet = {\n __typename?: 'DateTimeElementBlockFacet';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n Changed?: Maybe>>;\n ConditionCombination?: Maybe>>;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe>>;\n Description?: Maybe>>;\n ExistingLanguages?: Maybe;\n IsCommonDraft?: Maybe>>;\n Label?: Maybe>>;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe>>;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageIsSearchable?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n PickerType?: Maybe>>;\n PlaceHolder?: Maybe>>;\n PredefinedValue?: Maybe>>;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n SatisfiedAction?: Maybe>>;\n Saved?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n StartPublish?: Maybe>>;\n Status?: Maybe>>;\n StopPublish?: Maybe>>;\n Url?: Maybe>>;\n Validators?: Maybe>>;\n};\n\n\nexport type DateTimeElementBlockFacetAncestorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type DateTimeElementBlockFacetChangedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type DateTimeElementBlockFacetConditionCombinationArgs = {\n filters?: InputMaybe>;\n limit?: InputMaybe;\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n ranges?: InputMaybe>>;\n};\n\n\nexport type DateTimeElementBlockFacetContentTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type DateTimeElementBlockFacetCreatedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type DateTimeElementBlockFacetDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type DateTimeElementBlockFacetIsCommonDraftArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type DateTimeElementBlockFacetLabelArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type DateTimeElementBlockFacetNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type DateTimeElementBlockFacetPageFeaturedDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type DateTimeElementBlockFacetPageImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type DateTimeElementBlockFacetPageIsSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type DateTimeElementBlockFacetPageNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type DateTimeElementBlockFacetPickerTypeArgs = {\n filters?: InputMaybe>;\n limit?: InputMaybe;\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n ranges?: InputMaybe>>;\n};\n\n\nexport type DateTimeElementBlockFacetPlaceHolderArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type DateTimeElementBlockFacetPredefinedValueArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type DateTimeElementBlockFacetRelativePathArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type DateTimeElementBlockFacetRouteSegmentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type DateTimeElementBlockFacetSatisfiedActionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type DateTimeElementBlockFacetSavedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type DateTimeElementBlockFacetShortcutArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type DateTimeElementBlockFacetSiteIdArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type DateTimeElementBlockFacetStartPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type DateTimeElementBlockFacetStatusArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type DateTimeElementBlockFacetStopPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type DateTimeElementBlockFacetUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type DateTimeElementBlockFacetValidatorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type DateTimeElementBlockOrderByInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ConditionCombination?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n Description?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Label?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n PickerType?: InputMaybe;\n PlaceHolder?: InputMaybe;\n PredefinedValue?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n SatisfiedAction?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n Validators?: InputMaybe;\n _minimumScore?: InputMaybe;\n _modified?: InputMaybe;\n _ranking?: InputMaybe;\n _semanticWeight?: InputMaybe;\n};\n\nexport type DateTimeElementBlockOutput = {\n __typename?: 'DateTimeElementBlockOutput';\n autocomplete?: Maybe;\n cursor?: Maybe;\n facets?: Maybe;\n items?: Maybe>>;\n total?: Maybe;\n};\n\n\nexport type DateTimeElementBlockOutputTotalArgs = {\n all?: InputMaybe;\n};\n\nexport type DateTimeElementBlockWhereInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ConditionCombination?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n Description?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Label?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n PickerType?: InputMaybe;\n PlaceHolder?: InputMaybe;\n PredefinedValue?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n SatisfiedAction?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n Validators?: InputMaybe;\n _and?: InputMaybe>>;\n _fulltext?: InputMaybe;\n _modified?: InputMaybe;\n _not?: InputMaybe>>;\n _or?: InputMaybe>>;\n};\n\nexport type DateTimeRangeElementBlock = IContent & IData & {\n __typename?: 'DateTimeRangeElementBlock';\n Ancestors?: Maybe>>;\n Category?: Maybe>>;\n Changed?: Maybe;\n ConditionCombination?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe;\n Description?: Maybe;\n ExistingLanguages?: Maybe>>;\n IsCommonDraft?: Maybe;\n Label?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe;\n PageFeaturedDescription?: Maybe;\n PageImageUrl?: Maybe;\n PageIsSearchable?: Maybe;\n PageNavigationTitle?: Maybe;\n ParentLink?: Maybe;\n PickerType?: Maybe;\n PlaceHolder?: Maybe;\n PredefinedValue?: Maybe;\n RelativePath?: Maybe;\n RouteSegment?: Maybe;\n SatisfiedAction?: Maybe;\n Saved?: Maybe;\n Shortcut?: Maybe;\n SiteId?: Maybe;\n StartPublish?: Maybe;\n Status?: Maybe;\n StopPublish?: Maybe;\n Url?: Maybe;\n Validators?: Maybe;\n /** @deprecated Use `_link` field instead */\n _children?: Maybe;\n _deleted?: Maybe;\n _fulltext?: Maybe>>;\n _id?: Maybe;\n _link?: Maybe;\n _modified?: Maybe;\n _score?: Maybe;\n};\n\n\nexport type DateTimeRangeElementBlockDescriptionArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type DateTimeRangeElementBlockLabelArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type DateTimeRangeElementBlockNameArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type DateTimeRangeElementBlockPlaceHolderArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type DateTimeRangeElementBlockPredefinedValueArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type DateTimeRangeElementBlockSatisfiedActionArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type DateTimeRangeElementBlockValidatorsArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type DateTimeRangeElementBlock_FulltextArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type DateTimeRangeElementBlock_LinkArgs = {\n type?: InputMaybe;\n};\n\nexport type DateTimeRangeElementBlockAutocomplete = {\n __typename?: 'DateTimeRangeElementBlockAutocomplete';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n ExistingLanguages?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n Status?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type DateTimeRangeElementBlockAutocompleteAncestorsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type DateTimeRangeElementBlockAutocompleteContentTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type DateTimeRangeElementBlockAutocompletePageFeaturedDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type DateTimeRangeElementBlockAutocompletePageImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type DateTimeRangeElementBlockAutocompletePageNavigationTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type DateTimeRangeElementBlockAutocompleteRelativePathArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type DateTimeRangeElementBlockAutocompleteRouteSegmentArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type DateTimeRangeElementBlockAutocompleteShortcutArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type DateTimeRangeElementBlockAutocompleteSiteIdArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type DateTimeRangeElementBlockAutocompleteStatusArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type DateTimeRangeElementBlockAutocompleteUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type DateTimeRangeElementBlockFacet = {\n __typename?: 'DateTimeRangeElementBlockFacet';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n Changed?: Maybe>>;\n ConditionCombination?: Maybe>>;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe>>;\n Description?: Maybe>>;\n ExistingLanguages?: Maybe;\n IsCommonDraft?: Maybe>>;\n Label?: Maybe>>;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe>>;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageIsSearchable?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n PickerType?: Maybe>>;\n PlaceHolder?: Maybe>>;\n PredefinedValue?: Maybe>>;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n SatisfiedAction?: Maybe>>;\n Saved?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n StartPublish?: Maybe>>;\n Status?: Maybe>>;\n StopPublish?: Maybe>>;\n Url?: Maybe>>;\n Validators?: Maybe>>;\n};\n\n\nexport type DateTimeRangeElementBlockFacetAncestorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type DateTimeRangeElementBlockFacetChangedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type DateTimeRangeElementBlockFacetConditionCombinationArgs = {\n filters?: InputMaybe>;\n limit?: InputMaybe;\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n ranges?: InputMaybe>>;\n};\n\n\nexport type DateTimeRangeElementBlockFacetContentTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type DateTimeRangeElementBlockFacetCreatedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type DateTimeRangeElementBlockFacetDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type DateTimeRangeElementBlockFacetIsCommonDraftArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type DateTimeRangeElementBlockFacetLabelArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type DateTimeRangeElementBlockFacetNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type DateTimeRangeElementBlockFacetPageFeaturedDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type DateTimeRangeElementBlockFacetPageImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type DateTimeRangeElementBlockFacetPageIsSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type DateTimeRangeElementBlockFacetPageNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type DateTimeRangeElementBlockFacetPickerTypeArgs = {\n filters?: InputMaybe>;\n limit?: InputMaybe;\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n ranges?: InputMaybe>>;\n};\n\n\nexport type DateTimeRangeElementBlockFacetPlaceHolderArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type DateTimeRangeElementBlockFacetPredefinedValueArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type DateTimeRangeElementBlockFacetRelativePathArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type DateTimeRangeElementBlockFacetRouteSegmentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type DateTimeRangeElementBlockFacetSatisfiedActionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type DateTimeRangeElementBlockFacetSavedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type DateTimeRangeElementBlockFacetShortcutArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type DateTimeRangeElementBlockFacetSiteIdArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type DateTimeRangeElementBlockFacetStartPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type DateTimeRangeElementBlockFacetStatusArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type DateTimeRangeElementBlockFacetStopPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type DateTimeRangeElementBlockFacetUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type DateTimeRangeElementBlockFacetValidatorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type DateTimeRangeElementBlockOrderByInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ConditionCombination?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n Description?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Label?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n PickerType?: InputMaybe;\n PlaceHolder?: InputMaybe;\n PredefinedValue?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n SatisfiedAction?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n Validators?: InputMaybe;\n _minimumScore?: InputMaybe;\n _modified?: InputMaybe;\n _ranking?: InputMaybe;\n _semanticWeight?: InputMaybe;\n};\n\nexport type DateTimeRangeElementBlockOutput = {\n __typename?: 'DateTimeRangeElementBlockOutput';\n autocomplete?: Maybe;\n cursor?: Maybe;\n facets?: Maybe;\n items?: Maybe>>;\n total?: Maybe;\n};\n\n\nexport type DateTimeRangeElementBlockOutputTotalArgs = {\n all?: InputMaybe;\n};\n\nexport type DateTimeRangeElementBlockWhereInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ConditionCombination?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n Description?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Label?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n PickerType?: InputMaybe;\n PlaceHolder?: InputMaybe;\n PredefinedValue?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n SatisfiedAction?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n Validators?: InputMaybe;\n _and?: InputMaybe>>;\n _fulltext?: InputMaybe;\n _modified?: InputMaybe;\n _not?: InputMaybe>>;\n _or?: InputMaybe>>;\n};\n\n/** Decay influences the weight of the score based on field values with a decay function */\nexport type Decay = {\n origin?: InputMaybe;\n rate?: InputMaybe;\n scale?: InputMaybe;\n};\n\nexport type DiscountItems = IContent & IData & {\n __typename?: 'DiscountItems';\n Ancestors?: Maybe>>;\n Category?: Maybe>>;\n Changed?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe;\n ExistingLanguages?: Maybe>>;\n IsCommonDraft?: Maybe;\n Items?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n MatchRecursive?: Maybe;\n MaxQuantity?: Maybe;\n Name?: Maybe;\n PageFeaturedDescription?: Maybe;\n PageImageUrl?: Maybe;\n PageIsSearchable?: Maybe;\n PageNavigationTitle?: Maybe;\n ParentLink?: Maybe;\n RelativePath?: Maybe;\n RouteSegment?: Maybe;\n Saved?: Maybe;\n Shortcut?: Maybe;\n SiteId?: Maybe;\n StartPublish?: Maybe;\n Status?: Maybe;\n StopPublish?: Maybe;\n Url?: Maybe;\n /** @deprecated Use `_link` field instead */\n _children?: Maybe;\n _deleted?: Maybe;\n _fulltext?: Maybe>>;\n _id?: Maybe;\n _link?: Maybe;\n _modified?: Maybe;\n _score?: Maybe;\n};\n\n\nexport type DiscountItemsNameArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type DiscountItems_FulltextArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type DiscountItems_LinkArgs = {\n type?: InputMaybe;\n};\n\nexport type DiscountItemsAutocomplete = {\n __typename?: 'DiscountItemsAutocomplete';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n ExistingLanguages?: Maybe;\n Items?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n Status?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type DiscountItemsAutocompleteAncestorsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type DiscountItemsAutocompleteContentTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type DiscountItemsAutocompletePageFeaturedDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type DiscountItemsAutocompletePageImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type DiscountItemsAutocompletePageNavigationTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type DiscountItemsAutocompleteRelativePathArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type DiscountItemsAutocompleteRouteSegmentArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type DiscountItemsAutocompleteShortcutArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type DiscountItemsAutocompleteSiteIdArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type DiscountItemsAutocompleteStatusArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type DiscountItemsAutocompleteUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type DiscountItemsFacet = {\n __typename?: 'DiscountItemsFacet';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n Changed?: Maybe>>;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe>>;\n ExistingLanguages?: Maybe;\n IsCommonDraft?: Maybe>>;\n Items?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n MatchRecursive?: Maybe>>;\n MaxQuantity?: Maybe>>;\n Name?: Maybe>>;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageIsSearchable?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Saved?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n StartPublish?: Maybe>>;\n Status?: Maybe>>;\n StopPublish?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type DiscountItemsFacetAncestorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type DiscountItemsFacetChangedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type DiscountItemsFacetContentTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type DiscountItemsFacetCreatedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type DiscountItemsFacetIsCommonDraftArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type DiscountItemsFacetMatchRecursiveArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type DiscountItemsFacetMaxQuantityArgs = {\n filters?: InputMaybe>;\n limit?: InputMaybe;\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n ranges?: InputMaybe>>;\n};\n\n\nexport type DiscountItemsFacetNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type DiscountItemsFacetPageFeaturedDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type DiscountItemsFacetPageImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type DiscountItemsFacetPageIsSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type DiscountItemsFacetPageNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type DiscountItemsFacetRelativePathArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type DiscountItemsFacetRouteSegmentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type DiscountItemsFacetSavedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type DiscountItemsFacetShortcutArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type DiscountItemsFacetSiteIdArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type DiscountItemsFacetStartPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type DiscountItemsFacetStatusArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type DiscountItemsFacetStopPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type DiscountItemsFacetUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type DiscountItemsOrderByInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Items?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n MatchRecursive?: InputMaybe;\n MaxQuantity?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n _minimumScore?: InputMaybe;\n _modified?: InputMaybe;\n _ranking?: InputMaybe;\n _semanticWeight?: InputMaybe;\n};\n\nexport type DiscountItemsOutput = {\n __typename?: 'DiscountItemsOutput';\n autocomplete?: Maybe;\n cursor?: Maybe;\n facets?: Maybe;\n items?: Maybe>>;\n total?: Maybe;\n};\n\n\nexport type DiscountItemsOutputTotalArgs = {\n all?: InputMaybe;\n};\n\nexport type DiscountItemsWhereInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Items?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n MatchRecursive?: InputMaybe;\n MaxQuantity?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n _and?: InputMaybe>>;\n _fulltext?: InputMaybe;\n _modified?: InputMaybe;\n _not?: InputMaybe>>;\n _or?: InputMaybe>>;\n};\n\n/** Used for document file types such as PDF, Word, Excel */\nexport type DocumentMediaData = IContent & IData & {\n __typename?: 'DocumentMediaData';\n Ancestors?: Maybe>>;\n Category?: Maybe>>;\n Changed?: Maybe;\n Content?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe;\n /** Description of the document */\n Description?: Maybe;\n ExistingLanguages?: Maybe>>;\n IsCommonDraft?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n MimeType?: Maybe;\n Name?: Maybe;\n PageFeaturedDescription?: Maybe;\n PageImageUrl?: Maybe;\n PageIsSearchable?: Maybe;\n PageNavigationTitle?: Maybe;\n ParentLink?: Maybe;\n RelativePath?: Maybe;\n RouteSegment?: Maybe;\n Saved?: Maybe;\n Shortcut?: Maybe;\n SiteId?: Maybe;\n StartPublish?: Maybe;\n Status?: Maybe;\n StopPublish?: Maybe;\n Thumbnail?: Maybe;\n Url?: Maybe;\n /** @deprecated Use `_link` field instead */\n _children?: Maybe;\n _deleted?: Maybe;\n _fulltext?: Maybe>>;\n _id?: Maybe;\n _link?: Maybe;\n _modified?: Maybe;\n _score?: Maybe;\n};\n\n\n/** Used for document file types such as PDF, Word, Excel */\nexport type DocumentMediaDataContentArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Used for document file types such as PDF, Word, Excel */\nexport type DocumentMediaDataDescriptionArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Used for document file types such as PDF, Word, Excel */\nexport type DocumentMediaDataNameArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Used for document file types such as PDF, Word, Excel */\nexport type DocumentMediaData_FulltextArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Used for document file types such as PDF, Word, Excel */\nexport type DocumentMediaData_LinkArgs = {\n type?: InputMaybe;\n};\n\nexport type DocumentMediaDataAutocomplete = {\n __typename?: 'DocumentMediaDataAutocomplete';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n ExistingLanguages?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n MimeType?: Maybe>>;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n Status?: Maybe>>;\n Thumbnail?: Maybe;\n Url?: Maybe>>;\n};\n\n\nexport type DocumentMediaDataAutocompleteAncestorsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type DocumentMediaDataAutocompleteContentTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type DocumentMediaDataAutocompleteMimeTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type DocumentMediaDataAutocompletePageFeaturedDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type DocumentMediaDataAutocompletePageImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type DocumentMediaDataAutocompletePageNavigationTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type DocumentMediaDataAutocompleteRelativePathArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type DocumentMediaDataAutocompleteRouteSegmentArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type DocumentMediaDataAutocompleteShortcutArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type DocumentMediaDataAutocompleteSiteIdArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type DocumentMediaDataAutocompleteStatusArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type DocumentMediaDataAutocompleteUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type DocumentMediaDataFacet = {\n __typename?: 'DocumentMediaDataFacet';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n Changed?: Maybe>>;\n Content?: Maybe>>;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe>>;\n Description?: Maybe>>;\n ExistingLanguages?: Maybe;\n IsCommonDraft?: Maybe>>;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n MimeType?: Maybe>>;\n Name?: Maybe>>;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageIsSearchable?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Saved?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n StartPublish?: Maybe>>;\n Status?: Maybe>>;\n StopPublish?: Maybe>>;\n Thumbnail?: Maybe;\n Url?: Maybe>>;\n};\n\n\nexport type DocumentMediaDataFacetAncestorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type DocumentMediaDataFacetChangedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type DocumentMediaDataFacetContentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type DocumentMediaDataFacetContentTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type DocumentMediaDataFacetCreatedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type DocumentMediaDataFacetDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type DocumentMediaDataFacetIsCommonDraftArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type DocumentMediaDataFacetMimeTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type DocumentMediaDataFacetNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type DocumentMediaDataFacetPageFeaturedDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type DocumentMediaDataFacetPageImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type DocumentMediaDataFacetPageIsSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type DocumentMediaDataFacetPageNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type DocumentMediaDataFacetRelativePathArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type DocumentMediaDataFacetRouteSegmentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type DocumentMediaDataFacetSavedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type DocumentMediaDataFacetShortcutArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type DocumentMediaDataFacetSiteIdArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type DocumentMediaDataFacetStartPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type DocumentMediaDataFacetStatusArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type DocumentMediaDataFacetStopPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type DocumentMediaDataFacetUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type DocumentMediaDataOrderByInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n Content?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n Description?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n MimeType?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Thumbnail?: InputMaybe;\n Url?: InputMaybe;\n _minimumScore?: InputMaybe;\n _modified?: InputMaybe;\n _ranking?: InputMaybe;\n _semanticWeight?: InputMaybe;\n};\n\nexport type DocumentMediaDataOutput = {\n __typename?: 'DocumentMediaDataOutput';\n autocomplete?: Maybe;\n cursor?: Maybe;\n facets?: Maybe;\n items?: Maybe>>;\n total?: Maybe;\n};\n\n\nexport type DocumentMediaDataOutputTotalArgs = {\n all?: InputMaybe;\n};\n\nexport type DocumentMediaDataWhereInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n Content?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n Description?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n MimeType?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Thumbnail?: InputMaybe;\n Url?: InputMaybe;\n _and?: InputMaybe>>;\n _fulltext?: InputMaybe;\n _modified?: InputMaybe;\n _not?: InputMaybe>>;\n _or?: InputMaybe>>;\n};\n\n/** Dynamic variant supports multiple options */\nexport type DynamicVariant = IContent & IData & {\n __typename?: 'DynamicVariant';\n Ancestors?: Maybe>>;\n Associations?: Maybe;\n AssociationsTitle?: Maybe;\n CatalogId?: Maybe;\n Categories?: Maybe;\n Changed?: Maybe;\n Code?: Maybe;\n Color?: Maybe;\n ContentArea?: Maybe>>;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe;\n DefaultImageUrl?: Maybe;\n DefaultMarketPrice?: Maybe;\n Description?: Maybe;\n DisplayName?: Maybe;\n ExistingLanguages?: Maybe>>;\n InventoryReference?: Maybe;\n IsCommonDraft?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n MetaClassId?: Maybe;\n Mpn?: Maybe;\n Name?: Maybe;\n PackageQuantity?: Maybe;\n PageFeaturedDescription?: Maybe;\n PageImageUrl?: Maybe;\n PageIsSearchable?: Maybe;\n PageNavigationTitle?: Maybe;\n ParentEntries?: Maybe;\n ParentLink?: Maybe;\n PartNumber?: Maybe;\n PriceReference?: Maybe;\n RegionCode?: Maybe;\n RelativePath?: Maybe;\n RouteSegment?: Maybe;\n Saved?: Maybe;\n SeoInformation?: Maybe;\n SeoUri?: Maybe;\n ShippingDimensions?: Maybe;\n ShippingPackageId?: Maybe;\n Shortcut?: Maybe;\n ShowRecommendations?: Maybe;\n SiteId?: Maybe;\n Size?: Maybe;\n Sku?: Maybe;\n StartPublish?: Maybe;\n Status?: Maybe;\n StopPublish?: Maybe;\n SubscriptionLength?: Maybe;\n TaxCategoryId?: Maybe;\n TrackInventory?: Maybe;\n Upc?: Maybe;\n Url?: Maybe;\n VirtualProductMode?: Maybe;\n VirtualProductRole?: Maybe;\n Weight?: Maybe;\n /** @deprecated Use `_link` field instead */\n _children?: Maybe;\n _deleted?: Maybe;\n _fulltext?: Maybe>>;\n _id?: Maybe;\n _link?: Maybe;\n _modified?: Maybe;\n _score?: Maybe;\n};\n\n\n/** Dynamic variant supports multiple options */\nexport type DynamicVariantAssociationsTitleArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Dynamic variant supports multiple options */\nexport type DynamicVariantCodeArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Dynamic variant supports multiple options */\nexport type DynamicVariantColorArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Dynamic variant supports multiple options */\nexport type DynamicVariantContentAreaArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Dynamic variant supports multiple options */\nexport type DynamicVariantDescriptionArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Dynamic variant supports multiple options */\nexport type DynamicVariantDisplayNameArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Dynamic variant supports multiple options */\nexport type DynamicVariantMpnArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Dynamic variant supports multiple options */\nexport type DynamicVariantNameArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Dynamic variant supports multiple options */\nexport type DynamicVariantPackageQuantityArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Dynamic variant supports multiple options */\nexport type DynamicVariantPartNumberArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Dynamic variant supports multiple options */\nexport type DynamicVariantRegionCodeArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Dynamic variant supports multiple options */\nexport type DynamicVariantShowRecommendationsArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Dynamic variant supports multiple options */\nexport type DynamicVariantSizeArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Dynamic variant supports multiple options */\nexport type DynamicVariantSkuArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Dynamic variant supports multiple options */\nexport type DynamicVariantSubscriptionLengthArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Dynamic variant supports multiple options */\nexport type DynamicVariantUpcArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Dynamic variant supports multiple options */\nexport type DynamicVariantVirtualProductModeArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Dynamic variant supports multiple options */\nexport type DynamicVariantVirtualProductRoleArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Dynamic variant supports multiple options */\nexport type DynamicVariant_FulltextArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Dynamic variant supports multiple options */\nexport type DynamicVariant_LinkArgs = {\n type?: InputMaybe;\n};\n\nexport type DynamicVariantAssociations = {\n __typename?: 'DynamicVariantAssociations';\n ContentLink?: Maybe;\n};\n\nexport type DynamicVariantAssociationsAutocomplete = {\n __typename?: 'DynamicVariantAssociationsAutocomplete';\n ContentLink?: Maybe;\n};\n\nexport type DynamicVariantAssociationsFacet = {\n __typename?: 'DynamicVariantAssociationsFacet';\n ContentLink?: Maybe;\n};\n\nexport type DynamicVariantAssociationsOrderByInput = {\n ContentLink?: InputMaybe;\n};\n\nexport type DynamicVariantAssociationsWhereInput = {\n ContentLink?: InputMaybe;\n};\n\nexport type DynamicVariantAutocomplete = {\n __typename?: 'DynamicVariantAutocomplete';\n Ancestors?: Maybe>>;\n Associations?: Maybe;\n Categories?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n DefaultImageUrl?: Maybe>>;\n ExistingLanguages?: Maybe;\n InventoryReference?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentEntries?: Maybe;\n ParentLink?: Maybe;\n PriceReference?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n SeoInformation?: Maybe;\n SeoUri?: Maybe>>;\n ShippingDimensions?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n Status?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type DynamicVariantAutocompleteAncestorsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type DynamicVariantAutocompleteContentTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type DynamicVariantAutocompleteDefaultImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type DynamicVariantAutocompletePageFeaturedDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type DynamicVariantAutocompletePageImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type DynamicVariantAutocompletePageNavigationTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type DynamicVariantAutocompleteRelativePathArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type DynamicVariantAutocompleteRouteSegmentArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type DynamicVariantAutocompleteSeoUriArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type DynamicVariantAutocompleteShippingDimensionsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type DynamicVariantAutocompleteShortcutArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type DynamicVariantAutocompleteSiteIdArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type DynamicVariantAutocompleteStatusArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type DynamicVariantAutocompleteUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type DynamicVariantCategories = {\n __typename?: 'DynamicVariantCategories';\n ContentLink?: Maybe;\n};\n\nexport type DynamicVariantCategoriesAutocomplete = {\n __typename?: 'DynamicVariantCategoriesAutocomplete';\n ContentLink?: Maybe;\n};\n\nexport type DynamicVariantCategoriesFacet = {\n __typename?: 'DynamicVariantCategoriesFacet';\n ContentLink?: Maybe;\n};\n\nexport type DynamicVariantCategoriesOrderByInput = {\n ContentLink?: InputMaybe;\n};\n\nexport type DynamicVariantCategoriesWhereInput = {\n ContentLink?: InputMaybe;\n};\n\nexport type DynamicVariantFacet = {\n __typename?: 'DynamicVariantFacet';\n Ancestors?: Maybe>>;\n Associations?: Maybe;\n AssociationsTitle?: Maybe>>;\n CatalogId?: Maybe>>;\n Categories?: Maybe;\n Changed?: Maybe>>;\n Code?: Maybe>>;\n Color?: Maybe>>;\n ContentArea?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe>>;\n DefaultImageUrl?: Maybe>>;\n DefaultMarketPrice?: Maybe>>;\n Description?: Maybe>>;\n DisplayName?: Maybe>>;\n ExistingLanguages?: Maybe;\n InventoryReference?: Maybe;\n IsCommonDraft?: Maybe>>;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n MetaClassId?: Maybe>>;\n Mpn?: Maybe>>;\n Name?: Maybe>>;\n PackageQuantity?: Maybe>>;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageIsSearchable?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentEntries?: Maybe;\n ParentLink?: Maybe;\n PartNumber?: Maybe>>;\n PriceReference?: Maybe;\n RegionCode?: Maybe>>;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Saved?: Maybe>>;\n SeoInformation?: Maybe;\n SeoUri?: Maybe>>;\n ShippingDimensions?: Maybe;\n ShippingPackageId?: Maybe>>;\n Shortcut?: Maybe>>;\n ShowRecommendations?: Maybe>>;\n SiteId?: Maybe>>;\n Size?: Maybe>>;\n Sku?: Maybe>>;\n StartPublish?: Maybe>>;\n Status?: Maybe>>;\n StopPublish?: Maybe>>;\n SubscriptionLength?: Maybe>>;\n TaxCategoryId?: Maybe>>;\n TrackInventory?: Maybe>>;\n Upc?: Maybe>>;\n Url?: Maybe>>;\n VirtualProductMode?: Maybe>>;\n VirtualProductRole?: Maybe>>;\n Weight?: Maybe>>;\n};\n\n\nexport type DynamicVariantFacetAncestorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type DynamicVariantFacetAssociationsTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type DynamicVariantFacetCatalogIdArgs = {\n filters?: InputMaybe>;\n limit?: InputMaybe;\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n ranges?: InputMaybe>>;\n};\n\n\nexport type DynamicVariantFacetChangedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type DynamicVariantFacetCodeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type DynamicVariantFacetColorArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type DynamicVariantFacetContentTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type DynamicVariantFacetCreatedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type DynamicVariantFacetDefaultImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type DynamicVariantFacetDefaultMarketPriceArgs = {\n filters?: InputMaybe>;\n limit?: InputMaybe;\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n ranges?: InputMaybe>>;\n};\n\n\nexport type DynamicVariantFacetDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type DynamicVariantFacetDisplayNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type DynamicVariantFacetIsCommonDraftArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type DynamicVariantFacetMetaClassIdArgs = {\n filters?: InputMaybe>;\n limit?: InputMaybe;\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n ranges?: InputMaybe>>;\n};\n\n\nexport type DynamicVariantFacetMpnArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type DynamicVariantFacetNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type DynamicVariantFacetPackageQuantityArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type DynamicVariantFacetPageFeaturedDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type DynamicVariantFacetPageImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type DynamicVariantFacetPageIsSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type DynamicVariantFacetPageNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type DynamicVariantFacetPartNumberArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type DynamicVariantFacetRegionCodeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type DynamicVariantFacetRelativePathArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type DynamicVariantFacetRouteSegmentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type DynamicVariantFacetSavedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type DynamicVariantFacetSeoUriArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type DynamicVariantFacetShippingPackageIdArgs = {\n filters?: InputMaybe>;\n limit?: InputMaybe;\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n ranges?: InputMaybe>>;\n};\n\n\nexport type DynamicVariantFacetShortcutArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type DynamicVariantFacetShowRecommendationsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type DynamicVariantFacetSiteIdArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type DynamicVariantFacetSizeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type DynamicVariantFacetSkuArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type DynamicVariantFacetStartPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type DynamicVariantFacetStatusArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type DynamicVariantFacetStopPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type DynamicVariantFacetSubscriptionLengthArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type DynamicVariantFacetTaxCategoryIdArgs = {\n filters?: InputMaybe>;\n limit?: InputMaybe;\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n ranges?: InputMaybe>>;\n};\n\n\nexport type DynamicVariantFacetTrackInventoryArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type DynamicVariantFacetUpcArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type DynamicVariantFacetUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type DynamicVariantFacetVirtualProductModeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type DynamicVariantFacetVirtualProductRoleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type DynamicVariantFacetWeightArgs = {\n filters?: InputMaybe>;\n limit?: InputMaybe;\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n ranges?: InputMaybe>>;\n};\n\nexport type DynamicVariantOrderByInput = {\n Ancestors?: InputMaybe;\n Associations?: InputMaybe;\n AssociationsTitle?: InputMaybe;\n CatalogId?: InputMaybe;\n Categories?: InputMaybe;\n Changed?: InputMaybe;\n Code?: InputMaybe;\n Color?: InputMaybe;\n ContentArea?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n DefaultImageUrl?: InputMaybe;\n DefaultMarketPrice?: InputMaybe;\n Description?: InputMaybe;\n DisplayName?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n InventoryReference?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n MetaClassId?: InputMaybe;\n Mpn?: InputMaybe;\n Name?: InputMaybe;\n PackageQuantity?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentEntries?: InputMaybe;\n ParentLink?: InputMaybe;\n PartNumber?: InputMaybe;\n PriceReference?: InputMaybe;\n RegionCode?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n SeoInformation?: InputMaybe;\n SeoUri?: InputMaybe;\n ShippingDimensions?: InputMaybe;\n ShippingPackageId?: InputMaybe;\n Shortcut?: InputMaybe;\n ShowRecommendations?: InputMaybe;\n SiteId?: InputMaybe;\n Size?: InputMaybe;\n Sku?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n SubscriptionLength?: InputMaybe;\n TaxCategoryId?: InputMaybe;\n TrackInventory?: InputMaybe;\n Upc?: InputMaybe;\n Url?: InputMaybe;\n VirtualProductMode?: InputMaybe;\n VirtualProductRole?: InputMaybe;\n Weight?: InputMaybe;\n _minimumScore?: InputMaybe;\n _modified?: InputMaybe;\n _ranking?: InputMaybe;\n _semanticWeight?: InputMaybe;\n};\n\nexport type DynamicVariantOutput = {\n __typename?: 'DynamicVariantOutput';\n autocomplete?: Maybe;\n cursor?: Maybe;\n facets?: Maybe;\n items?: Maybe>>;\n total?: Maybe;\n};\n\n\nexport type DynamicVariantOutputTotalArgs = {\n all?: InputMaybe;\n};\n\nexport type DynamicVariantRelations = {\n __typename?: 'DynamicVariantRelations';\n ContentLink?: Maybe;\n};\n\nexport type DynamicVariantRelationsAutocomplete = {\n __typename?: 'DynamicVariantRelationsAutocomplete';\n ContentLink?: Maybe;\n};\n\nexport type DynamicVariantRelationsFacet = {\n __typename?: 'DynamicVariantRelationsFacet';\n ContentLink?: Maybe;\n};\n\nexport type DynamicVariantRelationsOrderByInput = {\n ContentLink?: InputMaybe;\n};\n\nexport type DynamicVariantRelationsWhereInput = {\n ContentLink?: InputMaybe;\n};\n\nexport type DynamicVariantSeoInformation = {\n __typename?: 'DynamicVariantSeoInformation';\n Description?: Maybe;\n Keywords?: Maybe;\n Title?: Maybe;\n};\n\nexport type DynamicVariantSeoInformationAutocomplete = {\n __typename?: 'DynamicVariantSeoInformationAutocomplete';\n Description?: Maybe>>;\n Keywords?: Maybe>>;\n Title?: Maybe>>;\n};\n\n\nexport type DynamicVariantSeoInformationAutocompleteDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type DynamicVariantSeoInformationAutocompleteKeywordsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type DynamicVariantSeoInformationAutocompleteTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type DynamicVariantSeoInformationFacet = {\n __typename?: 'DynamicVariantSeoInformationFacet';\n Description?: Maybe>>;\n Keywords?: Maybe>>;\n Title?: Maybe>>;\n};\n\n\nexport type DynamicVariantSeoInformationFacetDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type DynamicVariantSeoInformationFacetKeywordsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type DynamicVariantSeoInformationFacetTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type DynamicVariantSeoInformationOrderByInput = {\n Description?: InputMaybe;\n Keywords?: InputMaybe;\n Title?: InputMaybe;\n};\n\nexport type DynamicVariantSeoInformationWhereInput = {\n Description?: InputMaybe;\n Keywords?: InputMaybe;\n Title?: InputMaybe;\n};\n\nexport type DynamicVariantShippingDimensions = {\n __typename?: 'DynamicVariantShippingDimensions';\n Height?: Maybe;\n Length?: Maybe;\n Width?: Maybe;\n};\n\nexport type DynamicVariantShippingDimensionsFacet = {\n __typename?: 'DynamicVariantShippingDimensionsFacet';\n Height?: Maybe>>;\n Length?: Maybe>>;\n Width?: Maybe>>;\n};\n\n\nexport type DynamicVariantShippingDimensionsFacetHeightArgs = {\n filters?: InputMaybe>;\n limit?: InputMaybe;\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n ranges?: InputMaybe>>;\n};\n\n\nexport type DynamicVariantShippingDimensionsFacetLengthArgs = {\n filters?: InputMaybe>;\n limit?: InputMaybe;\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n ranges?: InputMaybe>>;\n};\n\n\nexport type DynamicVariantShippingDimensionsFacetWidthArgs = {\n filters?: InputMaybe>;\n limit?: InputMaybe;\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n ranges?: InputMaybe>>;\n};\n\nexport type DynamicVariantShippingDimensionsOrderByInput = {\n Height?: InputMaybe;\n Length?: InputMaybe;\n Width?: InputMaybe;\n};\n\nexport type DynamicVariantShippingDimensionsWhereInput = {\n Height?: InputMaybe;\n Length?: InputMaybe;\n Width?: InputMaybe;\n};\n\nexport type DynamicVariantWhereInput = {\n Ancestors?: InputMaybe;\n Associations?: InputMaybe;\n AssociationsTitle?: InputMaybe;\n CatalogId?: InputMaybe;\n Categories?: InputMaybe;\n Changed?: InputMaybe;\n Code?: InputMaybe;\n Color?: InputMaybe;\n ContentArea?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n DefaultImageUrl?: InputMaybe;\n DefaultMarketPrice?: InputMaybe;\n Description?: InputMaybe;\n DisplayName?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n InventoryReference?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n MetaClassId?: InputMaybe;\n Mpn?: InputMaybe;\n Name?: InputMaybe;\n PackageQuantity?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentEntries?: InputMaybe;\n ParentLink?: InputMaybe;\n PartNumber?: InputMaybe;\n PriceReference?: InputMaybe;\n RegionCode?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n SeoInformation?: InputMaybe;\n SeoUri?: InputMaybe;\n ShippingDimensions?: InputMaybe;\n ShippingPackageId?: InputMaybe;\n Shortcut?: InputMaybe;\n ShowRecommendations?: InputMaybe;\n SiteId?: InputMaybe;\n Size?: InputMaybe;\n Sku?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n SubscriptionLength?: InputMaybe;\n TaxCategoryId?: InputMaybe;\n TrackInventory?: InputMaybe;\n Upc?: InputMaybe;\n Url?: InputMaybe;\n VirtualProductMode?: InputMaybe;\n VirtualProductRole?: InputMaybe;\n Weight?: InputMaybe;\n _and?: InputMaybe>>;\n _fulltext?: InputMaybe;\n _modified?: InputMaybe;\n _not?: InputMaybe>>;\n _or?: InputMaybe>>;\n};\n\n/** Secure Payment for employees who are making payments for benefits and are using a credit card or debit card */\nexport type EmployeeBenefitsPage = IContent & IData & {\n __typename?: 'EmployeeBenefitsPage';\n Ancestors?: Maybe>>;\n AreaOfStudyFacet?: Maybe;\n BenefitProduct?: Maybe;\n BreadcrumbsTitle?: Maybe;\n CampusLocationFacet?: Maybe;\n Category?: Maybe>>;\n Changed?: Maybe;\n CollegeOrSchoolFacet?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe;\n DegreesFacet?: Maybe;\n DepartmentFacet?: Maybe;\n DisableIndexing?: Maybe;\n /** This will determine whether or not to show on the sitemap */\n ExcludeFromSitemap?: Maybe;\n ExistingLanguages?: Maybe>>;\n FeaturedDescription?: Maybe;\n HideSiteFooter?: Maybe;\n HideSiteHeader?: Maybe;\n IsCommonDraft?: Maybe;\n IsFeaturedContent?: Maybe;\n Keywords?: Maybe;\n KeywordsFacet?: Maybe;\n Language?: Maybe;\n LocationFacet?: Maybe;\n MainContentArea?: Maybe>>;\n MasterLanguage?: Maybe;\n Name?: Maybe;\n NavigationTitle?: Maybe;\n /** The link and text will be used when the page is displayed as a card in other modules. By default, the link is the same as the actual page. */\n OverrideCardLink?: Maybe;\n PageFeaturedDescription?: Maybe;\n /** Image that will be used when the page is displayed as a card for Generic Pages. Recommended Image Size: 1536x1152 px (4:3 Aspect Ratio) */\n PageImage?: Maybe;\n PageImageUrl?: Maybe;\n PageIsSearchable?: Maybe;\n PageNavigationTitle?: Maybe;\n ParentLink?: Maybe;\n ProgramTypeFacet?: Maybe;\n RelativePath?: Maybe;\n RouteSegment?: Maybe;\n Saved?: Maybe;\n /** This will determine whether or not to show on search */\n Searchable?: Maybe;\n Shortcut?: Maybe;\n /** This will determine whether or not breadcrumb will be displayed */\n ShowBreadcrumbs?: Maybe;\n /** This will determine whether or not commerce header will be displayed */\n ShowCommerceHeader?: Maybe;\n SiteId?: Maybe;\n StartPublish?: Maybe;\n Status?: Maybe;\n StopPublish?: Maybe;\n TrackOdp?: Maybe;\n Url?: Maybe;\n /** @deprecated Use `_link` field instead */\n _children?: Maybe;\n _deleted?: Maybe;\n _fulltext?: Maybe>>;\n _id?: Maybe;\n _link?: Maybe;\n _modified?: Maybe;\n _score?: Maybe;\n};\n\n\n/** Secure Payment for employees who are making payments for benefits and are using a credit card or debit card */\nexport type EmployeeBenefitsPageDisableIndexingArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Secure Payment for employees who are making payments for benefits and are using a credit card or debit card */\nexport type EmployeeBenefitsPageExcludeFromSitemapArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Secure Payment for employees who are making payments for benefits and are using a credit card or debit card */\nexport type EmployeeBenefitsPageHideSiteFooterArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Secure Payment for employees who are making payments for benefits and are using a credit card or debit card */\nexport type EmployeeBenefitsPageHideSiteHeaderArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Secure Payment for employees who are making payments for benefits and are using a credit card or debit card */\nexport type EmployeeBenefitsPageIsFeaturedContentArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Secure Payment for employees who are making payments for benefits and are using a credit card or debit card */\nexport type EmployeeBenefitsPageKeywordsArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Secure Payment for employees who are making payments for benefits and are using a credit card or debit card */\nexport type EmployeeBenefitsPageMainContentAreaArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Secure Payment for employees who are making payments for benefits and are using a credit card or debit card */\nexport type EmployeeBenefitsPageNameArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Secure Payment for employees who are making payments for benefits and are using a credit card or debit card */\nexport type EmployeeBenefitsPageNavigationTitleArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Secure Payment for employees who are making payments for benefits and are using a credit card or debit card */\nexport type EmployeeBenefitsPageSearchableArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Secure Payment for employees who are making payments for benefits and are using a credit card or debit card */\nexport type EmployeeBenefitsPageShowBreadcrumbsArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Secure Payment for employees who are making payments for benefits and are using a credit card or debit card */\nexport type EmployeeBenefitsPageShowCommerceHeaderArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Secure Payment for employees who are making payments for benefits and are using a credit card or debit card */\nexport type EmployeeBenefitsPageTrackOdpArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Secure Payment for employees who are making payments for benefits and are using a credit card or debit card */\nexport type EmployeeBenefitsPage_FulltextArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Secure Payment for employees who are making payments for benefits and are using a credit card or debit card */\nexport type EmployeeBenefitsPage_LinkArgs = {\n type?: InputMaybe;\n};\n\nexport type EmployeeBenefitsPageAutocomplete = {\n __typename?: 'EmployeeBenefitsPageAutocomplete';\n Ancestors?: Maybe>>;\n AreaOfStudyFacet?: Maybe;\n BenefitProduct?: Maybe;\n CampusLocationFacet?: Maybe;\n Category?: Maybe;\n CollegeOrSchoolFacet?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n DegreesFacet?: Maybe;\n DepartmentFacet?: Maybe;\n ExistingLanguages?: Maybe;\n KeywordsFacet?: Maybe;\n Language?: Maybe;\n LocationFacet?: Maybe;\n MasterLanguage?: Maybe;\n OverrideCardLink?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImage?: Maybe;\n PageImageUrl?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n ProgramTypeFacet?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n Status?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type EmployeeBenefitsPageAutocompleteAncestorsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type EmployeeBenefitsPageAutocompleteContentTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type EmployeeBenefitsPageAutocompletePageFeaturedDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type EmployeeBenefitsPageAutocompletePageImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type EmployeeBenefitsPageAutocompletePageNavigationTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type EmployeeBenefitsPageAutocompleteRelativePathArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type EmployeeBenefitsPageAutocompleteRouteSegmentArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type EmployeeBenefitsPageAutocompleteShortcutArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type EmployeeBenefitsPageAutocompleteSiteIdArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type EmployeeBenefitsPageAutocompleteStatusArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type EmployeeBenefitsPageAutocompleteUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type EmployeeBenefitsPageFacet = {\n __typename?: 'EmployeeBenefitsPageFacet';\n Ancestors?: Maybe>>;\n AreaOfStudyFacet?: Maybe;\n BenefitProduct?: Maybe;\n CampusLocationFacet?: Maybe;\n Category?: Maybe;\n Changed?: Maybe>>;\n CollegeOrSchoolFacet?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe>>;\n DegreesFacet?: Maybe;\n DepartmentFacet?: Maybe;\n DisableIndexing?: Maybe>>;\n ExcludeFromSitemap?: Maybe>>;\n ExistingLanguages?: Maybe;\n HideSiteFooter?: Maybe>>;\n HideSiteHeader?: Maybe>>;\n IsCommonDraft?: Maybe>>;\n IsFeaturedContent?: Maybe>>;\n Keywords?: Maybe>>;\n KeywordsFacet?: Maybe;\n Language?: Maybe;\n LocationFacet?: Maybe;\n MainContentArea?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe>>;\n NavigationTitle?: Maybe>>;\n OverrideCardLink?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImage?: Maybe;\n PageImageUrl?: Maybe>>;\n PageIsSearchable?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n ProgramTypeFacet?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Saved?: Maybe>>;\n Searchable?: Maybe>>;\n Shortcut?: Maybe>>;\n ShowBreadcrumbs?: Maybe>>;\n ShowCommerceHeader?: Maybe>>;\n SiteId?: Maybe>>;\n StartPublish?: Maybe>>;\n Status?: Maybe>>;\n StopPublish?: Maybe>>;\n TrackOdp?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type EmployeeBenefitsPageFacetAncestorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type EmployeeBenefitsPageFacetChangedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type EmployeeBenefitsPageFacetContentTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type EmployeeBenefitsPageFacetCreatedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type EmployeeBenefitsPageFacetDisableIndexingArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type EmployeeBenefitsPageFacetExcludeFromSitemapArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type EmployeeBenefitsPageFacetHideSiteFooterArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type EmployeeBenefitsPageFacetHideSiteHeaderArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type EmployeeBenefitsPageFacetIsCommonDraftArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type EmployeeBenefitsPageFacetIsFeaturedContentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type EmployeeBenefitsPageFacetKeywordsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type EmployeeBenefitsPageFacetNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type EmployeeBenefitsPageFacetNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type EmployeeBenefitsPageFacetPageFeaturedDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type EmployeeBenefitsPageFacetPageImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type EmployeeBenefitsPageFacetPageIsSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type EmployeeBenefitsPageFacetPageNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type EmployeeBenefitsPageFacetRelativePathArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type EmployeeBenefitsPageFacetRouteSegmentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type EmployeeBenefitsPageFacetSavedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type EmployeeBenefitsPageFacetSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type EmployeeBenefitsPageFacetShortcutArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type EmployeeBenefitsPageFacetShowBreadcrumbsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type EmployeeBenefitsPageFacetShowCommerceHeaderArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type EmployeeBenefitsPageFacetSiteIdArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type EmployeeBenefitsPageFacetStartPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type EmployeeBenefitsPageFacetStatusArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type EmployeeBenefitsPageFacetStopPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type EmployeeBenefitsPageFacetTrackOdpArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type EmployeeBenefitsPageFacetUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type EmployeeBenefitsPageOrderByInput = {\n Ancestors?: InputMaybe;\n AreaOfStudyFacet?: InputMaybe;\n BenefitProduct?: InputMaybe;\n CampusLocationFacet?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n CollegeOrSchoolFacet?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n DegreesFacet?: InputMaybe;\n DepartmentFacet?: InputMaybe;\n DisableIndexing?: InputMaybe;\n ExcludeFromSitemap?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n HideSiteFooter?: InputMaybe;\n HideSiteHeader?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n IsFeaturedContent?: InputMaybe;\n Keywords?: InputMaybe;\n KeywordsFacet?: InputMaybe;\n Language?: InputMaybe;\n LocationFacet?: InputMaybe;\n MainContentArea?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n NavigationTitle?: InputMaybe;\n OverrideCardLink?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImage?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n ProgramTypeFacet?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Searchable?: InputMaybe;\n Shortcut?: InputMaybe;\n ShowBreadcrumbs?: InputMaybe;\n ShowCommerceHeader?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n TrackOdp?: InputMaybe;\n Url?: InputMaybe;\n _minimumScore?: InputMaybe;\n _modified?: InputMaybe;\n _ranking?: InputMaybe;\n _semanticWeight?: InputMaybe;\n};\n\nexport type EmployeeBenefitsPageOutput = {\n __typename?: 'EmployeeBenefitsPageOutput';\n autocomplete?: Maybe;\n cursor?: Maybe;\n facets?: Maybe;\n items?: Maybe>>;\n total?: Maybe;\n};\n\n\nexport type EmployeeBenefitsPageOutputTotalArgs = {\n all?: InputMaybe;\n};\n\nexport type EmployeeBenefitsPageWhereInput = {\n Ancestors?: InputMaybe;\n AreaOfStudyFacet?: InputMaybe;\n BenefitProduct?: InputMaybe;\n CampusLocationFacet?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n CollegeOrSchoolFacet?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n DegreesFacet?: InputMaybe;\n DepartmentFacet?: InputMaybe;\n DisableIndexing?: InputMaybe;\n ExcludeFromSitemap?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n HideSiteFooter?: InputMaybe;\n HideSiteHeader?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n IsFeaturedContent?: InputMaybe;\n Keywords?: InputMaybe;\n KeywordsFacet?: InputMaybe;\n Language?: InputMaybe;\n LocationFacet?: InputMaybe;\n MainContentArea?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n NavigationTitle?: InputMaybe;\n OverrideCardLink?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImage?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n ProgramTypeFacet?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Searchable?: InputMaybe;\n Shortcut?: InputMaybe;\n ShowBreadcrumbs?: InputMaybe;\n ShowCommerceHeader?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n TrackOdp?: InputMaybe;\n Url?: InputMaybe;\n _and?: InputMaybe>>;\n _fulltext?: InputMaybe;\n _modified?: InputMaybe;\n _not?: InputMaybe>>;\n _or?: InputMaybe>>;\n};\n\n/** Page for error handling */\nexport type ErrorPage = IContent & IData & {\n __typename?: 'ErrorPage';\n Ancestors?: Maybe>>;\n AreaOfStudyFacet?: Maybe;\n BreadcrumbsTitle?: Maybe;\n CampusLocationFacet?: Maybe;\n Category?: Maybe>>;\n Changed?: Maybe;\n CollegeOrSchoolFacet?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe;\n DegreesFacet?: Maybe;\n DepartmentFacet?: Maybe;\n DisableIndexing?: Maybe;\n /** This will determine whether or not to show on the sitemap */\n ExcludeFromSitemap?: Maybe;\n ExistingLanguages?: Maybe>>;\n FeaturedDescription?: Maybe;\n HideSiteFooter?: Maybe;\n HideSiteHeader?: Maybe;\n IsCommonDraft?: Maybe;\n IsFeaturedContent?: Maybe;\n Keywords?: Maybe;\n KeywordsFacet?: Maybe;\n Language?: Maybe;\n LocationFacet?: Maybe;\n MainContentArea?: Maybe>>;\n MasterLanguage?: Maybe;\n MastheadArea?: Maybe>>;\n Name?: Maybe;\n NavigationTitle?: Maybe;\n /** The link and text will be used when the page is displayed as a card in other modules. By default, the link is the same as the actual page. */\n OverrideCardLink?: Maybe;\n PageFeaturedDescription?: Maybe;\n /** Image that will be used when the page is displayed as a card for Generic Pages. Recommended Image Size: 1536x1152 px (4:3 Aspect Ratio) */\n PageImage?: Maybe;\n PageImageUrl?: Maybe;\n PageIsSearchable?: Maybe;\n PageNavigationTitle?: Maybe;\n ParentLink?: Maybe;\n ProgramTypeFacet?: Maybe;\n RelativePath?: Maybe;\n RouteSegment?: Maybe;\n Saved?: Maybe;\n /** This will determine whether or not to show on search */\n Searchable?: Maybe;\n Shortcut?: Maybe;\n /** This will determine whether or not breadcrumb will be displayed */\n ShowBreadcrumbs?: Maybe;\n /** This will determine whether or not commerce header will be displayed */\n ShowCommerceHeader?: Maybe;\n SiteId?: Maybe;\n StartPublish?: Maybe;\n Status?: Maybe;\n StopPublish?: Maybe;\n TrackOdp?: Maybe;\n Url?: Maybe;\n /** @deprecated Use `_link` field instead */\n _children?: Maybe;\n _deleted?: Maybe;\n _fulltext?: Maybe>>;\n _id?: Maybe;\n _link?: Maybe;\n _modified?: Maybe;\n _score?: Maybe;\n};\n\n\n/** Page for error handling */\nexport type ErrorPageDisableIndexingArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Page for error handling */\nexport type ErrorPageExcludeFromSitemapArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Page for error handling */\nexport type ErrorPageHideSiteFooterArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Page for error handling */\nexport type ErrorPageHideSiteHeaderArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Page for error handling */\nexport type ErrorPageIsFeaturedContentArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Page for error handling */\nexport type ErrorPageKeywordsArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Page for error handling */\nexport type ErrorPageMainContentAreaArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Page for error handling */\nexport type ErrorPageMastheadAreaArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Page for error handling */\nexport type ErrorPageNameArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Page for error handling */\nexport type ErrorPageNavigationTitleArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Page for error handling */\nexport type ErrorPageSearchableArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Page for error handling */\nexport type ErrorPageShowBreadcrumbsArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Page for error handling */\nexport type ErrorPageShowCommerceHeaderArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Page for error handling */\nexport type ErrorPageTrackOdpArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Page for error handling */\nexport type ErrorPage_FulltextArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Page for error handling */\nexport type ErrorPage_LinkArgs = {\n type?: InputMaybe;\n};\n\nexport type ErrorPageAutocomplete = {\n __typename?: 'ErrorPageAutocomplete';\n Ancestors?: Maybe>>;\n AreaOfStudyFacet?: Maybe;\n CampusLocationFacet?: Maybe;\n Category?: Maybe;\n CollegeOrSchoolFacet?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n DegreesFacet?: Maybe;\n DepartmentFacet?: Maybe;\n ExistingLanguages?: Maybe;\n KeywordsFacet?: Maybe;\n Language?: Maybe;\n LocationFacet?: Maybe;\n MasterLanguage?: Maybe;\n OverrideCardLink?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImage?: Maybe;\n PageImageUrl?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n ProgramTypeFacet?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n Status?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type ErrorPageAutocompleteAncestorsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ErrorPageAutocompleteContentTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ErrorPageAutocompletePageFeaturedDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ErrorPageAutocompletePageImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ErrorPageAutocompletePageNavigationTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ErrorPageAutocompleteRelativePathArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ErrorPageAutocompleteRouteSegmentArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ErrorPageAutocompleteShortcutArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ErrorPageAutocompleteSiteIdArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ErrorPageAutocompleteStatusArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ErrorPageAutocompleteUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type ErrorPageFacet = {\n __typename?: 'ErrorPageFacet';\n Ancestors?: Maybe>>;\n AreaOfStudyFacet?: Maybe;\n CampusLocationFacet?: Maybe;\n Category?: Maybe;\n Changed?: Maybe>>;\n CollegeOrSchoolFacet?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe>>;\n DegreesFacet?: Maybe;\n DepartmentFacet?: Maybe;\n DisableIndexing?: Maybe>>;\n ExcludeFromSitemap?: Maybe>>;\n ExistingLanguages?: Maybe;\n HideSiteFooter?: Maybe>>;\n HideSiteHeader?: Maybe>>;\n IsCommonDraft?: Maybe>>;\n IsFeaturedContent?: Maybe>>;\n Keywords?: Maybe>>;\n KeywordsFacet?: Maybe;\n Language?: Maybe;\n LocationFacet?: Maybe;\n MainContentArea?: Maybe;\n MasterLanguage?: Maybe;\n MastheadArea?: Maybe;\n Name?: Maybe>>;\n NavigationTitle?: Maybe>>;\n OverrideCardLink?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImage?: Maybe;\n PageImageUrl?: Maybe>>;\n PageIsSearchable?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n ProgramTypeFacet?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Saved?: Maybe>>;\n Searchable?: Maybe>>;\n Shortcut?: Maybe>>;\n ShowBreadcrumbs?: Maybe>>;\n ShowCommerceHeader?: Maybe>>;\n SiteId?: Maybe>>;\n StartPublish?: Maybe>>;\n Status?: Maybe>>;\n StopPublish?: Maybe>>;\n TrackOdp?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type ErrorPageFacetAncestorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ErrorPageFacetChangedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type ErrorPageFacetContentTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ErrorPageFacetCreatedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type ErrorPageFacetDisableIndexingArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ErrorPageFacetExcludeFromSitemapArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ErrorPageFacetHideSiteFooterArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ErrorPageFacetHideSiteHeaderArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ErrorPageFacetIsCommonDraftArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ErrorPageFacetIsFeaturedContentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ErrorPageFacetKeywordsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ErrorPageFacetNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ErrorPageFacetNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ErrorPageFacetPageFeaturedDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ErrorPageFacetPageImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ErrorPageFacetPageIsSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ErrorPageFacetPageNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ErrorPageFacetRelativePathArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ErrorPageFacetRouteSegmentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ErrorPageFacetSavedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type ErrorPageFacetSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ErrorPageFacetShortcutArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ErrorPageFacetShowBreadcrumbsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ErrorPageFacetShowCommerceHeaderArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ErrorPageFacetSiteIdArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ErrorPageFacetStartPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type ErrorPageFacetStatusArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ErrorPageFacetStopPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type ErrorPageFacetTrackOdpArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ErrorPageFacetUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type ErrorPageOrderByInput = {\n Ancestors?: InputMaybe;\n AreaOfStudyFacet?: InputMaybe;\n CampusLocationFacet?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n CollegeOrSchoolFacet?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n DegreesFacet?: InputMaybe;\n DepartmentFacet?: InputMaybe;\n DisableIndexing?: InputMaybe;\n ExcludeFromSitemap?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n HideSiteFooter?: InputMaybe;\n HideSiteHeader?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n IsFeaturedContent?: InputMaybe;\n Keywords?: InputMaybe;\n KeywordsFacet?: InputMaybe;\n Language?: InputMaybe;\n LocationFacet?: InputMaybe;\n MainContentArea?: InputMaybe;\n MasterLanguage?: InputMaybe;\n MastheadArea?: InputMaybe;\n Name?: InputMaybe;\n NavigationTitle?: InputMaybe;\n OverrideCardLink?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImage?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n ProgramTypeFacet?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Searchable?: InputMaybe;\n Shortcut?: InputMaybe;\n ShowBreadcrumbs?: InputMaybe;\n ShowCommerceHeader?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n TrackOdp?: InputMaybe;\n Url?: InputMaybe;\n _minimumScore?: InputMaybe;\n _modified?: InputMaybe;\n _ranking?: InputMaybe;\n _semanticWeight?: InputMaybe;\n};\n\nexport type ErrorPageOutput = {\n __typename?: 'ErrorPageOutput';\n autocomplete?: Maybe;\n cursor?: Maybe;\n facets?: Maybe;\n items?: Maybe>>;\n total?: Maybe;\n};\n\n\nexport type ErrorPageOutputTotalArgs = {\n all?: InputMaybe;\n};\n\nexport type ErrorPageWhereInput = {\n Ancestors?: InputMaybe;\n AreaOfStudyFacet?: InputMaybe;\n CampusLocationFacet?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n CollegeOrSchoolFacet?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n DegreesFacet?: InputMaybe;\n DepartmentFacet?: InputMaybe;\n DisableIndexing?: InputMaybe;\n ExcludeFromSitemap?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n HideSiteFooter?: InputMaybe;\n HideSiteHeader?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n IsFeaturedContent?: InputMaybe;\n Keywords?: InputMaybe;\n KeywordsFacet?: InputMaybe;\n Language?: InputMaybe;\n LocationFacet?: InputMaybe;\n MainContentArea?: InputMaybe;\n MasterLanguage?: InputMaybe;\n MastheadArea?: InputMaybe;\n Name?: InputMaybe;\n NavigationTitle?: InputMaybe;\n OverrideCardLink?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImage?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n ProgramTypeFacet?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Searchable?: InputMaybe;\n Shortcut?: InputMaybe;\n ShowBreadcrumbs?: InputMaybe;\n ShowCommerceHeader?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n TrackOdp?: InputMaybe;\n Url?: InputMaybe;\n _and?: InputMaybe>>;\n _fulltext?: InputMaybe;\n _modified?: InputMaybe;\n _not?: InputMaybe>>;\n _or?: InputMaybe>>;\n};\n\n/** Event pages using a specific page template. Page can be inserted in a Right Rail. */\nexport type EventDetailPage = IContent & IData & {\n __typename?: 'EventDetailPage';\n Ancestors?: Maybe>>;\n AreaOfStudyFacet?: Maybe;\n BreadcrumbsTitle?: Maybe;\n CampusLocationFacet?: Maybe;\n Category?: Maybe>>;\n Changed?: Maybe;\n CollegeOrSchoolFacet?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe;\n DegreesFacet?: Maybe;\n DepartmentFacet?: Maybe;\n DisableIndexing?: Maybe;\n /** Date showed on page will be transformed to the time zone selected in Label Settings. */\n EndDateEvent?: Maybe;\n EventAudienceFacet?: Maybe;\n /** Recommended Image Size: 2880x1620 px (16:9 Aspect Ratio) */\n EventImage?: Maybe;\n EventLocationFacet?: Maybe;\n EventTitle?: Maybe;\n EventTypeFacet?: Maybe;\n /** This will determine whether or not to show on the sitemap */\n ExcludeFromSitemap?: Maybe;\n ExistingLanguages?: Maybe>>;\n FeaturedDescription?: Maybe;\n HideSiteFooter?: Maybe;\n HideSiteHeader?: Maybe;\n /** Date showed on page will be transformed to the time zone selected in Label Settings. */\n InitialDateEvent?: Maybe;\n /** Selecting this will remove the hour and will display the label of the 'All Day' field from Label Settings. */\n IsAllDay?: Maybe;\n IsCommonDraft?: Maybe;\n IsFeaturedContent?: Maybe;\n Keywords?: Maybe;\n KeywordsFacet?: Maybe;\n Language?: Maybe;\n LeftModules?: Maybe>>;\n LocationFacet?: Maybe;\n MainContentArea?: Maybe>>;\n MasterLanguage?: Maybe;\n Name?: Maybe;\n NavigationTitle?: Maybe;\n /** The link and text will be used when the page is displayed as a card in other modules. By default, the link is the same as the actual page. */\n OverrideCardLink?: Maybe;\n PageFeaturedDescription?: Maybe;\n /** Image that will be used when the page is displayed as a card for Generic Pages. Recommended Image Size: 1536x1152 px (4:3 Aspect Ratio) */\n PageImage?: Maybe;\n PageImageUrl?: Maybe;\n PageIsSearchable?: Maybe;\n PageNavigationTitle?: Maybe;\n ParentLink?: Maybe;\n ProgramTypeFacet?: Maybe;\n RelativePath?: Maybe;\n RightRailModules?: Maybe>>;\n RouteSegment?: Maybe;\n Saved?: Maybe;\n /** This will determine whether or not to show on search */\n Searchable?: Maybe;\n Shortcut?: Maybe;\n /** This will determine whether or not breadcrumb will be displayed */\n ShowBreadcrumbs?: Maybe;\n /** This will determine whether or not commerce header will be displayed */\n ShowCommerceHeader?: Maybe;\n SiteId?: Maybe;\n StartPublish?: Maybe;\n Status?: Maybe;\n StopPublish?: Maybe;\n TrackOdp?: Maybe;\n Url?: Maybe;\n /** @deprecated Use `_link` field instead */\n _children?: Maybe;\n _deleted?: Maybe;\n _fulltext?: Maybe>>;\n _id?: Maybe;\n _link?: Maybe;\n _modified?: Maybe;\n _score?: Maybe;\n};\n\n\n/** Event pages using a specific page template. Page can be inserted in a Right Rail. */\nexport type EventDetailPageDisableIndexingArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Event pages using a specific page template. Page can be inserted in a Right Rail. */\nexport type EventDetailPageEventTitleArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Event pages using a specific page template. Page can be inserted in a Right Rail. */\nexport type EventDetailPageExcludeFromSitemapArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Event pages using a specific page template. Page can be inserted in a Right Rail. */\nexport type EventDetailPageHideSiteFooterArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Event pages using a specific page template. Page can be inserted in a Right Rail. */\nexport type EventDetailPageHideSiteHeaderArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Event pages using a specific page template. Page can be inserted in a Right Rail. */\nexport type EventDetailPageIsAllDayArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Event pages using a specific page template. Page can be inserted in a Right Rail. */\nexport type EventDetailPageIsFeaturedContentArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Event pages using a specific page template. Page can be inserted in a Right Rail. */\nexport type EventDetailPageKeywordsArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Event pages using a specific page template. Page can be inserted in a Right Rail. */\nexport type EventDetailPageLeftModulesArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Event pages using a specific page template. Page can be inserted in a Right Rail. */\nexport type EventDetailPageMainContentAreaArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Event pages using a specific page template. Page can be inserted in a Right Rail. */\nexport type EventDetailPageNameArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Event pages using a specific page template. Page can be inserted in a Right Rail. */\nexport type EventDetailPageNavigationTitleArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Event pages using a specific page template. Page can be inserted in a Right Rail. */\nexport type EventDetailPageRightRailModulesArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Event pages using a specific page template. Page can be inserted in a Right Rail. */\nexport type EventDetailPageSearchableArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Event pages using a specific page template. Page can be inserted in a Right Rail. */\nexport type EventDetailPageShowBreadcrumbsArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Event pages using a specific page template. Page can be inserted in a Right Rail. */\nexport type EventDetailPageShowCommerceHeaderArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Event pages using a specific page template. Page can be inserted in a Right Rail. */\nexport type EventDetailPageTrackOdpArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Event pages using a specific page template. Page can be inserted in a Right Rail. */\nexport type EventDetailPage_FulltextArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Event pages using a specific page template. Page can be inserted in a Right Rail. */\nexport type EventDetailPage_LinkArgs = {\n type?: InputMaybe;\n};\n\nexport type EventDetailPageAutocomplete = {\n __typename?: 'EventDetailPageAutocomplete';\n Ancestors?: Maybe>>;\n AreaOfStudyFacet?: Maybe;\n CampusLocationFacet?: Maybe;\n Category?: Maybe;\n CollegeOrSchoolFacet?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n DegreesFacet?: Maybe;\n DepartmentFacet?: Maybe;\n EventAudienceFacet?: Maybe;\n EventImage?: Maybe;\n EventLocationFacet?: Maybe;\n EventTypeFacet?: Maybe;\n ExistingLanguages?: Maybe;\n KeywordsFacet?: Maybe;\n Language?: Maybe;\n LocationFacet?: Maybe;\n MasterLanguage?: Maybe;\n OverrideCardLink?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImage?: Maybe;\n PageImageUrl?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n ProgramTypeFacet?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n Status?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type EventDetailPageAutocompleteAncestorsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type EventDetailPageAutocompleteContentTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type EventDetailPageAutocompletePageFeaturedDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type EventDetailPageAutocompletePageImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type EventDetailPageAutocompletePageNavigationTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type EventDetailPageAutocompleteRelativePathArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type EventDetailPageAutocompleteRouteSegmentArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type EventDetailPageAutocompleteShortcutArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type EventDetailPageAutocompleteSiteIdArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type EventDetailPageAutocompleteStatusArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type EventDetailPageAutocompleteUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type EventDetailPageFacet = {\n __typename?: 'EventDetailPageFacet';\n Ancestors?: Maybe>>;\n AreaOfStudyFacet?: Maybe;\n CampusLocationFacet?: Maybe;\n Category?: Maybe;\n Changed?: Maybe>>;\n CollegeOrSchoolFacet?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe>>;\n DegreesFacet?: Maybe;\n DepartmentFacet?: Maybe;\n DisableIndexing?: Maybe>>;\n EndDateEvent?: Maybe>>;\n EventAudienceFacet?: Maybe;\n EventImage?: Maybe;\n EventLocationFacet?: Maybe;\n EventTitle?: Maybe>>;\n EventTypeFacet?: Maybe;\n ExcludeFromSitemap?: Maybe>>;\n ExistingLanguages?: Maybe;\n HideSiteFooter?: Maybe>>;\n HideSiteHeader?: Maybe>>;\n InitialDateEvent?: Maybe>>;\n IsAllDay?: Maybe>>;\n IsCommonDraft?: Maybe>>;\n IsFeaturedContent?: Maybe>>;\n Keywords?: Maybe>>;\n KeywordsFacet?: Maybe;\n Language?: Maybe;\n LeftModules?: Maybe;\n LocationFacet?: Maybe;\n MainContentArea?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe>>;\n NavigationTitle?: Maybe>>;\n OverrideCardLink?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImage?: Maybe;\n PageImageUrl?: Maybe>>;\n PageIsSearchable?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n ProgramTypeFacet?: Maybe;\n RelativePath?: Maybe>>;\n RightRailModules?: Maybe;\n RouteSegment?: Maybe>>;\n Saved?: Maybe>>;\n Searchable?: Maybe>>;\n Shortcut?: Maybe>>;\n ShowBreadcrumbs?: Maybe>>;\n ShowCommerceHeader?: Maybe>>;\n SiteId?: Maybe>>;\n StartPublish?: Maybe>>;\n Status?: Maybe>>;\n StopPublish?: Maybe>>;\n TrackOdp?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type EventDetailPageFacetAncestorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type EventDetailPageFacetChangedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type EventDetailPageFacetContentTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type EventDetailPageFacetCreatedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type EventDetailPageFacetDisableIndexingArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type EventDetailPageFacetEndDateEventArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type EventDetailPageFacetEventTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type EventDetailPageFacetExcludeFromSitemapArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type EventDetailPageFacetHideSiteFooterArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type EventDetailPageFacetHideSiteHeaderArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type EventDetailPageFacetInitialDateEventArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type EventDetailPageFacetIsAllDayArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type EventDetailPageFacetIsCommonDraftArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type EventDetailPageFacetIsFeaturedContentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type EventDetailPageFacetKeywordsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type EventDetailPageFacetNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type EventDetailPageFacetNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type EventDetailPageFacetPageFeaturedDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type EventDetailPageFacetPageImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type EventDetailPageFacetPageIsSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type EventDetailPageFacetPageNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type EventDetailPageFacetRelativePathArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type EventDetailPageFacetRouteSegmentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type EventDetailPageFacetSavedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type EventDetailPageFacetSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type EventDetailPageFacetShortcutArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type EventDetailPageFacetShowBreadcrumbsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type EventDetailPageFacetShowCommerceHeaderArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type EventDetailPageFacetSiteIdArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type EventDetailPageFacetStartPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type EventDetailPageFacetStatusArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type EventDetailPageFacetStopPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type EventDetailPageFacetTrackOdpArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type EventDetailPageFacetUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type EventDetailPageOrderByInput = {\n Ancestors?: InputMaybe;\n AreaOfStudyFacet?: InputMaybe;\n CampusLocationFacet?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n CollegeOrSchoolFacet?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n DegreesFacet?: InputMaybe;\n DepartmentFacet?: InputMaybe;\n DisableIndexing?: InputMaybe;\n EndDateEvent?: InputMaybe;\n EventAudienceFacet?: InputMaybe;\n EventImage?: InputMaybe;\n EventLocationFacet?: InputMaybe;\n EventTitle?: InputMaybe;\n EventTypeFacet?: InputMaybe;\n ExcludeFromSitemap?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n HideSiteFooter?: InputMaybe;\n HideSiteHeader?: InputMaybe;\n InitialDateEvent?: InputMaybe;\n IsAllDay?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n IsFeaturedContent?: InputMaybe;\n Keywords?: InputMaybe;\n KeywordsFacet?: InputMaybe;\n Language?: InputMaybe;\n LeftModules?: InputMaybe;\n LocationFacet?: InputMaybe;\n MainContentArea?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n NavigationTitle?: InputMaybe;\n OverrideCardLink?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImage?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n ProgramTypeFacet?: InputMaybe;\n RelativePath?: InputMaybe;\n RightRailModules?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Searchable?: InputMaybe;\n Shortcut?: InputMaybe;\n ShowBreadcrumbs?: InputMaybe;\n ShowCommerceHeader?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n TrackOdp?: InputMaybe;\n Url?: InputMaybe;\n _minimumScore?: InputMaybe;\n _modified?: InputMaybe;\n _ranking?: InputMaybe;\n _semanticWeight?: InputMaybe;\n};\n\nexport type EventDetailPageOutput = {\n __typename?: 'EventDetailPageOutput';\n autocomplete?: Maybe;\n cursor?: Maybe;\n facets?: Maybe;\n items?: Maybe>>;\n total?: Maybe;\n};\n\n\nexport type EventDetailPageOutputTotalArgs = {\n all?: InputMaybe;\n};\n\nexport type EventDetailPageWhereInput = {\n Ancestors?: InputMaybe;\n AreaOfStudyFacet?: InputMaybe;\n CampusLocationFacet?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n CollegeOrSchoolFacet?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n DegreesFacet?: InputMaybe;\n DepartmentFacet?: InputMaybe;\n DisableIndexing?: InputMaybe;\n EndDateEvent?: InputMaybe;\n EventAudienceFacet?: InputMaybe;\n EventImage?: InputMaybe;\n EventLocationFacet?: InputMaybe;\n EventTitle?: InputMaybe;\n EventTypeFacet?: InputMaybe;\n ExcludeFromSitemap?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n HideSiteFooter?: InputMaybe;\n HideSiteHeader?: InputMaybe;\n InitialDateEvent?: InputMaybe;\n IsAllDay?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n IsFeaturedContent?: InputMaybe;\n Keywords?: InputMaybe;\n KeywordsFacet?: InputMaybe;\n Language?: InputMaybe;\n LeftModules?: InputMaybe;\n LocationFacet?: InputMaybe;\n MainContentArea?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n NavigationTitle?: InputMaybe;\n OverrideCardLink?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImage?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n ProgramTypeFacet?: InputMaybe;\n RelativePath?: InputMaybe;\n RightRailModules?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Searchable?: InputMaybe;\n Shortcut?: InputMaybe;\n ShowBreadcrumbs?: InputMaybe;\n ShowCommerceHeader?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n TrackOdp?: InputMaybe;\n Url?: InputMaybe;\n _and?: InputMaybe>>;\n _fulltext?: InputMaybe;\n _modified?: InputMaybe;\n _not?: InputMaybe>>;\n _or?: InputMaybe>>;\n};\n\n/** Page with a list of events with the ability to filter by tags. */\nexport type EventListingPage = IContent & IData & {\n __typename?: 'EventListingPage';\n Ancestors?: Maybe>>;\n AreaOfStudyFacet?: Maybe;\n BreadcrumbsTitle?: Maybe;\n CampusLocationFacet?: Maybe;\n Category?: Maybe>>;\n Changed?: Maybe;\n CollegeOrSchoolFacet?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe;\n DegreesFacet?: Maybe;\n DepartmentFacet?: Maybe;\n DisableIndexing?: Maybe;\n /** This will determine whether or not to show on the sitemap */\n ExcludeFromSitemap?: Maybe;\n ExistingLanguages?: Maybe>>;\n FeaturedDescription?: Maybe;\n HideSiteFooter?: Maybe;\n HideSiteHeader?: Maybe;\n IsCommonDraft?: Maybe;\n IsFeaturedContent?: Maybe;\n Keywords?: Maybe;\n KeywordsFacet?: Maybe;\n Language?: Maybe;\n LocationFacet?: Maybe;\n MainContentArea?: Maybe>>;\n MasterLanguage?: Maybe;\n Masthead?: Maybe>>;\n Name?: Maybe;\n NavigationTitle?: Maybe;\n /** The link and text will be used when the page is displayed as a card in other modules. By default, the link is the same as the actual page. */\n OverrideCardLink?: Maybe;\n PageFeaturedDescription?: Maybe;\n /** Image that will be used when the page is displayed as a card for Generic Pages. Recommended Image Size: 1536x1152 px (4:3 Aspect Ratio) */\n PageImage?: Maybe;\n PageImageUrl?: Maybe;\n PageIsSearchable?: Maybe;\n PageNavigationTitle?: Maybe;\n ParentLink?: Maybe;\n ProgramTypeFacet?: Maybe;\n RelativePath?: Maybe;\n RouteSegment?: Maybe;\n Saved?: Maybe;\n /** This will determine whether or not to show on search */\n Searchable?: Maybe;\n Shortcut?: Maybe;\n /** This will determine whether or not breadcrumb will be displayed */\n ShowBreadcrumbs?: Maybe;\n /** This will determine whether or not commerce header will be displayed */\n ShowCommerceHeader?: Maybe;\n SiteId?: Maybe;\n StartPublish?: Maybe;\n Status?: Maybe;\n StopPublish?: Maybe;\n TrackOdp?: Maybe;\n Url?: Maybe;\n /** @deprecated Use `_link` field instead */\n _children?: Maybe;\n _deleted?: Maybe;\n _fulltext?: Maybe>>;\n _id?: Maybe;\n _link?: Maybe;\n _modified?: Maybe;\n _score?: Maybe;\n};\n\n\n/** Page with a list of events with the ability to filter by tags. */\nexport type EventListingPageDisableIndexingArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Page with a list of events with the ability to filter by tags. */\nexport type EventListingPageExcludeFromSitemapArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Page with a list of events with the ability to filter by tags. */\nexport type EventListingPageHideSiteFooterArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Page with a list of events with the ability to filter by tags. */\nexport type EventListingPageHideSiteHeaderArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Page with a list of events with the ability to filter by tags. */\nexport type EventListingPageIsFeaturedContentArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Page with a list of events with the ability to filter by tags. */\nexport type EventListingPageKeywordsArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Page with a list of events with the ability to filter by tags. */\nexport type EventListingPageMainContentAreaArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Page with a list of events with the ability to filter by tags. */\nexport type EventListingPageMastheadArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Page with a list of events with the ability to filter by tags. */\nexport type EventListingPageNameArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Page with a list of events with the ability to filter by tags. */\nexport type EventListingPageNavigationTitleArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Page with a list of events with the ability to filter by tags. */\nexport type EventListingPageSearchableArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Page with a list of events with the ability to filter by tags. */\nexport type EventListingPageShowBreadcrumbsArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Page with a list of events with the ability to filter by tags. */\nexport type EventListingPageShowCommerceHeaderArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Page with a list of events with the ability to filter by tags. */\nexport type EventListingPageTrackOdpArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Page with a list of events with the ability to filter by tags. */\nexport type EventListingPage_FulltextArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Page with a list of events with the ability to filter by tags. */\nexport type EventListingPage_LinkArgs = {\n type?: InputMaybe;\n};\n\nexport type EventListingPageAutocomplete = {\n __typename?: 'EventListingPageAutocomplete';\n Ancestors?: Maybe>>;\n AreaOfStudyFacet?: Maybe;\n CampusLocationFacet?: Maybe;\n Category?: Maybe;\n CollegeOrSchoolFacet?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n DegreesFacet?: Maybe;\n DepartmentFacet?: Maybe;\n ExistingLanguages?: Maybe;\n KeywordsFacet?: Maybe;\n Language?: Maybe;\n LocationFacet?: Maybe;\n MasterLanguage?: Maybe;\n OverrideCardLink?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImage?: Maybe;\n PageImageUrl?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n ProgramTypeFacet?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n Status?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type EventListingPageAutocompleteAncestorsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type EventListingPageAutocompleteContentTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type EventListingPageAutocompletePageFeaturedDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type EventListingPageAutocompletePageImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type EventListingPageAutocompletePageNavigationTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type EventListingPageAutocompleteRelativePathArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type EventListingPageAutocompleteRouteSegmentArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type EventListingPageAutocompleteShortcutArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type EventListingPageAutocompleteSiteIdArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type EventListingPageAutocompleteStatusArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type EventListingPageAutocompleteUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type EventListingPageFacet = {\n __typename?: 'EventListingPageFacet';\n Ancestors?: Maybe>>;\n AreaOfStudyFacet?: Maybe;\n CampusLocationFacet?: Maybe;\n Category?: Maybe;\n Changed?: Maybe>>;\n CollegeOrSchoolFacet?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe>>;\n DegreesFacet?: Maybe;\n DepartmentFacet?: Maybe;\n DisableIndexing?: Maybe>>;\n ExcludeFromSitemap?: Maybe>>;\n ExistingLanguages?: Maybe;\n HideSiteFooter?: Maybe>>;\n HideSiteHeader?: Maybe>>;\n IsCommonDraft?: Maybe>>;\n IsFeaturedContent?: Maybe>>;\n Keywords?: Maybe>>;\n KeywordsFacet?: Maybe;\n Language?: Maybe;\n LocationFacet?: Maybe;\n MainContentArea?: Maybe;\n MasterLanguage?: Maybe;\n Masthead?: Maybe;\n Name?: Maybe>>;\n NavigationTitle?: Maybe>>;\n OverrideCardLink?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImage?: Maybe;\n PageImageUrl?: Maybe>>;\n PageIsSearchable?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n ProgramTypeFacet?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Saved?: Maybe>>;\n Searchable?: Maybe>>;\n Shortcut?: Maybe>>;\n ShowBreadcrumbs?: Maybe>>;\n ShowCommerceHeader?: Maybe>>;\n SiteId?: Maybe>>;\n StartPublish?: Maybe>>;\n Status?: Maybe>>;\n StopPublish?: Maybe>>;\n TrackOdp?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type EventListingPageFacetAncestorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type EventListingPageFacetChangedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type EventListingPageFacetContentTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type EventListingPageFacetCreatedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type EventListingPageFacetDisableIndexingArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type EventListingPageFacetExcludeFromSitemapArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type EventListingPageFacetHideSiteFooterArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type EventListingPageFacetHideSiteHeaderArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type EventListingPageFacetIsCommonDraftArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type EventListingPageFacetIsFeaturedContentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type EventListingPageFacetKeywordsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type EventListingPageFacetNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type EventListingPageFacetNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type EventListingPageFacetPageFeaturedDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type EventListingPageFacetPageImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type EventListingPageFacetPageIsSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type EventListingPageFacetPageNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type EventListingPageFacetRelativePathArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type EventListingPageFacetRouteSegmentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type EventListingPageFacetSavedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type EventListingPageFacetSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type EventListingPageFacetShortcutArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type EventListingPageFacetShowBreadcrumbsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type EventListingPageFacetShowCommerceHeaderArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type EventListingPageFacetSiteIdArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type EventListingPageFacetStartPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type EventListingPageFacetStatusArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type EventListingPageFacetStopPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type EventListingPageFacetTrackOdpArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type EventListingPageFacetUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type EventListingPageOrderByInput = {\n Ancestors?: InputMaybe;\n AreaOfStudyFacet?: InputMaybe;\n CampusLocationFacet?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n CollegeOrSchoolFacet?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n DegreesFacet?: InputMaybe;\n DepartmentFacet?: InputMaybe;\n DisableIndexing?: InputMaybe;\n ExcludeFromSitemap?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n HideSiteFooter?: InputMaybe;\n HideSiteHeader?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n IsFeaturedContent?: InputMaybe;\n Keywords?: InputMaybe;\n KeywordsFacet?: InputMaybe;\n Language?: InputMaybe;\n LocationFacet?: InputMaybe;\n MainContentArea?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Masthead?: InputMaybe;\n Name?: InputMaybe;\n NavigationTitle?: InputMaybe;\n OverrideCardLink?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImage?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n ProgramTypeFacet?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Searchable?: InputMaybe;\n Shortcut?: InputMaybe;\n ShowBreadcrumbs?: InputMaybe;\n ShowCommerceHeader?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n TrackOdp?: InputMaybe;\n Url?: InputMaybe;\n _minimumScore?: InputMaybe;\n _modified?: InputMaybe;\n _ranking?: InputMaybe;\n _semanticWeight?: InputMaybe;\n};\n\nexport type EventListingPageOutput = {\n __typename?: 'EventListingPageOutput';\n autocomplete?: Maybe;\n cursor?: Maybe;\n facets?: Maybe;\n items?: Maybe>>;\n total?: Maybe;\n};\n\n\nexport type EventListingPageOutputTotalArgs = {\n all?: InputMaybe;\n};\n\nexport type EventListingPageWhereInput = {\n Ancestors?: InputMaybe;\n AreaOfStudyFacet?: InputMaybe;\n CampusLocationFacet?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n CollegeOrSchoolFacet?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n DegreesFacet?: InputMaybe;\n DepartmentFacet?: InputMaybe;\n DisableIndexing?: InputMaybe;\n ExcludeFromSitemap?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n HideSiteFooter?: InputMaybe;\n HideSiteHeader?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n IsFeaturedContent?: InputMaybe;\n Keywords?: InputMaybe;\n KeywordsFacet?: InputMaybe;\n Language?: InputMaybe;\n LocationFacet?: InputMaybe;\n MainContentArea?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Masthead?: InputMaybe;\n Name?: InputMaybe;\n NavigationTitle?: InputMaybe;\n OverrideCardLink?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImage?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n ProgramTypeFacet?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Searchable?: InputMaybe;\n Shortcut?: InputMaybe;\n ShowBreadcrumbs?: InputMaybe;\n ShowCommerceHeader?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n TrackOdp?: InputMaybe;\n Url?: InputMaybe;\n _and?: InputMaybe>>;\n _fulltext?: InputMaybe;\n _modified?: InputMaybe;\n _not?: InputMaybe>>;\n _or?: InputMaybe>>;\n};\n\n/** Used for executable file types such as EXE. */\nexport type ExecutableMediaData = IContent & IData & {\n __typename?: 'ExecutableMediaData';\n Ancestors?: Maybe>>;\n Category?: Maybe>>;\n Changed?: Maybe;\n Content?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe;\n ExistingLanguages?: Maybe>>;\n IsCommonDraft?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n MimeType?: Maybe;\n Name?: Maybe;\n PageFeaturedDescription?: Maybe;\n PageImageUrl?: Maybe;\n PageIsSearchable?: Maybe;\n PageNavigationTitle?: Maybe;\n ParentLink?: Maybe;\n RelativePath?: Maybe;\n RouteSegment?: Maybe;\n Saved?: Maybe;\n Shortcut?: Maybe;\n SiteId?: Maybe;\n StartPublish?: Maybe;\n Status?: Maybe;\n StopPublish?: Maybe;\n Thumbnail?: Maybe;\n Url?: Maybe;\n /** @deprecated Use `_link` field instead */\n _children?: Maybe;\n _deleted?: Maybe;\n _fulltext?: Maybe>>;\n _id?: Maybe;\n _link?: Maybe;\n _modified?: Maybe;\n _score?: Maybe;\n};\n\n\n/** Used for executable file types such as EXE. */\nexport type ExecutableMediaDataContentArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Used for executable file types such as EXE. */\nexport type ExecutableMediaDataNameArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Used for executable file types such as EXE. */\nexport type ExecutableMediaData_FulltextArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Used for executable file types such as EXE. */\nexport type ExecutableMediaData_LinkArgs = {\n type?: InputMaybe;\n};\n\nexport type ExecutableMediaDataAutocomplete = {\n __typename?: 'ExecutableMediaDataAutocomplete';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n ExistingLanguages?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n MimeType?: Maybe>>;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n Status?: Maybe>>;\n Thumbnail?: Maybe;\n Url?: Maybe>>;\n};\n\n\nexport type ExecutableMediaDataAutocompleteAncestorsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ExecutableMediaDataAutocompleteContentTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ExecutableMediaDataAutocompleteMimeTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ExecutableMediaDataAutocompletePageFeaturedDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ExecutableMediaDataAutocompletePageImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ExecutableMediaDataAutocompletePageNavigationTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ExecutableMediaDataAutocompleteRelativePathArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ExecutableMediaDataAutocompleteRouteSegmentArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ExecutableMediaDataAutocompleteShortcutArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ExecutableMediaDataAutocompleteSiteIdArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ExecutableMediaDataAutocompleteStatusArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ExecutableMediaDataAutocompleteUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type ExecutableMediaDataFacet = {\n __typename?: 'ExecutableMediaDataFacet';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n Changed?: Maybe>>;\n Content?: Maybe>>;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe>>;\n ExistingLanguages?: Maybe;\n IsCommonDraft?: Maybe>>;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n MimeType?: Maybe>>;\n Name?: Maybe>>;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageIsSearchable?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Saved?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n StartPublish?: Maybe>>;\n Status?: Maybe>>;\n StopPublish?: Maybe>>;\n Thumbnail?: Maybe;\n Url?: Maybe>>;\n};\n\n\nexport type ExecutableMediaDataFacetAncestorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ExecutableMediaDataFacetChangedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type ExecutableMediaDataFacetContentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ExecutableMediaDataFacetContentTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ExecutableMediaDataFacetCreatedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type ExecutableMediaDataFacetIsCommonDraftArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ExecutableMediaDataFacetMimeTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ExecutableMediaDataFacetNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ExecutableMediaDataFacetPageFeaturedDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ExecutableMediaDataFacetPageImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ExecutableMediaDataFacetPageIsSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ExecutableMediaDataFacetPageNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ExecutableMediaDataFacetRelativePathArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ExecutableMediaDataFacetRouteSegmentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ExecutableMediaDataFacetSavedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type ExecutableMediaDataFacetShortcutArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ExecutableMediaDataFacetSiteIdArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ExecutableMediaDataFacetStartPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type ExecutableMediaDataFacetStatusArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ExecutableMediaDataFacetStopPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type ExecutableMediaDataFacetUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type ExecutableMediaDataOrderByInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n Content?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n MimeType?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Thumbnail?: InputMaybe;\n Url?: InputMaybe;\n _minimumScore?: InputMaybe;\n _modified?: InputMaybe;\n _ranking?: InputMaybe;\n _semanticWeight?: InputMaybe;\n};\n\nexport type ExecutableMediaDataOutput = {\n __typename?: 'ExecutableMediaDataOutput';\n autocomplete?: Maybe;\n cursor?: Maybe;\n facets?: Maybe;\n items?: Maybe>>;\n total?: Maybe;\n};\n\n\nexport type ExecutableMediaDataOutputTotalArgs = {\n all?: InputMaybe;\n};\n\nexport type ExecutableMediaDataWhereInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n Content?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n MimeType?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Thumbnail?: InputMaybe;\n Url?: InputMaybe;\n _and?: InputMaybe>>;\n _fulltext?: InputMaybe;\n _modified?: InputMaybe;\n _not?: InputMaybe>>;\n _or?: InputMaybe>>;\n};\n\n/** Display content from a Facebook feed */\nexport type FacebookBlock = IContent & IData & {\n __typename?: 'FacebookBlock';\n Ancestors?: Maybe>>;\n Category?: Maybe>>;\n Changed?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe;\n ExistingLanguages?: Maybe>>;\n IsCommonDraft?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe;\n PageFeaturedDescription?: Maybe;\n PageImageUrl?: Maybe;\n PageIsSearchable?: Maybe;\n PageNavigationTitle?: Maybe;\n ParentLink?: Maybe;\n RelativePath?: Maybe;\n RouteSegment?: Maybe;\n Saved?: Maybe;\n Shortcut?: Maybe;\n SiteId?: Maybe;\n StartPublish?: Maybe;\n Status?: Maybe;\n StopPublish?: Maybe;\n Url?: Maybe;\n /** @deprecated Use `_link` field instead */\n _children?: Maybe;\n _deleted?: Maybe;\n _fulltext?: Maybe>>;\n _id?: Maybe;\n _link?: Maybe;\n _modified?: Maybe;\n _score?: Maybe;\n};\n\n\n/** Display content from a Facebook feed */\nexport type FacebookBlockNameArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Display content from a Facebook feed */\nexport type FacebookBlock_FulltextArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Display content from a Facebook feed */\nexport type FacebookBlock_LinkArgs = {\n type?: InputMaybe;\n};\n\nexport type FacebookBlockAutocomplete = {\n __typename?: 'FacebookBlockAutocomplete';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n ExistingLanguages?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n Status?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type FacebookBlockAutocompleteAncestorsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type FacebookBlockAutocompleteContentTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type FacebookBlockAutocompletePageFeaturedDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type FacebookBlockAutocompletePageImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type FacebookBlockAutocompletePageNavigationTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type FacebookBlockAutocompleteRelativePathArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type FacebookBlockAutocompleteRouteSegmentArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type FacebookBlockAutocompleteShortcutArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type FacebookBlockAutocompleteSiteIdArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type FacebookBlockAutocompleteStatusArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type FacebookBlockAutocompleteUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type FacebookBlockFacet = {\n __typename?: 'FacebookBlockFacet';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n Changed?: Maybe>>;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe>>;\n ExistingLanguages?: Maybe;\n IsCommonDraft?: Maybe>>;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe>>;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageIsSearchable?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Saved?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n StartPublish?: Maybe>>;\n Status?: Maybe>>;\n StopPublish?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type FacebookBlockFacetAncestorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FacebookBlockFacetChangedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type FacebookBlockFacetContentTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FacebookBlockFacetCreatedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type FacebookBlockFacetIsCommonDraftArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FacebookBlockFacetNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FacebookBlockFacetPageFeaturedDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FacebookBlockFacetPageImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FacebookBlockFacetPageIsSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FacebookBlockFacetPageNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FacebookBlockFacetRelativePathArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FacebookBlockFacetRouteSegmentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FacebookBlockFacetSavedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type FacebookBlockFacetShortcutArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FacebookBlockFacetSiteIdArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FacebookBlockFacetStartPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type FacebookBlockFacetStatusArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FacebookBlockFacetStopPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type FacebookBlockFacetUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type FacebookBlockOrderByInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n _minimumScore?: InputMaybe;\n _modified?: InputMaybe;\n _ranking?: InputMaybe;\n _semanticWeight?: InputMaybe;\n};\n\nexport type FacebookBlockOutput = {\n __typename?: 'FacebookBlockOutput';\n autocomplete?: Maybe;\n cursor?: Maybe;\n facets?: Maybe;\n items?: Maybe>>;\n total?: Maybe;\n};\n\n\nexport type FacebookBlockOutputTotalArgs = {\n all?: InputMaybe;\n};\n\nexport type FacebookBlockWhereInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n _and?: InputMaybe>>;\n _fulltext?: InputMaybe;\n _modified?: InputMaybe;\n _not?: InputMaybe>>;\n _or?: InputMaybe>>;\n};\n\nexport enum FactorModifier {\n /** Add 1 to the field value and take the natural logarithm */\n Log = 'LOG',\n /** Do not apply any multiplier to the field value */\n None = 'NONE',\n /** Reciprocate the field value, same as 1/x where x is the field's value */\n Reciprocal = 'RECIPROCAL',\n /** Take the square root of the field value */\n Sqrt = 'SQRT',\n /** Square the field value (multiply it by itself) */\n Square = 'SQUARE'\n}\n\n/** Card that display a title, description, and a link. */\nexport type FeaturedCardBlock = IContent & IData & {\n __typename?: 'FeaturedCardBlock';\n Ancestors?: Maybe>>;\n Category?: Maybe>>;\n Changed?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe;\n Description?: Maybe;\n ExistingLanguages?: Maybe>>;\n Headline?: Maybe;\n IsCommonDraft?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe;\n PageFeaturedDescription?: Maybe;\n PageImageUrl?: Maybe;\n PageIsSearchable?: Maybe;\n PageNavigationTitle?: Maybe;\n ParentLink?: Maybe;\n RelativePath?: Maybe;\n RouteSegment?: Maybe;\n Saved?: Maybe;\n Shortcut?: Maybe;\n SiteId?: Maybe;\n StartPublish?: Maybe;\n Status?: Maybe;\n StopPublish?: Maybe;\n Url?: Maybe;\n /** @deprecated Use `_link` field instead */\n _children?: Maybe;\n _deleted?: Maybe;\n _fulltext?: Maybe>>;\n _id?: Maybe;\n _link?: Maybe;\n _modified?: Maybe;\n _score?: Maybe;\n};\n\n\n/** Card that display a title, description, and a link. */\nexport type FeaturedCardBlockDescriptionArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Card that display a title, description, and a link. */\nexport type FeaturedCardBlockHeadlineArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Card that display a title, description, and a link. */\nexport type FeaturedCardBlockNameArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Card that display a title, description, and a link. */\nexport type FeaturedCardBlock_FulltextArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Card that display a title, description, and a link. */\nexport type FeaturedCardBlock_LinkArgs = {\n type?: InputMaybe;\n};\n\nexport type FeaturedCardBlockAutocomplete = {\n __typename?: 'FeaturedCardBlockAutocomplete';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n ExistingLanguages?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n Status?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type FeaturedCardBlockAutocompleteAncestorsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type FeaturedCardBlockAutocompleteContentTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type FeaturedCardBlockAutocompletePageFeaturedDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type FeaturedCardBlockAutocompletePageImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type FeaturedCardBlockAutocompletePageNavigationTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type FeaturedCardBlockAutocompleteRelativePathArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type FeaturedCardBlockAutocompleteRouteSegmentArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type FeaturedCardBlockAutocompleteShortcutArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type FeaturedCardBlockAutocompleteSiteIdArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type FeaturedCardBlockAutocompleteStatusArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type FeaturedCardBlockAutocompleteUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type FeaturedCardBlockFacet = {\n __typename?: 'FeaturedCardBlockFacet';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n Changed?: Maybe>>;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe>>;\n Description?: Maybe>>;\n ExistingLanguages?: Maybe;\n Headline?: Maybe>>;\n IsCommonDraft?: Maybe>>;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe>>;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageIsSearchable?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Saved?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n StartPublish?: Maybe>>;\n Status?: Maybe>>;\n StopPublish?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type FeaturedCardBlockFacetAncestorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FeaturedCardBlockFacetChangedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type FeaturedCardBlockFacetContentTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FeaturedCardBlockFacetCreatedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type FeaturedCardBlockFacetDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FeaturedCardBlockFacetHeadlineArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FeaturedCardBlockFacetIsCommonDraftArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FeaturedCardBlockFacetNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FeaturedCardBlockFacetPageFeaturedDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FeaturedCardBlockFacetPageImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FeaturedCardBlockFacetPageIsSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FeaturedCardBlockFacetPageNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FeaturedCardBlockFacetRelativePathArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FeaturedCardBlockFacetRouteSegmentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FeaturedCardBlockFacetSavedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type FeaturedCardBlockFacetShortcutArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FeaturedCardBlockFacetSiteIdArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FeaturedCardBlockFacetStartPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type FeaturedCardBlockFacetStatusArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FeaturedCardBlockFacetStopPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type FeaturedCardBlockFacetUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type FeaturedCardBlockOrderByInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n Description?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n Headline?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n _minimumScore?: InputMaybe;\n _modified?: InputMaybe;\n _ranking?: InputMaybe;\n _semanticWeight?: InputMaybe;\n};\n\nexport type FeaturedCardBlockOutput = {\n __typename?: 'FeaturedCardBlockOutput';\n autocomplete?: Maybe;\n cursor?: Maybe;\n facets?: Maybe;\n items?: Maybe>>;\n total?: Maybe;\n};\n\n\nexport type FeaturedCardBlockOutputTotalArgs = {\n all?: InputMaybe;\n};\n\nexport type FeaturedCardBlockWhereInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n Description?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n Headline?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n _and?: InputMaybe>>;\n _fulltext?: InputMaybe;\n _modified?: InputMaybe;\n _not?: InputMaybe>>;\n _or?: InputMaybe>>;\n};\n\n/** Container with Featured Cards. */\nexport type FeaturedCardContainerBlock = IContent & IData & {\n __typename?: 'FeaturedCardContainerBlock';\n Ancestors?: Maybe>>;\n Category?: Maybe>>;\n Changed?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe;\n ExistingLanguages?: Maybe>>;\n FeaturedCards?: Maybe>>;\n Headline?: Maybe;\n IsCommonDraft?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe;\n PageFeaturedDescription?: Maybe;\n PageImageUrl?: Maybe;\n PageIsSearchable?: Maybe;\n PageNavigationTitle?: Maybe;\n ParentLink?: Maybe;\n RelativePath?: Maybe;\n RouteSegment?: Maybe;\n Saved?: Maybe;\n Shortcut?: Maybe;\n SiteId?: Maybe;\n StartPublish?: Maybe;\n Status?: Maybe;\n StopPublish?: Maybe;\n Url?: Maybe;\n /** @deprecated Use `_link` field instead */\n _children?: Maybe;\n _deleted?: Maybe;\n _fulltext?: Maybe>>;\n _id?: Maybe;\n _link?: Maybe;\n _modified?: Maybe;\n _score?: Maybe;\n};\n\n\n/** Container with Featured Cards. */\nexport type FeaturedCardContainerBlockFeaturedCardsArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Container with Featured Cards. */\nexport type FeaturedCardContainerBlockHeadlineArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Container with Featured Cards. */\nexport type FeaturedCardContainerBlockNameArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Container with Featured Cards. */\nexport type FeaturedCardContainerBlock_FulltextArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Container with Featured Cards. */\nexport type FeaturedCardContainerBlock_LinkArgs = {\n type?: InputMaybe;\n};\n\nexport type FeaturedCardContainerBlockAutocomplete = {\n __typename?: 'FeaturedCardContainerBlockAutocomplete';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n ExistingLanguages?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n Status?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type FeaturedCardContainerBlockAutocompleteAncestorsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type FeaturedCardContainerBlockAutocompleteContentTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type FeaturedCardContainerBlockAutocompletePageFeaturedDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type FeaturedCardContainerBlockAutocompletePageImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type FeaturedCardContainerBlockAutocompletePageNavigationTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type FeaturedCardContainerBlockAutocompleteRelativePathArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type FeaturedCardContainerBlockAutocompleteRouteSegmentArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type FeaturedCardContainerBlockAutocompleteShortcutArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type FeaturedCardContainerBlockAutocompleteSiteIdArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type FeaturedCardContainerBlockAutocompleteStatusArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type FeaturedCardContainerBlockAutocompleteUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type FeaturedCardContainerBlockFacet = {\n __typename?: 'FeaturedCardContainerBlockFacet';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n Changed?: Maybe>>;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe>>;\n ExistingLanguages?: Maybe;\n FeaturedCards?: Maybe;\n Headline?: Maybe>>;\n IsCommonDraft?: Maybe>>;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe>>;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageIsSearchable?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Saved?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n StartPublish?: Maybe>>;\n Status?: Maybe>>;\n StopPublish?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type FeaturedCardContainerBlockFacetAncestorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FeaturedCardContainerBlockFacetChangedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type FeaturedCardContainerBlockFacetContentTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FeaturedCardContainerBlockFacetCreatedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type FeaturedCardContainerBlockFacetHeadlineArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FeaturedCardContainerBlockFacetIsCommonDraftArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FeaturedCardContainerBlockFacetNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FeaturedCardContainerBlockFacetPageFeaturedDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FeaturedCardContainerBlockFacetPageImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FeaturedCardContainerBlockFacetPageIsSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FeaturedCardContainerBlockFacetPageNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FeaturedCardContainerBlockFacetRelativePathArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FeaturedCardContainerBlockFacetRouteSegmentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FeaturedCardContainerBlockFacetSavedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type FeaturedCardContainerBlockFacetShortcutArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FeaturedCardContainerBlockFacetSiteIdArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FeaturedCardContainerBlockFacetStartPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type FeaturedCardContainerBlockFacetStatusArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FeaturedCardContainerBlockFacetStopPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type FeaturedCardContainerBlockFacetUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type FeaturedCardContainerBlockOrderByInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n FeaturedCards?: InputMaybe;\n Headline?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n _minimumScore?: InputMaybe;\n _modified?: InputMaybe;\n _ranking?: InputMaybe;\n _semanticWeight?: InputMaybe;\n};\n\nexport type FeaturedCardContainerBlockOutput = {\n __typename?: 'FeaturedCardContainerBlockOutput';\n autocomplete?: Maybe;\n cursor?: Maybe;\n facets?: Maybe;\n items?: Maybe>>;\n total?: Maybe;\n};\n\n\nexport type FeaturedCardContainerBlockOutputTotalArgs = {\n all?: InputMaybe;\n};\n\nexport type FeaturedCardContainerBlockWhereInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n FeaturedCards?: InputMaybe;\n Headline?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n _and?: InputMaybe>>;\n _fulltext?: InputMaybe;\n _modified?: InputMaybe;\n _not?: InputMaybe>>;\n _or?: InputMaybe>>;\n};\n\n/** Displays a list of events. By default the 6 latest. It can also load events manually or by an event tag. */\nexport type FeaturedEventsBlock = IContent & IData & {\n __typename?: 'FeaturedEventsBlock';\n Ancestors?: Maybe>>;\n Category?: Maybe>>;\n Changed?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe;\n Description?: Maybe;\n EventList?: Maybe>>;\n ExistingLanguages?: Maybe>>;\n Heading?: Maybe;\n IsCommonDraft?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe;\n PageFeaturedDescription?: Maybe;\n PageImageUrl?: Maybe;\n PageIsSearchable?: Maybe;\n PageNavigationTitle?: Maybe;\n ParentLink?: Maybe;\n RelativePath?: Maybe;\n RouteSegment?: Maybe;\n Saved?: Maybe;\n Shortcut?: Maybe;\n SiteId?: Maybe;\n StartPublish?: Maybe;\n Status?: Maybe;\n StopPublish?: Maybe;\n Url?: Maybe;\n /** @deprecated Use `_link` field instead */\n _children?: Maybe;\n _deleted?: Maybe;\n _fulltext?: Maybe>>;\n _id?: Maybe;\n _link?: Maybe;\n _modified?: Maybe;\n _score?: Maybe;\n};\n\n\n/** Displays a list of events. By default the 6 latest. It can also load events manually or by an event tag. */\nexport type FeaturedEventsBlockDescriptionArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Displays a list of events. By default the 6 latest. It can also load events manually or by an event tag. */\nexport type FeaturedEventsBlockEventListArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Displays a list of events. By default the 6 latest. It can also load events manually or by an event tag. */\nexport type FeaturedEventsBlockHeadingArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Displays a list of events. By default the 6 latest. It can also load events manually or by an event tag. */\nexport type FeaturedEventsBlockNameArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Displays a list of events. By default the 6 latest. It can also load events manually or by an event tag. */\nexport type FeaturedEventsBlock_FulltextArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Displays a list of events. By default the 6 latest. It can also load events manually or by an event tag. */\nexport type FeaturedEventsBlock_LinkArgs = {\n type?: InputMaybe;\n};\n\nexport type FeaturedEventsBlockAutocomplete = {\n __typename?: 'FeaturedEventsBlockAutocomplete';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n ExistingLanguages?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n Status?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type FeaturedEventsBlockAutocompleteAncestorsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type FeaturedEventsBlockAutocompleteContentTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type FeaturedEventsBlockAutocompletePageFeaturedDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type FeaturedEventsBlockAutocompletePageImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type FeaturedEventsBlockAutocompletePageNavigationTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type FeaturedEventsBlockAutocompleteRelativePathArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type FeaturedEventsBlockAutocompleteRouteSegmentArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type FeaturedEventsBlockAutocompleteShortcutArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type FeaturedEventsBlockAutocompleteSiteIdArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type FeaturedEventsBlockAutocompleteStatusArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type FeaturedEventsBlockAutocompleteUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type FeaturedEventsBlockFacet = {\n __typename?: 'FeaturedEventsBlockFacet';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n Changed?: Maybe>>;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe>>;\n Description?: Maybe>>;\n EventList?: Maybe;\n ExistingLanguages?: Maybe;\n Heading?: Maybe>>;\n IsCommonDraft?: Maybe>>;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe>>;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageIsSearchable?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Saved?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n StartPublish?: Maybe>>;\n Status?: Maybe>>;\n StopPublish?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type FeaturedEventsBlockFacetAncestorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FeaturedEventsBlockFacetChangedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type FeaturedEventsBlockFacetContentTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FeaturedEventsBlockFacetCreatedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type FeaturedEventsBlockFacetDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FeaturedEventsBlockFacetHeadingArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FeaturedEventsBlockFacetIsCommonDraftArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FeaturedEventsBlockFacetNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FeaturedEventsBlockFacetPageFeaturedDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FeaturedEventsBlockFacetPageImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FeaturedEventsBlockFacetPageIsSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FeaturedEventsBlockFacetPageNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FeaturedEventsBlockFacetRelativePathArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FeaturedEventsBlockFacetRouteSegmentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FeaturedEventsBlockFacetSavedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type FeaturedEventsBlockFacetShortcutArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FeaturedEventsBlockFacetSiteIdArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FeaturedEventsBlockFacetStartPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type FeaturedEventsBlockFacetStatusArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FeaturedEventsBlockFacetStopPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type FeaturedEventsBlockFacetUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type FeaturedEventsBlockOrderByInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n Description?: InputMaybe;\n EventList?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n Heading?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n _minimumScore?: InputMaybe;\n _modified?: InputMaybe;\n _ranking?: InputMaybe;\n _semanticWeight?: InputMaybe;\n};\n\nexport type FeaturedEventsBlockOutput = {\n __typename?: 'FeaturedEventsBlockOutput';\n autocomplete?: Maybe;\n cursor?: Maybe;\n facets?: Maybe;\n items?: Maybe>>;\n total?: Maybe;\n};\n\n\nexport type FeaturedEventsBlockOutputTotalArgs = {\n all?: InputMaybe;\n};\n\nexport type FeaturedEventsBlockWhereInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n Description?: InputMaybe;\n EventList?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n Heading?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n _and?: InputMaybe>>;\n _fulltext?: InputMaybe;\n _modified?: InputMaybe;\n _not?: InputMaybe>>;\n _or?: InputMaybe>>;\n};\n\n/** Used to create the resource menu and items. */\nexport type FeaturedMenuTopItemBlock = IContent & IData & {\n __typename?: 'FeaturedMenuTopItemBlock';\n Ancestors?: Maybe>>;\n Category?: Maybe>>;\n Changed?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe;\n ExistingLanguages?: Maybe>>;\n IsCommonDraft?: Maybe;\n Language?: Maybe;\n LatestNewsSection?: Maybe>>;\n MasterLanguage?: Maybe;\n Name?: Maybe;\n PageFeaturedDescription?: Maybe;\n PageImageUrl?: Maybe;\n PageIsSearchable?: Maybe;\n PageNavigationTitle?: Maybe;\n ParentLink?: Maybe;\n RelativePath?: Maybe;\n ResourceTopMenu?: Maybe>>;\n RouteSegment?: Maybe;\n Saved?: Maybe;\n Shortcut?: Maybe;\n SiteId?: Maybe;\n StartPublish?: Maybe;\n Status?: Maybe;\n StopPublish?: Maybe;\n Title?: Maybe;\n Url?: Maybe;\n /** @deprecated Use `_link` field instead */\n _children?: Maybe;\n _deleted?: Maybe;\n _fulltext?: Maybe>>;\n _id?: Maybe;\n _link?: Maybe;\n _modified?: Maybe;\n _score?: Maybe;\n};\n\n\n/** Used to create the resource menu and items. */\nexport type FeaturedMenuTopItemBlockLatestNewsSectionArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Used to create the resource menu and items. */\nexport type FeaturedMenuTopItemBlockNameArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Used to create the resource menu and items. */\nexport type FeaturedMenuTopItemBlockResourceTopMenuArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Used to create the resource menu and items. */\nexport type FeaturedMenuTopItemBlockTitleArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Used to create the resource menu and items. */\nexport type FeaturedMenuTopItemBlock_FulltextArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Used to create the resource menu and items. */\nexport type FeaturedMenuTopItemBlock_LinkArgs = {\n type?: InputMaybe;\n};\n\nexport type FeaturedMenuTopItemBlockAutocomplete = {\n __typename?: 'FeaturedMenuTopItemBlockAutocomplete';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n ExistingLanguages?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n Status?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type FeaturedMenuTopItemBlockAutocompleteAncestorsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type FeaturedMenuTopItemBlockAutocompleteContentTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type FeaturedMenuTopItemBlockAutocompletePageFeaturedDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type FeaturedMenuTopItemBlockAutocompletePageImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type FeaturedMenuTopItemBlockAutocompletePageNavigationTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type FeaturedMenuTopItemBlockAutocompleteRelativePathArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type FeaturedMenuTopItemBlockAutocompleteRouteSegmentArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type FeaturedMenuTopItemBlockAutocompleteShortcutArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type FeaturedMenuTopItemBlockAutocompleteSiteIdArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type FeaturedMenuTopItemBlockAutocompleteStatusArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type FeaturedMenuTopItemBlockAutocompleteUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type FeaturedMenuTopItemBlockFacet = {\n __typename?: 'FeaturedMenuTopItemBlockFacet';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n Changed?: Maybe>>;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe>>;\n ExistingLanguages?: Maybe;\n IsCommonDraft?: Maybe>>;\n Language?: Maybe;\n LatestNewsSection?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe>>;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageIsSearchable?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n ResourceTopMenu?: Maybe;\n RouteSegment?: Maybe>>;\n Saved?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n StartPublish?: Maybe>>;\n Status?: Maybe>>;\n StopPublish?: Maybe>>;\n Title?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type FeaturedMenuTopItemBlockFacetAncestorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FeaturedMenuTopItemBlockFacetChangedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type FeaturedMenuTopItemBlockFacetContentTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FeaturedMenuTopItemBlockFacetCreatedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type FeaturedMenuTopItemBlockFacetIsCommonDraftArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FeaturedMenuTopItemBlockFacetNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FeaturedMenuTopItemBlockFacetPageFeaturedDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FeaturedMenuTopItemBlockFacetPageImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FeaturedMenuTopItemBlockFacetPageIsSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FeaturedMenuTopItemBlockFacetPageNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FeaturedMenuTopItemBlockFacetRelativePathArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FeaturedMenuTopItemBlockFacetRouteSegmentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FeaturedMenuTopItemBlockFacetSavedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type FeaturedMenuTopItemBlockFacetShortcutArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FeaturedMenuTopItemBlockFacetSiteIdArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FeaturedMenuTopItemBlockFacetStartPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type FeaturedMenuTopItemBlockFacetStatusArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FeaturedMenuTopItemBlockFacetStopPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type FeaturedMenuTopItemBlockFacetTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FeaturedMenuTopItemBlockFacetUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type FeaturedMenuTopItemBlockOrderByInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n LatestNewsSection?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n ResourceTopMenu?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Title?: InputMaybe;\n Url?: InputMaybe;\n _minimumScore?: InputMaybe;\n _modified?: InputMaybe;\n _ranking?: InputMaybe;\n _semanticWeight?: InputMaybe;\n};\n\nexport type FeaturedMenuTopItemBlockOutput = {\n __typename?: 'FeaturedMenuTopItemBlockOutput';\n autocomplete?: Maybe;\n cursor?: Maybe;\n facets?: Maybe;\n items?: Maybe>>;\n total?: Maybe;\n};\n\n\nexport type FeaturedMenuTopItemBlockOutputTotalArgs = {\n all?: InputMaybe;\n};\n\nexport type FeaturedMenuTopItemBlockWhereInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n LatestNewsSection?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n ResourceTopMenu?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Title?: InputMaybe;\n Url?: InputMaybe;\n _and?: InputMaybe>>;\n _fulltext?: InputMaybe;\n _modified?: InputMaybe;\n _not?: InputMaybe>>;\n _or?: InputMaybe>>;\n};\n\n/** Used to create the resource and mega menu with sub navigation items. */\nexport type FeaturedMenuTopLink = IContent & IData & {\n __typename?: 'FeaturedMenuTopLink';\n Ancestors?: Maybe>>;\n Category?: Maybe>>;\n Changed?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe;\n ExistingLanguages?: Maybe>>;\n IsCommonDraft?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe;\n PageFeaturedDescription?: Maybe;\n PageImageUrl?: Maybe;\n PageIsSearchable?: Maybe;\n PageNavigationTitle?: Maybe;\n ParentLink?: Maybe;\n RelativePath?: Maybe;\n RouteSegment?: Maybe;\n Saved?: Maybe;\n Shortcut?: Maybe;\n SiteId?: Maybe;\n StartPublish?: Maybe;\n Status?: Maybe;\n StopPublish?: Maybe;\n SubNavigationGroupTitle?: Maybe;\n Url?: Maybe;\n /** @deprecated Use `_link` field instead */\n _children?: Maybe;\n _deleted?: Maybe;\n _fulltext?: Maybe>>;\n _id?: Maybe;\n _link?: Maybe;\n _modified?: Maybe;\n _score?: Maybe;\n};\n\n\n/** Used to create the resource and mega menu with sub navigation items. */\nexport type FeaturedMenuTopLinkNameArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Used to create the resource and mega menu with sub navigation items. */\nexport type FeaturedMenuTopLinkSubNavigationGroupTitleArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Used to create the resource and mega menu with sub navigation items. */\nexport type FeaturedMenuTopLink_FulltextArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Used to create the resource and mega menu with sub navigation items. */\nexport type FeaturedMenuTopLink_LinkArgs = {\n type?: InputMaybe;\n};\n\nexport type FeaturedMenuTopLinkAutocomplete = {\n __typename?: 'FeaturedMenuTopLinkAutocomplete';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n ExistingLanguages?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n Status?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type FeaturedMenuTopLinkAutocompleteAncestorsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type FeaturedMenuTopLinkAutocompleteContentTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type FeaturedMenuTopLinkAutocompletePageFeaturedDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type FeaturedMenuTopLinkAutocompletePageImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type FeaturedMenuTopLinkAutocompletePageNavigationTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type FeaturedMenuTopLinkAutocompleteRelativePathArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type FeaturedMenuTopLinkAutocompleteRouteSegmentArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type FeaturedMenuTopLinkAutocompleteShortcutArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type FeaturedMenuTopLinkAutocompleteSiteIdArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type FeaturedMenuTopLinkAutocompleteStatusArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type FeaturedMenuTopLinkAutocompleteUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type FeaturedMenuTopLinkFacet = {\n __typename?: 'FeaturedMenuTopLinkFacet';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n Changed?: Maybe>>;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe>>;\n ExistingLanguages?: Maybe;\n IsCommonDraft?: Maybe>>;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe>>;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageIsSearchable?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Saved?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n StartPublish?: Maybe>>;\n Status?: Maybe>>;\n StopPublish?: Maybe>>;\n SubNavigationGroupTitle?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type FeaturedMenuTopLinkFacetAncestorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FeaturedMenuTopLinkFacetChangedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type FeaturedMenuTopLinkFacetContentTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FeaturedMenuTopLinkFacetCreatedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type FeaturedMenuTopLinkFacetIsCommonDraftArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FeaturedMenuTopLinkFacetNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FeaturedMenuTopLinkFacetPageFeaturedDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FeaturedMenuTopLinkFacetPageImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FeaturedMenuTopLinkFacetPageIsSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FeaturedMenuTopLinkFacetPageNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FeaturedMenuTopLinkFacetRelativePathArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FeaturedMenuTopLinkFacetRouteSegmentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FeaturedMenuTopLinkFacetSavedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type FeaturedMenuTopLinkFacetShortcutArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FeaturedMenuTopLinkFacetSiteIdArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FeaturedMenuTopLinkFacetStartPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type FeaturedMenuTopLinkFacetStatusArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FeaturedMenuTopLinkFacetStopPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type FeaturedMenuTopLinkFacetSubNavigationGroupTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FeaturedMenuTopLinkFacetUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type FeaturedMenuTopLinkOrderByInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n SubNavigationGroupTitle?: InputMaybe;\n Url?: InputMaybe;\n _minimumScore?: InputMaybe;\n _modified?: InputMaybe;\n _ranking?: InputMaybe;\n _semanticWeight?: InputMaybe;\n};\n\nexport type FeaturedMenuTopLinkOutput = {\n __typename?: 'FeaturedMenuTopLinkOutput';\n autocomplete?: Maybe;\n cursor?: Maybe;\n facets?: Maybe;\n items?: Maybe>>;\n total?: Maybe;\n};\n\n\nexport type FeaturedMenuTopLinkOutputTotalArgs = {\n all?: InputMaybe;\n};\n\nexport type FeaturedMenuTopLinkWhereInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n SubNavigationGroupTitle?: InputMaybe;\n Url?: InputMaybe;\n _and?: InputMaybe>>;\n _fulltext?: InputMaybe;\n _modified?: InputMaybe;\n _not?: InputMaybe>>;\n _or?: InputMaybe>>;\n};\n\n/** Creates a module with featured news or blogs for the news landing page. */\nexport type FeaturedNewsBlock = IContent & IData & {\n __typename?: 'FeaturedNewsBlock';\n Ancestors?: Maybe>>;\n Category?: Maybe>>;\n Changed?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe;\n ExistingLanguages?: Maybe>>;\n IsCommonDraft?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe;\n NewsList?: Maybe>>;\n PageFeaturedDescription?: Maybe;\n PageImageUrl?: Maybe;\n PageIsSearchable?: Maybe;\n PageNavigationTitle?: Maybe;\n ParentLink?: Maybe;\n RelativePath?: Maybe;\n RouteSegment?: Maybe;\n Saved?: Maybe;\n Shortcut?: Maybe;\n SiteId?: Maybe;\n StartPublish?: Maybe;\n Status?: Maybe;\n StopPublish?: Maybe;\n Url?: Maybe;\n /** @deprecated Use `_link` field instead */\n _children?: Maybe;\n _deleted?: Maybe;\n _fulltext?: Maybe>>;\n _id?: Maybe;\n _link?: Maybe;\n _modified?: Maybe;\n _score?: Maybe;\n};\n\n\n/** Creates a module with featured news or blogs for the news landing page. */\nexport type FeaturedNewsBlockNameArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Creates a module with featured news or blogs for the news landing page. */\nexport type FeaturedNewsBlockNewsListArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Creates a module with featured news or blogs for the news landing page. */\nexport type FeaturedNewsBlock_FulltextArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Creates a module with featured news or blogs for the news landing page. */\nexport type FeaturedNewsBlock_LinkArgs = {\n type?: InputMaybe;\n};\n\nexport type FeaturedNewsBlockAutocomplete = {\n __typename?: 'FeaturedNewsBlockAutocomplete';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n ExistingLanguages?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n Status?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type FeaturedNewsBlockAutocompleteAncestorsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type FeaturedNewsBlockAutocompleteContentTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type FeaturedNewsBlockAutocompletePageFeaturedDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type FeaturedNewsBlockAutocompletePageImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type FeaturedNewsBlockAutocompletePageNavigationTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type FeaturedNewsBlockAutocompleteRelativePathArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type FeaturedNewsBlockAutocompleteRouteSegmentArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type FeaturedNewsBlockAutocompleteShortcutArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type FeaturedNewsBlockAutocompleteSiteIdArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type FeaturedNewsBlockAutocompleteStatusArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type FeaturedNewsBlockAutocompleteUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type FeaturedNewsBlockFacet = {\n __typename?: 'FeaturedNewsBlockFacet';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n Changed?: Maybe>>;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe>>;\n ExistingLanguages?: Maybe;\n IsCommonDraft?: Maybe>>;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe>>;\n NewsList?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageIsSearchable?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Saved?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n StartPublish?: Maybe>>;\n Status?: Maybe>>;\n StopPublish?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type FeaturedNewsBlockFacetAncestorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FeaturedNewsBlockFacetChangedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type FeaturedNewsBlockFacetContentTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FeaturedNewsBlockFacetCreatedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type FeaturedNewsBlockFacetIsCommonDraftArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FeaturedNewsBlockFacetNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FeaturedNewsBlockFacetPageFeaturedDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FeaturedNewsBlockFacetPageImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FeaturedNewsBlockFacetPageIsSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FeaturedNewsBlockFacetPageNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FeaturedNewsBlockFacetRelativePathArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FeaturedNewsBlockFacetRouteSegmentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FeaturedNewsBlockFacetSavedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type FeaturedNewsBlockFacetShortcutArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FeaturedNewsBlockFacetSiteIdArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FeaturedNewsBlockFacetStartPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type FeaturedNewsBlockFacetStatusArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FeaturedNewsBlockFacetStopPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type FeaturedNewsBlockFacetUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type FeaturedNewsBlockOrderByInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n NewsList?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n _minimumScore?: InputMaybe;\n _modified?: InputMaybe;\n _ranking?: InputMaybe;\n _semanticWeight?: InputMaybe;\n};\n\nexport type FeaturedNewsBlockOutput = {\n __typename?: 'FeaturedNewsBlockOutput';\n autocomplete?: Maybe;\n cursor?: Maybe;\n facets?: Maybe;\n items?: Maybe>>;\n total?: Maybe;\n};\n\n\nexport type FeaturedNewsBlockOutputTotalArgs = {\n all?: InputMaybe;\n};\n\nexport type FeaturedNewsBlockWhereInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n NewsList?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n _and?: InputMaybe>>;\n _fulltext?: InputMaybe;\n _modified?: InputMaybe;\n _not?: InputMaybe>>;\n _or?: InputMaybe>>;\n};\n\nexport type FileUploadElementBlock = IContent & IData & {\n __typename?: 'FileUploadElementBlock';\n AllowMultiple?: Maybe;\n Ancestors?: Maybe>>;\n Category?: Maybe>>;\n Changed?: Maybe;\n ConditionCombination?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe;\n Description?: Maybe;\n ExistingLanguages?: Maybe>>;\n FileSize?: Maybe;\n FileTypes?: Maybe;\n IsCommonDraft?: Maybe;\n Label?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe;\n PageFeaturedDescription?: Maybe;\n PageImageUrl?: Maybe;\n PageIsSearchable?: Maybe;\n PageNavigationTitle?: Maybe;\n ParentLink?: Maybe;\n RelativePath?: Maybe;\n RouteSegment?: Maybe;\n SatisfiedAction?: Maybe;\n Saved?: Maybe;\n Shortcut?: Maybe;\n SiteId?: Maybe;\n StartPublish?: Maybe;\n Status?: Maybe;\n StopPublish?: Maybe;\n Url?: Maybe;\n Validators?: Maybe;\n /** @deprecated Use `_link` field instead */\n _children?: Maybe;\n _deleted?: Maybe;\n _fulltext?: Maybe>>;\n _id?: Maybe;\n _link?: Maybe;\n _modified?: Maybe;\n _score?: Maybe;\n};\n\n\nexport type FileUploadElementBlockDescriptionArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type FileUploadElementBlockFileTypesArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type FileUploadElementBlockLabelArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type FileUploadElementBlockNameArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type FileUploadElementBlockSatisfiedActionArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type FileUploadElementBlockValidatorsArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type FileUploadElementBlock_FulltextArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type FileUploadElementBlock_LinkArgs = {\n type?: InputMaybe;\n};\n\nexport type FileUploadElementBlockAutocomplete = {\n __typename?: 'FileUploadElementBlockAutocomplete';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n ExistingLanguages?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n Status?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type FileUploadElementBlockAutocompleteAncestorsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type FileUploadElementBlockAutocompleteContentTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type FileUploadElementBlockAutocompletePageFeaturedDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type FileUploadElementBlockAutocompletePageImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type FileUploadElementBlockAutocompletePageNavigationTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type FileUploadElementBlockAutocompleteRelativePathArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type FileUploadElementBlockAutocompleteRouteSegmentArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type FileUploadElementBlockAutocompleteShortcutArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type FileUploadElementBlockAutocompleteSiteIdArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type FileUploadElementBlockAutocompleteStatusArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type FileUploadElementBlockAutocompleteUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type FileUploadElementBlockFacet = {\n __typename?: 'FileUploadElementBlockFacet';\n AllowMultiple?: Maybe>>;\n Ancestors?: Maybe>>;\n Category?: Maybe;\n Changed?: Maybe>>;\n ConditionCombination?: Maybe>>;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe>>;\n Description?: Maybe>>;\n ExistingLanguages?: Maybe;\n FileSize?: Maybe>>;\n FileTypes?: Maybe>>;\n IsCommonDraft?: Maybe>>;\n Label?: Maybe>>;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe>>;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageIsSearchable?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n SatisfiedAction?: Maybe>>;\n Saved?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n StartPublish?: Maybe>>;\n Status?: Maybe>>;\n StopPublish?: Maybe>>;\n Url?: Maybe>>;\n Validators?: Maybe>>;\n};\n\n\nexport type FileUploadElementBlockFacetAllowMultipleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FileUploadElementBlockFacetAncestorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FileUploadElementBlockFacetChangedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type FileUploadElementBlockFacetConditionCombinationArgs = {\n filters?: InputMaybe>;\n limit?: InputMaybe;\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n ranges?: InputMaybe>>;\n};\n\n\nexport type FileUploadElementBlockFacetContentTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FileUploadElementBlockFacetCreatedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type FileUploadElementBlockFacetDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FileUploadElementBlockFacetFileSizeArgs = {\n filters?: InputMaybe>;\n limit?: InputMaybe;\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n ranges?: InputMaybe>>;\n};\n\n\nexport type FileUploadElementBlockFacetFileTypesArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FileUploadElementBlockFacetIsCommonDraftArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FileUploadElementBlockFacetLabelArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FileUploadElementBlockFacetNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FileUploadElementBlockFacetPageFeaturedDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FileUploadElementBlockFacetPageImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FileUploadElementBlockFacetPageIsSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FileUploadElementBlockFacetPageNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FileUploadElementBlockFacetRelativePathArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FileUploadElementBlockFacetRouteSegmentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FileUploadElementBlockFacetSatisfiedActionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FileUploadElementBlockFacetSavedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type FileUploadElementBlockFacetShortcutArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FileUploadElementBlockFacetSiteIdArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FileUploadElementBlockFacetStartPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type FileUploadElementBlockFacetStatusArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FileUploadElementBlockFacetStopPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type FileUploadElementBlockFacetUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FileUploadElementBlockFacetValidatorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type FileUploadElementBlockOrderByInput = {\n AllowMultiple?: InputMaybe;\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ConditionCombination?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n Description?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n FileSize?: InputMaybe;\n FileTypes?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Label?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n SatisfiedAction?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n Validators?: InputMaybe;\n _minimumScore?: InputMaybe;\n _modified?: InputMaybe;\n _ranking?: InputMaybe;\n _semanticWeight?: InputMaybe;\n};\n\nexport type FileUploadElementBlockOutput = {\n __typename?: 'FileUploadElementBlockOutput';\n autocomplete?: Maybe;\n cursor?: Maybe;\n facets?: Maybe;\n items?: Maybe>>;\n total?: Maybe;\n};\n\n\nexport type FileUploadElementBlockOutputTotalArgs = {\n all?: InputMaybe;\n};\n\nexport type FileUploadElementBlockWhereInput = {\n AllowMultiple?: InputMaybe;\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ConditionCombination?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n Description?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n FileSize?: InputMaybe;\n FileTypes?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Label?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n SatisfiedAction?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n Validators?: InputMaybe;\n _and?: InputMaybe>>;\n _fulltext?: InputMaybe;\n _modified?: InputMaybe;\n _not?: InputMaybe>>;\n _or?: InputMaybe>>;\n};\n\nexport type FilterCategoryItemModel = {\n __typename?: 'FilterCategoryItemModel';\n Id?: Maybe;\n IdTitle?: Maybe;\n Title?: Maybe;\n};\n\nexport type FilterCategoryItemModelAutocomplete = {\n __typename?: 'FilterCategoryItemModelAutocomplete';\n Id?: Maybe>>;\n IdTitle?: Maybe>>;\n Title?: Maybe>>;\n};\n\n\nexport type FilterCategoryItemModelAutocompleteIdArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type FilterCategoryItemModelAutocompleteIdTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type FilterCategoryItemModelAutocompleteTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type FilterCategoryItemModelFacet = {\n __typename?: 'FilterCategoryItemModelFacet';\n Id?: Maybe>>;\n IdTitle?: Maybe>>;\n Title?: Maybe>>;\n};\n\n\nexport type FilterCategoryItemModelFacetIdArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FilterCategoryItemModelFacetIdTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FilterCategoryItemModelFacetTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type FilterCategoryItemModelOrderByInput = {\n Id?: InputMaybe;\n IdTitle?: InputMaybe;\n Title?: InputMaybe;\n};\n\nexport type FilterCategoryItemModelWhereInput = {\n Id?: InputMaybe;\n IdTitle?: InputMaybe;\n Title?: InputMaybe;\n};\n\nexport type FilterCategoryModel = {\n __typename?: 'FilterCategoryModel';\n AllCategoriesIds?: Maybe;\n Categories?: Maybe>>;\n};\n\nexport type FilterCategoryModelAutocomplete = {\n __typename?: 'FilterCategoryModelAutocomplete';\n AllCategoriesIds?: Maybe>>;\n Categories?: Maybe;\n};\n\n\nexport type FilterCategoryModelAutocompleteAllCategoriesIdsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type FilterCategoryModelFacet = {\n __typename?: 'FilterCategoryModelFacet';\n AllCategoriesIds?: Maybe>>;\n Categories?: Maybe;\n};\n\n\nexport type FilterCategoryModelFacetAllCategoriesIdsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type FilterCategoryModelOrderByInput = {\n AllCategoriesIds?: InputMaybe;\n Categories?: InputMaybe;\n};\n\nexport type FilterCategoryModelWhereInput = {\n AllCategoriesIds?: InputMaybe;\n Categories?: InputMaybe;\n};\n\n/** Module that shows campus directions. */\nexport type FindUsModuleBlock = IContent & IData & {\n __typename?: 'FindUsModuleBlock';\n Ancestors?: Maybe>>;\n Category?: Maybe>>;\n Changed?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe;\n Description?: Maybe;\n ExistingLanguages?: Maybe>>;\n Heading?: Maybe;\n IsCommonDraft?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe;\n PageFeaturedDescription?: Maybe;\n PageImageUrl?: Maybe;\n PageIsSearchable?: Maybe;\n PageNavigationTitle?: Maybe;\n ParentLink?: Maybe;\n RelativePath?: Maybe;\n RouteSegment?: Maybe;\n Saved?: Maybe;\n Shortcut?: Maybe;\n SiteId?: Maybe;\n StartPublish?: Maybe;\n Status?: Maybe;\n StopPublish?: Maybe;\n Url?: Maybe;\n /** @deprecated Use `_link` field instead */\n _children?: Maybe;\n _deleted?: Maybe;\n _fulltext?: Maybe>>;\n _id?: Maybe;\n _link?: Maybe;\n _modified?: Maybe;\n _score?: Maybe;\n};\n\n\n/** Module that shows campus directions. */\nexport type FindUsModuleBlockDescriptionArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Module that shows campus directions. */\nexport type FindUsModuleBlockHeadingArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Module that shows campus directions. */\nexport type FindUsModuleBlockNameArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Module that shows campus directions. */\nexport type FindUsModuleBlock_FulltextArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Module that shows campus directions. */\nexport type FindUsModuleBlock_LinkArgs = {\n type?: InputMaybe;\n};\n\nexport type FindUsModuleBlockAutocomplete = {\n __typename?: 'FindUsModuleBlockAutocomplete';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n ExistingLanguages?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n Status?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type FindUsModuleBlockAutocompleteAncestorsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type FindUsModuleBlockAutocompleteContentTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type FindUsModuleBlockAutocompletePageFeaturedDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type FindUsModuleBlockAutocompletePageImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type FindUsModuleBlockAutocompletePageNavigationTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type FindUsModuleBlockAutocompleteRelativePathArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type FindUsModuleBlockAutocompleteRouteSegmentArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type FindUsModuleBlockAutocompleteShortcutArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type FindUsModuleBlockAutocompleteSiteIdArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type FindUsModuleBlockAutocompleteStatusArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type FindUsModuleBlockAutocompleteUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type FindUsModuleBlockFacet = {\n __typename?: 'FindUsModuleBlockFacet';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n Changed?: Maybe>>;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe>>;\n Description?: Maybe>>;\n ExistingLanguages?: Maybe;\n Heading?: Maybe>>;\n IsCommonDraft?: Maybe>>;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe>>;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageIsSearchable?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Saved?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n StartPublish?: Maybe>>;\n Status?: Maybe>>;\n StopPublish?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type FindUsModuleBlockFacetAncestorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FindUsModuleBlockFacetChangedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type FindUsModuleBlockFacetContentTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FindUsModuleBlockFacetCreatedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type FindUsModuleBlockFacetDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FindUsModuleBlockFacetHeadingArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FindUsModuleBlockFacetIsCommonDraftArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FindUsModuleBlockFacetNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FindUsModuleBlockFacetPageFeaturedDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FindUsModuleBlockFacetPageImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FindUsModuleBlockFacetPageIsSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FindUsModuleBlockFacetPageNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FindUsModuleBlockFacetRelativePathArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FindUsModuleBlockFacetRouteSegmentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FindUsModuleBlockFacetSavedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type FindUsModuleBlockFacetShortcutArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FindUsModuleBlockFacetSiteIdArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FindUsModuleBlockFacetStartPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type FindUsModuleBlockFacetStatusArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FindUsModuleBlockFacetStopPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type FindUsModuleBlockFacetUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type FindUsModuleBlockOrderByInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n Description?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n Heading?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n _minimumScore?: InputMaybe;\n _modified?: InputMaybe;\n _ranking?: InputMaybe;\n _semanticWeight?: InputMaybe;\n};\n\nexport type FindUsModuleBlockOutput = {\n __typename?: 'FindUsModuleBlockOutput';\n autocomplete?: Maybe;\n cursor?: Maybe;\n facets?: Maybe;\n items?: Maybe>>;\n total?: Maybe;\n};\n\n\nexport type FindUsModuleBlockOutputTotalArgs = {\n all?: InputMaybe;\n};\n\nexport type FindUsModuleBlockWhereInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n Description?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n Heading?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n _and?: InputMaybe>>;\n _fulltext?: InputMaybe;\n _modified?: InputMaybe;\n _not?: InputMaybe>>;\n _or?: InputMaybe>>;\n};\n\nexport type FixedOnePurchaseQuantity = IContent & IData & {\n __typename?: 'FixedOnePurchaseQuantity';\n Ancestors?: Maybe>>;\n Category?: Maybe>>;\n Changed?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe;\n ExistingLanguages?: Maybe>>;\n IsCommonDraft?: Maybe;\n Items?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n MatchRecursive?: Maybe;\n Name?: Maybe;\n PageFeaturedDescription?: Maybe;\n PageImageUrl?: Maybe;\n PageIsSearchable?: Maybe;\n PageNavigationTitle?: Maybe;\n ParentLink?: Maybe;\n RelativePath?: Maybe;\n RouteSegment?: Maybe;\n Saved?: Maybe;\n Shortcut?: Maybe;\n SiteId?: Maybe;\n StartPublish?: Maybe;\n Status?: Maybe;\n StopPublish?: Maybe;\n Url?: Maybe;\n /** @deprecated Use `_link` field instead */\n _children?: Maybe;\n _deleted?: Maybe;\n _fulltext?: Maybe>>;\n _id?: Maybe;\n _link?: Maybe;\n _modified?: Maybe;\n _score?: Maybe;\n};\n\n\nexport type FixedOnePurchaseQuantityNameArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type FixedOnePurchaseQuantity_FulltextArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type FixedOnePurchaseQuantity_LinkArgs = {\n type?: InputMaybe;\n};\n\nexport type FixedOnePurchaseQuantityAutocomplete = {\n __typename?: 'FixedOnePurchaseQuantityAutocomplete';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n ExistingLanguages?: Maybe;\n Items?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n Status?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type FixedOnePurchaseQuantityAutocompleteAncestorsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type FixedOnePurchaseQuantityAutocompleteContentTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type FixedOnePurchaseQuantityAutocompletePageFeaturedDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type FixedOnePurchaseQuantityAutocompletePageImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type FixedOnePurchaseQuantityAutocompletePageNavigationTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type FixedOnePurchaseQuantityAutocompleteRelativePathArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type FixedOnePurchaseQuantityAutocompleteRouteSegmentArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type FixedOnePurchaseQuantityAutocompleteShortcutArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type FixedOnePurchaseQuantityAutocompleteSiteIdArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type FixedOnePurchaseQuantityAutocompleteStatusArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type FixedOnePurchaseQuantityAutocompleteUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type FixedOnePurchaseQuantityFacet = {\n __typename?: 'FixedOnePurchaseQuantityFacet';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n Changed?: Maybe>>;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe>>;\n ExistingLanguages?: Maybe;\n IsCommonDraft?: Maybe>>;\n Items?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n MatchRecursive?: Maybe>>;\n Name?: Maybe>>;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageIsSearchable?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Saved?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n StartPublish?: Maybe>>;\n Status?: Maybe>>;\n StopPublish?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type FixedOnePurchaseQuantityFacetAncestorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FixedOnePurchaseQuantityFacetChangedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type FixedOnePurchaseQuantityFacetContentTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FixedOnePurchaseQuantityFacetCreatedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type FixedOnePurchaseQuantityFacetIsCommonDraftArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FixedOnePurchaseQuantityFacetMatchRecursiveArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FixedOnePurchaseQuantityFacetNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FixedOnePurchaseQuantityFacetPageFeaturedDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FixedOnePurchaseQuantityFacetPageImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FixedOnePurchaseQuantityFacetPageIsSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FixedOnePurchaseQuantityFacetPageNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FixedOnePurchaseQuantityFacetRelativePathArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FixedOnePurchaseQuantityFacetRouteSegmentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FixedOnePurchaseQuantityFacetSavedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type FixedOnePurchaseQuantityFacetShortcutArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FixedOnePurchaseQuantityFacetSiteIdArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FixedOnePurchaseQuantityFacetStartPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type FixedOnePurchaseQuantityFacetStatusArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FixedOnePurchaseQuantityFacetStopPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type FixedOnePurchaseQuantityFacetUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type FixedOnePurchaseQuantityOrderByInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Items?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n MatchRecursive?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n _minimumScore?: InputMaybe;\n _modified?: InputMaybe;\n _ranking?: InputMaybe;\n _semanticWeight?: InputMaybe;\n};\n\nexport type FixedOnePurchaseQuantityOutput = {\n __typename?: 'FixedOnePurchaseQuantityOutput';\n autocomplete?: Maybe;\n cursor?: Maybe;\n facets?: Maybe;\n items?: Maybe>>;\n total?: Maybe;\n};\n\n\nexport type FixedOnePurchaseQuantityOutputTotalArgs = {\n all?: InputMaybe;\n};\n\nexport type FixedOnePurchaseQuantityWhereInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Items?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n MatchRecursive?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n _and?: InputMaybe>>;\n _fulltext?: InputMaybe;\n _modified?: InputMaybe;\n _not?: InputMaybe>>;\n _or?: InputMaybe>>;\n};\n\nexport type FixedPricePurchaseQuantity = IContent & IData & {\n __typename?: 'FixedPricePurchaseQuantity';\n Ancestors?: Maybe>>;\n Category?: Maybe>>;\n Changed?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe;\n ExistingLanguages?: Maybe>>;\n IsCommonDraft?: Maybe;\n Items?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n MatchRecursive?: Maybe;\n Name?: Maybe;\n PageFeaturedDescription?: Maybe;\n PageImageUrl?: Maybe;\n PageIsSearchable?: Maybe;\n PageNavigationTitle?: Maybe;\n ParentLink?: Maybe;\n RelativePath?: Maybe;\n RequiredQuantity?: Maybe;\n RouteSegment?: Maybe;\n Saved?: Maybe;\n Shortcut?: Maybe;\n SiteId?: Maybe;\n StartPublish?: Maybe;\n Status?: Maybe;\n StopPublish?: Maybe;\n Url?: Maybe;\n /** @deprecated Use `_link` field instead */\n _children?: Maybe;\n _deleted?: Maybe;\n _fulltext?: Maybe>>;\n _id?: Maybe;\n _link?: Maybe;\n _modified?: Maybe;\n _score?: Maybe;\n};\n\n\nexport type FixedPricePurchaseQuantityNameArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type FixedPricePurchaseQuantity_FulltextArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type FixedPricePurchaseQuantity_LinkArgs = {\n type?: InputMaybe;\n};\n\nexport type FixedPricePurchaseQuantityAutocomplete = {\n __typename?: 'FixedPricePurchaseQuantityAutocomplete';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n ExistingLanguages?: Maybe;\n Items?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n Status?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type FixedPricePurchaseQuantityAutocompleteAncestorsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type FixedPricePurchaseQuantityAutocompleteContentTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type FixedPricePurchaseQuantityAutocompletePageFeaturedDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type FixedPricePurchaseQuantityAutocompletePageImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type FixedPricePurchaseQuantityAutocompletePageNavigationTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type FixedPricePurchaseQuantityAutocompleteRelativePathArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type FixedPricePurchaseQuantityAutocompleteRouteSegmentArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type FixedPricePurchaseQuantityAutocompleteShortcutArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type FixedPricePurchaseQuantityAutocompleteSiteIdArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type FixedPricePurchaseQuantityAutocompleteStatusArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type FixedPricePurchaseQuantityAutocompleteUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type FixedPricePurchaseQuantityFacet = {\n __typename?: 'FixedPricePurchaseQuantityFacet';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n Changed?: Maybe>>;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe>>;\n ExistingLanguages?: Maybe;\n IsCommonDraft?: Maybe>>;\n Items?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n MatchRecursive?: Maybe>>;\n Name?: Maybe>>;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageIsSearchable?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RequiredQuantity?: Maybe>>;\n RouteSegment?: Maybe>>;\n Saved?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n StartPublish?: Maybe>>;\n Status?: Maybe>>;\n StopPublish?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type FixedPricePurchaseQuantityFacetAncestorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FixedPricePurchaseQuantityFacetChangedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type FixedPricePurchaseQuantityFacetContentTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FixedPricePurchaseQuantityFacetCreatedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type FixedPricePurchaseQuantityFacetIsCommonDraftArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FixedPricePurchaseQuantityFacetMatchRecursiveArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FixedPricePurchaseQuantityFacetNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FixedPricePurchaseQuantityFacetPageFeaturedDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FixedPricePurchaseQuantityFacetPageImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FixedPricePurchaseQuantityFacetPageIsSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FixedPricePurchaseQuantityFacetPageNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FixedPricePurchaseQuantityFacetRelativePathArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FixedPricePurchaseQuantityFacetRequiredQuantityArgs = {\n filters?: InputMaybe>;\n limit?: InputMaybe;\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n ranges?: InputMaybe>>;\n};\n\n\nexport type FixedPricePurchaseQuantityFacetRouteSegmentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FixedPricePurchaseQuantityFacetSavedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type FixedPricePurchaseQuantityFacetShortcutArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FixedPricePurchaseQuantityFacetSiteIdArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FixedPricePurchaseQuantityFacetStartPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type FixedPricePurchaseQuantityFacetStatusArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FixedPricePurchaseQuantityFacetStopPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type FixedPricePurchaseQuantityFacetUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type FixedPricePurchaseQuantityOrderByInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Items?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n MatchRecursive?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RequiredQuantity?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n _minimumScore?: InputMaybe;\n _modified?: InputMaybe;\n _ranking?: InputMaybe;\n _semanticWeight?: InputMaybe;\n};\n\nexport type FixedPricePurchaseQuantityOutput = {\n __typename?: 'FixedPricePurchaseQuantityOutput';\n autocomplete?: Maybe;\n cursor?: Maybe;\n facets?: Maybe;\n items?: Maybe>>;\n total?: Maybe;\n};\n\n\nexport type FixedPricePurchaseQuantityOutputTotalArgs = {\n all?: InputMaybe;\n};\n\nexport type FixedPricePurchaseQuantityWhereInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Items?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n MatchRecursive?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RequiredQuantity?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n _and?: InputMaybe>>;\n _fulltext?: InputMaybe;\n _modified?: InputMaybe;\n _not?: InputMaybe>>;\n _or?: InputMaybe>>;\n};\n\nexport type FloatFilterInput = {\n /** `boost` influences the weight of a field by boosting a match with a number (default: 1) — counts more towards the eventual relevance score which can be projected with `_score` — at query time. Note that `boost` cannot be a negative number. */\n boost?: InputMaybe;\n /** `eq` matches on an exact value, but the value is case-insensitive. */\n eq?: InputMaybe;\n /** `exist` matches results that have this field. */\n exist?: InputMaybe;\n /** `Factor` allows you to use a number value in a field to influence the `_score` directly. If used on a multi-valued field, then only the lowest value of the field is used in calculations. Default for `value` is `1`. Default for `modifier` is `NONE`. */\n factor?: InputMaybe;\n /** `gt` retrieves results with matches that have a value which is `greater than` it. */\n gt?: InputMaybe;\n /** `gte` retrieves results with matches that have a value which is `greater than or equal to` it. */\n gte?: InputMaybe;\n /** `in` matches with 1 or more exact values in a list. Example: `in: [\"word1\", \"word2\", \"this is a phrase\"]` */\n in?: InputMaybe>>;\n /** `lt` retrieves results with matches that have a value which is `lower than` it. */\n lt?: InputMaybe;\n /** `lte` retrieves results with matches that have a value which is `lower than or equal to` it. */\n lte?: InputMaybe;\n /** `not_eq` retrieves results not matching with an exact (but case-insensitive) value. */\n notEq?: InputMaybe;\n /** `not_in` returns results that do not match with 1 or more exact values in a list. Example: `not_in: [\"word1\", \"word2\", \"this is a phrase\"]` */\n notIn?: InputMaybe>>;\n};\n\n/** A page which allows you to structure pages. */\nexport type FolderPage = IContent & IData & {\n __typename?: 'FolderPage';\n Ancestors?: Maybe>>;\n Category?: Maybe>>;\n Changed?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe;\n ExistingLanguages?: Maybe>>;\n IsCommonDraft?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe;\n PageFeaturedDescription?: Maybe;\n PageImageUrl?: Maybe;\n PageIsSearchable?: Maybe;\n PageNavigationTitle?: Maybe;\n ParentLink?: Maybe;\n RelativePath?: Maybe;\n RouteSegment?: Maybe;\n Saved?: Maybe;\n Shortcut?: Maybe;\n SiteId?: Maybe;\n StartPublish?: Maybe;\n Status?: Maybe;\n StopPublish?: Maybe;\n Url?: Maybe;\n /** @deprecated Use `_link` field instead */\n _children?: Maybe;\n _deleted?: Maybe;\n _fulltext?: Maybe>>;\n _id?: Maybe;\n _link?: Maybe;\n _modified?: Maybe;\n _score?: Maybe;\n};\n\n\n/** A page which allows you to structure pages. */\nexport type FolderPageNameArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** A page which allows you to structure pages. */\nexport type FolderPage_FulltextArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** A page which allows you to structure pages. */\nexport type FolderPage_LinkArgs = {\n type?: InputMaybe;\n};\n\nexport type FolderPageAutocomplete = {\n __typename?: 'FolderPageAutocomplete';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n ExistingLanguages?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n Status?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type FolderPageAutocompleteAncestorsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type FolderPageAutocompleteContentTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type FolderPageAutocompletePageFeaturedDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type FolderPageAutocompletePageImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type FolderPageAutocompletePageNavigationTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type FolderPageAutocompleteRelativePathArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type FolderPageAutocompleteRouteSegmentArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type FolderPageAutocompleteShortcutArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type FolderPageAutocompleteSiteIdArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type FolderPageAutocompleteStatusArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type FolderPageAutocompleteUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type FolderPageFacet = {\n __typename?: 'FolderPageFacet';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n Changed?: Maybe>>;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe>>;\n ExistingLanguages?: Maybe;\n IsCommonDraft?: Maybe>>;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe>>;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageIsSearchable?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Saved?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n StartPublish?: Maybe>>;\n Status?: Maybe>>;\n StopPublish?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type FolderPageFacetAncestorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FolderPageFacetChangedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type FolderPageFacetContentTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FolderPageFacetCreatedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type FolderPageFacetIsCommonDraftArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FolderPageFacetNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FolderPageFacetPageFeaturedDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FolderPageFacetPageImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FolderPageFacetPageIsSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FolderPageFacetPageNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FolderPageFacetRelativePathArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FolderPageFacetRouteSegmentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FolderPageFacetSavedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type FolderPageFacetShortcutArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FolderPageFacetSiteIdArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FolderPageFacetStartPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type FolderPageFacetStatusArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FolderPageFacetStopPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type FolderPageFacetUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type FolderPageOrderByInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n _minimumScore?: InputMaybe;\n _modified?: InputMaybe;\n _ranking?: InputMaybe;\n _semanticWeight?: InputMaybe;\n};\n\nexport type FolderPageOutput = {\n __typename?: 'FolderPageOutput';\n autocomplete?: Maybe;\n cursor?: Maybe;\n facets?: Maybe;\n items?: Maybe>>;\n total?: Maybe;\n};\n\n\nexport type FolderPageOutputTotalArgs = {\n all?: InputMaybe;\n};\n\nexport type FolderPageWhereInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n _and?: InputMaybe>>;\n _fulltext?: InputMaybe;\n _modified?: InputMaybe;\n _not?: InputMaybe>>;\n _or?: InputMaybe>>;\n};\n\nexport type FooterBlock = IContent & IData & {\n __typename?: 'FooterBlock';\n Address?: Maybe;\n Ancestors?: Maybe>>;\n Category?: Maybe>>;\n Changed?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n /** The token '%year%' will be replaced with current year. */\n CopyrightText?: Maybe;\n Created?: Maybe;\n ExistingLanguages?: Maybe>>;\n IsCommonDraft?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe;\n PageFeaturedDescription?: Maybe;\n PageImageUrl?: Maybe;\n PageIsSearchable?: Maybe;\n PageNavigationTitle?: Maybe;\n ParentLink?: Maybe;\n RelativePath?: Maybe;\n RouteSegment?: Maybe;\n Saved?: Maybe;\n Shortcut?: Maybe;\n SiteId?: Maybe;\n StartPublish?: Maybe;\n Status?: Maybe;\n StopPublish?: Maybe;\n Url?: Maybe;\n /** @deprecated Use `_link` field instead */\n _children?: Maybe;\n _deleted?: Maybe;\n _fulltext?: Maybe>>;\n _id?: Maybe;\n _link?: Maybe;\n _modified?: Maybe;\n _score?: Maybe;\n};\n\n\nexport type FooterBlockAddressArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type FooterBlockCopyrightTextArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type FooterBlockNameArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type FooterBlock_FulltextArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type FooterBlock_LinkArgs = {\n type?: InputMaybe;\n};\n\nexport type FooterBlockAutocomplete = {\n __typename?: 'FooterBlockAutocomplete';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n ExistingLanguages?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n Status?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type FooterBlockAutocompleteAncestorsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type FooterBlockAutocompleteContentTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type FooterBlockAutocompletePageFeaturedDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type FooterBlockAutocompletePageImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type FooterBlockAutocompletePageNavigationTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type FooterBlockAutocompleteRelativePathArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type FooterBlockAutocompleteRouteSegmentArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type FooterBlockAutocompleteShortcutArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type FooterBlockAutocompleteSiteIdArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type FooterBlockAutocompleteStatusArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type FooterBlockAutocompleteUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type FooterBlockFacet = {\n __typename?: 'FooterBlockFacet';\n Address?: Maybe>>;\n Ancestors?: Maybe>>;\n Category?: Maybe;\n Changed?: Maybe>>;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n CopyrightText?: Maybe>>;\n Created?: Maybe>>;\n ExistingLanguages?: Maybe;\n IsCommonDraft?: Maybe>>;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe>>;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageIsSearchable?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Saved?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n StartPublish?: Maybe>>;\n Status?: Maybe>>;\n StopPublish?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type FooterBlockFacetAddressArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FooterBlockFacetAncestorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FooterBlockFacetChangedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type FooterBlockFacetContentTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FooterBlockFacetCopyrightTextArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FooterBlockFacetCreatedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type FooterBlockFacetIsCommonDraftArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FooterBlockFacetNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FooterBlockFacetPageFeaturedDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FooterBlockFacetPageImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FooterBlockFacetPageIsSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FooterBlockFacetPageNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FooterBlockFacetRelativePathArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FooterBlockFacetRouteSegmentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FooterBlockFacetSavedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type FooterBlockFacetShortcutArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FooterBlockFacetSiteIdArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FooterBlockFacetStartPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type FooterBlockFacetStatusArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FooterBlockFacetStopPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type FooterBlockFacetUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type FooterBlockOrderByInput = {\n Address?: InputMaybe;\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n CopyrightText?: InputMaybe;\n Created?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n _minimumScore?: InputMaybe;\n _modified?: InputMaybe;\n _ranking?: InputMaybe;\n _semanticWeight?: InputMaybe;\n};\n\nexport type FooterBlockOutput = {\n __typename?: 'FooterBlockOutput';\n autocomplete?: Maybe;\n cursor?: Maybe;\n facets?: Maybe;\n items?: Maybe>>;\n total?: Maybe;\n};\n\n\nexport type FooterBlockOutputTotalArgs = {\n all?: InputMaybe;\n};\n\nexport type FooterBlockWhereInput = {\n Address?: InputMaybe;\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n CopyrightText?: InputMaybe;\n Created?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n _and?: InputMaybe>>;\n _fulltext?: InputMaybe;\n _modified?: InputMaybe;\n _not?: InputMaybe>>;\n _or?: InputMaybe>>;\n};\n\n/** Block that contains a title and a list of links. */\nexport type FooterLinkListBlock = IContent & IData & {\n __typename?: 'FooterLinkListBlock';\n Ancestors?: Maybe>>;\n Category?: Maybe>>;\n Changed?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe;\n ExistingLanguages?: Maybe>>;\n IsCommonDraft?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe;\n PageFeaturedDescription?: Maybe;\n PageImageUrl?: Maybe;\n PageIsSearchable?: Maybe;\n PageNavigationTitle?: Maybe;\n ParentLink?: Maybe;\n RelativePath?: Maybe;\n RouteSegment?: Maybe;\n Saved?: Maybe;\n Shortcut?: Maybe;\n SiteId?: Maybe;\n StartPublish?: Maybe;\n Status?: Maybe;\n StopPublish?: Maybe;\n Title?: Maybe;\n Url?: Maybe;\n /** @deprecated Use `_link` field instead */\n _children?: Maybe;\n _deleted?: Maybe;\n _fulltext?: Maybe>>;\n _id?: Maybe;\n _link?: Maybe;\n _modified?: Maybe;\n _score?: Maybe;\n};\n\n\n/** Block that contains a title and a list of links. */\nexport type FooterLinkListBlockNameArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Block that contains a title and a list of links. */\nexport type FooterLinkListBlockTitleArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Block that contains a title and a list of links. */\nexport type FooterLinkListBlock_FulltextArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Block that contains a title and a list of links. */\nexport type FooterLinkListBlock_LinkArgs = {\n type?: InputMaybe;\n};\n\nexport type FooterLinkListBlockAutocomplete = {\n __typename?: 'FooterLinkListBlockAutocomplete';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n ExistingLanguages?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n Status?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type FooterLinkListBlockAutocompleteAncestorsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type FooterLinkListBlockAutocompleteContentTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type FooterLinkListBlockAutocompletePageFeaturedDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type FooterLinkListBlockAutocompletePageImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type FooterLinkListBlockAutocompletePageNavigationTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type FooterLinkListBlockAutocompleteRelativePathArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type FooterLinkListBlockAutocompleteRouteSegmentArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type FooterLinkListBlockAutocompleteShortcutArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type FooterLinkListBlockAutocompleteSiteIdArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type FooterLinkListBlockAutocompleteStatusArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type FooterLinkListBlockAutocompleteUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type FooterLinkListBlockFacet = {\n __typename?: 'FooterLinkListBlockFacet';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n Changed?: Maybe>>;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe>>;\n ExistingLanguages?: Maybe;\n IsCommonDraft?: Maybe>>;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe>>;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageIsSearchable?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Saved?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n StartPublish?: Maybe>>;\n Status?: Maybe>>;\n StopPublish?: Maybe>>;\n Title?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type FooterLinkListBlockFacetAncestorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FooterLinkListBlockFacetChangedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type FooterLinkListBlockFacetContentTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FooterLinkListBlockFacetCreatedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type FooterLinkListBlockFacetIsCommonDraftArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FooterLinkListBlockFacetNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FooterLinkListBlockFacetPageFeaturedDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FooterLinkListBlockFacetPageImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FooterLinkListBlockFacetPageIsSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FooterLinkListBlockFacetPageNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FooterLinkListBlockFacetRelativePathArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FooterLinkListBlockFacetRouteSegmentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FooterLinkListBlockFacetSavedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type FooterLinkListBlockFacetShortcutArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FooterLinkListBlockFacetSiteIdArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FooterLinkListBlockFacetStartPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type FooterLinkListBlockFacetStatusArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FooterLinkListBlockFacetStopPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type FooterLinkListBlockFacetTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FooterLinkListBlockFacetUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type FooterLinkListBlockOrderByInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Title?: InputMaybe;\n Url?: InputMaybe;\n _minimumScore?: InputMaybe;\n _modified?: InputMaybe;\n _ranking?: InputMaybe;\n _semanticWeight?: InputMaybe;\n};\n\nexport type FooterLinkListBlockOutput = {\n __typename?: 'FooterLinkListBlockOutput';\n autocomplete?: Maybe;\n cursor?: Maybe;\n facets?: Maybe;\n items?: Maybe>>;\n total?: Maybe;\n};\n\n\nexport type FooterLinkListBlockOutputTotalArgs = {\n all?: InputMaybe;\n};\n\nexport type FooterLinkListBlockWhereInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Title?: InputMaybe;\n Url?: InputMaybe;\n _and?: InputMaybe>>;\n _fulltext?: InputMaybe;\n _modified?: InputMaybe;\n _not?: InputMaybe>>;\n _or?: InputMaybe>>;\n};\n\nexport type ForgotPasswordPage = IContent & IData & {\n __typename?: 'ForgotPasswordPage';\n Ancestors?: Maybe>>;\n AreaOfStudyFacet?: Maybe;\n BreadcrumbsTitle?: Maybe;\n CampusLocationFacet?: Maybe;\n Category?: Maybe>>;\n Changed?: Maybe;\n CollegeOrSchoolFacet?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe;\n DegreesFacet?: Maybe;\n DepartmentFacet?: Maybe;\n DisableIndexing?: Maybe;\n /** This will determine whether or not to show on the sitemap */\n ExcludeFromSitemap?: Maybe;\n ExistingLanguages?: Maybe>>;\n FeaturedDescription?: Maybe;\n Heading?: Maybe;\n HideSiteFooter?: Maybe;\n HideSiteHeader?: Maybe;\n Instructions?: Maybe;\n IsCommonDraft?: Maybe;\n IsFeaturedContent?: Maybe;\n Keywords?: Maybe;\n KeywordsFacet?: Maybe;\n Language?: Maybe;\n LocationFacet?: Maybe;\n MainContentArea?: Maybe>>;\n MasterLanguage?: Maybe;\n Name?: Maybe;\n NavigationTitle?: Maybe;\n /** The link and text will be used when the page is displayed as a card in other modules. By default, the link is the same as the actual page. */\n OverrideCardLink?: Maybe;\n PageFeaturedDescription?: Maybe;\n /** Image that will be used when the page is displayed as a card for Generic Pages. Recommended Image Size: 1536x1152 px (4:3 Aspect Ratio) */\n PageImage?: Maybe;\n PageImageUrl?: Maybe;\n PageIsSearchable?: Maybe;\n PageNavigationTitle?: Maybe;\n ParentLink?: Maybe;\n ProgramTypeFacet?: Maybe;\n RelativePath?: Maybe;\n RouteSegment?: Maybe;\n Saved?: Maybe;\n /** This will determine whether or not to show on search */\n Searchable?: Maybe;\n Shortcut?: Maybe;\n /** This will determine whether or not breadcrumb will be displayed */\n ShowBreadcrumbs?: Maybe;\n /** This will determine whether or not commerce header will be displayed */\n ShowCommerceHeader?: Maybe;\n SiteId?: Maybe;\n StartPublish?: Maybe;\n Status?: Maybe;\n StopPublish?: Maybe;\n TrackOdp?: Maybe;\n Url?: Maybe;\n /** @deprecated Use `_link` field instead */\n _children?: Maybe;\n _deleted?: Maybe;\n _fulltext?: Maybe>>;\n _id?: Maybe;\n _link?: Maybe;\n _modified?: Maybe;\n _score?: Maybe;\n};\n\n\nexport type ForgotPasswordPageDisableIndexingArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type ForgotPasswordPageExcludeFromSitemapArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type ForgotPasswordPageHeadingArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type ForgotPasswordPageHideSiteFooterArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type ForgotPasswordPageHideSiteHeaderArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type ForgotPasswordPageIsFeaturedContentArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type ForgotPasswordPageKeywordsArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type ForgotPasswordPageMainContentAreaArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type ForgotPasswordPageNameArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type ForgotPasswordPageNavigationTitleArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type ForgotPasswordPageSearchableArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type ForgotPasswordPageShowBreadcrumbsArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type ForgotPasswordPageShowCommerceHeaderArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type ForgotPasswordPageTrackOdpArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type ForgotPasswordPage_FulltextArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type ForgotPasswordPage_LinkArgs = {\n type?: InputMaybe;\n};\n\nexport type ForgotPasswordPageAutocomplete = {\n __typename?: 'ForgotPasswordPageAutocomplete';\n Ancestors?: Maybe>>;\n AreaOfStudyFacet?: Maybe;\n CampusLocationFacet?: Maybe;\n Category?: Maybe;\n CollegeOrSchoolFacet?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n DegreesFacet?: Maybe;\n DepartmentFacet?: Maybe;\n ExistingLanguages?: Maybe;\n KeywordsFacet?: Maybe;\n Language?: Maybe;\n LocationFacet?: Maybe;\n MasterLanguage?: Maybe;\n OverrideCardLink?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImage?: Maybe;\n PageImageUrl?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n ProgramTypeFacet?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n Status?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type ForgotPasswordPageAutocompleteAncestorsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ForgotPasswordPageAutocompleteContentTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ForgotPasswordPageAutocompletePageFeaturedDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ForgotPasswordPageAutocompletePageImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ForgotPasswordPageAutocompletePageNavigationTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ForgotPasswordPageAutocompleteRelativePathArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ForgotPasswordPageAutocompleteRouteSegmentArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ForgotPasswordPageAutocompleteShortcutArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ForgotPasswordPageAutocompleteSiteIdArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ForgotPasswordPageAutocompleteStatusArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ForgotPasswordPageAutocompleteUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type ForgotPasswordPageFacet = {\n __typename?: 'ForgotPasswordPageFacet';\n Ancestors?: Maybe>>;\n AreaOfStudyFacet?: Maybe;\n CampusLocationFacet?: Maybe;\n Category?: Maybe;\n Changed?: Maybe>>;\n CollegeOrSchoolFacet?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe>>;\n DegreesFacet?: Maybe;\n DepartmentFacet?: Maybe;\n DisableIndexing?: Maybe>>;\n ExcludeFromSitemap?: Maybe>>;\n ExistingLanguages?: Maybe;\n Heading?: Maybe>>;\n HideSiteFooter?: Maybe>>;\n HideSiteHeader?: Maybe>>;\n IsCommonDraft?: Maybe>>;\n IsFeaturedContent?: Maybe>>;\n Keywords?: Maybe>>;\n KeywordsFacet?: Maybe;\n Language?: Maybe;\n LocationFacet?: Maybe;\n MainContentArea?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe>>;\n NavigationTitle?: Maybe>>;\n OverrideCardLink?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImage?: Maybe;\n PageImageUrl?: Maybe>>;\n PageIsSearchable?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n ProgramTypeFacet?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Saved?: Maybe>>;\n Searchable?: Maybe>>;\n Shortcut?: Maybe>>;\n ShowBreadcrumbs?: Maybe>>;\n ShowCommerceHeader?: Maybe>>;\n SiteId?: Maybe>>;\n StartPublish?: Maybe>>;\n Status?: Maybe>>;\n StopPublish?: Maybe>>;\n TrackOdp?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type ForgotPasswordPageFacetAncestorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ForgotPasswordPageFacetChangedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type ForgotPasswordPageFacetContentTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ForgotPasswordPageFacetCreatedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type ForgotPasswordPageFacetDisableIndexingArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ForgotPasswordPageFacetExcludeFromSitemapArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ForgotPasswordPageFacetHeadingArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ForgotPasswordPageFacetHideSiteFooterArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ForgotPasswordPageFacetHideSiteHeaderArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ForgotPasswordPageFacetIsCommonDraftArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ForgotPasswordPageFacetIsFeaturedContentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ForgotPasswordPageFacetKeywordsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ForgotPasswordPageFacetNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ForgotPasswordPageFacetNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ForgotPasswordPageFacetPageFeaturedDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ForgotPasswordPageFacetPageImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ForgotPasswordPageFacetPageIsSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ForgotPasswordPageFacetPageNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ForgotPasswordPageFacetRelativePathArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ForgotPasswordPageFacetRouteSegmentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ForgotPasswordPageFacetSavedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type ForgotPasswordPageFacetSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ForgotPasswordPageFacetShortcutArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ForgotPasswordPageFacetShowBreadcrumbsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ForgotPasswordPageFacetShowCommerceHeaderArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ForgotPasswordPageFacetSiteIdArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ForgotPasswordPageFacetStartPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type ForgotPasswordPageFacetStatusArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ForgotPasswordPageFacetStopPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type ForgotPasswordPageFacetTrackOdpArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ForgotPasswordPageFacetUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type ForgotPasswordPageOrderByInput = {\n Ancestors?: InputMaybe;\n AreaOfStudyFacet?: InputMaybe;\n CampusLocationFacet?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n CollegeOrSchoolFacet?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n DegreesFacet?: InputMaybe;\n DepartmentFacet?: InputMaybe;\n DisableIndexing?: InputMaybe;\n ExcludeFromSitemap?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n Heading?: InputMaybe;\n HideSiteFooter?: InputMaybe;\n HideSiteHeader?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n IsFeaturedContent?: InputMaybe;\n Keywords?: InputMaybe;\n KeywordsFacet?: InputMaybe;\n Language?: InputMaybe;\n LocationFacet?: InputMaybe;\n MainContentArea?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n NavigationTitle?: InputMaybe;\n OverrideCardLink?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImage?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n ProgramTypeFacet?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Searchable?: InputMaybe;\n Shortcut?: InputMaybe;\n ShowBreadcrumbs?: InputMaybe;\n ShowCommerceHeader?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n TrackOdp?: InputMaybe;\n Url?: InputMaybe;\n _minimumScore?: InputMaybe;\n _modified?: InputMaybe;\n _ranking?: InputMaybe;\n _semanticWeight?: InputMaybe;\n};\n\nexport type ForgotPasswordPageOutput = {\n __typename?: 'ForgotPasswordPageOutput';\n autocomplete?: Maybe;\n cursor?: Maybe;\n facets?: Maybe;\n items?: Maybe>>;\n total?: Maybe;\n};\n\n\nexport type ForgotPasswordPageOutputTotalArgs = {\n all?: InputMaybe;\n};\n\nexport type ForgotPasswordPageWhereInput = {\n Ancestors?: InputMaybe;\n AreaOfStudyFacet?: InputMaybe;\n CampusLocationFacet?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n CollegeOrSchoolFacet?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n DegreesFacet?: InputMaybe;\n DepartmentFacet?: InputMaybe;\n DisableIndexing?: InputMaybe;\n ExcludeFromSitemap?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n Heading?: InputMaybe;\n HideSiteFooter?: InputMaybe;\n HideSiteHeader?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n IsFeaturedContent?: InputMaybe;\n Keywords?: InputMaybe;\n KeywordsFacet?: InputMaybe;\n Language?: InputMaybe;\n LocationFacet?: InputMaybe;\n MainContentArea?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n NavigationTitle?: InputMaybe;\n OverrideCardLink?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImage?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n ProgramTypeFacet?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Searchable?: InputMaybe;\n Shortcut?: InputMaybe;\n ShowBreadcrumbs?: InputMaybe;\n ShowCommerceHeader?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n TrackOdp?: InputMaybe;\n Url?: InputMaybe;\n _and?: InputMaybe>>;\n _fulltext?: InputMaybe;\n _modified?: InputMaybe;\n _not?: InputMaybe>>;\n _or?: InputMaybe>>;\n};\n\nexport type FormContainerBlock = IContent & IData & {\n __typename?: 'FormContainerBlock';\n AllowAnonymousSubmission?: Maybe;\n AllowExposingDataFeeds?: Maybe;\n AllowMultipleSubmission?: Maybe;\n AllowToStoreSubmissionData?: Maybe;\n Ancestors?: Maybe>>;\n Category?: Maybe>>;\n Changed?: Maybe;\n ConfirmationMessage?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe;\n Description?: Maybe;\n ElementsArea?: Maybe>>;\n ExistingLanguages?: Maybe>>;\n FinalizedSubmissionRetentionPeriod?: Maybe;\n FocusOnForm?: Maybe;\n IsCommonDraft?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n MetadataAttribute?: Maybe;\n Name?: Maybe;\n PageFeaturedDescription?: Maybe;\n PageImageUrl?: Maybe;\n PageIsSearchable?: Maybe;\n PageNavigationTitle?: Maybe;\n ParentLink?: Maybe;\n PartialSubmissionRetentionPeriod?: Maybe;\n RedirectToPage?: Maybe;\n RelativePath?: Maybe;\n ResetConfirmationMessage?: Maybe;\n RouteSegment?: Maybe;\n Saved?: Maybe;\n Shortcut?: Maybe;\n ShowNavigationBar?: Maybe;\n ShowSummarizedData?: Maybe;\n SiteId?: Maybe;\n StartPublish?: Maybe;\n Status?: Maybe;\n StopPublish?: Maybe;\n SubmitSuccessMessage?: Maybe;\n Title?: Maybe;\n Url?: Maybe;\n /** @deprecated Use `_link` field instead */\n _children?: Maybe;\n _deleted?: Maybe;\n _fulltext?: Maybe>>;\n _id?: Maybe;\n _link?: Maybe;\n _modified?: Maybe;\n _score?: Maybe;\n};\n\n\nexport type FormContainerBlockConfirmationMessageArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type FormContainerBlockDescriptionArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type FormContainerBlockElementsAreaArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type FormContainerBlockFinalizedSubmissionRetentionPeriodArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type FormContainerBlockMetadataAttributeArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type FormContainerBlockNameArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type FormContainerBlockPartialSubmissionRetentionPeriodArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type FormContainerBlockResetConfirmationMessageArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type FormContainerBlockSubmitSuccessMessageArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type FormContainerBlockTitleArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type FormContainerBlock_FulltextArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type FormContainerBlock_LinkArgs = {\n type?: InputMaybe;\n};\n\nexport type FormContainerBlockAutocomplete = {\n __typename?: 'FormContainerBlockAutocomplete';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n ExistingLanguages?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RedirectToPage?: Maybe>>;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n Status?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type FormContainerBlockAutocompleteAncestorsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type FormContainerBlockAutocompleteContentTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type FormContainerBlockAutocompletePageFeaturedDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type FormContainerBlockAutocompletePageImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type FormContainerBlockAutocompletePageNavigationTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type FormContainerBlockAutocompleteRedirectToPageArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type FormContainerBlockAutocompleteRelativePathArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type FormContainerBlockAutocompleteRouteSegmentArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type FormContainerBlockAutocompleteShortcutArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type FormContainerBlockAutocompleteSiteIdArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type FormContainerBlockAutocompleteStatusArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type FormContainerBlockAutocompleteUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type FormContainerBlockFacet = {\n __typename?: 'FormContainerBlockFacet';\n AllowAnonymousSubmission?: Maybe>>;\n AllowExposingDataFeeds?: Maybe>>;\n AllowMultipleSubmission?: Maybe>>;\n AllowToStoreSubmissionData?: Maybe>>;\n Ancestors?: Maybe>>;\n Category?: Maybe;\n Changed?: Maybe>>;\n ConfirmationMessage?: Maybe>>;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe>>;\n Description?: Maybe>>;\n ElementsArea?: Maybe;\n ExistingLanguages?: Maybe;\n FinalizedSubmissionRetentionPeriod?: Maybe>>;\n FocusOnForm?: Maybe>>;\n IsCommonDraft?: Maybe>>;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n MetadataAttribute?: Maybe>>;\n Name?: Maybe>>;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageIsSearchable?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n PartialSubmissionRetentionPeriod?: Maybe>>;\n RedirectToPage?: Maybe>>;\n RelativePath?: Maybe>>;\n ResetConfirmationMessage?: Maybe>>;\n RouteSegment?: Maybe>>;\n Saved?: Maybe>>;\n Shortcut?: Maybe>>;\n ShowNavigationBar?: Maybe>>;\n ShowSummarizedData?: Maybe>>;\n SiteId?: Maybe>>;\n StartPublish?: Maybe>>;\n Status?: Maybe>>;\n StopPublish?: Maybe>>;\n SubmitSuccessMessage?: Maybe>>;\n Title?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type FormContainerBlockFacetAllowAnonymousSubmissionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FormContainerBlockFacetAllowExposingDataFeedsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FormContainerBlockFacetAllowMultipleSubmissionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FormContainerBlockFacetAllowToStoreSubmissionDataArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FormContainerBlockFacetAncestorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FormContainerBlockFacetChangedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type FormContainerBlockFacetConfirmationMessageArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FormContainerBlockFacetContentTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FormContainerBlockFacetCreatedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type FormContainerBlockFacetDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FormContainerBlockFacetFinalizedSubmissionRetentionPeriodArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FormContainerBlockFacetFocusOnFormArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FormContainerBlockFacetIsCommonDraftArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FormContainerBlockFacetMetadataAttributeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FormContainerBlockFacetNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FormContainerBlockFacetPageFeaturedDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FormContainerBlockFacetPageImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FormContainerBlockFacetPageIsSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FormContainerBlockFacetPageNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FormContainerBlockFacetPartialSubmissionRetentionPeriodArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FormContainerBlockFacetRedirectToPageArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FormContainerBlockFacetRelativePathArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FormContainerBlockFacetResetConfirmationMessageArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FormContainerBlockFacetRouteSegmentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FormContainerBlockFacetSavedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type FormContainerBlockFacetShortcutArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FormContainerBlockFacetShowNavigationBarArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FormContainerBlockFacetShowSummarizedDataArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FormContainerBlockFacetSiteIdArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FormContainerBlockFacetStartPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type FormContainerBlockFacetStatusArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FormContainerBlockFacetStopPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type FormContainerBlockFacetSubmitSuccessMessageArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FormContainerBlockFacetTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FormContainerBlockFacetUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type FormContainerBlockOrderByInput = {\n AllowAnonymousSubmission?: InputMaybe;\n AllowExposingDataFeeds?: InputMaybe;\n AllowMultipleSubmission?: InputMaybe;\n AllowToStoreSubmissionData?: InputMaybe;\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ConfirmationMessage?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n Description?: InputMaybe;\n ElementsArea?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n FinalizedSubmissionRetentionPeriod?: InputMaybe;\n FocusOnForm?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n MetadataAttribute?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n PartialSubmissionRetentionPeriod?: InputMaybe;\n RedirectToPage?: InputMaybe;\n RelativePath?: InputMaybe;\n ResetConfirmationMessage?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n ShowNavigationBar?: InputMaybe;\n ShowSummarizedData?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n SubmitSuccessMessage?: InputMaybe;\n Title?: InputMaybe;\n Url?: InputMaybe;\n _minimumScore?: InputMaybe;\n _modified?: InputMaybe;\n _ranking?: InputMaybe;\n _semanticWeight?: InputMaybe;\n};\n\nexport type FormContainerBlockOutput = {\n __typename?: 'FormContainerBlockOutput';\n autocomplete?: Maybe;\n cursor?: Maybe;\n facets?: Maybe;\n items?: Maybe>>;\n total?: Maybe;\n};\n\n\nexport type FormContainerBlockOutputTotalArgs = {\n all?: InputMaybe;\n};\n\nexport type FormContainerBlockWhereInput = {\n AllowAnonymousSubmission?: InputMaybe;\n AllowExposingDataFeeds?: InputMaybe;\n AllowMultipleSubmission?: InputMaybe;\n AllowToStoreSubmissionData?: InputMaybe;\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ConfirmationMessage?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n Description?: InputMaybe;\n ElementsArea?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n FinalizedSubmissionRetentionPeriod?: InputMaybe;\n FocusOnForm?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n MetadataAttribute?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n PartialSubmissionRetentionPeriod?: InputMaybe;\n RedirectToPage?: InputMaybe;\n RelativePath?: InputMaybe;\n ResetConfirmationMessage?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n ShowNavigationBar?: InputMaybe;\n ShowSummarizedData?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n SubmitSuccessMessage?: InputMaybe;\n Title?: InputMaybe;\n Url?: InputMaybe;\n _and?: InputMaybe>>;\n _fulltext?: InputMaybe;\n _modified?: InputMaybe;\n _not?: InputMaybe>>;\n _or?: InputMaybe>>;\n};\n\nexport type FormStepBlock = IContent & IData & {\n __typename?: 'FormStepBlock';\n Ancestors?: Maybe>>;\n AttachedContentLink?: Maybe;\n Category?: Maybe>>;\n Changed?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe;\n DependCondition?: Maybe;\n DependField?: Maybe;\n DependValue?: Maybe;\n Description?: Maybe;\n ExistingLanguages?: Maybe>>;\n IsCommonDraft?: Maybe;\n Label?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe;\n PageFeaturedDescription?: Maybe;\n PageImageUrl?: Maybe;\n PageIsSearchable?: Maybe;\n PageNavigationTitle?: Maybe;\n ParentLink?: Maybe;\n RelativePath?: Maybe;\n RouteSegment?: Maybe;\n Saved?: Maybe;\n Shortcut?: Maybe;\n SiteId?: Maybe;\n StartPublish?: Maybe;\n Status?: Maybe;\n StopPublish?: Maybe;\n Url?: Maybe;\n /** @deprecated Use `_link` field instead */\n _children?: Maybe;\n _deleted?: Maybe;\n _fulltext?: Maybe>>;\n _id?: Maybe;\n _link?: Maybe;\n _modified?: Maybe;\n _score?: Maybe;\n};\n\n\nexport type FormStepBlockDependValueArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type FormStepBlockDescriptionArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type FormStepBlockLabelArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type FormStepBlockNameArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type FormStepBlock_FulltextArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type FormStepBlock_LinkArgs = {\n type?: InputMaybe;\n};\n\nexport type FormStepBlockAutocomplete = {\n __typename?: 'FormStepBlockAutocomplete';\n Ancestors?: Maybe>>;\n AttachedContentLink?: Maybe>>;\n Category?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n DependField?: Maybe;\n ExistingLanguages?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n Status?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type FormStepBlockAutocompleteAncestorsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type FormStepBlockAutocompleteAttachedContentLinkArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type FormStepBlockAutocompleteContentTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type FormStepBlockAutocompletePageFeaturedDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type FormStepBlockAutocompletePageImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type FormStepBlockAutocompletePageNavigationTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type FormStepBlockAutocompleteRelativePathArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type FormStepBlockAutocompleteRouteSegmentArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type FormStepBlockAutocompleteShortcutArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type FormStepBlockAutocompleteSiteIdArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type FormStepBlockAutocompleteStatusArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type FormStepBlockAutocompleteUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type FormStepBlockFacet = {\n __typename?: 'FormStepBlockFacet';\n Ancestors?: Maybe>>;\n AttachedContentLink?: Maybe>>;\n Category?: Maybe;\n Changed?: Maybe>>;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe>>;\n DependCondition?: Maybe>>;\n DependField?: Maybe;\n DependValue?: Maybe>>;\n Description?: Maybe>>;\n ExistingLanguages?: Maybe;\n IsCommonDraft?: Maybe>>;\n Label?: Maybe>>;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe>>;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageIsSearchable?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Saved?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n StartPublish?: Maybe>>;\n Status?: Maybe>>;\n StopPublish?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type FormStepBlockFacetAncestorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FormStepBlockFacetAttachedContentLinkArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FormStepBlockFacetChangedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type FormStepBlockFacetContentTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FormStepBlockFacetCreatedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type FormStepBlockFacetDependConditionArgs = {\n filters?: InputMaybe>;\n limit?: InputMaybe;\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n ranges?: InputMaybe>>;\n};\n\n\nexport type FormStepBlockFacetDependValueArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FormStepBlockFacetDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FormStepBlockFacetIsCommonDraftArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FormStepBlockFacetLabelArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FormStepBlockFacetNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FormStepBlockFacetPageFeaturedDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FormStepBlockFacetPageImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FormStepBlockFacetPageIsSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FormStepBlockFacetPageNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FormStepBlockFacetRelativePathArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FormStepBlockFacetRouteSegmentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FormStepBlockFacetSavedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type FormStepBlockFacetShortcutArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FormStepBlockFacetSiteIdArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FormStepBlockFacetStartPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type FormStepBlockFacetStatusArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type FormStepBlockFacetStopPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type FormStepBlockFacetUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type FormStepBlockOrderByInput = {\n Ancestors?: InputMaybe;\n AttachedContentLink?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n DependCondition?: InputMaybe;\n DependField?: InputMaybe;\n DependValue?: InputMaybe;\n Description?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Label?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n _minimumScore?: InputMaybe;\n _modified?: InputMaybe;\n _ranking?: InputMaybe;\n _semanticWeight?: InputMaybe;\n};\n\nexport type FormStepBlockOutput = {\n __typename?: 'FormStepBlockOutput';\n autocomplete?: Maybe;\n cursor?: Maybe;\n facets?: Maybe;\n items?: Maybe>>;\n total?: Maybe;\n};\n\n\nexport type FormStepBlockOutputTotalArgs = {\n all?: InputMaybe;\n};\n\nexport type FormStepBlockWhereInput = {\n Ancestors?: InputMaybe;\n AttachedContentLink?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n DependCondition?: InputMaybe;\n DependField?: InputMaybe;\n DependValue?: InputMaybe;\n Description?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Label?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n _and?: InputMaybe>>;\n _fulltext?: InputMaybe;\n _modified?: InputMaybe;\n _not?: InputMaybe>>;\n _or?: InputMaybe>>;\n};\n\nexport type GeneralBaseProduct = IContent & IData & {\n __typename?: 'GeneralBaseProduct';\n Ancestors?: Maybe>>;\n Associations?: Maybe;\n CatalogId?: Maybe;\n Categories?: Maybe;\n Changed?: Maybe;\n Code?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe;\n DefaultImageUrl?: Maybe;\n DefaultMarketPrice?: Maybe;\n DescriptionInCart?: Maybe;\n DisplayName?: Maybe;\n ExistingLanguages?: Maybe>>;\n /** Send a fulfillment email to this address whenever an order is placed */\n FulfillmentEmail?: Maybe;\n GLAccountNumber?: Maybe;\n HiddenFromSearch?: Maybe;\n IsCommonDraft?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n MetaClassId?: Maybe;\n Name?: Maybe;\n /** If showing notes, provide a prompt to customer to indicate what notes they should input. */\n NotesPrompt?: Maybe;\n PageFeaturedDescription?: Maybe;\n PageImageUrl?: Maybe;\n PageIsSearchable?: Maybe;\n PageNavigationTitle?: Maybe;\n ParentEntries?: Maybe;\n ParentLink?: Maybe;\n ProductType?: Maybe;\n RelativePath?: Maybe;\n RouteSegment?: Maybe;\n Saved?: Maybe;\n SeoInformation?: Maybe;\n SeoUri?: Maybe;\n Shortcut?: Maybe;\n SiteId?: Maybe;\n StartPublish?: Maybe;\n Status?: Maybe;\n StopPublish?: Maybe;\n Url?: Maybe;\n VariantsReference?: Maybe;\n /** @deprecated Use `_link` field instead */\n _children?: Maybe;\n _deleted?: Maybe;\n _fulltext?: Maybe>>;\n _id?: Maybe;\n _link?: Maybe;\n _modified?: Maybe;\n _score?: Maybe;\n};\n\n\nexport type GeneralBaseProductCodeArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type GeneralBaseProductDescriptionInCartArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type GeneralBaseProductDisplayNameArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type GeneralBaseProductFulfillmentEmailArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type GeneralBaseProductGlAccountNumberArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type GeneralBaseProductHiddenFromSearchArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type GeneralBaseProductNameArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type GeneralBaseProductProductTypeArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type GeneralBaseProduct_FulltextArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type GeneralBaseProduct_LinkArgs = {\n type?: InputMaybe;\n};\n\nexport type GeneralBaseProductAssociations = {\n __typename?: 'GeneralBaseProductAssociations';\n ContentLink?: Maybe;\n};\n\nexport type GeneralBaseProductAssociationsAutocomplete = {\n __typename?: 'GeneralBaseProductAssociationsAutocomplete';\n ContentLink?: Maybe;\n};\n\nexport type GeneralBaseProductAssociationsFacet = {\n __typename?: 'GeneralBaseProductAssociationsFacet';\n ContentLink?: Maybe;\n};\n\nexport type GeneralBaseProductAssociationsOrderByInput = {\n ContentLink?: InputMaybe;\n};\n\nexport type GeneralBaseProductAssociationsWhereInput = {\n ContentLink?: InputMaybe;\n};\n\nexport type GeneralBaseProductAutocomplete = {\n __typename?: 'GeneralBaseProductAutocomplete';\n Ancestors?: Maybe>>;\n Associations?: Maybe;\n Categories?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n DefaultImageUrl?: Maybe>>;\n ExistingLanguages?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentEntries?: Maybe;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n SeoInformation?: Maybe;\n SeoUri?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n Status?: Maybe>>;\n Url?: Maybe>>;\n VariantsReference?: Maybe;\n};\n\n\nexport type GeneralBaseProductAutocompleteAncestorsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type GeneralBaseProductAutocompleteContentTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type GeneralBaseProductAutocompleteDefaultImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type GeneralBaseProductAutocompletePageFeaturedDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type GeneralBaseProductAutocompletePageImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type GeneralBaseProductAutocompletePageNavigationTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type GeneralBaseProductAutocompleteRelativePathArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type GeneralBaseProductAutocompleteRouteSegmentArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type GeneralBaseProductAutocompleteSeoUriArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type GeneralBaseProductAutocompleteShortcutArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type GeneralBaseProductAutocompleteSiteIdArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type GeneralBaseProductAutocompleteStatusArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type GeneralBaseProductAutocompleteUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type GeneralBaseProductCategories = {\n __typename?: 'GeneralBaseProductCategories';\n ContentLink?: Maybe;\n};\n\nexport type GeneralBaseProductCategoriesAutocomplete = {\n __typename?: 'GeneralBaseProductCategoriesAutocomplete';\n ContentLink?: Maybe;\n};\n\nexport type GeneralBaseProductCategoriesFacet = {\n __typename?: 'GeneralBaseProductCategoriesFacet';\n ContentLink?: Maybe;\n};\n\nexport type GeneralBaseProductCategoriesOrderByInput = {\n ContentLink?: InputMaybe;\n};\n\nexport type GeneralBaseProductCategoriesWhereInput = {\n ContentLink?: InputMaybe;\n};\n\nexport type GeneralBaseProductFacet = {\n __typename?: 'GeneralBaseProductFacet';\n Ancestors?: Maybe>>;\n Associations?: Maybe;\n CatalogId?: Maybe>>;\n Categories?: Maybe;\n Changed?: Maybe>>;\n Code?: Maybe>>;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe>>;\n DefaultImageUrl?: Maybe>>;\n DefaultMarketPrice?: Maybe>>;\n DescriptionInCart?: Maybe>>;\n DisplayName?: Maybe>>;\n ExistingLanguages?: Maybe;\n FulfillmentEmail?: Maybe>>;\n GLAccountNumber?: Maybe>>;\n HiddenFromSearch?: Maybe>>;\n IsCommonDraft?: Maybe>>;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n MetaClassId?: Maybe>>;\n Name?: Maybe>>;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageIsSearchable?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentEntries?: Maybe;\n ParentLink?: Maybe;\n ProductType?: Maybe>>;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Saved?: Maybe>>;\n SeoInformation?: Maybe;\n SeoUri?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n StartPublish?: Maybe>>;\n Status?: Maybe>>;\n StopPublish?: Maybe>>;\n Url?: Maybe>>;\n VariantsReference?: Maybe;\n};\n\n\nexport type GeneralBaseProductFacetAncestorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GeneralBaseProductFacetCatalogIdArgs = {\n filters?: InputMaybe>;\n limit?: InputMaybe;\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n ranges?: InputMaybe>>;\n};\n\n\nexport type GeneralBaseProductFacetChangedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type GeneralBaseProductFacetCodeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GeneralBaseProductFacetContentTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GeneralBaseProductFacetCreatedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type GeneralBaseProductFacetDefaultImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GeneralBaseProductFacetDefaultMarketPriceArgs = {\n filters?: InputMaybe>;\n limit?: InputMaybe;\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n ranges?: InputMaybe>>;\n};\n\n\nexport type GeneralBaseProductFacetDescriptionInCartArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GeneralBaseProductFacetDisplayNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GeneralBaseProductFacetFulfillmentEmailArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GeneralBaseProductFacetGlAccountNumberArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GeneralBaseProductFacetHiddenFromSearchArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GeneralBaseProductFacetIsCommonDraftArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GeneralBaseProductFacetMetaClassIdArgs = {\n filters?: InputMaybe>;\n limit?: InputMaybe;\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n ranges?: InputMaybe>>;\n};\n\n\nexport type GeneralBaseProductFacetNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GeneralBaseProductFacetPageFeaturedDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GeneralBaseProductFacetPageImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GeneralBaseProductFacetPageIsSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GeneralBaseProductFacetPageNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GeneralBaseProductFacetProductTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GeneralBaseProductFacetRelativePathArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GeneralBaseProductFacetRouteSegmentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GeneralBaseProductFacetSavedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type GeneralBaseProductFacetSeoUriArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GeneralBaseProductFacetShortcutArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GeneralBaseProductFacetSiteIdArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GeneralBaseProductFacetStartPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type GeneralBaseProductFacetStatusArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GeneralBaseProductFacetStopPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type GeneralBaseProductFacetUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type GeneralBaseProductOrderByInput = {\n Ancestors?: InputMaybe;\n Associations?: InputMaybe;\n CatalogId?: InputMaybe;\n Categories?: InputMaybe;\n Changed?: InputMaybe;\n Code?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n DefaultImageUrl?: InputMaybe;\n DefaultMarketPrice?: InputMaybe;\n DescriptionInCart?: InputMaybe;\n DisplayName?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n FulfillmentEmail?: InputMaybe;\n GLAccountNumber?: InputMaybe;\n HiddenFromSearch?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n MetaClassId?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentEntries?: InputMaybe;\n ParentLink?: InputMaybe;\n ProductType?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n SeoInformation?: InputMaybe;\n SeoUri?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n VariantsReference?: InputMaybe;\n _minimumScore?: InputMaybe;\n _modified?: InputMaybe;\n _ranking?: InputMaybe;\n _semanticWeight?: InputMaybe;\n};\n\nexport type GeneralBaseProductOutput = {\n __typename?: 'GeneralBaseProductOutput';\n autocomplete?: Maybe;\n cursor?: Maybe;\n facets?: Maybe;\n items?: Maybe>>;\n total?: Maybe;\n};\n\n\nexport type GeneralBaseProductOutputTotalArgs = {\n all?: InputMaybe;\n};\n\nexport type GeneralBaseProductRelations = {\n __typename?: 'GeneralBaseProductRelations';\n ContentLink?: Maybe;\n};\n\nexport type GeneralBaseProductRelationsAutocomplete = {\n __typename?: 'GeneralBaseProductRelationsAutocomplete';\n ContentLink?: Maybe;\n};\n\nexport type GeneralBaseProductRelationsFacet = {\n __typename?: 'GeneralBaseProductRelationsFacet';\n ContentLink?: Maybe;\n};\n\nexport type GeneralBaseProductRelationsOrderByInput = {\n ContentLink?: InputMaybe;\n};\n\nexport type GeneralBaseProductRelationsWhereInput = {\n ContentLink?: InputMaybe;\n};\n\nexport type GeneralBaseProductSeoInformation = {\n __typename?: 'GeneralBaseProductSeoInformation';\n Description?: Maybe;\n Keywords?: Maybe;\n Title?: Maybe;\n};\n\nexport type GeneralBaseProductSeoInformationAutocomplete = {\n __typename?: 'GeneralBaseProductSeoInformationAutocomplete';\n Description?: Maybe>>;\n Keywords?: Maybe>>;\n Title?: Maybe>>;\n};\n\n\nexport type GeneralBaseProductSeoInformationAutocompleteDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type GeneralBaseProductSeoInformationAutocompleteKeywordsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type GeneralBaseProductSeoInformationAutocompleteTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type GeneralBaseProductSeoInformationFacet = {\n __typename?: 'GeneralBaseProductSeoInformationFacet';\n Description?: Maybe>>;\n Keywords?: Maybe>>;\n Title?: Maybe>>;\n};\n\n\nexport type GeneralBaseProductSeoInformationFacetDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GeneralBaseProductSeoInformationFacetKeywordsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GeneralBaseProductSeoInformationFacetTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type GeneralBaseProductSeoInformationOrderByInput = {\n Description?: InputMaybe;\n Keywords?: InputMaybe;\n Title?: InputMaybe;\n};\n\nexport type GeneralBaseProductSeoInformationWhereInput = {\n Description?: InputMaybe;\n Keywords?: InputMaybe;\n Title?: InputMaybe;\n};\n\nexport type GeneralBaseProductWhereInput = {\n Ancestors?: InputMaybe;\n Associations?: InputMaybe;\n CatalogId?: InputMaybe;\n Categories?: InputMaybe;\n Changed?: InputMaybe;\n Code?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n DefaultImageUrl?: InputMaybe;\n DefaultMarketPrice?: InputMaybe;\n DescriptionInCart?: InputMaybe;\n DisplayName?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n FulfillmentEmail?: InputMaybe;\n GLAccountNumber?: InputMaybe;\n HiddenFromSearch?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n MetaClassId?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentEntries?: InputMaybe;\n ParentLink?: InputMaybe;\n ProductType?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n SeoInformation?: InputMaybe;\n SeoUri?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n VariantsReference?: InputMaybe;\n _and?: InputMaybe>>;\n _fulltext?: InputMaybe;\n _modified?: InputMaybe;\n _not?: InputMaybe>>;\n _or?: InputMaybe>>;\n};\n\nexport type GeneralBaseVariation = IContent & IData & {\n __typename?: 'GeneralBaseVariation';\n Ancestors?: Maybe>>;\n Associations?: Maybe;\n CatalogId?: Maybe;\n Categories?: Maybe;\n Changed?: Maybe;\n Code?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe;\n DefaultImageUrl?: Maybe;\n DefaultMarketPrice?: Maybe;\n DescriptionInCart?: Maybe;\n DisplayName?: Maybe;\n ExistingLanguages?: Maybe>>;\n FulfillmentEmail?: Maybe;\n GLAccountNumber?: Maybe;\n InventoryReference?: Maybe;\n IsCommonDraft?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n MetaClassId?: Maybe;\n Name?: Maybe;\n PageFeaturedDescription?: Maybe;\n PageImageUrl?: Maybe;\n PageIsSearchable?: Maybe;\n PageNavigationTitle?: Maybe;\n ParentEntries?: Maybe;\n ParentLink?: Maybe;\n PriceReference?: Maybe;\n RelativePath?: Maybe;\n RouteSegment?: Maybe;\n Saved?: Maybe;\n SeoInformation?: Maybe;\n SeoUri?: Maybe;\n ShippingDimensions?: Maybe;\n ShippingPackageId?: Maybe;\n Shortcut?: Maybe;\n SiteId?: Maybe;\n StartPublish?: Maybe;\n Status?: Maybe;\n StopPublish?: Maybe;\n TaxCategoryId?: Maybe;\n TrackInventory?: Maybe;\n Url?: Maybe;\n Weight?: Maybe;\n /** @deprecated Use `_link` field instead */\n _children?: Maybe;\n _deleted?: Maybe;\n _fulltext?: Maybe>>;\n _id?: Maybe;\n _link?: Maybe;\n _modified?: Maybe;\n _score?: Maybe;\n};\n\n\nexport type GeneralBaseVariationCodeArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type GeneralBaseVariationDisplayNameArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type GeneralBaseVariationNameArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type GeneralBaseVariation_FulltextArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type GeneralBaseVariation_LinkArgs = {\n type?: InputMaybe;\n};\n\nexport type GeneralBaseVariationAssociations = {\n __typename?: 'GeneralBaseVariationAssociations';\n ContentLink?: Maybe;\n};\n\nexport type GeneralBaseVariationAssociationsAutocomplete = {\n __typename?: 'GeneralBaseVariationAssociationsAutocomplete';\n ContentLink?: Maybe;\n};\n\nexport type GeneralBaseVariationAssociationsFacet = {\n __typename?: 'GeneralBaseVariationAssociationsFacet';\n ContentLink?: Maybe;\n};\n\nexport type GeneralBaseVariationAssociationsOrderByInput = {\n ContentLink?: InputMaybe;\n};\n\nexport type GeneralBaseVariationAssociationsWhereInput = {\n ContentLink?: InputMaybe;\n};\n\nexport type GeneralBaseVariationAutocomplete = {\n __typename?: 'GeneralBaseVariationAutocomplete';\n Ancestors?: Maybe>>;\n Associations?: Maybe;\n Categories?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n DefaultImageUrl?: Maybe>>;\n ExistingLanguages?: Maybe;\n InventoryReference?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentEntries?: Maybe;\n ParentLink?: Maybe;\n PriceReference?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n SeoInformation?: Maybe;\n SeoUri?: Maybe>>;\n ShippingDimensions?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n Status?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type GeneralBaseVariationAutocompleteAncestorsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type GeneralBaseVariationAutocompleteContentTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type GeneralBaseVariationAutocompleteDefaultImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type GeneralBaseVariationAutocompletePageFeaturedDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type GeneralBaseVariationAutocompletePageImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type GeneralBaseVariationAutocompletePageNavigationTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type GeneralBaseVariationAutocompleteRelativePathArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type GeneralBaseVariationAutocompleteRouteSegmentArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type GeneralBaseVariationAutocompleteSeoUriArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type GeneralBaseVariationAutocompleteShippingDimensionsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type GeneralBaseVariationAutocompleteShortcutArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type GeneralBaseVariationAutocompleteSiteIdArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type GeneralBaseVariationAutocompleteStatusArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type GeneralBaseVariationAutocompleteUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type GeneralBaseVariationCategories = {\n __typename?: 'GeneralBaseVariationCategories';\n ContentLink?: Maybe;\n};\n\nexport type GeneralBaseVariationCategoriesAutocomplete = {\n __typename?: 'GeneralBaseVariationCategoriesAutocomplete';\n ContentLink?: Maybe;\n};\n\nexport type GeneralBaseVariationCategoriesFacet = {\n __typename?: 'GeneralBaseVariationCategoriesFacet';\n ContentLink?: Maybe;\n};\n\nexport type GeneralBaseVariationCategoriesOrderByInput = {\n ContentLink?: InputMaybe;\n};\n\nexport type GeneralBaseVariationCategoriesWhereInput = {\n ContentLink?: InputMaybe;\n};\n\nexport type GeneralBaseVariationFacet = {\n __typename?: 'GeneralBaseVariationFacet';\n Ancestors?: Maybe>>;\n Associations?: Maybe;\n CatalogId?: Maybe>>;\n Categories?: Maybe;\n Changed?: Maybe>>;\n Code?: Maybe>>;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe>>;\n DefaultImageUrl?: Maybe>>;\n DefaultMarketPrice?: Maybe>>;\n DisplayName?: Maybe>>;\n ExistingLanguages?: Maybe;\n InventoryReference?: Maybe;\n IsCommonDraft?: Maybe>>;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n MetaClassId?: Maybe>>;\n Name?: Maybe>>;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageIsSearchable?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentEntries?: Maybe;\n ParentLink?: Maybe;\n PriceReference?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Saved?: Maybe>>;\n SeoInformation?: Maybe;\n SeoUri?: Maybe>>;\n ShippingDimensions?: Maybe;\n ShippingPackageId?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n StartPublish?: Maybe>>;\n Status?: Maybe>>;\n StopPublish?: Maybe>>;\n TaxCategoryId?: Maybe>>;\n TrackInventory?: Maybe>>;\n Url?: Maybe>>;\n Weight?: Maybe>>;\n};\n\n\nexport type GeneralBaseVariationFacetAncestorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GeneralBaseVariationFacetCatalogIdArgs = {\n filters?: InputMaybe>;\n limit?: InputMaybe;\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n ranges?: InputMaybe>>;\n};\n\n\nexport type GeneralBaseVariationFacetChangedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type GeneralBaseVariationFacetCodeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GeneralBaseVariationFacetContentTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GeneralBaseVariationFacetCreatedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type GeneralBaseVariationFacetDefaultImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GeneralBaseVariationFacetDefaultMarketPriceArgs = {\n filters?: InputMaybe>;\n limit?: InputMaybe;\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n ranges?: InputMaybe>>;\n};\n\n\nexport type GeneralBaseVariationFacetDisplayNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GeneralBaseVariationFacetIsCommonDraftArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GeneralBaseVariationFacetMetaClassIdArgs = {\n filters?: InputMaybe>;\n limit?: InputMaybe;\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n ranges?: InputMaybe>>;\n};\n\n\nexport type GeneralBaseVariationFacetNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GeneralBaseVariationFacetPageFeaturedDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GeneralBaseVariationFacetPageImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GeneralBaseVariationFacetPageIsSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GeneralBaseVariationFacetPageNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GeneralBaseVariationFacetRelativePathArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GeneralBaseVariationFacetRouteSegmentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GeneralBaseVariationFacetSavedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type GeneralBaseVariationFacetSeoUriArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GeneralBaseVariationFacetShippingPackageIdArgs = {\n filters?: InputMaybe>;\n limit?: InputMaybe;\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n ranges?: InputMaybe>>;\n};\n\n\nexport type GeneralBaseVariationFacetShortcutArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GeneralBaseVariationFacetSiteIdArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GeneralBaseVariationFacetStartPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type GeneralBaseVariationFacetStatusArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GeneralBaseVariationFacetStopPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type GeneralBaseVariationFacetTaxCategoryIdArgs = {\n filters?: InputMaybe>;\n limit?: InputMaybe;\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n ranges?: InputMaybe>>;\n};\n\n\nexport type GeneralBaseVariationFacetTrackInventoryArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GeneralBaseVariationFacetUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GeneralBaseVariationFacetWeightArgs = {\n filters?: InputMaybe>;\n limit?: InputMaybe;\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n ranges?: InputMaybe>>;\n};\n\nexport type GeneralBaseVariationOrderByInput = {\n Ancestors?: InputMaybe;\n Associations?: InputMaybe;\n CatalogId?: InputMaybe;\n Categories?: InputMaybe;\n Changed?: InputMaybe;\n Code?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n DefaultImageUrl?: InputMaybe;\n DefaultMarketPrice?: InputMaybe;\n DisplayName?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n InventoryReference?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n MetaClassId?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentEntries?: InputMaybe;\n ParentLink?: InputMaybe;\n PriceReference?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n SeoInformation?: InputMaybe;\n SeoUri?: InputMaybe;\n ShippingDimensions?: InputMaybe;\n ShippingPackageId?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n TaxCategoryId?: InputMaybe;\n TrackInventory?: InputMaybe;\n Url?: InputMaybe;\n Weight?: InputMaybe;\n _minimumScore?: InputMaybe;\n _modified?: InputMaybe;\n _ranking?: InputMaybe;\n _semanticWeight?: InputMaybe;\n};\n\nexport type GeneralBaseVariationOutput = {\n __typename?: 'GeneralBaseVariationOutput';\n autocomplete?: Maybe;\n cursor?: Maybe;\n facets?: Maybe;\n items?: Maybe>>;\n total?: Maybe;\n};\n\n\nexport type GeneralBaseVariationOutputTotalArgs = {\n all?: InputMaybe;\n};\n\nexport type GeneralBaseVariationRelations = {\n __typename?: 'GeneralBaseVariationRelations';\n ContentLink?: Maybe;\n};\n\nexport type GeneralBaseVariationRelationsAutocomplete = {\n __typename?: 'GeneralBaseVariationRelationsAutocomplete';\n ContentLink?: Maybe;\n};\n\nexport type GeneralBaseVariationRelationsFacet = {\n __typename?: 'GeneralBaseVariationRelationsFacet';\n ContentLink?: Maybe;\n};\n\nexport type GeneralBaseVariationRelationsOrderByInput = {\n ContentLink?: InputMaybe;\n};\n\nexport type GeneralBaseVariationRelationsWhereInput = {\n ContentLink?: InputMaybe;\n};\n\nexport type GeneralBaseVariationSeoInformation = {\n __typename?: 'GeneralBaseVariationSeoInformation';\n Description?: Maybe;\n Keywords?: Maybe;\n Title?: Maybe;\n};\n\nexport type GeneralBaseVariationSeoInformationAutocomplete = {\n __typename?: 'GeneralBaseVariationSeoInformationAutocomplete';\n Description?: Maybe>>;\n Keywords?: Maybe>>;\n Title?: Maybe>>;\n};\n\n\nexport type GeneralBaseVariationSeoInformationAutocompleteDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type GeneralBaseVariationSeoInformationAutocompleteKeywordsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type GeneralBaseVariationSeoInformationAutocompleteTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type GeneralBaseVariationSeoInformationFacet = {\n __typename?: 'GeneralBaseVariationSeoInformationFacet';\n Description?: Maybe>>;\n Keywords?: Maybe>>;\n Title?: Maybe>>;\n};\n\n\nexport type GeneralBaseVariationSeoInformationFacetDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GeneralBaseVariationSeoInformationFacetKeywordsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GeneralBaseVariationSeoInformationFacetTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type GeneralBaseVariationSeoInformationOrderByInput = {\n Description?: InputMaybe;\n Keywords?: InputMaybe;\n Title?: InputMaybe;\n};\n\nexport type GeneralBaseVariationSeoInformationWhereInput = {\n Description?: InputMaybe;\n Keywords?: InputMaybe;\n Title?: InputMaybe;\n};\n\nexport type GeneralBaseVariationShippingDimensions = {\n __typename?: 'GeneralBaseVariationShippingDimensions';\n Height?: Maybe;\n Length?: Maybe;\n Width?: Maybe;\n};\n\nexport type GeneralBaseVariationShippingDimensionsFacet = {\n __typename?: 'GeneralBaseVariationShippingDimensionsFacet';\n Height?: Maybe>>;\n Length?: Maybe>>;\n Width?: Maybe>>;\n};\n\n\nexport type GeneralBaseVariationShippingDimensionsFacetHeightArgs = {\n filters?: InputMaybe>;\n limit?: InputMaybe;\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n ranges?: InputMaybe>>;\n};\n\n\nexport type GeneralBaseVariationShippingDimensionsFacetLengthArgs = {\n filters?: InputMaybe>;\n limit?: InputMaybe;\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n ranges?: InputMaybe>>;\n};\n\n\nexport type GeneralBaseVariationShippingDimensionsFacetWidthArgs = {\n filters?: InputMaybe>;\n limit?: InputMaybe;\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n ranges?: InputMaybe>>;\n};\n\nexport type GeneralBaseVariationShippingDimensionsOrderByInput = {\n Height?: InputMaybe;\n Length?: InputMaybe;\n Width?: InputMaybe;\n};\n\nexport type GeneralBaseVariationShippingDimensionsWhereInput = {\n Height?: InputMaybe;\n Length?: InputMaybe;\n Width?: InputMaybe;\n};\n\nexport type GeneralBaseVariationWhereInput = {\n Ancestors?: InputMaybe;\n Associations?: InputMaybe;\n CatalogId?: InputMaybe;\n Categories?: InputMaybe;\n Changed?: InputMaybe;\n Code?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n DefaultImageUrl?: InputMaybe;\n DefaultMarketPrice?: InputMaybe;\n DisplayName?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n InventoryReference?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n MetaClassId?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentEntries?: InputMaybe;\n ParentLink?: InputMaybe;\n PriceReference?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n SeoInformation?: InputMaybe;\n SeoUri?: InputMaybe;\n ShippingDimensions?: InputMaybe;\n ShippingPackageId?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n TaxCategoryId?: InputMaybe;\n TrackInventory?: InputMaybe;\n Url?: InputMaybe;\n Weight?: InputMaybe;\n _and?: InputMaybe>>;\n _fulltext?: InputMaybe;\n _modified?: InputMaybe;\n _not?: InputMaybe>>;\n _or?: InputMaybe>>;\n};\n\n/** Use this to break up products into Categories */\nexport type GeneralUseNode = IContent & IData & {\n __typename?: 'GeneralUseNode';\n Ancestors?: Maybe>>;\n CatalogId?: Maybe;\n Categories?: Maybe;\n CategoryDescription?: Maybe;\n CategoryFeaturedProducts?: Maybe>>;\n CategoryLongName?: Maybe;\n CategoryLongTeaser?: Maybe;\n CategoryTeaser?: Maybe;\n Changed?: Maybe;\n Code?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe;\n /** Page Specific Block in Page Header area. */\n CustomHeaders?: Maybe>>;\n DisplayName?: Maybe;\n EPiBlock_PageSettings_BodyAttributes?: Maybe;\n EPiBlock_PageSettings_HideBreadcrumbs?: Maybe;\n EPiBlock_PageSettings_SEOSitemaps?: Maybe;\n EPiBlock_PageSettings_SectionNavigationAnchor?: Maybe;\n EPiBlock_PageSettings_SectionNavigationDisplay?: Maybe;\n EPiBlock_PageSettings_ShowShareThis?: Maybe;\n EPiBlock_PageSettings_SolrKeywordsBoost?: Maybe;\n EPiBlock_PageSettings_SolrPageBoost?: Maybe;\n ExistingLanguages?: Maybe>>;\n /** For use in 'Featured Item Row' block. */\n FeaturedItemImage?: Maybe;\n /** For use in 'Featured Item Row' block. */\n FeaturedItemText?: Maybe;\n /** For use in 'Featured Item Row' block. */\n FeaturedItemTitle?: Maybe;\n /** Displays full-width below any sidebars a page may have */\n FullArea?: Maybe>>;\n /** Displays the 'Hero' Content for page. Will only display the first hero-block. */\n HeroArea?: Maybe>>;\n HiddenFromSearch?: Maybe;\n /** Displays content side by side with any sidebars a page may have. Please only use an even amount of blocks in this content area. */\n InlineArea?: Maybe>>;\n IsCommonDraft?: Maybe;\n Language?: Maybe;\n MainBody?: Maybe;\n MasterLanguage?: Maybe;\n MetaClassId?: Maybe;\n Name?: Maybe;\n NavigationName?: Maybe;\n NodeLongTeaser?: Maybe;\n NodeShortTeaser?: Maybe;\n PageFeaturedDescription?: Maybe;\n PageImageUrl?: Maybe;\n PageIsSearchable?: Maybe;\n PageMetaData?: Maybe;\n PageNavigationTitle?: Maybe;\n ParentLink?: Maybe;\n RelativePath?: Maybe;\n RouteSegment?: Maybe;\n Saved?: Maybe;\n SeoInformation?: Maybe;\n SeoUri?: Maybe;\n Shortcut?: Maybe;\n /** Optional content for the sidebar area */\n SidebarContent?: Maybe>>;\n SiteId?: Maybe;\n StartPublish?: Maybe;\n Status?: Maybe;\n /** Content area that accepts Link Blocks. */\n StickyNavLinks?: Maybe;\n StopPublish?: Maybe;\n /** Displays content above any sidebars a page may have */\n TopArea?: Maybe>>;\n /** Depricated (will be removed soon) */\n TopContentArea?: Maybe>>;\n Url?: Maybe;\n /** @deprecated Use `_link` field instead */\n _children?: Maybe;\n _deleted?: Maybe;\n _fulltext?: Maybe>>;\n _id?: Maybe;\n _link?: Maybe;\n _modified?: Maybe;\n _score?: Maybe;\n};\n\n\n/** Use this to break up products into Categories */\nexport type GeneralUseNodeCategoryDescriptionArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Use this to break up products into Categories */\nexport type GeneralUseNodeCategoryLongNameArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Use this to break up products into Categories */\nexport type GeneralUseNodeCategoryLongTeaserArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Use this to break up products into Categories */\nexport type GeneralUseNodeCategoryTeaserArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Use this to break up products into Categories */\nexport type GeneralUseNodeCodeArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Use this to break up products into Categories */\nexport type GeneralUseNodeDisplayNameArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Use this to break up products into Categories */\nexport type GeneralUseNodeFeaturedItemTextArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Use this to break up products into Categories */\nexport type GeneralUseNodeFeaturedItemTitleArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Use this to break up products into Categories */\nexport type GeneralUseNodeHiddenFromSearchArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Use this to break up products into Categories */\nexport type GeneralUseNodeMainBodyArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Use this to break up products into Categories */\nexport type GeneralUseNodeNameArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Use this to break up products into Categories */\nexport type GeneralUseNodeNavigationNameArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Use this to break up products into Categories */\nexport type GeneralUseNodeNodeLongTeaserArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Use this to break up products into Categories */\nexport type GeneralUseNodeNodeShortTeaserArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Use this to break up products into Categories */\nexport type GeneralUseNode_FulltextArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Use this to break up products into Categories */\nexport type GeneralUseNode_LinkArgs = {\n type?: InputMaybe;\n};\n\nexport type GeneralUseNodeAutocomplete = {\n __typename?: 'GeneralUseNodeAutocomplete';\n Ancestors?: Maybe>>;\n Categories?: Maybe;\n CategoryFeaturedProducts?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n CustomHeaders?: Maybe;\n EPiBlock_PageSettings_BodyAttributes?: Maybe>>;\n EPiBlock_PageSettings_SEOSitemaps?: Maybe>>;\n EPiBlock_PageSettings_SolrKeywordsBoost?: Maybe>>;\n ExistingLanguages?: Maybe;\n FeaturedItemImage?: Maybe;\n FullArea?: Maybe;\n HeroArea?: Maybe;\n InlineArea?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageMetaData?: Maybe;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n SeoInformation?: Maybe;\n SeoUri?: Maybe>>;\n Shortcut?: Maybe>>;\n SidebarContent?: Maybe;\n SiteId?: Maybe>>;\n Status?: Maybe>>;\n StickyNavLinks?: Maybe>>;\n TopArea?: Maybe;\n TopContentArea?: Maybe;\n Url?: Maybe>>;\n};\n\n\nexport type GeneralUseNodeAutocompleteAncestorsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type GeneralUseNodeAutocompleteContentTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type GeneralUseNodeAutocompleteEPiBlock_PageSettings_BodyAttributesArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type GeneralUseNodeAutocompleteEPiBlock_PageSettings_SeoSitemapsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type GeneralUseNodeAutocompleteEPiBlock_PageSettings_SolrKeywordsBoostArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type GeneralUseNodeAutocompletePageFeaturedDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type GeneralUseNodeAutocompletePageImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type GeneralUseNodeAutocompletePageNavigationTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type GeneralUseNodeAutocompleteRelativePathArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type GeneralUseNodeAutocompleteRouteSegmentArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type GeneralUseNodeAutocompleteSeoUriArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type GeneralUseNodeAutocompleteShortcutArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type GeneralUseNodeAutocompleteSiteIdArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type GeneralUseNodeAutocompleteStatusArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type GeneralUseNodeAutocompleteStickyNavLinksArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type GeneralUseNodeAutocompleteUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type GeneralUseNodeCategories = {\n __typename?: 'GeneralUseNodeCategories';\n ContentLink?: Maybe;\n};\n\nexport type GeneralUseNodeCategoriesAutocomplete = {\n __typename?: 'GeneralUseNodeCategoriesAutocomplete';\n ContentLink?: Maybe;\n};\n\nexport type GeneralUseNodeCategoriesFacet = {\n __typename?: 'GeneralUseNodeCategoriesFacet';\n ContentLink?: Maybe;\n};\n\nexport type GeneralUseNodeCategoriesOrderByInput = {\n ContentLink?: InputMaybe;\n};\n\nexport type GeneralUseNodeCategoriesWhereInput = {\n ContentLink?: InputMaybe;\n};\n\nexport type GeneralUseNodeFacet = {\n __typename?: 'GeneralUseNodeFacet';\n Ancestors?: Maybe>>;\n CatalogId?: Maybe>>;\n Categories?: Maybe;\n CategoryDescription?: Maybe>>;\n CategoryFeaturedProducts?: Maybe;\n CategoryLongName?: Maybe>>;\n CategoryLongTeaser?: Maybe>>;\n CategoryTeaser?: Maybe>>;\n Changed?: Maybe>>;\n Code?: Maybe>>;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe>>;\n CustomHeaders?: Maybe;\n DisplayName?: Maybe>>;\n EPiBlock_PageSettings_BodyAttributes?: Maybe>>;\n EPiBlock_PageSettings_HideBreadcrumbs?: Maybe>>;\n EPiBlock_PageSettings_SEOSitemaps?: Maybe>>;\n EPiBlock_PageSettings_SectionNavigationAnchor?: Maybe>>;\n EPiBlock_PageSettings_SectionNavigationDisplay?: Maybe>>;\n EPiBlock_PageSettings_ShowShareThis?: Maybe>>;\n EPiBlock_PageSettings_SolrKeywordsBoost?: Maybe>>;\n EPiBlock_PageSettings_SolrPageBoost?: Maybe>>;\n ExistingLanguages?: Maybe;\n FeaturedItemImage?: Maybe;\n FeaturedItemText?: Maybe>>;\n FeaturedItemTitle?: Maybe>>;\n FullArea?: Maybe;\n HeroArea?: Maybe;\n HiddenFromSearch?: Maybe>>;\n InlineArea?: Maybe;\n IsCommonDraft?: Maybe>>;\n Language?: Maybe;\n MainBody?: Maybe>>;\n MasterLanguage?: Maybe;\n MetaClassId?: Maybe>>;\n Name?: Maybe>>;\n NavigationName?: Maybe>>;\n NodeLongTeaser?: Maybe>>;\n NodeShortTeaser?: Maybe>>;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageIsSearchable?: Maybe>>;\n PageMetaData?: Maybe;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Saved?: Maybe>>;\n SeoInformation?: Maybe;\n SeoUri?: Maybe>>;\n Shortcut?: Maybe>>;\n SidebarContent?: Maybe;\n SiteId?: Maybe>>;\n StartPublish?: Maybe>>;\n Status?: Maybe>>;\n StickyNavLinks?: Maybe>>;\n StopPublish?: Maybe>>;\n TopArea?: Maybe;\n TopContentArea?: Maybe;\n Url?: Maybe>>;\n};\n\n\nexport type GeneralUseNodeFacetAncestorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GeneralUseNodeFacetCatalogIdArgs = {\n filters?: InputMaybe>;\n limit?: InputMaybe;\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n ranges?: InputMaybe>>;\n};\n\n\nexport type GeneralUseNodeFacetCategoryDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GeneralUseNodeFacetCategoryLongNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GeneralUseNodeFacetCategoryLongTeaserArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GeneralUseNodeFacetCategoryTeaserArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GeneralUseNodeFacetChangedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type GeneralUseNodeFacetCodeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GeneralUseNodeFacetContentTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GeneralUseNodeFacetCreatedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type GeneralUseNodeFacetDisplayNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GeneralUseNodeFacetEPiBlock_PageSettings_BodyAttributesArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GeneralUseNodeFacetEPiBlock_PageSettings_HideBreadcrumbsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GeneralUseNodeFacetEPiBlock_PageSettings_SeoSitemapsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GeneralUseNodeFacetEPiBlock_PageSettings_SectionNavigationAnchorArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GeneralUseNodeFacetEPiBlock_PageSettings_SectionNavigationDisplayArgs = {\n filters?: InputMaybe>;\n limit?: InputMaybe;\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n ranges?: InputMaybe>>;\n};\n\n\nexport type GeneralUseNodeFacetEPiBlock_PageSettings_ShowShareThisArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GeneralUseNodeFacetEPiBlock_PageSettings_SolrKeywordsBoostArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GeneralUseNodeFacetEPiBlock_PageSettings_SolrPageBoostArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GeneralUseNodeFacetFeaturedItemTextArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GeneralUseNodeFacetFeaturedItemTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GeneralUseNodeFacetHiddenFromSearchArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GeneralUseNodeFacetIsCommonDraftArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GeneralUseNodeFacetMainBodyArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GeneralUseNodeFacetMetaClassIdArgs = {\n filters?: InputMaybe>;\n limit?: InputMaybe;\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n ranges?: InputMaybe>>;\n};\n\n\nexport type GeneralUseNodeFacetNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GeneralUseNodeFacetNavigationNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GeneralUseNodeFacetNodeLongTeaserArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GeneralUseNodeFacetNodeShortTeaserArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GeneralUseNodeFacetPageFeaturedDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GeneralUseNodeFacetPageImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GeneralUseNodeFacetPageIsSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GeneralUseNodeFacetPageNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GeneralUseNodeFacetRelativePathArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GeneralUseNodeFacetRouteSegmentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GeneralUseNodeFacetSavedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type GeneralUseNodeFacetSeoUriArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GeneralUseNodeFacetShortcutArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GeneralUseNodeFacetSiteIdArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GeneralUseNodeFacetStartPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type GeneralUseNodeFacetStatusArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GeneralUseNodeFacetStickyNavLinksArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GeneralUseNodeFacetStopPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type GeneralUseNodeFacetUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type GeneralUseNodeOrderByInput = {\n Ancestors?: InputMaybe;\n CatalogId?: InputMaybe;\n Categories?: InputMaybe;\n CategoryDescription?: InputMaybe;\n CategoryFeaturedProducts?: InputMaybe;\n CategoryLongName?: InputMaybe;\n CategoryLongTeaser?: InputMaybe;\n CategoryTeaser?: InputMaybe;\n Changed?: InputMaybe;\n Code?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n CustomHeaders?: InputMaybe;\n DisplayName?: InputMaybe;\n EPiBlock_PageSettings_BodyAttributes?: InputMaybe;\n EPiBlock_PageSettings_HideBreadcrumbs?: InputMaybe;\n EPiBlock_PageSettings_SEOSitemaps?: InputMaybe;\n EPiBlock_PageSettings_SectionNavigationAnchor?: InputMaybe;\n EPiBlock_PageSettings_SectionNavigationDisplay?: InputMaybe;\n EPiBlock_PageSettings_ShowShareThis?: InputMaybe;\n EPiBlock_PageSettings_SolrKeywordsBoost?: InputMaybe;\n EPiBlock_PageSettings_SolrPageBoost?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n FeaturedItemImage?: InputMaybe;\n FeaturedItemText?: InputMaybe;\n FeaturedItemTitle?: InputMaybe;\n FullArea?: InputMaybe;\n HeroArea?: InputMaybe;\n HiddenFromSearch?: InputMaybe;\n InlineArea?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MainBody?: InputMaybe;\n MasterLanguage?: InputMaybe;\n MetaClassId?: InputMaybe;\n Name?: InputMaybe;\n NavigationName?: InputMaybe;\n NodeLongTeaser?: InputMaybe;\n NodeShortTeaser?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageMetaData?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n SeoInformation?: InputMaybe;\n SeoUri?: InputMaybe;\n Shortcut?: InputMaybe;\n SidebarContent?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StickyNavLinks?: InputMaybe;\n StopPublish?: InputMaybe;\n TopArea?: InputMaybe;\n TopContentArea?: InputMaybe;\n Url?: InputMaybe;\n _minimumScore?: InputMaybe;\n _modified?: InputMaybe;\n _ranking?: InputMaybe;\n _semanticWeight?: InputMaybe;\n};\n\nexport type GeneralUseNodeOutput = {\n __typename?: 'GeneralUseNodeOutput';\n autocomplete?: Maybe;\n cursor?: Maybe;\n facets?: Maybe;\n items?: Maybe>>;\n total?: Maybe;\n};\n\n\nexport type GeneralUseNodeOutputTotalArgs = {\n all?: InputMaybe;\n};\n\nexport type GeneralUseNodePageMetaData = {\n __typename?: 'GeneralUseNodePageMetaData';\n DisableSiteTitle?: Maybe;\n MetaDescription?: Maybe;\n MetaKeywords?: Maybe;\n MetaTitle?: Maybe;\n PageImage?: Maybe;\n ShareHashTags?: Maybe;\n ShareSummary?: Maybe;\n ShareTitle?: Maybe;\n SingleSentenceSummary?: Maybe;\n};\n\nexport type GeneralUseNodePageMetaDataAutocomplete = {\n __typename?: 'GeneralUseNodePageMetaDataAutocomplete';\n MetaDescription?: Maybe>>;\n MetaKeywords?: Maybe>>;\n MetaTitle?: Maybe>>;\n PageImage?: Maybe;\n ShareHashTags?: Maybe>>;\n ShareSummary?: Maybe>>;\n ShareTitle?: Maybe>>;\n SingleSentenceSummary?: Maybe>>;\n};\n\n\nexport type GeneralUseNodePageMetaDataAutocompleteMetaDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type GeneralUseNodePageMetaDataAutocompleteMetaKeywordsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type GeneralUseNodePageMetaDataAutocompleteMetaTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type GeneralUseNodePageMetaDataAutocompleteShareHashTagsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type GeneralUseNodePageMetaDataAutocompleteShareSummaryArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type GeneralUseNodePageMetaDataAutocompleteShareTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type GeneralUseNodePageMetaDataAutocompleteSingleSentenceSummaryArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type GeneralUseNodePageMetaDataFacet = {\n __typename?: 'GeneralUseNodePageMetaDataFacet';\n DisableSiteTitle?: Maybe>>;\n MetaDescription?: Maybe>>;\n MetaKeywords?: Maybe>>;\n MetaTitle?: Maybe>>;\n PageImage?: Maybe;\n ShareHashTags?: Maybe>>;\n ShareSummary?: Maybe>>;\n ShareTitle?: Maybe>>;\n SingleSentenceSummary?: Maybe>>;\n};\n\n\nexport type GeneralUseNodePageMetaDataFacetDisableSiteTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GeneralUseNodePageMetaDataFacetMetaDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GeneralUseNodePageMetaDataFacetMetaKeywordsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GeneralUseNodePageMetaDataFacetMetaTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GeneralUseNodePageMetaDataFacetShareHashTagsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GeneralUseNodePageMetaDataFacetShareSummaryArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GeneralUseNodePageMetaDataFacetShareTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GeneralUseNodePageMetaDataFacetSingleSentenceSummaryArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type GeneralUseNodePageMetaDataOrderByInput = {\n DisableSiteTitle?: InputMaybe;\n MetaDescription?: InputMaybe;\n MetaKeywords?: InputMaybe;\n MetaTitle?: InputMaybe;\n PageImage?: InputMaybe;\n ShareHashTags?: InputMaybe;\n ShareSummary?: InputMaybe;\n ShareTitle?: InputMaybe;\n SingleSentenceSummary?: InputMaybe;\n};\n\nexport type GeneralUseNodePageMetaDataWhereInput = {\n DisableSiteTitle?: InputMaybe;\n MetaDescription?: InputMaybe;\n MetaKeywords?: InputMaybe;\n MetaTitle?: InputMaybe;\n PageImage?: InputMaybe;\n ShareHashTags?: InputMaybe;\n ShareSummary?: InputMaybe;\n ShareTitle?: InputMaybe;\n SingleSentenceSummary?: InputMaybe;\n};\n\nexport type GeneralUseNodeSeoInformation = {\n __typename?: 'GeneralUseNodeSeoInformation';\n Description?: Maybe;\n Keywords?: Maybe;\n Title?: Maybe;\n};\n\nexport type GeneralUseNodeSeoInformationAutocomplete = {\n __typename?: 'GeneralUseNodeSeoInformationAutocomplete';\n Description?: Maybe>>;\n Keywords?: Maybe>>;\n Title?: Maybe>>;\n};\n\n\nexport type GeneralUseNodeSeoInformationAutocompleteDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type GeneralUseNodeSeoInformationAutocompleteKeywordsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type GeneralUseNodeSeoInformationAutocompleteTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type GeneralUseNodeSeoInformationFacet = {\n __typename?: 'GeneralUseNodeSeoInformationFacet';\n Description?: Maybe>>;\n Keywords?: Maybe>>;\n Title?: Maybe>>;\n};\n\n\nexport type GeneralUseNodeSeoInformationFacetDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GeneralUseNodeSeoInformationFacetKeywordsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GeneralUseNodeSeoInformationFacetTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type GeneralUseNodeSeoInformationOrderByInput = {\n Description?: InputMaybe;\n Keywords?: InputMaybe;\n Title?: InputMaybe;\n};\n\nexport type GeneralUseNodeSeoInformationWhereInput = {\n Description?: InputMaybe;\n Keywords?: InputMaybe;\n Title?: InputMaybe;\n};\n\nexport type GeneralUseNodeWhereInput = {\n Ancestors?: InputMaybe;\n CatalogId?: InputMaybe;\n Categories?: InputMaybe;\n CategoryDescription?: InputMaybe;\n CategoryFeaturedProducts?: InputMaybe;\n CategoryLongName?: InputMaybe;\n CategoryLongTeaser?: InputMaybe;\n CategoryTeaser?: InputMaybe;\n Changed?: InputMaybe;\n Code?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n CustomHeaders?: InputMaybe;\n DisplayName?: InputMaybe;\n EPiBlock_PageSettings_BodyAttributes?: InputMaybe;\n EPiBlock_PageSettings_HideBreadcrumbs?: InputMaybe;\n EPiBlock_PageSettings_SEOSitemaps?: InputMaybe;\n EPiBlock_PageSettings_SectionNavigationAnchor?: InputMaybe;\n EPiBlock_PageSettings_SectionNavigationDisplay?: InputMaybe;\n EPiBlock_PageSettings_ShowShareThis?: InputMaybe;\n EPiBlock_PageSettings_SolrKeywordsBoost?: InputMaybe;\n EPiBlock_PageSettings_SolrPageBoost?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n FeaturedItemImage?: InputMaybe;\n FeaturedItemText?: InputMaybe;\n FeaturedItemTitle?: InputMaybe;\n FullArea?: InputMaybe;\n HeroArea?: InputMaybe;\n HiddenFromSearch?: InputMaybe;\n InlineArea?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MainBody?: InputMaybe;\n MasterLanguage?: InputMaybe;\n MetaClassId?: InputMaybe;\n Name?: InputMaybe;\n NavigationName?: InputMaybe;\n NodeLongTeaser?: InputMaybe;\n NodeShortTeaser?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageMetaData?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n SeoInformation?: InputMaybe;\n SeoUri?: InputMaybe;\n Shortcut?: InputMaybe;\n SidebarContent?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StickyNavLinks?: InputMaybe;\n StopPublish?: InputMaybe;\n TopArea?: InputMaybe;\n TopContentArea?: InputMaybe;\n Url?: InputMaybe;\n _and?: InputMaybe>>;\n _fulltext?: InputMaybe;\n _modified?: InputMaybe;\n _not?: InputMaybe>>;\n _or?: InputMaybe>>;\n};\n\n/** Cards that feature an image with a clickable action leading to specific calls-to-action (CTA) which can be added to the Generic Carousel. */\nexport type GenericCardBlock = IContent & IData & {\n __typename?: 'GenericCardBlock';\n Ancestors?: Maybe>>;\n CardDescription?: Maybe;\n CardTitle?: Maybe;\n Category?: Maybe>>;\n Changed?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe;\n ExistingLanguages?: Maybe>>;\n IsCommonDraft?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe;\n PageFeaturedDescription?: Maybe;\n PageImageUrl?: Maybe;\n PageIsSearchable?: Maybe;\n PageNavigationTitle?: Maybe;\n ParentLink?: Maybe;\n RelativePath?: Maybe;\n RouteSegment?: Maybe;\n Saved?: Maybe;\n Shortcut?: Maybe;\n SiteId?: Maybe;\n StartPublish?: Maybe;\n Status?: Maybe;\n StopPublish?: Maybe;\n Url?: Maybe;\n /** @deprecated Use `_link` field instead */\n _children?: Maybe;\n _deleted?: Maybe;\n _fulltext?: Maybe>>;\n _id?: Maybe;\n _link?: Maybe;\n _modified?: Maybe;\n _score?: Maybe;\n};\n\n\n/** Cards that feature an image with a clickable action leading to specific calls-to-action (CTA) which can be added to the Generic Carousel. */\nexport type GenericCardBlockCardDescriptionArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Cards that feature an image with a clickable action leading to specific calls-to-action (CTA) which can be added to the Generic Carousel. */\nexport type GenericCardBlockCardTitleArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Cards that feature an image with a clickable action leading to specific calls-to-action (CTA) which can be added to the Generic Carousel. */\nexport type GenericCardBlockNameArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Cards that feature an image with a clickable action leading to specific calls-to-action (CTA) which can be added to the Generic Carousel. */\nexport type GenericCardBlock_FulltextArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Cards that feature an image with a clickable action leading to specific calls-to-action (CTA) which can be added to the Generic Carousel. */\nexport type GenericCardBlock_LinkArgs = {\n type?: InputMaybe;\n};\n\nexport type GenericCardBlockAutocomplete = {\n __typename?: 'GenericCardBlockAutocomplete';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n ExistingLanguages?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n Status?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type GenericCardBlockAutocompleteAncestorsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type GenericCardBlockAutocompleteContentTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type GenericCardBlockAutocompletePageFeaturedDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type GenericCardBlockAutocompletePageImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type GenericCardBlockAutocompletePageNavigationTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type GenericCardBlockAutocompleteRelativePathArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type GenericCardBlockAutocompleteRouteSegmentArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type GenericCardBlockAutocompleteShortcutArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type GenericCardBlockAutocompleteSiteIdArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type GenericCardBlockAutocompleteStatusArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type GenericCardBlockAutocompleteUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type GenericCardBlockFacet = {\n __typename?: 'GenericCardBlockFacet';\n Ancestors?: Maybe>>;\n CardDescription?: Maybe>>;\n CardTitle?: Maybe>>;\n Category?: Maybe;\n Changed?: Maybe>>;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe>>;\n ExistingLanguages?: Maybe;\n IsCommonDraft?: Maybe>>;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe>>;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageIsSearchable?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Saved?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n StartPublish?: Maybe>>;\n Status?: Maybe>>;\n StopPublish?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type GenericCardBlockFacetAncestorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GenericCardBlockFacetCardDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GenericCardBlockFacetCardTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GenericCardBlockFacetChangedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type GenericCardBlockFacetContentTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GenericCardBlockFacetCreatedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type GenericCardBlockFacetIsCommonDraftArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GenericCardBlockFacetNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GenericCardBlockFacetPageFeaturedDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GenericCardBlockFacetPageImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GenericCardBlockFacetPageIsSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GenericCardBlockFacetPageNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GenericCardBlockFacetRelativePathArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GenericCardBlockFacetRouteSegmentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GenericCardBlockFacetSavedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type GenericCardBlockFacetShortcutArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GenericCardBlockFacetSiteIdArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GenericCardBlockFacetStartPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type GenericCardBlockFacetStatusArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GenericCardBlockFacetStopPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type GenericCardBlockFacetUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type GenericCardBlockOrderByInput = {\n Ancestors?: InputMaybe;\n CardDescription?: InputMaybe;\n CardTitle?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n _minimumScore?: InputMaybe;\n _modified?: InputMaybe;\n _ranking?: InputMaybe;\n _semanticWeight?: InputMaybe;\n};\n\nexport type GenericCardBlockOutput = {\n __typename?: 'GenericCardBlockOutput';\n autocomplete?: Maybe;\n cursor?: Maybe;\n facets?: Maybe;\n items?: Maybe>>;\n total?: Maybe;\n};\n\n\nexport type GenericCardBlockOutputTotalArgs = {\n all?: InputMaybe;\n};\n\nexport type GenericCardBlockWhereInput = {\n Ancestors?: InputMaybe;\n CardDescription?: InputMaybe;\n CardTitle?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n _and?: InputMaybe>>;\n _fulltext?: InputMaybe;\n _modified?: InputMaybe;\n _not?: InputMaybe>>;\n _or?: InputMaybe>>;\n};\n\n/** Carousel with a base functionality but with the chance to support multiple type of cards. */\nexport type GenericCarouselBlock = IContent & IData & {\n __typename?: 'GenericCarouselBlock';\n Ancestors?: Maybe>>;\n CarouselCards?: Maybe>>;\n Category?: Maybe>>;\n Changed?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe;\n Description?: Maybe;\n ExistingLanguages?: Maybe>>;\n Heading?: Maybe;\n IsCommonDraft?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe;\n PageFeaturedDescription?: Maybe;\n PageImageUrl?: Maybe;\n PageIsSearchable?: Maybe;\n PageNavigationTitle?: Maybe;\n ParentLink?: Maybe;\n RelativePath?: Maybe;\n RouteSegment?: Maybe;\n Saved?: Maybe;\n Shortcut?: Maybe;\n SiteId?: Maybe;\n StartPublish?: Maybe;\n Status?: Maybe;\n StopPublish?: Maybe;\n Url?: Maybe;\n /** @deprecated Use `_link` field instead */\n _children?: Maybe;\n _deleted?: Maybe;\n _fulltext?: Maybe>>;\n _id?: Maybe;\n _link?: Maybe;\n _modified?: Maybe;\n _score?: Maybe;\n};\n\n\n/** Carousel with a base functionality but with the chance to support multiple type of cards. */\nexport type GenericCarouselBlockCarouselCardsArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Carousel with a base functionality but with the chance to support multiple type of cards. */\nexport type GenericCarouselBlockDescriptionArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Carousel with a base functionality but with the chance to support multiple type of cards. */\nexport type GenericCarouselBlockHeadingArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Carousel with a base functionality but with the chance to support multiple type of cards. */\nexport type GenericCarouselBlockNameArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Carousel with a base functionality but with the chance to support multiple type of cards. */\nexport type GenericCarouselBlock_FulltextArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Carousel with a base functionality but with the chance to support multiple type of cards. */\nexport type GenericCarouselBlock_LinkArgs = {\n type?: InputMaybe;\n};\n\nexport type GenericCarouselBlockAutocomplete = {\n __typename?: 'GenericCarouselBlockAutocomplete';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n ExistingLanguages?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n Status?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type GenericCarouselBlockAutocompleteAncestorsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type GenericCarouselBlockAutocompleteContentTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type GenericCarouselBlockAutocompletePageFeaturedDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type GenericCarouselBlockAutocompletePageImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type GenericCarouselBlockAutocompletePageNavigationTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type GenericCarouselBlockAutocompleteRelativePathArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type GenericCarouselBlockAutocompleteRouteSegmentArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type GenericCarouselBlockAutocompleteShortcutArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type GenericCarouselBlockAutocompleteSiteIdArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type GenericCarouselBlockAutocompleteStatusArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type GenericCarouselBlockAutocompleteUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type GenericCarouselBlockFacet = {\n __typename?: 'GenericCarouselBlockFacet';\n Ancestors?: Maybe>>;\n CarouselCards?: Maybe;\n Category?: Maybe;\n Changed?: Maybe>>;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe>>;\n Description?: Maybe>>;\n ExistingLanguages?: Maybe;\n Heading?: Maybe>>;\n IsCommonDraft?: Maybe>>;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe>>;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageIsSearchable?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Saved?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n StartPublish?: Maybe>>;\n Status?: Maybe>>;\n StopPublish?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type GenericCarouselBlockFacetAncestorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GenericCarouselBlockFacetChangedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type GenericCarouselBlockFacetContentTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GenericCarouselBlockFacetCreatedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type GenericCarouselBlockFacetDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GenericCarouselBlockFacetHeadingArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GenericCarouselBlockFacetIsCommonDraftArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GenericCarouselBlockFacetNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GenericCarouselBlockFacetPageFeaturedDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GenericCarouselBlockFacetPageImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GenericCarouselBlockFacetPageIsSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GenericCarouselBlockFacetPageNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GenericCarouselBlockFacetRelativePathArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GenericCarouselBlockFacetRouteSegmentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GenericCarouselBlockFacetSavedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type GenericCarouselBlockFacetShortcutArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GenericCarouselBlockFacetSiteIdArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GenericCarouselBlockFacetStartPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type GenericCarouselBlockFacetStatusArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GenericCarouselBlockFacetStopPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type GenericCarouselBlockFacetUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type GenericCarouselBlockOrderByInput = {\n Ancestors?: InputMaybe;\n CarouselCards?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n Description?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n Heading?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n _minimumScore?: InputMaybe;\n _modified?: InputMaybe;\n _ranking?: InputMaybe;\n _semanticWeight?: InputMaybe;\n};\n\nexport type GenericCarouselBlockOutput = {\n __typename?: 'GenericCarouselBlockOutput';\n autocomplete?: Maybe;\n cursor?: Maybe;\n facets?: Maybe;\n items?: Maybe>>;\n total?: Maybe;\n};\n\n\nexport type GenericCarouselBlockOutputTotalArgs = {\n all?: InputMaybe;\n};\n\nexport type GenericCarouselBlockWhereInput = {\n Ancestors?: InputMaybe;\n CarouselCards?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n Description?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n Heading?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n _and?: InputMaybe>>;\n _fulltext?: InputMaybe;\n _modified?: InputMaybe;\n _not?: InputMaybe>>;\n _or?: InputMaybe>>;\n};\n\n/** Template that contains a header, masthead, body section to add modules and a footer. */\nexport type GenericPage = IContent & IData & {\n __typename?: 'GenericPage';\n Ancestors?: Maybe>>;\n AreaOfStudyFacet?: Maybe;\n BreadcrumbsTitle?: Maybe;\n CampusLocationFacet?: Maybe;\n Category?: Maybe>>;\n Changed?: Maybe;\n CollegeOrSchoolFacet?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe;\n DegreesFacet?: Maybe;\n DepartmentFacet?: Maybe;\n DisableIndexing?: Maybe;\n /** This will determine whether or not to show on the sitemap */\n ExcludeFromSitemap?: Maybe;\n ExistingLanguages?: Maybe>>;\n FeaturedDescription?: Maybe;\n HideSiteFooter?: Maybe;\n HideSiteHeader?: Maybe;\n IsCommonDraft?: Maybe;\n IsFeaturedContent?: Maybe;\n Keywords?: Maybe;\n KeywordsFacet?: Maybe;\n Language?: Maybe;\n LocationFacet?: Maybe;\n MainContentArea?: Maybe>>;\n MasterLanguage?: Maybe;\n Masthead?: Maybe>>;\n Name?: Maybe;\n NavigationTitle?: Maybe;\n /** The link and text will be used when the page is displayed as a card in other modules. By default, the link is the same as the actual page. */\n OverrideCardLink?: Maybe;\n PageFeaturedDescription?: Maybe;\n /** Image that will be used when the page is displayed as a card for Generic Pages. Recommended Image Size: 1536x1152 px (4:3 Aspect Ratio) */\n PageImage?: Maybe;\n PageImageUrl?: Maybe;\n PageIsSearchable?: Maybe;\n PageNavigationTitle?: Maybe;\n ParentLink?: Maybe;\n ProgramTypeFacet?: Maybe;\n RelativePath?: Maybe;\n RouteSegment?: Maybe;\n Saved?: Maybe;\n /** This will determine whether or not to show on search */\n Searchable?: Maybe;\n Shortcut?: Maybe;\n /** This will determine whether or not breadcrumb will be displayed */\n ShowBreadcrumbs?: Maybe;\n /** This will determine whether or not commerce header will be displayed */\n ShowCommerceHeader?: Maybe;\n SiteId?: Maybe;\n StartPublish?: Maybe;\n Status?: Maybe;\n StopPublish?: Maybe;\n TrackOdp?: Maybe;\n Url?: Maybe;\n /** @deprecated Use `_link` field instead */\n _children?: Maybe;\n _deleted?: Maybe;\n _fulltext?: Maybe>>;\n _id?: Maybe;\n _link?: Maybe;\n _modified?: Maybe;\n _score?: Maybe;\n};\n\n\n/** Template that contains a header, masthead, body section to add modules and a footer. */\nexport type GenericPageDisableIndexingArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Template that contains a header, masthead, body section to add modules and a footer. */\nexport type GenericPageExcludeFromSitemapArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Template that contains a header, masthead, body section to add modules and a footer. */\nexport type GenericPageHideSiteFooterArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Template that contains a header, masthead, body section to add modules and a footer. */\nexport type GenericPageHideSiteHeaderArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Template that contains a header, masthead, body section to add modules and a footer. */\nexport type GenericPageIsFeaturedContentArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Template that contains a header, masthead, body section to add modules and a footer. */\nexport type GenericPageKeywordsArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Template that contains a header, masthead, body section to add modules and a footer. */\nexport type GenericPageMainContentAreaArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Template that contains a header, masthead, body section to add modules and a footer. */\nexport type GenericPageMastheadArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Template that contains a header, masthead, body section to add modules and a footer. */\nexport type GenericPageNameArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Template that contains a header, masthead, body section to add modules and a footer. */\nexport type GenericPageNavigationTitleArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Template that contains a header, masthead, body section to add modules and a footer. */\nexport type GenericPageSearchableArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Template that contains a header, masthead, body section to add modules and a footer. */\nexport type GenericPageShowBreadcrumbsArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Template that contains a header, masthead, body section to add modules and a footer. */\nexport type GenericPageShowCommerceHeaderArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Template that contains a header, masthead, body section to add modules and a footer. */\nexport type GenericPageTrackOdpArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Template that contains a header, masthead, body section to add modules and a footer. */\nexport type GenericPage_FulltextArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Template that contains a header, masthead, body section to add modules and a footer. */\nexport type GenericPage_LinkArgs = {\n type?: InputMaybe;\n};\n\nexport type GenericPageAutocomplete = {\n __typename?: 'GenericPageAutocomplete';\n Ancestors?: Maybe>>;\n AreaOfStudyFacet?: Maybe;\n CampusLocationFacet?: Maybe;\n Category?: Maybe;\n CollegeOrSchoolFacet?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n DegreesFacet?: Maybe;\n DepartmentFacet?: Maybe;\n ExistingLanguages?: Maybe;\n KeywordsFacet?: Maybe;\n Language?: Maybe;\n LocationFacet?: Maybe;\n MasterLanguage?: Maybe;\n OverrideCardLink?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImage?: Maybe;\n PageImageUrl?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n ProgramTypeFacet?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n Status?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type GenericPageAutocompleteAncestorsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type GenericPageAutocompleteContentTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type GenericPageAutocompletePageFeaturedDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type GenericPageAutocompletePageImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type GenericPageAutocompletePageNavigationTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type GenericPageAutocompleteRelativePathArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type GenericPageAutocompleteRouteSegmentArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type GenericPageAutocompleteShortcutArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type GenericPageAutocompleteSiteIdArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type GenericPageAutocompleteStatusArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type GenericPageAutocompleteUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type GenericPageFacet = {\n __typename?: 'GenericPageFacet';\n Ancestors?: Maybe>>;\n AreaOfStudyFacet?: Maybe;\n CampusLocationFacet?: Maybe;\n Category?: Maybe;\n Changed?: Maybe>>;\n CollegeOrSchoolFacet?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe>>;\n DegreesFacet?: Maybe;\n DepartmentFacet?: Maybe;\n DisableIndexing?: Maybe>>;\n ExcludeFromSitemap?: Maybe>>;\n ExistingLanguages?: Maybe;\n HideSiteFooter?: Maybe>>;\n HideSiteHeader?: Maybe>>;\n IsCommonDraft?: Maybe>>;\n IsFeaturedContent?: Maybe>>;\n Keywords?: Maybe>>;\n KeywordsFacet?: Maybe;\n Language?: Maybe;\n LocationFacet?: Maybe;\n MainContentArea?: Maybe;\n MasterLanguage?: Maybe;\n Masthead?: Maybe;\n Name?: Maybe>>;\n NavigationTitle?: Maybe>>;\n OverrideCardLink?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImage?: Maybe;\n PageImageUrl?: Maybe>>;\n PageIsSearchable?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n ProgramTypeFacet?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Saved?: Maybe>>;\n Searchable?: Maybe>>;\n Shortcut?: Maybe>>;\n ShowBreadcrumbs?: Maybe>>;\n ShowCommerceHeader?: Maybe>>;\n SiteId?: Maybe>>;\n StartPublish?: Maybe>>;\n Status?: Maybe>>;\n StopPublish?: Maybe>>;\n TrackOdp?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type GenericPageFacetAncestorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GenericPageFacetChangedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type GenericPageFacetContentTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GenericPageFacetCreatedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type GenericPageFacetDisableIndexingArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GenericPageFacetExcludeFromSitemapArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GenericPageFacetHideSiteFooterArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GenericPageFacetHideSiteHeaderArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GenericPageFacetIsCommonDraftArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GenericPageFacetIsFeaturedContentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GenericPageFacetKeywordsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GenericPageFacetNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GenericPageFacetNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GenericPageFacetPageFeaturedDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GenericPageFacetPageImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GenericPageFacetPageIsSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GenericPageFacetPageNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GenericPageFacetRelativePathArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GenericPageFacetRouteSegmentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GenericPageFacetSavedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type GenericPageFacetSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GenericPageFacetShortcutArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GenericPageFacetShowBreadcrumbsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GenericPageFacetShowCommerceHeaderArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GenericPageFacetSiteIdArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GenericPageFacetStartPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type GenericPageFacetStatusArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GenericPageFacetStopPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type GenericPageFacetTrackOdpArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GenericPageFacetUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type GenericPageOrderByInput = {\n Ancestors?: InputMaybe;\n AreaOfStudyFacet?: InputMaybe;\n CampusLocationFacet?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n CollegeOrSchoolFacet?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n DegreesFacet?: InputMaybe;\n DepartmentFacet?: InputMaybe;\n DisableIndexing?: InputMaybe;\n ExcludeFromSitemap?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n HideSiteFooter?: InputMaybe;\n HideSiteHeader?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n IsFeaturedContent?: InputMaybe;\n Keywords?: InputMaybe;\n KeywordsFacet?: InputMaybe;\n Language?: InputMaybe;\n LocationFacet?: InputMaybe;\n MainContentArea?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Masthead?: InputMaybe;\n Name?: InputMaybe;\n NavigationTitle?: InputMaybe;\n OverrideCardLink?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImage?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n ProgramTypeFacet?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Searchable?: InputMaybe;\n Shortcut?: InputMaybe;\n ShowBreadcrumbs?: InputMaybe;\n ShowCommerceHeader?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n TrackOdp?: InputMaybe;\n Url?: InputMaybe;\n _minimumScore?: InputMaybe;\n _modified?: InputMaybe;\n _ranking?: InputMaybe;\n _semanticWeight?: InputMaybe;\n};\n\nexport type GenericPageOutput = {\n __typename?: 'GenericPageOutput';\n autocomplete?: Maybe;\n cursor?: Maybe;\n facets?: Maybe;\n items?: Maybe>>;\n total?: Maybe;\n};\n\n\nexport type GenericPageOutputTotalArgs = {\n all?: InputMaybe;\n};\n\nexport type GenericPageWhereInput = {\n Ancestors?: InputMaybe;\n AreaOfStudyFacet?: InputMaybe;\n CampusLocationFacet?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n CollegeOrSchoolFacet?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n DegreesFacet?: InputMaybe;\n DepartmentFacet?: InputMaybe;\n DisableIndexing?: InputMaybe;\n ExcludeFromSitemap?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n HideSiteFooter?: InputMaybe;\n HideSiteHeader?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n IsFeaturedContent?: InputMaybe;\n Keywords?: InputMaybe;\n KeywordsFacet?: InputMaybe;\n Language?: InputMaybe;\n LocationFacet?: InputMaybe;\n MainContentArea?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Masthead?: InputMaybe;\n Name?: InputMaybe;\n NavigationTitle?: InputMaybe;\n OverrideCardLink?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImage?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n ProgramTypeFacet?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Searchable?: InputMaybe;\n Shortcut?: InputMaybe;\n ShowBreadcrumbs?: InputMaybe;\n ShowCommerceHeader?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n TrackOdp?: InputMaybe;\n Url?: InputMaybe;\n _and?: InputMaybe>>;\n _fulltext?: InputMaybe;\n _modified?: InputMaybe;\n _not?: InputMaybe>>;\n _or?: InputMaybe>>;\n};\n\n/** Generic product supports mutiple products */\nexport type GenericProduct = IContent & IData & {\n __typename?: 'GenericProduct';\n Ancestors?: Maybe>>;\n Associations?: Maybe;\n Brand?: Maybe;\n CatalogId?: Maybe;\n Categories?: Maybe;\n Changed?: Maybe;\n Code?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe;\n /** Page Specific Block in Page Header area. */\n CustomHeaders?: Maybe>>;\n DefaultImageUrl?: Maybe;\n DefaultMarketPrice?: Maybe;\n Department?: Maybe;\n Description?: Maybe;\n DescriptionInCart?: Maybe;\n DisplayName?: Maybe;\n EPiBlock_PageSettings_BodyAttributes?: Maybe;\n EPiBlock_PageSettings_HideBreadcrumbs?: Maybe;\n EPiBlock_PageSettings_SEOSitemaps?: Maybe;\n EPiBlock_PageSettings_SectionNavigationAnchor?: Maybe;\n EPiBlock_PageSettings_SectionNavigationDisplay?: Maybe;\n EPiBlock_PageSettings_ShowShareThis?: Maybe;\n EPiBlock_PageSettings_SolrKeywordsBoost?: Maybe;\n EPiBlock_PageSettings_SolrPageBoost?: Maybe;\n ExistingLanguages?: Maybe>>;\n /** Send a fulfillment email to this address whenever an order is placed */\n FulfillmentEmail?: Maybe;\n /** Displays full-width below any sidebars a page may have */\n FullArea?: Maybe>>;\n GLAccountNumber?: Maybe;\n /** Displays the 'Hero' Content for page. Will only display the first hero-block. */\n HeroArea?: Maybe>>;\n HiddenFromSearch?: Maybe;\n /** Displays content side by side with any sidebars a page may have. Please only use an even amount of blocks in this content area. */\n InlineArea?: Maybe>>;\n IsCommonDraft?: Maybe;\n Language?: Maybe;\n LegalDisclaimer?: Maybe;\n LongDescription?: Maybe;\n Manufacturer?: Maybe;\n ManufacturerPartsWarrantyDescription?: Maybe;\n MasterLanguage?: Maybe;\n MetaClassId?: Maybe;\n Model?: Maybe;\n ModelYear?: Maybe;\n Name?: Maybe;\n NavigationName?: Maybe;\n NewArrival?: Maybe;\n OnSale?: Maybe;\n PageFeaturedDescription?: Maybe;\n PageImageUrl?: Maybe;\n PageIsSearchable?: Maybe;\n PageMetaData?: Maybe;\n PageNavigationTitle?: Maybe;\n ParentEntries?: Maybe;\n ParentLink?: Maybe;\n ProductGroup?: Maybe;\n ProductTeaser?: Maybe;\n ProductType?: Maybe;\n ProductTypeName?: Maybe;\n ProductTypeSubcategory?: Maybe;\n RelativePath?: Maybe;\n RouteSegment?: Maybe;\n Saved?: Maybe;\n SeoInformation?: Maybe;\n SeoUri?: Maybe;\n Shortcut?: Maybe;\n /** Optional content for the sidebar area */\n SidebarContent?: Maybe>>;\n SiteId?: Maybe;\n Sizing?: Maybe;\n StartPublish?: Maybe;\n Status?: Maybe;\n /** Content area that accepts Link Blocks. */\n StickyNavLinks?: Maybe;\n StopPublish?: Maybe;\n /** Displays content above any sidebars a page may have */\n TopArea?: Maybe>>;\n Url?: Maybe;\n VariantsReference?: Maybe;\n Warranty?: Maybe;\n /** @deprecated Use `_link` field instead */\n _children?: Maybe;\n _deleted?: Maybe;\n _fulltext?: Maybe>>;\n _id?: Maybe;\n _link?: Maybe;\n _modified?: Maybe;\n _score?: Maybe;\n};\n\n\n/** Generic product supports mutiple products */\nexport type GenericProductBrandArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Generic product supports mutiple products */\nexport type GenericProductCodeArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Generic product supports mutiple products */\nexport type GenericProductDepartmentArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Generic product supports mutiple products */\nexport type GenericProductDescriptionArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Generic product supports mutiple products */\nexport type GenericProductDescriptionInCartArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Generic product supports mutiple products */\nexport type GenericProductDisplayNameArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Generic product supports mutiple products */\nexport type GenericProductFulfillmentEmailArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Generic product supports mutiple products */\nexport type GenericProductGlAccountNumberArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Generic product supports mutiple products */\nexport type GenericProductHiddenFromSearchArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Generic product supports mutiple products */\nexport type GenericProductLegalDisclaimerArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Generic product supports mutiple products */\nexport type GenericProductLongDescriptionArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Generic product supports mutiple products */\nexport type GenericProductManufacturerArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Generic product supports mutiple products */\nexport type GenericProductManufacturerPartsWarrantyDescriptionArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Generic product supports mutiple products */\nexport type GenericProductModelArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Generic product supports mutiple products */\nexport type GenericProductModelYearArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Generic product supports mutiple products */\nexport type GenericProductNameArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Generic product supports mutiple products */\nexport type GenericProductNavigationNameArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Generic product supports mutiple products */\nexport type GenericProductNewArrivalArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Generic product supports mutiple products */\nexport type GenericProductOnSaleArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Generic product supports mutiple products */\nexport type GenericProductProductGroupArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Generic product supports mutiple products */\nexport type GenericProductProductTeaserArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Generic product supports mutiple products */\nexport type GenericProductProductTypeArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Generic product supports mutiple products */\nexport type GenericProductProductTypeNameArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Generic product supports mutiple products */\nexport type GenericProductProductTypeSubcategoryArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Generic product supports mutiple products */\nexport type GenericProductSizingArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Generic product supports mutiple products */\nexport type GenericProductWarrantyArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Generic product supports mutiple products */\nexport type GenericProduct_FulltextArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Generic product supports mutiple products */\nexport type GenericProduct_LinkArgs = {\n type?: InputMaybe;\n};\n\nexport type GenericProductAssociations = {\n __typename?: 'GenericProductAssociations';\n ContentLink?: Maybe;\n};\n\nexport type GenericProductAssociationsAutocomplete = {\n __typename?: 'GenericProductAssociationsAutocomplete';\n ContentLink?: Maybe;\n};\n\nexport type GenericProductAssociationsFacet = {\n __typename?: 'GenericProductAssociationsFacet';\n ContentLink?: Maybe;\n};\n\nexport type GenericProductAssociationsOrderByInput = {\n ContentLink?: InputMaybe;\n};\n\nexport type GenericProductAssociationsWhereInput = {\n ContentLink?: InputMaybe;\n};\n\nexport type GenericProductAutocomplete = {\n __typename?: 'GenericProductAutocomplete';\n Ancestors?: Maybe>>;\n Associations?: Maybe;\n Categories?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n CustomHeaders?: Maybe;\n DefaultImageUrl?: Maybe>>;\n EPiBlock_PageSettings_BodyAttributes?: Maybe>>;\n EPiBlock_PageSettings_SEOSitemaps?: Maybe>>;\n EPiBlock_PageSettings_SolrKeywordsBoost?: Maybe>>;\n ExistingLanguages?: Maybe;\n FullArea?: Maybe;\n HeroArea?: Maybe;\n InlineArea?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageMetaData?: Maybe;\n PageNavigationTitle?: Maybe>>;\n ParentEntries?: Maybe;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n SeoInformation?: Maybe;\n SeoUri?: Maybe>>;\n Shortcut?: Maybe>>;\n SidebarContent?: Maybe;\n SiteId?: Maybe>>;\n Status?: Maybe>>;\n StickyNavLinks?: Maybe>>;\n TopArea?: Maybe;\n Url?: Maybe>>;\n VariantsReference?: Maybe;\n};\n\n\nexport type GenericProductAutocompleteAncestorsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type GenericProductAutocompleteContentTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type GenericProductAutocompleteDefaultImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type GenericProductAutocompleteEPiBlock_PageSettings_BodyAttributesArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type GenericProductAutocompleteEPiBlock_PageSettings_SeoSitemapsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type GenericProductAutocompleteEPiBlock_PageSettings_SolrKeywordsBoostArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type GenericProductAutocompletePageFeaturedDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type GenericProductAutocompletePageImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type GenericProductAutocompletePageNavigationTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type GenericProductAutocompleteRelativePathArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type GenericProductAutocompleteRouteSegmentArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type GenericProductAutocompleteSeoUriArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type GenericProductAutocompleteShortcutArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type GenericProductAutocompleteSiteIdArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type GenericProductAutocompleteStatusArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type GenericProductAutocompleteStickyNavLinksArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type GenericProductAutocompleteUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type GenericProductCategories = {\n __typename?: 'GenericProductCategories';\n ContentLink?: Maybe;\n};\n\nexport type GenericProductCategoriesAutocomplete = {\n __typename?: 'GenericProductCategoriesAutocomplete';\n ContentLink?: Maybe;\n};\n\nexport type GenericProductCategoriesFacet = {\n __typename?: 'GenericProductCategoriesFacet';\n ContentLink?: Maybe;\n};\n\nexport type GenericProductCategoriesOrderByInput = {\n ContentLink?: InputMaybe;\n};\n\nexport type GenericProductCategoriesWhereInput = {\n ContentLink?: InputMaybe;\n};\n\nexport type GenericProductFacet = {\n __typename?: 'GenericProductFacet';\n Ancestors?: Maybe>>;\n Associations?: Maybe;\n Brand?: Maybe>>;\n CatalogId?: Maybe>>;\n Categories?: Maybe;\n Changed?: Maybe>>;\n Code?: Maybe>>;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe>>;\n CustomHeaders?: Maybe;\n DefaultImageUrl?: Maybe>>;\n DefaultMarketPrice?: Maybe>>;\n Department?: Maybe>>;\n Description?: Maybe>>;\n DescriptionInCart?: Maybe>>;\n DisplayName?: Maybe>>;\n EPiBlock_PageSettings_BodyAttributes?: Maybe>>;\n EPiBlock_PageSettings_HideBreadcrumbs?: Maybe>>;\n EPiBlock_PageSettings_SEOSitemaps?: Maybe>>;\n EPiBlock_PageSettings_SectionNavigationAnchor?: Maybe>>;\n EPiBlock_PageSettings_SectionNavigationDisplay?: Maybe>>;\n EPiBlock_PageSettings_ShowShareThis?: Maybe>>;\n EPiBlock_PageSettings_SolrKeywordsBoost?: Maybe>>;\n EPiBlock_PageSettings_SolrPageBoost?: Maybe>>;\n ExistingLanguages?: Maybe;\n FulfillmentEmail?: Maybe>>;\n FullArea?: Maybe;\n GLAccountNumber?: Maybe>>;\n HeroArea?: Maybe;\n HiddenFromSearch?: Maybe>>;\n InlineArea?: Maybe;\n IsCommonDraft?: Maybe>>;\n Language?: Maybe;\n LegalDisclaimer?: Maybe>>;\n LongDescription?: Maybe>>;\n Manufacturer?: Maybe>>;\n ManufacturerPartsWarrantyDescription?: Maybe>>;\n MasterLanguage?: Maybe;\n MetaClassId?: Maybe>>;\n Model?: Maybe>>;\n ModelYear?: Maybe>>;\n Name?: Maybe>>;\n NavigationName?: Maybe>>;\n NewArrival?: Maybe>>;\n OnSale?: Maybe>>;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageIsSearchable?: Maybe>>;\n PageMetaData?: Maybe;\n PageNavigationTitle?: Maybe>>;\n ParentEntries?: Maybe;\n ParentLink?: Maybe;\n ProductGroup?: Maybe>>;\n ProductTeaser?: Maybe>>;\n ProductType?: Maybe>>;\n ProductTypeName?: Maybe>>;\n ProductTypeSubcategory?: Maybe>>;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Saved?: Maybe>>;\n SeoInformation?: Maybe;\n SeoUri?: Maybe>>;\n Shortcut?: Maybe>>;\n SidebarContent?: Maybe;\n SiteId?: Maybe>>;\n Sizing?: Maybe>>;\n StartPublish?: Maybe>>;\n Status?: Maybe>>;\n StickyNavLinks?: Maybe>>;\n StopPublish?: Maybe>>;\n TopArea?: Maybe;\n Url?: Maybe>>;\n VariantsReference?: Maybe;\n Warranty?: Maybe>>;\n};\n\n\nexport type GenericProductFacetAncestorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GenericProductFacetBrandArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GenericProductFacetCatalogIdArgs = {\n filters?: InputMaybe>;\n limit?: InputMaybe;\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n ranges?: InputMaybe>>;\n};\n\n\nexport type GenericProductFacetChangedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type GenericProductFacetCodeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GenericProductFacetContentTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GenericProductFacetCreatedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type GenericProductFacetDefaultImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GenericProductFacetDefaultMarketPriceArgs = {\n filters?: InputMaybe>;\n limit?: InputMaybe;\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n ranges?: InputMaybe>>;\n};\n\n\nexport type GenericProductFacetDepartmentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GenericProductFacetDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GenericProductFacetDescriptionInCartArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GenericProductFacetDisplayNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GenericProductFacetEPiBlock_PageSettings_BodyAttributesArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GenericProductFacetEPiBlock_PageSettings_HideBreadcrumbsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GenericProductFacetEPiBlock_PageSettings_SeoSitemapsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GenericProductFacetEPiBlock_PageSettings_SectionNavigationAnchorArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GenericProductFacetEPiBlock_PageSettings_SectionNavigationDisplayArgs = {\n filters?: InputMaybe>;\n limit?: InputMaybe;\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n ranges?: InputMaybe>>;\n};\n\n\nexport type GenericProductFacetEPiBlock_PageSettings_ShowShareThisArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GenericProductFacetEPiBlock_PageSettings_SolrKeywordsBoostArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GenericProductFacetEPiBlock_PageSettings_SolrPageBoostArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GenericProductFacetFulfillmentEmailArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GenericProductFacetGlAccountNumberArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GenericProductFacetHiddenFromSearchArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GenericProductFacetIsCommonDraftArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GenericProductFacetLegalDisclaimerArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GenericProductFacetLongDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GenericProductFacetManufacturerArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GenericProductFacetManufacturerPartsWarrantyDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GenericProductFacetMetaClassIdArgs = {\n filters?: InputMaybe>;\n limit?: InputMaybe;\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n ranges?: InputMaybe>>;\n};\n\n\nexport type GenericProductFacetModelArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GenericProductFacetModelYearArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GenericProductFacetNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GenericProductFacetNavigationNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GenericProductFacetNewArrivalArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GenericProductFacetOnSaleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GenericProductFacetPageFeaturedDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GenericProductFacetPageImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GenericProductFacetPageIsSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GenericProductFacetPageNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GenericProductFacetProductGroupArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GenericProductFacetProductTeaserArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GenericProductFacetProductTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GenericProductFacetProductTypeNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GenericProductFacetProductTypeSubcategoryArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GenericProductFacetRelativePathArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GenericProductFacetRouteSegmentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GenericProductFacetSavedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type GenericProductFacetSeoUriArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GenericProductFacetShortcutArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GenericProductFacetSiteIdArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GenericProductFacetSizingArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GenericProductFacetStartPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type GenericProductFacetStatusArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GenericProductFacetStickyNavLinksArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GenericProductFacetStopPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type GenericProductFacetUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GenericProductFacetWarrantyArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type GenericProductOrderByInput = {\n Ancestors?: InputMaybe;\n Associations?: InputMaybe;\n Brand?: InputMaybe;\n CatalogId?: InputMaybe;\n Categories?: InputMaybe;\n Changed?: InputMaybe;\n Code?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n CustomHeaders?: InputMaybe;\n DefaultImageUrl?: InputMaybe;\n DefaultMarketPrice?: InputMaybe;\n Department?: InputMaybe;\n Description?: InputMaybe;\n DescriptionInCart?: InputMaybe;\n DisplayName?: InputMaybe;\n EPiBlock_PageSettings_BodyAttributes?: InputMaybe;\n EPiBlock_PageSettings_HideBreadcrumbs?: InputMaybe;\n EPiBlock_PageSettings_SEOSitemaps?: InputMaybe;\n EPiBlock_PageSettings_SectionNavigationAnchor?: InputMaybe;\n EPiBlock_PageSettings_SectionNavigationDisplay?: InputMaybe;\n EPiBlock_PageSettings_ShowShareThis?: InputMaybe;\n EPiBlock_PageSettings_SolrKeywordsBoost?: InputMaybe;\n EPiBlock_PageSettings_SolrPageBoost?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n FulfillmentEmail?: InputMaybe;\n FullArea?: InputMaybe;\n GLAccountNumber?: InputMaybe;\n HeroArea?: InputMaybe;\n HiddenFromSearch?: InputMaybe;\n InlineArea?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n LegalDisclaimer?: InputMaybe;\n LongDescription?: InputMaybe;\n Manufacturer?: InputMaybe;\n ManufacturerPartsWarrantyDescription?: InputMaybe;\n MasterLanguage?: InputMaybe;\n MetaClassId?: InputMaybe;\n Model?: InputMaybe;\n ModelYear?: InputMaybe;\n Name?: InputMaybe;\n NavigationName?: InputMaybe;\n NewArrival?: InputMaybe;\n OnSale?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageMetaData?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentEntries?: InputMaybe;\n ParentLink?: InputMaybe;\n ProductGroup?: InputMaybe;\n ProductTeaser?: InputMaybe;\n ProductType?: InputMaybe;\n ProductTypeName?: InputMaybe;\n ProductTypeSubcategory?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n SeoInformation?: InputMaybe;\n SeoUri?: InputMaybe;\n Shortcut?: InputMaybe;\n SidebarContent?: InputMaybe;\n SiteId?: InputMaybe;\n Sizing?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StickyNavLinks?: InputMaybe;\n StopPublish?: InputMaybe;\n TopArea?: InputMaybe;\n Url?: InputMaybe;\n VariantsReference?: InputMaybe;\n Warranty?: InputMaybe;\n _minimumScore?: InputMaybe;\n _modified?: InputMaybe;\n _ranking?: InputMaybe;\n _semanticWeight?: InputMaybe;\n};\n\nexport type GenericProductOutput = {\n __typename?: 'GenericProductOutput';\n autocomplete?: Maybe;\n cursor?: Maybe;\n facets?: Maybe;\n items?: Maybe>>;\n total?: Maybe;\n};\n\n\nexport type GenericProductOutputTotalArgs = {\n all?: InputMaybe;\n};\n\nexport type GenericProductPageMetaData = {\n __typename?: 'GenericProductPageMetaData';\n DisableSiteTitle?: Maybe;\n MetaDescription?: Maybe;\n MetaKeywords?: Maybe;\n MetaTitle?: Maybe;\n PageImage?: Maybe;\n ShareHashTags?: Maybe;\n ShareSummary?: Maybe;\n ShareTitle?: Maybe;\n SingleSentenceSummary?: Maybe;\n};\n\nexport type GenericProductPageMetaDataAutocomplete = {\n __typename?: 'GenericProductPageMetaDataAutocomplete';\n MetaDescription?: Maybe>>;\n MetaKeywords?: Maybe>>;\n MetaTitle?: Maybe>>;\n PageImage?: Maybe;\n ShareHashTags?: Maybe>>;\n ShareSummary?: Maybe>>;\n ShareTitle?: Maybe>>;\n SingleSentenceSummary?: Maybe>>;\n};\n\n\nexport type GenericProductPageMetaDataAutocompleteMetaDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type GenericProductPageMetaDataAutocompleteMetaKeywordsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type GenericProductPageMetaDataAutocompleteMetaTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type GenericProductPageMetaDataAutocompleteShareHashTagsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type GenericProductPageMetaDataAutocompleteShareSummaryArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type GenericProductPageMetaDataAutocompleteShareTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type GenericProductPageMetaDataAutocompleteSingleSentenceSummaryArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type GenericProductPageMetaDataFacet = {\n __typename?: 'GenericProductPageMetaDataFacet';\n DisableSiteTitle?: Maybe>>;\n MetaDescription?: Maybe>>;\n MetaKeywords?: Maybe>>;\n MetaTitle?: Maybe>>;\n PageImage?: Maybe;\n ShareHashTags?: Maybe>>;\n ShareSummary?: Maybe>>;\n ShareTitle?: Maybe>>;\n SingleSentenceSummary?: Maybe>>;\n};\n\n\nexport type GenericProductPageMetaDataFacetDisableSiteTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GenericProductPageMetaDataFacetMetaDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GenericProductPageMetaDataFacetMetaKeywordsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GenericProductPageMetaDataFacetMetaTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GenericProductPageMetaDataFacetShareHashTagsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GenericProductPageMetaDataFacetShareSummaryArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GenericProductPageMetaDataFacetShareTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GenericProductPageMetaDataFacetSingleSentenceSummaryArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type GenericProductPageMetaDataOrderByInput = {\n DisableSiteTitle?: InputMaybe;\n MetaDescription?: InputMaybe;\n MetaKeywords?: InputMaybe;\n MetaTitle?: InputMaybe;\n PageImage?: InputMaybe;\n ShareHashTags?: InputMaybe;\n ShareSummary?: InputMaybe;\n ShareTitle?: InputMaybe;\n SingleSentenceSummary?: InputMaybe;\n};\n\nexport type GenericProductPageMetaDataWhereInput = {\n DisableSiteTitle?: InputMaybe;\n MetaDescription?: InputMaybe;\n MetaKeywords?: InputMaybe;\n MetaTitle?: InputMaybe;\n PageImage?: InputMaybe;\n ShareHashTags?: InputMaybe;\n ShareSummary?: InputMaybe;\n ShareTitle?: InputMaybe;\n SingleSentenceSummary?: InputMaybe;\n};\n\nexport type GenericProductRelations = {\n __typename?: 'GenericProductRelations';\n ContentLink?: Maybe;\n};\n\nexport type GenericProductRelationsAutocomplete = {\n __typename?: 'GenericProductRelationsAutocomplete';\n ContentLink?: Maybe;\n};\n\nexport type GenericProductRelationsFacet = {\n __typename?: 'GenericProductRelationsFacet';\n ContentLink?: Maybe;\n};\n\nexport type GenericProductRelationsOrderByInput = {\n ContentLink?: InputMaybe;\n};\n\nexport type GenericProductRelationsWhereInput = {\n ContentLink?: InputMaybe;\n};\n\nexport type GenericProductSeoInformation = {\n __typename?: 'GenericProductSeoInformation';\n Description?: Maybe;\n Keywords?: Maybe;\n Title?: Maybe;\n};\n\nexport type GenericProductSeoInformationAutocomplete = {\n __typename?: 'GenericProductSeoInformationAutocomplete';\n Description?: Maybe>>;\n Keywords?: Maybe>>;\n Title?: Maybe>>;\n};\n\n\nexport type GenericProductSeoInformationAutocompleteDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type GenericProductSeoInformationAutocompleteKeywordsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type GenericProductSeoInformationAutocompleteTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type GenericProductSeoInformationFacet = {\n __typename?: 'GenericProductSeoInformationFacet';\n Description?: Maybe>>;\n Keywords?: Maybe>>;\n Title?: Maybe>>;\n};\n\n\nexport type GenericProductSeoInformationFacetDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GenericProductSeoInformationFacetKeywordsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GenericProductSeoInformationFacetTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type GenericProductSeoInformationOrderByInput = {\n Description?: InputMaybe;\n Keywords?: InputMaybe;\n Title?: InputMaybe;\n};\n\nexport type GenericProductSeoInformationWhereInput = {\n Description?: InputMaybe;\n Keywords?: InputMaybe;\n Title?: InputMaybe;\n};\n\nexport type GenericProductWhereInput = {\n Ancestors?: InputMaybe;\n Associations?: InputMaybe;\n Brand?: InputMaybe;\n CatalogId?: InputMaybe;\n Categories?: InputMaybe;\n Changed?: InputMaybe;\n Code?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n CustomHeaders?: InputMaybe;\n DefaultImageUrl?: InputMaybe;\n DefaultMarketPrice?: InputMaybe;\n Department?: InputMaybe;\n Description?: InputMaybe;\n DescriptionInCart?: InputMaybe;\n DisplayName?: InputMaybe;\n EPiBlock_PageSettings_BodyAttributes?: InputMaybe;\n EPiBlock_PageSettings_HideBreadcrumbs?: InputMaybe;\n EPiBlock_PageSettings_SEOSitemaps?: InputMaybe;\n EPiBlock_PageSettings_SectionNavigationAnchor?: InputMaybe;\n EPiBlock_PageSettings_SectionNavigationDisplay?: InputMaybe;\n EPiBlock_PageSettings_ShowShareThis?: InputMaybe;\n EPiBlock_PageSettings_SolrKeywordsBoost?: InputMaybe;\n EPiBlock_PageSettings_SolrPageBoost?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n FulfillmentEmail?: InputMaybe;\n FullArea?: InputMaybe;\n GLAccountNumber?: InputMaybe;\n HeroArea?: InputMaybe;\n HiddenFromSearch?: InputMaybe;\n InlineArea?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n LegalDisclaimer?: InputMaybe;\n LongDescription?: InputMaybe;\n Manufacturer?: InputMaybe;\n ManufacturerPartsWarrantyDescription?: InputMaybe;\n MasterLanguage?: InputMaybe;\n MetaClassId?: InputMaybe;\n Model?: InputMaybe;\n ModelYear?: InputMaybe;\n Name?: InputMaybe;\n NavigationName?: InputMaybe;\n NewArrival?: InputMaybe;\n OnSale?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageMetaData?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentEntries?: InputMaybe;\n ParentLink?: InputMaybe;\n ProductGroup?: InputMaybe;\n ProductTeaser?: InputMaybe;\n ProductType?: InputMaybe;\n ProductTypeName?: InputMaybe;\n ProductTypeSubcategory?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n SeoInformation?: InputMaybe;\n SeoUri?: InputMaybe;\n Shortcut?: InputMaybe;\n SidebarContent?: InputMaybe;\n SiteId?: InputMaybe;\n Sizing?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StickyNavLinks?: InputMaybe;\n StopPublish?: InputMaybe;\n TopArea?: InputMaybe;\n Url?: InputMaybe;\n VariantsReference?: InputMaybe;\n Warranty?: InputMaybe;\n _and?: InputMaybe>>;\n _fulltext?: InputMaybe;\n _modified?: InputMaybe;\n _not?: InputMaybe>>;\n _or?: InputMaybe>>;\n};\n\n/** Generic variant supports multiple variation types */\nexport type GenericVariant = IContent & IData & {\n __typename?: 'GenericVariant';\n Ancestors?: Maybe>>;\n Associations?: Maybe;\n AssociationsTitle?: Maybe;\n CatalogId?: Maybe;\n Categories?: Maybe;\n Changed?: Maybe;\n Code?: Maybe;\n Color?: Maybe;\n ContentArea?: Maybe>>;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe;\n DefaultImageUrl?: Maybe;\n DefaultMarketPrice?: Maybe;\n Description?: Maybe;\n DisplayName?: Maybe;\n ExistingLanguages?: Maybe>>;\n InventoryReference?: Maybe;\n IsCommonDraft?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n MetaClassId?: Maybe;\n Mpn?: Maybe;\n Name?: Maybe;\n PackageQuantity?: Maybe;\n PageFeaturedDescription?: Maybe;\n PageImageUrl?: Maybe;\n PageIsSearchable?: Maybe;\n PageNavigationTitle?: Maybe;\n ParentEntries?: Maybe;\n ParentLink?: Maybe;\n PartNumber?: Maybe;\n PriceReference?: Maybe;\n RegionCode?: Maybe;\n RelativePath?: Maybe;\n RouteSegment?: Maybe;\n Saved?: Maybe;\n SeoInformation?: Maybe;\n SeoUri?: Maybe;\n ShippingDimensions?: Maybe;\n ShippingPackageId?: Maybe;\n Shortcut?: Maybe;\n ShowRecommendations?: Maybe;\n SiteId?: Maybe;\n Size?: Maybe;\n Sku?: Maybe;\n StartPublish?: Maybe;\n Status?: Maybe;\n StopPublish?: Maybe;\n SubscriptionLength?: Maybe;\n TaxCategoryId?: Maybe;\n TrackInventory?: Maybe;\n Upc?: Maybe;\n Url?: Maybe;\n VirtualProductMode?: Maybe;\n VirtualProductRole?: Maybe;\n Weight?: Maybe;\n /** @deprecated Use `_link` field instead */\n _children?: Maybe;\n _deleted?: Maybe;\n _fulltext?: Maybe>>;\n _id?: Maybe;\n _link?: Maybe;\n _modified?: Maybe;\n _score?: Maybe;\n};\n\n\n/** Generic variant supports multiple variation types */\nexport type GenericVariantAssociationsTitleArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Generic variant supports multiple variation types */\nexport type GenericVariantCodeArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Generic variant supports multiple variation types */\nexport type GenericVariantColorArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Generic variant supports multiple variation types */\nexport type GenericVariantContentAreaArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Generic variant supports multiple variation types */\nexport type GenericVariantDescriptionArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Generic variant supports multiple variation types */\nexport type GenericVariantDisplayNameArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Generic variant supports multiple variation types */\nexport type GenericVariantMpnArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Generic variant supports multiple variation types */\nexport type GenericVariantNameArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Generic variant supports multiple variation types */\nexport type GenericVariantPackageQuantityArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Generic variant supports multiple variation types */\nexport type GenericVariantPartNumberArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Generic variant supports multiple variation types */\nexport type GenericVariantRegionCodeArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Generic variant supports multiple variation types */\nexport type GenericVariantShowRecommendationsArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Generic variant supports multiple variation types */\nexport type GenericVariantSizeArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Generic variant supports multiple variation types */\nexport type GenericVariantSkuArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Generic variant supports multiple variation types */\nexport type GenericVariantSubscriptionLengthArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Generic variant supports multiple variation types */\nexport type GenericVariantUpcArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Generic variant supports multiple variation types */\nexport type GenericVariantVirtualProductModeArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Generic variant supports multiple variation types */\nexport type GenericVariantVirtualProductRoleArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Generic variant supports multiple variation types */\nexport type GenericVariant_FulltextArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Generic variant supports multiple variation types */\nexport type GenericVariant_LinkArgs = {\n type?: InputMaybe;\n};\n\nexport type GenericVariantAssociations = {\n __typename?: 'GenericVariantAssociations';\n ContentLink?: Maybe;\n};\n\nexport type GenericVariantAssociationsAutocomplete = {\n __typename?: 'GenericVariantAssociationsAutocomplete';\n ContentLink?: Maybe;\n};\n\nexport type GenericVariantAssociationsFacet = {\n __typename?: 'GenericVariantAssociationsFacet';\n ContentLink?: Maybe;\n};\n\nexport type GenericVariantAssociationsOrderByInput = {\n ContentLink?: InputMaybe;\n};\n\nexport type GenericVariantAssociationsWhereInput = {\n ContentLink?: InputMaybe;\n};\n\nexport type GenericVariantAutocomplete = {\n __typename?: 'GenericVariantAutocomplete';\n Ancestors?: Maybe>>;\n Associations?: Maybe;\n Categories?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n DefaultImageUrl?: Maybe>>;\n ExistingLanguages?: Maybe;\n InventoryReference?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentEntries?: Maybe;\n ParentLink?: Maybe;\n PriceReference?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n SeoInformation?: Maybe;\n SeoUri?: Maybe>>;\n ShippingDimensions?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n Status?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type GenericVariantAutocompleteAncestorsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type GenericVariantAutocompleteContentTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type GenericVariantAutocompleteDefaultImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type GenericVariantAutocompletePageFeaturedDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type GenericVariantAutocompletePageImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type GenericVariantAutocompletePageNavigationTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type GenericVariantAutocompleteRelativePathArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type GenericVariantAutocompleteRouteSegmentArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type GenericVariantAutocompleteSeoUriArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type GenericVariantAutocompleteShippingDimensionsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type GenericVariantAutocompleteShortcutArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type GenericVariantAutocompleteSiteIdArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type GenericVariantAutocompleteStatusArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type GenericVariantAutocompleteUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type GenericVariantCategories = {\n __typename?: 'GenericVariantCategories';\n ContentLink?: Maybe;\n};\n\nexport type GenericVariantCategoriesAutocomplete = {\n __typename?: 'GenericVariantCategoriesAutocomplete';\n ContentLink?: Maybe;\n};\n\nexport type GenericVariantCategoriesFacet = {\n __typename?: 'GenericVariantCategoriesFacet';\n ContentLink?: Maybe;\n};\n\nexport type GenericVariantCategoriesOrderByInput = {\n ContentLink?: InputMaybe;\n};\n\nexport type GenericVariantCategoriesWhereInput = {\n ContentLink?: InputMaybe;\n};\n\nexport type GenericVariantFacet = {\n __typename?: 'GenericVariantFacet';\n Ancestors?: Maybe>>;\n Associations?: Maybe;\n AssociationsTitle?: Maybe>>;\n CatalogId?: Maybe>>;\n Categories?: Maybe;\n Changed?: Maybe>>;\n Code?: Maybe>>;\n Color?: Maybe>>;\n ContentArea?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe>>;\n DefaultImageUrl?: Maybe>>;\n DefaultMarketPrice?: Maybe>>;\n Description?: Maybe>>;\n DisplayName?: Maybe>>;\n ExistingLanguages?: Maybe;\n InventoryReference?: Maybe;\n IsCommonDraft?: Maybe>>;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n MetaClassId?: Maybe>>;\n Mpn?: Maybe>>;\n Name?: Maybe>>;\n PackageQuantity?: Maybe>>;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageIsSearchable?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentEntries?: Maybe;\n ParentLink?: Maybe;\n PartNumber?: Maybe>>;\n PriceReference?: Maybe;\n RegionCode?: Maybe>>;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Saved?: Maybe>>;\n SeoInformation?: Maybe;\n SeoUri?: Maybe>>;\n ShippingDimensions?: Maybe;\n ShippingPackageId?: Maybe>>;\n Shortcut?: Maybe>>;\n ShowRecommendations?: Maybe>>;\n SiteId?: Maybe>>;\n Size?: Maybe>>;\n Sku?: Maybe>>;\n StartPublish?: Maybe>>;\n Status?: Maybe>>;\n StopPublish?: Maybe>>;\n SubscriptionLength?: Maybe>>;\n TaxCategoryId?: Maybe>>;\n TrackInventory?: Maybe>>;\n Upc?: Maybe>>;\n Url?: Maybe>>;\n VirtualProductMode?: Maybe>>;\n VirtualProductRole?: Maybe>>;\n Weight?: Maybe>>;\n};\n\n\nexport type GenericVariantFacetAncestorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GenericVariantFacetAssociationsTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GenericVariantFacetCatalogIdArgs = {\n filters?: InputMaybe>;\n limit?: InputMaybe;\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n ranges?: InputMaybe>>;\n};\n\n\nexport type GenericVariantFacetChangedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type GenericVariantFacetCodeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GenericVariantFacetColorArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GenericVariantFacetContentTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GenericVariantFacetCreatedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type GenericVariantFacetDefaultImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GenericVariantFacetDefaultMarketPriceArgs = {\n filters?: InputMaybe>;\n limit?: InputMaybe;\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n ranges?: InputMaybe>>;\n};\n\n\nexport type GenericVariantFacetDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GenericVariantFacetDisplayNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GenericVariantFacetIsCommonDraftArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GenericVariantFacetMetaClassIdArgs = {\n filters?: InputMaybe>;\n limit?: InputMaybe;\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n ranges?: InputMaybe>>;\n};\n\n\nexport type GenericVariantFacetMpnArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GenericVariantFacetNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GenericVariantFacetPackageQuantityArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GenericVariantFacetPageFeaturedDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GenericVariantFacetPageImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GenericVariantFacetPageIsSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GenericVariantFacetPageNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GenericVariantFacetPartNumberArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GenericVariantFacetRegionCodeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GenericVariantFacetRelativePathArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GenericVariantFacetRouteSegmentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GenericVariantFacetSavedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type GenericVariantFacetSeoUriArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GenericVariantFacetShippingPackageIdArgs = {\n filters?: InputMaybe>;\n limit?: InputMaybe;\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n ranges?: InputMaybe>>;\n};\n\n\nexport type GenericVariantFacetShortcutArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GenericVariantFacetShowRecommendationsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GenericVariantFacetSiteIdArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GenericVariantFacetSizeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GenericVariantFacetSkuArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GenericVariantFacetStartPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type GenericVariantFacetStatusArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GenericVariantFacetStopPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type GenericVariantFacetSubscriptionLengthArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GenericVariantFacetTaxCategoryIdArgs = {\n filters?: InputMaybe>;\n limit?: InputMaybe;\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n ranges?: InputMaybe>>;\n};\n\n\nexport type GenericVariantFacetTrackInventoryArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GenericVariantFacetUpcArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GenericVariantFacetUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GenericVariantFacetVirtualProductModeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GenericVariantFacetVirtualProductRoleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GenericVariantFacetWeightArgs = {\n filters?: InputMaybe>;\n limit?: InputMaybe;\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n ranges?: InputMaybe>>;\n};\n\nexport type GenericVariantOrderByInput = {\n Ancestors?: InputMaybe;\n Associations?: InputMaybe;\n AssociationsTitle?: InputMaybe;\n CatalogId?: InputMaybe;\n Categories?: InputMaybe;\n Changed?: InputMaybe;\n Code?: InputMaybe;\n Color?: InputMaybe;\n ContentArea?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n DefaultImageUrl?: InputMaybe;\n DefaultMarketPrice?: InputMaybe;\n Description?: InputMaybe;\n DisplayName?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n InventoryReference?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n MetaClassId?: InputMaybe;\n Mpn?: InputMaybe;\n Name?: InputMaybe;\n PackageQuantity?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentEntries?: InputMaybe;\n ParentLink?: InputMaybe;\n PartNumber?: InputMaybe;\n PriceReference?: InputMaybe;\n RegionCode?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n SeoInformation?: InputMaybe;\n SeoUri?: InputMaybe;\n ShippingDimensions?: InputMaybe;\n ShippingPackageId?: InputMaybe;\n Shortcut?: InputMaybe;\n ShowRecommendations?: InputMaybe;\n SiteId?: InputMaybe;\n Size?: InputMaybe;\n Sku?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n SubscriptionLength?: InputMaybe;\n TaxCategoryId?: InputMaybe;\n TrackInventory?: InputMaybe;\n Upc?: InputMaybe;\n Url?: InputMaybe;\n VirtualProductMode?: InputMaybe;\n VirtualProductRole?: InputMaybe;\n Weight?: InputMaybe;\n _minimumScore?: InputMaybe;\n _modified?: InputMaybe;\n _ranking?: InputMaybe;\n _semanticWeight?: InputMaybe;\n};\n\nexport type GenericVariantOutput = {\n __typename?: 'GenericVariantOutput';\n autocomplete?: Maybe;\n cursor?: Maybe;\n facets?: Maybe;\n items?: Maybe>>;\n total?: Maybe;\n};\n\n\nexport type GenericVariantOutputTotalArgs = {\n all?: InputMaybe;\n};\n\nexport type GenericVariantRelations = {\n __typename?: 'GenericVariantRelations';\n ContentLink?: Maybe;\n};\n\nexport type GenericVariantRelationsAutocomplete = {\n __typename?: 'GenericVariantRelationsAutocomplete';\n ContentLink?: Maybe;\n};\n\nexport type GenericVariantRelationsFacet = {\n __typename?: 'GenericVariantRelationsFacet';\n ContentLink?: Maybe;\n};\n\nexport type GenericVariantRelationsOrderByInput = {\n ContentLink?: InputMaybe;\n};\n\nexport type GenericVariantRelationsWhereInput = {\n ContentLink?: InputMaybe;\n};\n\nexport type GenericVariantSeoInformation = {\n __typename?: 'GenericVariantSeoInformation';\n Description?: Maybe;\n Keywords?: Maybe;\n Title?: Maybe;\n};\n\nexport type GenericVariantSeoInformationAutocomplete = {\n __typename?: 'GenericVariantSeoInformationAutocomplete';\n Description?: Maybe>>;\n Keywords?: Maybe>>;\n Title?: Maybe>>;\n};\n\n\nexport type GenericVariantSeoInformationAutocompleteDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type GenericVariantSeoInformationAutocompleteKeywordsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type GenericVariantSeoInformationAutocompleteTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type GenericVariantSeoInformationFacet = {\n __typename?: 'GenericVariantSeoInformationFacet';\n Description?: Maybe>>;\n Keywords?: Maybe>>;\n Title?: Maybe>>;\n};\n\n\nexport type GenericVariantSeoInformationFacetDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GenericVariantSeoInformationFacetKeywordsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GenericVariantSeoInformationFacetTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type GenericVariantSeoInformationOrderByInput = {\n Description?: InputMaybe;\n Keywords?: InputMaybe;\n Title?: InputMaybe;\n};\n\nexport type GenericVariantSeoInformationWhereInput = {\n Description?: InputMaybe;\n Keywords?: InputMaybe;\n Title?: InputMaybe;\n};\n\nexport type GenericVariantShippingDimensions = {\n __typename?: 'GenericVariantShippingDimensions';\n Height?: Maybe;\n Length?: Maybe;\n Width?: Maybe;\n};\n\nexport type GenericVariantShippingDimensionsFacet = {\n __typename?: 'GenericVariantShippingDimensionsFacet';\n Height?: Maybe>>;\n Length?: Maybe>>;\n Width?: Maybe>>;\n};\n\n\nexport type GenericVariantShippingDimensionsFacetHeightArgs = {\n filters?: InputMaybe>;\n limit?: InputMaybe;\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n ranges?: InputMaybe>>;\n};\n\n\nexport type GenericVariantShippingDimensionsFacetLengthArgs = {\n filters?: InputMaybe>;\n limit?: InputMaybe;\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n ranges?: InputMaybe>>;\n};\n\n\nexport type GenericVariantShippingDimensionsFacetWidthArgs = {\n filters?: InputMaybe>;\n limit?: InputMaybe;\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n ranges?: InputMaybe>>;\n};\n\nexport type GenericVariantShippingDimensionsOrderByInput = {\n Height?: InputMaybe;\n Length?: InputMaybe;\n Width?: InputMaybe;\n};\n\nexport type GenericVariantShippingDimensionsWhereInput = {\n Height?: InputMaybe;\n Length?: InputMaybe;\n Width?: InputMaybe;\n};\n\nexport type GenericVariantWhereInput = {\n Ancestors?: InputMaybe;\n Associations?: InputMaybe;\n AssociationsTitle?: InputMaybe;\n CatalogId?: InputMaybe;\n Categories?: InputMaybe;\n Changed?: InputMaybe;\n Code?: InputMaybe;\n Color?: InputMaybe;\n ContentArea?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n DefaultImageUrl?: InputMaybe;\n DefaultMarketPrice?: InputMaybe;\n Description?: InputMaybe;\n DisplayName?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n InventoryReference?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n MetaClassId?: InputMaybe;\n Mpn?: InputMaybe;\n Name?: InputMaybe;\n PackageQuantity?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentEntries?: InputMaybe;\n ParentLink?: InputMaybe;\n PartNumber?: InputMaybe;\n PriceReference?: InputMaybe;\n RegionCode?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n SeoInformation?: InputMaybe;\n SeoUri?: InputMaybe;\n ShippingDimensions?: InputMaybe;\n ShippingPackageId?: InputMaybe;\n Shortcut?: InputMaybe;\n ShowRecommendations?: InputMaybe;\n SiteId?: InputMaybe;\n Size?: InputMaybe;\n Sku?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n SubscriptionLength?: InputMaybe;\n TaxCategoryId?: InputMaybe;\n TrackInventory?: InputMaybe;\n Upc?: InputMaybe;\n Url?: InputMaybe;\n VirtualProductMode?: InputMaybe;\n VirtualProductRole?: InputMaybe;\n Weight?: InputMaybe;\n _and?: InputMaybe>>;\n _fulltext?: InputMaybe;\n _modified?: InputMaybe;\n _not?: InputMaybe>>;\n _or?: InputMaybe>>;\n};\n\n/** Contains manually inserted courses when there are no related entries for the current courses displayed for that client. Block used in Site Settings. */\nexport type GlobalRecommendedCoursesBlock = IContent & IData & {\n __typename?: 'GlobalRecommendedCoursesBlock';\n Ancestors?: Maybe>>;\n Category?: Maybe>>;\n Changed?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe;\n ExistingLanguages?: Maybe>>;\n GlobalRecommendedCourses?: Maybe>>;\n IsCommonDraft?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe;\n PageFeaturedDescription?: Maybe;\n PageImageUrl?: Maybe;\n PageIsSearchable?: Maybe;\n PageNavigationTitle?: Maybe;\n ParentLink?: Maybe;\n RelativePath?: Maybe;\n RouteSegment?: Maybe;\n Saved?: Maybe;\n Shortcut?: Maybe;\n SiteId?: Maybe;\n StartPublish?: Maybe;\n Status?: Maybe;\n StopPublish?: Maybe;\n Url?: Maybe;\n /** @deprecated Use `_link` field instead */\n _children?: Maybe;\n _deleted?: Maybe;\n _fulltext?: Maybe>>;\n _id?: Maybe;\n _link?: Maybe;\n _modified?: Maybe;\n _score?: Maybe;\n};\n\n\n/** Contains manually inserted courses when there are no related entries for the current courses displayed for that client. Block used in Site Settings. */\nexport type GlobalRecommendedCoursesBlockGlobalRecommendedCoursesArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Contains manually inserted courses when there are no related entries for the current courses displayed for that client. Block used in Site Settings. */\nexport type GlobalRecommendedCoursesBlockNameArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Contains manually inserted courses when there are no related entries for the current courses displayed for that client. Block used in Site Settings. */\nexport type GlobalRecommendedCoursesBlock_FulltextArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Contains manually inserted courses when there are no related entries for the current courses displayed for that client. Block used in Site Settings. */\nexport type GlobalRecommendedCoursesBlock_LinkArgs = {\n type?: InputMaybe;\n};\n\nexport type GlobalRecommendedCoursesBlockAutocomplete = {\n __typename?: 'GlobalRecommendedCoursesBlockAutocomplete';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n ExistingLanguages?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n Status?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type GlobalRecommendedCoursesBlockAutocompleteAncestorsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type GlobalRecommendedCoursesBlockAutocompleteContentTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type GlobalRecommendedCoursesBlockAutocompletePageFeaturedDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type GlobalRecommendedCoursesBlockAutocompletePageImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type GlobalRecommendedCoursesBlockAutocompletePageNavigationTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type GlobalRecommendedCoursesBlockAutocompleteRelativePathArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type GlobalRecommendedCoursesBlockAutocompleteRouteSegmentArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type GlobalRecommendedCoursesBlockAutocompleteShortcutArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type GlobalRecommendedCoursesBlockAutocompleteSiteIdArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type GlobalRecommendedCoursesBlockAutocompleteStatusArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type GlobalRecommendedCoursesBlockAutocompleteUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type GlobalRecommendedCoursesBlockFacet = {\n __typename?: 'GlobalRecommendedCoursesBlockFacet';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n Changed?: Maybe>>;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe>>;\n ExistingLanguages?: Maybe;\n GlobalRecommendedCourses?: Maybe;\n IsCommonDraft?: Maybe>>;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe>>;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageIsSearchable?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Saved?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n StartPublish?: Maybe>>;\n Status?: Maybe>>;\n StopPublish?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type GlobalRecommendedCoursesBlockFacetAncestorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GlobalRecommendedCoursesBlockFacetChangedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type GlobalRecommendedCoursesBlockFacetContentTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GlobalRecommendedCoursesBlockFacetCreatedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type GlobalRecommendedCoursesBlockFacetIsCommonDraftArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GlobalRecommendedCoursesBlockFacetNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GlobalRecommendedCoursesBlockFacetPageFeaturedDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GlobalRecommendedCoursesBlockFacetPageImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GlobalRecommendedCoursesBlockFacetPageIsSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GlobalRecommendedCoursesBlockFacetPageNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GlobalRecommendedCoursesBlockFacetRelativePathArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GlobalRecommendedCoursesBlockFacetRouteSegmentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GlobalRecommendedCoursesBlockFacetSavedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type GlobalRecommendedCoursesBlockFacetShortcutArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GlobalRecommendedCoursesBlockFacetSiteIdArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GlobalRecommendedCoursesBlockFacetStartPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type GlobalRecommendedCoursesBlockFacetStatusArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GlobalRecommendedCoursesBlockFacetStopPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type GlobalRecommendedCoursesBlockFacetUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type GlobalRecommendedCoursesBlockOrderByInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n GlobalRecommendedCourses?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n _minimumScore?: InputMaybe;\n _modified?: InputMaybe;\n _ranking?: InputMaybe;\n _semanticWeight?: InputMaybe;\n};\n\nexport type GlobalRecommendedCoursesBlockOutput = {\n __typename?: 'GlobalRecommendedCoursesBlockOutput';\n autocomplete?: Maybe;\n cursor?: Maybe;\n facets?: Maybe;\n items?: Maybe>>;\n total?: Maybe;\n};\n\n\nexport type GlobalRecommendedCoursesBlockOutputTotalArgs = {\n all?: InputMaybe;\n};\n\nexport type GlobalRecommendedCoursesBlockWhereInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n GlobalRecommendedCourses?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n _and?: InputMaybe>>;\n _fulltext?: InputMaybe;\n _modified?: InputMaybe;\n _not?: InputMaybe>>;\n _or?: InputMaybe>>;\n};\n\n/** Guest Author Card */\nexport type GuestCardBlock = IContent & IData & {\n __typename?: 'GuestCardBlock';\n Ancestors?: Maybe>>;\n Category?: Maybe>>;\n Changed?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe;\n ExistingLanguages?: Maybe>>;\n GuestDescription?: Maybe;\n GuestName?: Maybe;\n IsCommonDraft?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe;\n PageFeaturedDescription?: Maybe;\n PageImageUrl?: Maybe;\n PageIsSearchable?: Maybe;\n PageNavigationTitle?: Maybe;\n ParentLink?: Maybe;\n RelativePath?: Maybe;\n RouteSegment?: Maybe;\n Saved?: Maybe;\n Shortcut?: Maybe;\n SiteId?: Maybe;\n StartPublish?: Maybe;\n Status?: Maybe;\n StopPublish?: Maybe;\n Url?: Maybe;\n /** @deprecated Use `_link` field instead */\n _children?: Maybe;\n _deleted?: Maybe;\n _fulltext?: Maybe>>;\n _id?: Maybe;\n _link?: Maybe;\n _modified?: Maybe;\n _score?: Maybe;\n};\n\n\n/** Guest Author Card */\nexport type GuestCardBlockGuestDescriptionArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Guest Author Card */\nexport type GuestCardBlockGuestNameArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Guest Author Card */\nexport type GuestCardBlockNameArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Guest Author Card */\nexport type GuestCardBlock_FulltextArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Guest Author Card */\nexport type GuestCardBlock_LinkArgs = {\n type?: InputMaybe;\n};\n\nexport type GuestCardBlockAutocomplete = {\n __typename?: 'GuestCardBlockAutocomplete';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n ExistingLanguages?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n Status?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type GuestCardBlockAutocompleteAncestorsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type GuestCardBlockAutocompleteContentTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type GuestCardBlockAutocompletePageFeaturedDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type GuestCardBlockAutocompletePageImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type GuestCardBlockAutocompletePageNavigationTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type GuestCardBlockAutocompleteRelativePathArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type GuestCardBlockAutocompleteRouteSegmentArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type GuestCardBlockAutocompleteShortcutArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type GuestCardBlockAutocompleteSiteIdArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type GuestCardBlockAutocompleteStatusArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type GuestCardBlockAutocompleteUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type GuestCardBlockFacet = {\n __typename?: 'GuestCardBlockFacet';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n Changed?: Maybe>>;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe>>;\n ExistingLanguages?: Maybe;\n GuestDescription?: Maybe>>;\n GuestName?: Maybe>>;\n IsCommonDraft?: Maybe>>;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe>>;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageIsSearchable?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Saved?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n StartPublish?: Maybe>>;\n Status?: Maybe>>;\n StopPublish?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type GuestCardBlockFacetAncestorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GuestCardBlockFacetChangedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type GuestCardBlockFacetContentTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GuestCardBlockFacetCreatedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type GuestCardBlockFacetGuestDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GuestCardBlockFacetGuestNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GuestCardBlockFacetIsCommonDraftArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GuestCardBlockFacetNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GuestCardBlockFacetPageFeaturedDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GuestCardBlockFacetPageImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GuestCardBlockFacetPageIsSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GuestCardBlockFacetPageNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GuestCardBlockFacetRelativePathArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GuestCardBlockFacetRouteSegmentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GuestCardBlockFacetSavedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type GuestCardBlockFacetShortcutArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GuestCardBlockFacetSiteIdArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GuestCardBlockFacetStartPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type GuestCardBlockFacetStatusArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type GuestCardBlockFacetStopPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type GuestCardBlockFacetUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type GuestCardBlockOrderByInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n GuestDescription?: InputMaybe;\n GuestName?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n _minimumScore?: InputMaybe;\n _modified?: InputMaybe;\n _ranking?: InputMaybe;\n _semanticWeight?: InputMaybe;\n};\n\nexport type GuestCardBlockOutput = {\n __typename?: 'GuestCardBlockOutput';\n autocomplete?: Maybe;\n cursor?: Maybe;\n facets?: Maybe;\n items?: Maybe>>;\n total?: Maybe;\n};\n\n\nexport type GuestCardBlockOutputTotalArgs = {\n all?: InputMaybe;\n};\n\nexport type GuestCardBlockWhereInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n GuestDescription?: InputMaybe;\n GuestName?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n _and?: InputMaybe>>;\n _fulltext?: InputMaybe;\n _modified?: InputMaybe;\n _not?: InputMaybe>>;\n _or?: InputMaybe>>;\n};\n\nexport type HcaptchaElementBlock = IContent & IData & {\n __typename?: 'HcaptchaElementBlock';\n Ancestors?: Maybe>>;\n Category?: Maybe>>;\n Changed?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe;\n ExistingLanguages?: Maybe>>;\n IsCommonDraft?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe;\n PageFeaturedDescription?: Maybe;\n PageImageUrl?: Maybe;\n PageIsSearchable?: Maybe;\n PageNavigationTitle?: Maybe;\n ParentLink?: Maybe;\n RelativePath?: Maybe;\n RouteSegment?: Maybe;\n Saved?: Maybe;\n ScoreThreshold?: Maybe;\n SecretKey?: Maybe;\n Shortcut?: Maybe;\n SiteId?: Maybe;\n SiteKey?: Maybe;\n StartPublish?: Maybe;\n Status?: Maybe;\n StopPublish?: Maybe;\n Url?: Maybe;\n Validators?: Maybe;\n /** @deprecated Use `_link` field instead */\n _children?: Maybe;\n _deleted?: Maybe;\n _fulltext?: Maybe>>;\n _id?: Maybe;\n _link?: Maybe;\n _modified?: Maybe;\n _score?: Maybe;\n};\n\n\nexport type HcaptchaElementBlockNameArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type HcaptchaElementBlockSecretKeyArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type HcaptchaElementBlockSiteKeyArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type HcaptchaElementBlockValidatorsArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type HcaptchaElementBlock_FulltextArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type HcaptchaElementBlock_LinkArgs = {\n type?: InputMaybe;\n};\n\nexport type HcaptchaElementBlockAutocomplete = {\n __typename?: 'HcaptchaElementBlockAutocomplete';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n ExistingLanguages?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n Status?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type HcaptchaElementBlockAutocompleteAncestorsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type HcaptchaElementBlockAutocompleteContentTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type HcaptchaElementBlockAutocompletePageFeaturedDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type HcaptchaElementBlockAutocompletePageImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type HcaptchaElementBlockAutocompletePageNavigationTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type HcaptchaElementBlockAutocompleteRelativePathArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type HcaptchaElementBlockAutocompleteRouteSegmentArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type HcaptchaElementBlockAutocompleteShortcutArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type HcaptchaElementBlockAutocompleteSiteIdArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type HcaptchaElementBlockAutocompleteStatusArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type HcaptchaElementBlockAutocompleteUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type HcaptchaElementBlockFacet = {\n __typename?: 'HcaptchaElementBlockFacet';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n Changed?: Maybe>>;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe>>;\n ExistingLanguages?: Maybe;\n IsCommonDraft?: Maybe>>;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe>>;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageIsSearchable?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Saved?: Maybe>>;\n ScoreThreshold?: Maybe>>;\n SecretKey?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n SiteKey?: Maybe>>;\n StartPublish?: Maybe>>;\n Status?: Maybe>>;\n StopPublish?: Maybe>>;\n Url?: Maybe>>;\n Validators?: Maybe>>;\n};\n\n\nexport type HcaptchaElementBlockFacetAncestorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type HcaptchaElementBlockFacetChangedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type HcaptchaElementBlockFacetContentTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type HcaptchaElementBlockFacetCreatedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type HcaptchaElementBlockFacetIsCommonDraftArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type HcaptchaElementBlockFacetNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type HcaptchaElementBlockFacetPageFeaturedDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type HcaptchaElementBlockFacetPageImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type HcaptchaElementBlockFacetPageIsSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type HcaptchaElementBlockFacetPageNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type HcaptchaElementBlockFacetRelativePathArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type HcaptchaElementBlockFacetRouteSegmentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type HcaptchaElementBlockFacetSavedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type HcaptchaElementBlockFacetScoreThresholdArgs = {\n filters?: InputMaybe>;\n limit?: InputMaybe;\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n ranges?: InputMaybe>>;\n};\n\n\nexport type HcaptchaElementBlockFacetSecretKeyArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type HcaptchaElementBlockFacetShortcutArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type HcaptchaElementBlockFacetSiteIdArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type HcaptchaElementBlockFacetSiteKeyArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type HcaptchaElementBlockFacetStartPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type HcaptchaElementBlockFacetStatusArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type HcaptchaElementBlockFacetStopPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type HcaptchaElementBlockFacetUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type HcaptchaElementBlockFacetValidatorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type HcaptchaElementBlockOrderByInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n ScoreThreshold?: InputMaybe;\n SecretKey?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n SiteKey?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n Validators?: InputMaybe;\n _minimumScore?: InputMaybe;\n _modified?: InputMaybe;\n _ranking?: InputMaybe;\n _semanticWeight?: InputMaybe;\n};\n\nexport type HcaptchaElementBlockOutput = {\n __typename?: 'HcaptchaElementBlockOutput';\n autocomplete?: Maybe;\n cursor?: Maybe;\n facets?: Maybe;\n items?: Maybe>>;\n total?: Maybe;\n};\n\n\nexport type HcaptchaElementBlockOutputTotalArgs = {\n all?: InputMaybe;\n};\n\nexport type HcaptchaElementBlockWhereInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n ScoreThreshold?: InputMaybe;\n SecretKey?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n SiteKey?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n Validators?: InputMaybe;\n _and?: InputMaybe>>;\n _fulltext?: InputMaybe;\n _modified?: InputMaybe;\n _not?: InputMaybe>>;\n _or?: InputMaybe>>;\n};\n\nexport type HeaderBlock = IContent & IData & {\n __typename?: 'HeaderBlock';\n Ancestors?: Maybe>>;\n Category?: Maybe>>;\n Changed?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe;\n ExistingLanguages?: Maybe>>;\n IsCommonDraft?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe;\n PageFeaturedDescription?: Maybe;\n PageImageUrl?: Maybe;\n PageIsSearchable?: Maybe;\n PageNavigationTitle?: Maybe;\n ParentLink?: Maybe;\n RelativePath?: Maybe;\n ResourceMenu?: Maybe>>;\n RouteSegment?: Maybe;\n Saved?: Maybe;\n Shortcut?: Maybe;\n SiteId?: Maybe;\n StartPublish?: Maybe;\n Status?: Maybe;\n StopPublish?: Maybe;\n Url?: Maybe;\n /** @deprecated Use `_link` field instead */\n _children?: Maybe;\n _deleted?: Maybe;\n _fulltext?: Maybe>>;\n _id?: Maybe;\n _link?: Maybe;\n _modified?: Maybe;\n _score?: Maybe;\n};\n\n\nexport type HeaderBlockNameArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type HeaderBlockResourceMenuArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type HeaderBlock_FulltextArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type HeaderBlock_LinkArgs = {\n type?: InputMaybe;\n};\n\nexport type HeaderBlockAutocomplete = {\n __typename?: 'HeaderBlockAutocomplete';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n ExistingLanguages?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n Status?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type HeaderBlockAutocompleteAncestorsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type HeaderBlockAutocompleteContentTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type HeaderBlockAutocompletePageFeaturedDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type HeaderBlockAutocompletePageImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type HeaderBlockAutocompletePageNavigationTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type HeaderBlockAutocompleteRelativePathArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type HeaderBlockAutocompleteRouteSegmentArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type HeaderBlockAutocompleteShortcutArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type HeaderBlockAutocompleteSiteIdArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type HeaderBlockAutocompleteStatusArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type HeaderBlockAutocompleteUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type HeaderBlockFacet = {\n __typename?: 'HeaderBlockFacet';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n Changed?: Maybe>>;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe>>;\n ExistingLanguages?: Maybe;\n IsCommonDraft?: Maybe>>;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe>>;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageIsSearchable?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n ResourceMenu?: Maybe;\n RouteSegment?: Maybe>>;\n Saved?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n StartPublish?: Maybe>>;\n Status?: Maybe>>;\n StopPublish?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type HeaderBlockFacetAncestorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type HeaderBlockFacetChangedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type HeaderBlockFacetContentTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type HeaderBlockFacetCreatedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type HeaderBlockFacetIsCommonDraftArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type HeaderBlockFacetNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type HeaderBlockFacetPageFeaturedDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type HeaderBlockFacetPageImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type HeaderBlockFacetPageIsSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type HeaderBlockFacetPageNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type HeaderBlockFacetRelativePathArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type HeaderBlockFacetRouteSegmentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type HeaderBlockFacetSavedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type HeaderBlockFacetShortcutArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type HeaderBlockFacetSiteIdArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type HeaderBlockFacetStartPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type HeaderBlockFacetStatusArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type HeaderBlockFacetStopPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type HeaderBlockFacetUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type HeaderBlockOrderByInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n ResourceMenu?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n _minimumScore?: InputMaybe;\n _modified?: InputMaybe;\n _ranking?: InputMaybe;\n _semanticWeight?: InputMaybe;\n};\n\nexport type HeaderBlockOutput = {\n __typename?: 'HeaderBlockOutput';\n autocomplete?: Maybe;\n cursor?: Maybe;\n facets?: Maybe;\n items?: Maybe>>;\n total?: Maybe;\n};\n\n\nexport type HeaderBlockOutputTotalArgs = {\n all?: InputMaybe;\n};\n\nexport type HeaderBlockWhereInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n ResourceMenu?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n _and?: InputMaybe>>;\n _fulltext?: InputMaybe;\n _modified?: InputMaybe;\n _not?: InputMaybe>>;\n _or?: InputMaybe>>;\n};\n\n/** Options for highlighting */\nexport type HighlightOptions = {\n enabled?: InputMaybe;\n endToken?: InputMaybe;\n startToken?: InputMaybe;\n};\n\n/** Module that organizes content into tabs arranged horizontally. Each Tab can contain a Generic Carousel. */\nexport type HorizontalTabsWithCarouselBlock = IContent & IData & {\n __typename?: 'HorizontalTabsWithCarouselBlock';\n Ancestors?: Maybe>>;\n Category?: Maybe>>;\n Changed?: Maybe;\n ContentLink?: Maybe;\n ContentTabs?: Maybe>>;\n ContentType?: Maybe>>;\n Created?: Maybe;\n Description?: Maybe;\n ExistingLanguages?: Maybe>>;\n Heading?: Maybe;\n IsCommonDraft?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe;\n PageFeaturedDescription?: Maybe;\n PageImageUrl?: Maybe;\n PageIsSearchable?: Maybe;\n PageNavigationTitle?: Maybe;\n ParentLink?: Maybe;\n RelativePath?: Maybe;\n RouteSegment?: Maybe;\n Saved?: Maybe;\n Shortcut?: Maybe;\n SiteId?: Maybe;\n StartPublish?: Maybe;\n Status?: Maybe;\n StopPublish?: Maybe;\n Url?: Maybe;\n /** @deprecated Use `_link` field instead */\n _children?: Maybe;\n _deleted?: Maybe;\n _fulltext?: Maybe>>;\n _id?: Maybe;\n _link?: Maybe;\n _modified?: Maybe;\n _score?: Maybe;\n};\n\n\n/** Module that organizes content into tabs arranged horizontally. Each Tab can contain a Generic Carousel. */\nexport type HorizontalTabsWithCarouselBlockContentTabsArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Module that organizes content into tabs arranged horizontally. Each Tab can contain a Generic Carousel. */\nexport type HorizontalTabsWithCarouselBlockDescriptionArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Module that organizes content into tabs arranged horizontally. Each Tab can contain a Generic Carousel. */\nexport type HorizontalTabsWithCarouselBlockHeadingArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Module that organizes content into tabs arranged horizontally. Each Tab can contain a Generic Carousel. */\nexport type HorizontalTabsWithCarouselBlockNameArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Module that organizes content into tabs arranged horizontally. Each Tab can contain a Generic Carousel. */\nexport type HorizontalTabsWithCarouselBlock_FulltextArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Module that organizes content into tabs arranged horizontally. Each Tab can contain a Generic Carousel. */\nexport type HorizontalTabsWithCarouselBlock_LinkArgs = {\n type?: InputMaybe;\n};\n\nexport type HorizontalTabsWithCarouselBlockAutocomplete = {\n __typename?: 'HorizontalTabsWithCarouselBlockAutocomplete';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n ExistingLanguages?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n Status?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type HorizontalTabsWithCarouselBlockAutocompleteAncestorsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type HorizontalTabsWithCarouselBlockAutocompleteContentTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type HorizontalTabsWithCarouselBlockAutocompletePageFeaturedDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type HorizontalTabsWithCarouselBlockAutocompletePageImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type HorizontalTabsWithCarouselBlockAutocompletePageNavigationTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type HorizontalTabsWithCarouselBlockAutocompleteRelativePathArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type HorizontalTabsWithCarouselBlockAutocompleteRouteSegmentArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type HorizontalTabsWithCarouselBlockAutocompleteShortcutArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type HorizontalTabsWithCarouselBlockAutocompleteSiteIdArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type HorizontalTabsWithCarouselBlockAutocompleteStatusArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type HorizontalTabsWithCarouselBlockAutocompleteUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type HorizontalTabsWithCarouselBlockFacet = {\n __typename?: 'HorizontalTabsWithCarouselBlockFacet';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n Changed?: Maybe>>;\n ContentLink?: Maybe;\n ContentTabs?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe>>;\n Description?: Maybe>>;\n ExistingLanguages?: Maybe;\n Heading?: Maybe>>;\n IsCommonDraft?: Maybe>>;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe>>;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageIsSearchable?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Saved?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n StartPublish?: Maybe>>;\n Status?: Maybe>>;\n StopPublish?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type HorizontalTabsWithCarouselBlockFacetAncestorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type HorizontalTabsWithCarouselBlockFacetChangedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type HorizontalTabsWithCarouselBlockFacetContentTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type HorizontalTabsWithCarouselBlockFacetCreatedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type HorizontalTabsWithCarouselBlockFacetDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type HorizontalTabsWithCarouselBlockFacetHeadingArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type HorizontalTabsWithCarouselBlockFacetIsCommonDraftArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type HorizontalTabsWithCarouselBlockFacetNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type HorizontalTabsWithCarouselBlockFacetPageFeaturedDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type HorizontalTabsWithCarouselBlockFacetPageImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type HorizontalTabsWithCarouselBlockFacetPageIsSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type HorizontalTabsWithCarouselBlockFacetPageNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type HorizontalTabsWithCarouselBlockFacetRelativePathArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type HorizontalTabsWithCarouselBlockFacetRouteSegmentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type HorizontalTabsWithCarouselBlockFacetSavedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type HorizontalTabsWithCarouselBlockFacetShortcutArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type HorizontalTabsWithCarouselBlockFacetSiteIdArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type HorizontalTabsWithCarouselBlockFacetStartPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type HorizontalTabsWithCarouselBlockFacetStatusArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type HorizontalTabsWithCarouselBlockFacetStopPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type HorizontalTabsWithCarouselBlockFacetUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type HorizontalTabsWithCarouselBlockOrderByInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentTabs?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n Description?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n Heading?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n _minimumScore?: InputMaybe;\n _modified?: InputMaybe;\n _ranking?: InputMaybe;\n _semanticWeight?: InputMaybe;\n};\n\nexport type HorizontalTabsWithCarouselBlockOutput = {\n __typename?: 'HorizontalTabsWithCarouselBlockOutput';\n autocomplete?: Maybe;\n cursor?: Maybe;\n facets?: Maybe;\n items?: Maybe>>;\n total?: Maybe;\n};\n\n\nexport type HorizontalTabsWithCarouselBlockOutputTotalArgs = {\n all?: InputMaybe;\n};\n\nexport type HorizontalTabsWithCarouselBlockWhereInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentTabs?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n Description?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n Heading?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n _and?: InputMaybe>>;\n _fulltext?: InputMaybe;\n _modified?: InputMaybe;\n _not?: InputMaybe>>;\n _or?: InputMaybe>>;\n};\n\n/** Module that organizes content into tabs arranged horizontally. Each Tab can contain a CTA. */\nexport type HorizontalTabsWithCtaContainerBlock = IContent & IData & {\n __typename?: 'HorizontalTabsWithCtaContainerBlock';\n Ancestors?: Maybe>>;\n Category?: Maybe>>;\n Changed?: Maybe;\n ContentLink?: Maybe;\n ContentTabs?: Maybe>>;\n ContentType?: Maybe>>;\n Created?: Maybe;\n ExistingLanguages?: Maybe>>;\n IsCommonDraft?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe;\n PageFeaturedDescription?: Maybe;\n PageImageUrl?: Maybe;\n PageIsSearchable?: Maybe;\n PageNavigationTitle?: Maybe;\n ParentLink?: Maybe;\n RelativePath?: Maybe;\n RouteSegment?: Maybe;\n Saved?: Maybe;\n Shortcut?: Maybe;\n SiteId?: Maybe;\n StartPublish?: Maybe;\n Status?: Maybe;\n StopPublish?: Maybe;\n Url?: Maybe;\n /** @deprecated Use `_link` field instead */\n _children?: Maybe;\n _deleted?: Maybe;\n _fulltext?: Maybe>>;\n _id?: Maybe;\n _link?: Maybe;\n _modified?: Maybe;\n _score?: Maybe;\n};\n\n\n/** Module that organizes content into tabs arranged horizontally. Each Tab can contain a CTA. */\nexport type HorizontalTabsWithCtaContainerBlockContentTabsArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Module that organizes content into tabs arranged horizontally. Each Tab can contain a CTA. */\nexport type HorizontalTabsWithCtaContainerBlockNameArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Module that organizes content into tabs arranged horizontally. Each Tab can contain a CTA. */\nexport type HorizontalTabsWithCtaContainerBlock_FulltextArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Module that organizes content into tabs arranged horizontally. Each Tab can contain a CTA. */\nexport type HorizontalTabsWithCtaContainerBlock_LinkArgs = {\n type?: InputMaybe;\n};\n\nexport type HorizontalTabsWithCtaContainerBlockAutocomplete = {\n __typename?: 'HorizontalTabsWithCtaContainerBlockAutocomplete';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n ExistingLanguages?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n Status?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type HorizontalTabsWithCtaContainerBlockAutocompleteAncestorsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type HorizontalTabsWithCtaContainerBlockAutocompleteContentTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type HorizontalTabsWithCtaContainerBlockAutocompletePageFeaturedDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type HorizontalTabsWithCtaContainerBlockAutocompletePageImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type HorizontalTabsWithCtaContainerBlockAutocompletePageNavigationTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type HorizontalTabsWithCtaContainerBlockAutocompleteRelativePathArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type HorizontalTabsWithCtaContainerBlockAutocompleteRouteSegmentArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type HorizontalTabsWithCtaContainerBlockAutocompleteShortcutArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type HorizontalTabsWithCtaContainerBlockAutocompleteSiteIdArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type HorizontalTabsWithCtaContainerBlockAutocompleteStatusArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type HorizontalTabsWithCtaContainerBlockAutocompleteUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type HorizontalTabsWithCtaContainerBlockFacet = {\n __typename?: 'HorizontalTabsWithCtaContainerBlockFacet';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n Changed?: Maybe>>;\n ContentLink?: Maybe;\n ContentTabs?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe>>;\n ExistingLanguages?: Maybe;\n IsCommonDraft?: Maybe>>;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe>>;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageIsSearchable?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Saved?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n StartPublish?: Maybe>>;\n Status?: Maybe>>;\n StopPublish?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type HorizontalTabsWithCtaContainerBlockFacetAncestorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type HorizontalTabsWithCtaContainerBlockFacetChangedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type HorizontalTabsWithCtaContainerBlockFacetContentTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type HorizontalTabsWithCtaContainerBlockFacetCreatedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type HorizontalTabsWithCtaContainerBlockFacetIsCommonDraftArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type HorizontalTabsWithCtaContainerBlockFacetNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type HorizontalTabsWithCtaContainerBlockFacetPageFeaturedDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type HorizontalTabsWithCtaContainerBlockFacetPageImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type HorizontalTabsWithCtaContainerBlockFacetPageIsSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type HorizontalTabsWithCtaContainerBlockFacetPageNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type HorizontalTabsWithCtaContainerBlockFacetRelativePathArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type HorizontalTabsWithCtaContainerBlockFacetRouteSegmentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type HorizontalTabsWithCtaContainerBlockFacetSavedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type HorizontalTabsWithCtaContainerBlockFacetShortcutArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type HorizontalTabsWithCtaContainerBlockFacetSiteIdArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type HorizontalTabsWithCtaContainerBlockFacetStartPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type HorizontalTabsWithCtaContainerBlockFacetStatusArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type HorizontalTabsWithCtaContainerBlockFacetStopPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type HorizontalTabsWithCtaContainerBlockFacetUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type HorizontalTabsWithCtaContainerBlockOrderByInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentTabs?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n _minimumScore?: InputMaybe;\n _modified?: InputMaybe;\n _ranking?: InputMaybe;\n _semanticWeight?: InputMaybe;\n};\n\nexport type HorizontalTabsWithCtaContainerBlockOutput = {\n __typename?: 'HorizontalTabsWithCtaContainerBlockOutput';\n autocomplete?: Maybe;\n cursor?: Maybe;\n facets?: Maybe;\n items?: Maybe>>;\n total?: Maybe;\n};\n\n\nexport type HorizontalTabsWithCtaContainerBlockOutputTotalArgs = {\n all?: InputMaybe;\n};\n\nexport type HorizontalTabsWithCtaContainerBlockWhereInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentTabs?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n _and?: InputMaybe>>;\n _fulltext?: InputMaybe;\n _modified?: InputMaybe;\n _not?: InputMaybe>>;\n _or?: InputMaybe>>;\n};\n\n/** Tab Item to be used only in the Horizontal Tabs with CTA Container. */\nexport type HorizontalTabsWithCtaItemBlock = IContent & IData & {\n __typename?: 'HorizontalTabsWithCtaItemBlock';\n Ancestors?: Maybe>>;\n Category?: Maybe>>;\n Changed?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe;\n Description?: Maybe;\n ExistingLanguages?: Maybe>>;\n Heading?: Maybe;\n IsCommonDraft?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe;\n PageFeaturedDescription?: Maybe;\n PageImageUrl?: Maybe;\n PageIsSearchable?: Maybe;\n PageNavigationTitle?: Maybe;\n ParentLink?: Maybe;\n RelativePath?: Maybe;\n RouteSegment?: Maybe;\n Saved?: Maybe;\n Shortcut?: Maybe;\n SiteId?: Maybe;\n StartPublish?: Maybe;\n Status?: Maybe;\n StopPublish?: Maybe;\n TabTitle?: Maybe;\n Url?: Maybe;\n /** @deprecated Use `_link` field instead */\n _children?: Maybe;\n _deleted?: Maybe;\n _fulltext?: Maybe>>;\n _id?: Maybe;\n _link?: Maybe;\n _modified?: Maybe;\n _score?: Maybe;\n};\n\n\n/** Tab Item to be used only in the Horizontal Tabs with CTA Container. */\nexport type HorizontalTabsWithCtaItemBlockDescriptionArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Tab Item to be used only in the Horizontal Tabs with CTA Container. */\nexport type HorizontalTabsWithCtaItemBlockHeadingArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Tab Item to be used only in the Horizontal Tabs with CTA Container. */\nexport type HorizontalTabsWithCtaItemBlockNameArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Tab Item to be used only in the Horizontal Tabs with CTA Container. */\nexport type HorizontalTabsWithCtaItemBlockTabTitleArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Tab Item to be used only in the Horizontal Tabs with CTA Container. */\nexport type HorizontalTabsWithCtaItemBlock_FulltextArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Tab Item to be used only in the Horizontal Tabs with CTA Container. */\nexport type HorizontalTabsWithCtaItemBlock_LinkArgs = {\n type?: InputMaybe;\n};\n\nexport type HorizontalTabsWithCtaItemBlockAutocomplete = {\n __typename?: 'HorizontalTabsWithCtaItemBlockAutocomplete';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n ExistingLanguages?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n Status?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type HorizontalTabsWithCtaItemBlockAutocompleteAncestorsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type HorizontalTabsWithCtaItemBlockAutocompleteContentTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type HorizontalTabsWithCtaItemBlockAutocompletePageFeaturedDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type HorizontalTabsWithCtaItemBlockAutocompletePageImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type HorizontalTabsWithCtaItemBlockAutocompletePageNavigationTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type HorizontalTabsWithCtaItemBlockAutocompleteRelativePathArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type HorizontalTabsWithCtaItemBlockAutocompleteRouteSegmentArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type HorizontalTabsWithCtaItemBlockAutocompleteShortcutArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type HorizontalTabsWithCtaItemBlockAutocompleteSiteIdArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type HorizontalTabsWithCtaItemBlockAutocompleteStatusArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type HorizontalTabsWithCtaItemBlockAutocompleteUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type HorizontalTabsWithCtaItemBlockFacet = {\n __typename?: 'HorizontalTabsWithCtaItemBlockFacet';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n Changed?: Maybe>>;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe>>;\n Description?: Maybe>>;\n ExistingLanguages?: Maybe;\n Heading?: Maybe>>;\n IsCommonDraft?: Maybe>>;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe>>;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageIsSearchable?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Saved?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n StartPublish?: Maybe>>;\n Status?: Maybe>>;\n StopPublish?: Maybe>>;\n TabTitle?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type HorizontalTabsWithCtaItemBlockFacetAncestorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type HorizontalTabsWithCtaItemBlockFacetChangedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type HorizontalTabsWithCtaItemBlockFacetContentTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type HorizontalTabsWithCtaItemBlockFacetCreatedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type HorizontalTabsWithCtaItemBlockFacetDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type HorizontalTabsWithCtaItemBlockFacetHeadingArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type HorizontalTabsWithCtaItemBlockFacetIsCommonDraftArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type HorizontalTabsWithCtaItemBlockFacetNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type HorizontalTabsWithCtaItemBlockFacetPageFeaturedDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type HorizontalTabsWithCtaItemBlockFacetPageImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type HorizontalTabsWithCtaItemBlockFacetPageIsSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type HorizontalTabsWithCtaItemBlockFacetPageNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type HorizontalTabsWithCtaItemBlockFacetRelativePathArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type HorizontalTabsWithCtaItemBlockFacetRouteSegmentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type HorizontalTabsWithCtaItemBlockFacetSavedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type HorizontalTabsWithCtaItemBlockFacetShortcutArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type HorizontalTabsWithCtaItemBlockFacetSiteIdArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type HorizontalTabsWithCtaItemBlockFacetStartPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type HorizontalTabsWithCtaItemBlockFacetStatusArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type HorizontalTabsWithCtaItemBlockFacetStopPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type HorizontalTabsWithCtaItemBlockFacetTabTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type HorizontalTabsWithCtaItemBlockFacetUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type HorizontalTabsWithCtaItemBlockOrderByInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n Description?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n Heading?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n TabTitle?: InputMaybe;\n Url?: InputMaybe;\n _minimumScore?: InputMaybe;\n _modified?: InputMaybe;\n _ranking?: InputMaybe;\n _semanticWeight?: InputMaybe;\n};\n\nexport type HorizontalTabsWithCtaItemBlockOutput = {\n __typename?: 'HorizontalTabsWithCtaItemBlockOutput';\n autocomplete?: Maybe;\n cursor?: Maybe;\n facets?: Maybe;\n items?: Maybe>>;\n total?: Maybe;\n};\n\n\nexport type HorizontalTabsWithCtaItemBlockOutputTotalArgs = {\n all?: InputMaybe;\n};\n\nexport type HorizontalTabsWithCtaItemBlockWhereInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n Description?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n Heading?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n TabTitle?: InputMaybe;\n Url?: InputMaybe;\n _and?: InputMaybe>>;\n _fulltext?: InputMaybe;\n _modified?: InputMaybe;\n _not?: InputMaybe>>;\n _or?: InputMaybe>>;\n};\n\nexport type HostDefinitionModel = {\n __typename?: 'HostDefinitionModel';\n Language?: Maybe;\n Name?: Maybe;\n Type?: Maybe;\n};\n\nexport type HostDefinitionModelAutocomplete = {\n __typename?: 'HostDefinitionModelAutocomplete';\n Language?: Maybe;\n Name?: Maybe>>;\n Type?: Maybe>>;\n};\n\n\nexport type HostDefinitionModelAutocompleteNameArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type HostDefinitionModelAutocompleteTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type HostDefinitionModelFacet = {\n __typename?: 'HostDefinitionModelFacet';\n Language?: Maybe;\n Name?: Maybe>>;\n Type?: Maybe>>;\n};\n\n\nexport type HostDefinitionModelFacetNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type HostDefinitionModelFacetTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type HostDefinitionModelOrderByInput = {\n Language?: InputMaybe;\n Name?: InputMaybe;\n Type?: InputMaybe;\n};\n\nexport type HostDefinitionModelWhereInput = {\n Language?: InputMaybe;\n Name?: InputMaybe;\n Type?: InputMaybe;\n};\n\nexport type IContent = {\n Ancestors?: Maybe>>;\n Changed?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe;\n ExistingLanguages?: Maybe>>;\n IsCommonDraft?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe;\n PageFeaturedDescription?: Maybe;\n PageImageUrl?: Maybe;\n PageIsSearchable?: Maybe;\n PageNavigationTitle?: Maybe;\n ParentLink?: Maybe;\n RelativePath?: Maybe;\n RouteSegment?: Maybe;\n Saved?: Maybe;\n Shortcut?: Maybe;\n SiteId?: Maybe;\n StartPublish?: Maybe;\n Status?: Maybe;\n StopPublish?: Maybe;\n Url?: Maybe;\n /** @deprecated Use `_link` field instead */\n _children?: Maybe;\n _deleted?: Maybe;\n _fulltext?: Maybe>>;\n _id?: Maybe;\n _link?: Maybe;\n _modified?: Maybe;\n _score?: Maybe;\n};\n\n\nexport type IContentNameArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type IContent_FulltextArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type IContent_LinkArgs = {\n type?: InputMaybe;\n};\n\nexport type IData = {\n /** @deprecated Use `_link` field instead */\n _children?: Maybe;\n _deleted?: Maybe;\n _fulltext?: Maybe>>;\n _id?: Maybe;\n _link?: Maybe;\n _modified?: Maybe;\n _score?: Maybe;\n};\n\n\nexport type IData_FulltextArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type IData_LinkArgs = {\n type?: InputMaybe;\n};\n\n/** Module that displays information with Icons, titles, and description texts. */\nexport type IconSectionContainerBlock = IContent & IData & {\n __typename?: 'IconSectionContainerBlock';\n Ancestors?: Maybe>>;\n Category?: Maybe>>;\n Changed?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe;\n ExistingLanguages?: Maybe>>;\n IconSectionItems?: Maybe>>;\n IsCommonDraft?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe;\n PageFeaturedDescription?: Maybe;\n PageImageUrl?: Maybe;\n PageIsSearchable?: Maybe;\n PageNavigationTitle?: Maybe;\n ParentLink?: Maybe;\n RelativePath?: Maybe;\n RouteSegment?: Maybe;\n Saved?: Maybe;\n Shortcut?: Maybe;\n SiteId?: Maybe;\n StartPublish?: Maybe;\n Status?: Maybe;\n StopPublish?: Maybe;\n Url?: Maybe;\n /** @deprecated Use `_link` field instead */\n _children?: Maybe;\n _deleted?: Maybe;\n _fulltext?: Maybe>>;\n _id?: Maybe;\n _link?: Maybe;\n _modified?: Maybe;\n _score?: Maybe;\n};\n\n\n/** Module that displays information with Icons, titles, and description texts. */\nexport type IconSectionContainerBlockIconSectionItemsArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Module that displays information with Icons, titles, and description texts. */\nexport type IconSectionContainerBlockNameArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Module that displays information with Icons, titles, and description texts. */\nexport type IconSectionContainerBlock_FulltextArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Module that displays information with Icons, titles, and description texts. */\nexport type IconSectionContainerBlock_LinkArgs = {\n type?: InputMaybe;\n};\n\nexport type IconSectionContainerBlockAutocomplete = {\n __typename?: 'IconSectionContainerBlockAutocomplete';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n ExistingLanguages?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n Status?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type IconSectionContainerBlockAutocompleteAncestorsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type IconSectionContainerBlockAutocompleteContentTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type IconSectionContainerBlockAutocompletePageFeaturedDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type IconSectionContainerBlockAutocompletePageImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type IconSectionContainerBlockAutocompletePageNavigationTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type IconSectionContainerBlockAutocompleteRelativePathArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type IconSectionContainerBlockAutocompleteRouteSegmentArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type IconSectionContainerBlockAutocompleteShortcutArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type IconSectionContainerBlockAutocompleteSiteIdArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type IconSectionContainerBlockAutocompleteStatusArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type IconSectionContainerBlockAutocompleteUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type IconSectionContainerBlockFacet = {\n __typename?: 'IconSectionContainerBlockFacet';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n Changed?: Maybe>>;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe>>;\n ExistingLanguages?: Maybe;\n IconSectionItems?: Maybe;\n IsCommonDraft?: Maybe>>;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe>>;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageIsSearchable?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Saved?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n StartPublish?: Maybe>>;\n Status?: Maybe>>;\n StopPublish?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type IconSectionContainerBlockFacetAncestorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type IconSectionContainerBlockFacetChangedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type IconSectionContainerBlockFacetContentTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type IconSectionContainerBlockFacetCreatedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type IconSectionContainerBlockFacetIsCommonDraftArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type IconSectionContainerBlockFacetNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type IconSectionContainerBlockFacetPageFeaturedDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type IconSectionContainerBlockFacetPageImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type IconSectionContainerBlockFacetPageIsSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type IconSectionContainerBlockFacetPageNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type IconSectionContainerBlockFacetRelativePathArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type IconSectionContainerBlockFacetRouteSegmentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type IconSectionContainerBlockFacetSavedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type IconSectionContainerBlockFacetShortcutArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type IconSectionContainerBlockFacetSiteIdArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type IconSectionContainerBlockFacetStartPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type IconSectionContainerBlockFacetStatusArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type IconSectionContainerBlockFacetStopPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type IconSectionContainerBlockFacetUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type IconSectionContainerBlockOrderByInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n IconSectionItems?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n _minimumScore?: InputMaybe;\n _modified?: InputMaybe;\n _ranking?: InputMaybe;\n _semanticWeight?: InputMaybe;\n};\n\nexport type IconSectionContainerBlockOutput = {\n __typename?: 'IconSectionContainerBlockOutput';\n autocomplete?: Maybe;\n cursor?: Maybe;\n facets?: Maybe;\n items?: Maybe>>;\n total?: Maybe;\n};\n\n\nexport type IconSectionContainerBlockOutputTotalArgs = {\n all?: InputMaybe;\n};\n\nexport type IconSectionContainerBlockWhereInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n IconSectionItems?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n _and?: InputMaybe>>;\n _fulltext?: InputMaybe;\n _modified?: InputMaybe;\n _not?: InputMaybe>>;\n _or?: InputMaybe>>;\n};\n\n/** Module to be used in Icon Section Container */\nexport type IconSectionItemBlock = IContent & IData & {\n __typename?: 'IconSectionItemBlock';\n Ancestors?: Maybe>>;\n Category?: Maybe>>;\n Changed?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe;\n Description?: Maybe;\n ExistingLanguages?: Maybe>>;\n IsCommonDraft?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe;\n PageFeaturedDescription?: Maybe;\n PageImageUrl?: Maybe;\n PageIsSearchable?: Maybe;\n PageNavigationTitle?: Maybe;\n ParentLink?: Maybe;\n RelativePath?: Maybe;\n RouteSegment?: Maybe;\n Saved?: Maybe;\n Shortcut?: Maybe;\n SiteId?: Maybe;\n StartPublish?: Maybe;\n Status?: Maybe;\n StopPublish?: Maybe;\n Title?: Maybe;\n Url?: Maybe;\n /** @deprecated Use `_link` field instead */\n _children?: Maybe;\n _deleted?: Maybe;\n _fulltext?: Maybe>>;\n _id?: Maybe;\n _link?: Maybe;\n _modified?: Maybe;\n _score?: Maybe;\n};\n\n\n/** Module to be used in Icon Section Container */\nexport type IconSectionItemBlockDescriptionArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Module to be used in Icon Section Container */\nexport type IconSectionItemBlockNameArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Module to be used in Icon Section Container */\nexport type IconSectionItemBlockTitleArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Module to be used in Icon Section Container */\nexport type IconSectionItemBlock_FulltextArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Module to be used in Icon Section Container */\nexport type IconSectionItemBlock_LinkArgs = {\n type?: InputMaybe;\n};\n\nexport type IconSectionItemBlockAutocomplete = {\n __typename?: 'IconSectionItemBlockAutocomplete';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n ExistingLanguages?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n Status?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type IconSectionItemBlockAutocompleteAncestorsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type IconSectionItemBlockAutocompleteContentTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type IconSectionItemBlockAutocompletePageFeaturedDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type IconSectionItemBlockAutocompletePageImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type IconSectionItemBlockAutocompletePageNavigationTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type IconSectionItemBlockAutocompleteRelativePathArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type IconSectionItemBlockAutocompleteRouteSegmentArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type IconSectionItemBlockAutocompleteShortcutArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type IconSectionItemBlockAutocompleteSiteIdArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type IconSectionItemBlockAutocompleteStatusArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type IconSectionItemBlockAutocompleteUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type IconSectionItemBlockFacet = {\n __typename?: 'IconSectionItemBlockFacet';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n Changed?: Maybe>>;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe>>;\n Description?: Maybe>>;\n ExistingLanguages?: Maybe;\n IsCommonDraft?: Maybe>>;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe>>;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageIsSearchable?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Saved?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n StartPublish?: Maybe>>;\n Status?: Maybe>>;\n StopPublish?: Maybe>>;\n Title?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type IconSectionItemBlockFacetAncestorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type IconSectionItemBlockFacetChangedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type IconSectionItemBlockFacetContentTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type IconSectionItemBlockFacetCreatedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type IconSectionItemBlockFacetDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type IconSectionItemBlockFacetIsCommonDraftArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type IconSectionItemBlockFacetNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type IconSectionItemBlockFacetPageFeaturedDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type IconSectionItemBlockFacetPageImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type IconSectionItemBlockFacetPageIsSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type IconSectionItemBlockFacetPageNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type IconSectionItemBlockFacetRelativePathArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type IconSectionItemBlockFacetRouteSegmentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type IconSectionItemBlockFacetSavedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type IconSectionItemBlockFacetShortcutArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type IconSectionItemBlockFacetSiteIdArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type IconSectionItemBlockFacetStartPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type IconSectionItemBlockFacetStatusArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type IconSectionItemBlockFacetStopPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type IconSectionItemBlockFacetTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type IconSectionItemBlockFacetUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type IconSectionItemBlockOrderByInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n Description?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Title?: InputMaybe;\n Url?: InputMaybe;\n _minimumScore?: InputMaybe;\n _modified?: InputMaybe;\n _ranking?: InputMaybe;\n _semanticWeight?: InputMaybe;\n};\n\nexport type IconSectionItemBlockOutput = {\n __typename?: 'IconSectionItemBlockOutput';\n autocomplete?: Maybe;\n cursor?: Maybe;\n facets?: Maybe;\n items?: Maybe>>;\n total?: Maybe;\n};\n\n\nexport type IconSectionItemBlockOutputTotalArgs = {\n all?: InputMaybe;\n};\n\nexport type IconSectionItemBlockWhereInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n Description?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Title?: InputMaybe;\n Url?: InputMaybe;\n _and?: InputMaybe>>;\n _fulltext?: InputMaybe;\n _modified?: InputMaybe;\n _not?: InputMaybe>>;\n _or?: InputMaybe>>;\n};\n\n/** Carousel of images with caption. */\nexport type ImageCarouselBlock = IContent & IData & {\n __typename?: 'ImageCarouselBlock';\n Ancestors?: Maybe>>;\n /** A list of images for the image carousel. */\n CarouselImages?: Maybe>>;\n Category?: Maybe>>;\n Changed?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe;\n Description?: Maybe;\n ExistingLanguages?: Maybe>>;\n Heading?: Maybe;\n IsCommonDraft?: Maybe;\n Language?: Maybe;\n LeadIn?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe;\n PageFeaturedDescription?: Maybe;\n PageImageUrl?: Maybe;\n PageIsSearchable?: Maybe;\n PageNavigationTitle?: Maybe;\n ParentLink?: Maybe;\n RelativePath?: Maybe;\n RouteSegment?: Maybe;\n Saved?: Maybe;\n Shortcut?: Maybe;\n SiteId?: Maybe;\n StartPublish?: Maybe;\n Status?: Maybe;\n StopPublish?: Maybe;\n Url?: Maybe;\n /** @deprecated Use `_link` field instead */\n _children?: Maybe;\n _deleted?: Maybe;\n _fulltext?: Maybe>>;\n _id?: Maybe;\n _link?: Maybe;\n _modified?: Maybe;\n _score?: Maybe;\n};\n\n\n/** Carousel of images with caption. */\nexport type ImageCarouselBlockCarouselImagesArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Carousel of images with caption. */\nexport type ImageCarouselBlockDescriptionArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Carousel of images with caption. */\nexport type ImageCarouselBlockHeadingArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Carousel of images with caption. */\nexport type ImageCarouselBlockLeadInArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Carousel of images with caption. */\nexport type ImageCarouselBlockNameArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Carousel of images with caption. */\nexport type ImageCarouselBlock_FulltextArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Carousel of images with caption. */\nexport type ImageCarouselBlock_LinkArgs = {\n type?: InputMaybe;\n};\n\nexport type ImageCarouselBlockAutocomplete = {\n __typename?: 'ImageCarouselBlockAutocomplete';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n ExistingLanguages?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n Status?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type ImageCarouselBlockAutocompleteAncestorsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ImageCarouselBlockAutocompleteContentTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ImageCarouselBlockAutocompletePageFeaturedDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ImageCarouselBlockAutocompletePageImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ImageCarouselBlockAutocompletePageNavigationTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ImageCarouselBlockAutocompleteRelativePathArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ImageCarouselBlockAutocompleteRouteSegmentArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ImageCarouselBlockAutocompleteShortcutArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ImageCarouselBlockAutocompleteSiteIdArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ImageCarouselBlockAutocompleteStatusArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ImageCarouselBlockAutocompleteUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type ImageCarouselBlockFacet = {\n __typename?: 'ImageCarouselBlockFacet';\n Ancestors?: Maybe>>;\n CarouselImages?: Maybe;\n Category?: Maybe;\n Changed?: Maybe>>;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe>>;\n Description?: Maybe>>;\n ExistingLanguages?: Maybe;\n Heading?: Maybe>>;\n IsCommonDraft?: Maybe>>;\n Language?: Maybe;\n LeadIn?: Maybe>>;\n MasterLanguage?: Maybe;\n Name?: Maybe>>;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageIsSearchable?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Saved?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n StartPublish?: Maybe>>;\n Status?: Maybe>>;\n StopPublish?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type ImageCarouselBlockFacetAncestorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ImageCarouselBlockFacetChangedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type ImageCarouselBlockFacetContentTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ImageCarouselBlockFacetCreatedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type ImageCarouselBlockFacetDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ImageCarouselBlockFacetHeadingArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ImageCarouselBlockFacetIsCommonDraftArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ImageCarouselBlockFacetLeadInArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ImageCarouselBlockFacetNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ImageCarouselBlockFacetPageFeaturedDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ImageCarouselBlockFacetPageImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ImageCarouselBlockFacetPageIsSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ImageCarouselBlockFacetPageNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ImageCarouselBlockFacetRelativePathArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ImageCarouselBlockFacetRouteSegmentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ImageCarouselBlockFacetSavedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type ImageCarouselBlockFacetShortcutArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ImageCarouselBlockFacetSiteIdArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ImageCarouselBlockFacetStartPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type ImageCarouselBlockFacetStatusArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ImageCarouselBlockFacetStopPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type ImageCarouselBlockFacetUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type ImageCarouselBlockOrderByInput = {\n Ancestors?: InputMaybe;\n CarouselImages?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n Description?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n Heading?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n LeadIn?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n _minimumScore?: InputMaybe;\n _modified?: InputMaybe;\n _ranking?: InputMaybe;\n _semanticWeight?: InputMaybe;\n};\n\nexport type ImageCarouselBlockOutput = {\n __typename?: 'ImageCarouselBlockOutput';\n autocomplete?: Maybe;\n cursor?: Maybe;\n facets?: Maybe;\n items?: Maybe>>;\n total?: Maybe;\n};\n\n\nexport type ImageCarouselBlockOutputTotalArgs = {\n all?: InputMaybe;\n};\n\nexport type ImageCarouselBlockWhereInput = {\n Ancestors?: InputMaybe;\n CarouselImages?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n Description?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n Heading?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n LeadIn?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n _and?: InputMaybe>>;\n _fulltext?: InputMaybe;\n _modified?: InputMaybe;\n _not?: InputMaybe>>;\n _or?: InputMaybe>>;\n};\n\n/** Card that display an image and caption for a carousel. */\nexport type ImageCarouselCardBlock = IContent & IData & {\n __typename?: 'ImageCarouselCardBlock';\n Ancestors?: Maybe>>;\n Caption?: Maybe;\n Category?: Maybe>>;\n Changed?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe;\n ExistingLanguages?: Maybe>>;\n IsCommonDraft?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe;\n PageFeaturedDescription?: Maybe;\n PageImageUrl?: Maybe;\n PageIsSearchable?: Maybe;\n PageNavigationTitle?: Maybe;\n ParentLink?: Maybe;\n RelativePath?: Maybe;\n RouteSegment?: Maybe;\n Saved?: Maybe;\n Shortcut?: Maybe;\n SiteId?: Maybe;\n StartPublish?: Maybe;\n Status?: Maybe;\n StopPublish?: Maybe;\n Url?: Maybe;\n /** @deprecated Use `_link` field instead */\n _children?: Maybe;\n _deleted?: Maybe;\n _fulltext?: Maybe>>;\n _id?: Maybe;\n _link?: Maybe;\n _modified?: Maybe;\n _score?: Maybe;\n};\n\n\n/** Card that display an image and caption for a carousel. */\nexport type ImageCarouselCardBlockCaptionArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Card that display an image and caption for a carousel. */\nexport type ImageCarouselCardBlockNameArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Card that display an image and caption for a carousel. */\nexport type ImageCarouselCardBlock_FulltextArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Card that display an image and caption for a carousel. */\nexport type ImageCarouselCardBlock_LinkArgs = {\n type?: InputMaybe;\n};\n\nexport type ImageCarouselCardBlockAutocomplete = {\n __typename?: 'ImageCarouselCardBlockAutocomplete';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n ExistingLanguages?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n Status?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type ImageCarouselCardBlockAutocompleteAncestorsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ImageCarouselCardBlockAutocompleteContentTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ImageCarouselCardBlockAutocompletePageFeaturedDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ImageCarouselCardBlockAutocompletePageImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ImageCarouselCardBlockAutocompletePageNavigationTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ImageCarouselCardBlockAutocompleteRelativePathArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ImageCarouselCardBlockAutocompleteRouteSegmentArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ImageCarouselCardBlockAutocompleteShortcutArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ImageCarouselCardBlockAutocompleteSiteIdArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ImageCarouselCardBlockAutocompleteStatusArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ImageCarouselCardBlockAutocompleteUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type ImageCarouselCardBlockFacet = {\n __typename?: 'ImageCarouselCardBlockFacet';\n Ancestors?: Maybe>>;\n Caption?: Maybe>>;\n Category?: Maybe;\n Changed?: Maybe>>;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe>>;\n ExistingLanguages?: Maybe;\n IsCommonDraft?: Maybe>>;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe>>;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageIsSearchable?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Saved?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n StartPublish?: Maybe>>;\n Status?: Maybe>>;\n StopPublish?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type ImageCarouselCardBlockFacetAncestorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ImageCarouselCardBlockFacetCaptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ImageCarouselCardBlockFacetChangedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type ImageCarouselCardBlockFacetContentTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ImageCarouselCardBlockFacetCreatedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type ImageCarouselCardBlockFacetIsCommonDraftArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ImageCarouselCardBlockFacetNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ImageCarouselCardBlockFacetPageFeaturedDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ImageCarouselCardBlockFacetPageImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ImageCarouselCardBlockFacetPageIsSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ImageCarouselCardBlockFacetPageNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ImageCarouselCardBlockFacetRelativePathArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ImageCarouselCardBlockFacetRouteSegmentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ImageCarouselCardBlockFacetSavedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type ImageCarouselCardBlockFacetShortcutArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ImageCarouselCardBlockFacetSiteIdArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ImageCarouselCardBlockFacetStartPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type ImageCarouselCardBlockFacetStatusArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ImageCarouselCardBlockFacetStopPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type ImageCarouselCardBlockFacetUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type ImageCarouselCardBlockOrderByInput = {\n Ancestors?: InputMaybe;\n Caption?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n _minimumScore?: InputMaybe;\n _modified?: InputMaybe;\n _ranking?: InputMaybe;\n _semanticWeight?: InputMaybe;\n};\n\nexport type ImageCarouselCardBlockOutput = {\n __typename?: 'ImageCarouselCardBlockOutput';\n autocomplete?: Maybe;\n cursor?: Maybe;\n facets?: Maybe;\n items?: Maybe>>;\n total?: Maybe;\n};\n\n\nexport type ImageCarouselCardBlockOutputTotalArgs = {\n all?: InputMaybe;\n};\n\nexport type ImageCarouselCardBlockWhereInput = {\n Ancestors?: InputMaybe;\n Caption?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n _and?: InputMaybe>>;\n _fulltext?: InputMaybe;\n _modified?: InputMaybe;\n _not?: InputMaybe>>;\n _or?: InputMaybe>>;\n};\n\nexport type ImageChoiceElementBlock = IContent & IData & {\n __typename?: 'ImageChoiceElementBlock';\n AllowMultiSelect?: Maybe;\n Ancestors?: Maybe>>;\n Category?: Maybe>>;\n Changed?: Maybe;\n ConditionCombination?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe;\n Description?: Maybe;\n ExistingLanguages?: Maybe>>;\n IsCommonDraft?: Maybe;\n Items?: Maybe>>;\n Label?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe;\n PageFeaturedDescription?: Maybe;\n PageImageUrl?: Maybe;\n PageIsSearchable?: Maybe;\n PageNavigationTitle?: Maybe;\n ParentLink?: Maybe;\n RelativePath?: Maybe;\n RouteSegment?: Maybe;\n SatisfiedAction?: Maybe;\n Saved?: Maybe;\n Shortcut?: Maybe;\n ShowSelectionInputControl?: Maybe;\n SiteId?: Maybe;\n StartPublish?: Maybe;\n Status?: Maybe;\n StopPublish?: Maybe;\n Url?: Maybe;\n Validators?: Maybe;\n /** @deprecated Use `_link` field instead */\n _children?: Maybe;\n _deleted?: Maybe;\n _fulltext?: Maybe>>;\n _id?: Maybe;\n _link?: Maybe;\n _modified?: Maybe;\n _score?: Maybe;\n};\n\n\nexport type ImageChoiceElementBlockDescriptionArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type ImageChoiceElementBlockLabelArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type ImageChoiceElementBlockNameArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type ImageChoiceElementBlockSatisfiedActionArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type ImageChoiceElementBlockValidatorsArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type ImageChoiceElementBlock_FulltextArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type ImageChoiceElementBlock_LinkArgs = {\n type?: InputMaybe;\n};\n\nexport type ImageChoiceElementBlockAutocomplete = {\n __typename?: 'ImageChoiceElementBlockAutocomplete';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n ExistingLanguages?: Maybe;\n Items?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n Status?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type ImageChoiceElementBlockAutocompleteAncestorsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ImageChoiceElementBlockAutocompleteContentTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ImageChoiceElementBlockAutocompletePageFeaturedDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ImageChoiceElementBlockAutocompletePageImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ImageChoiceElementBlockAutocompletePageNavigationTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ImageChoiceElementBlockAutocompleteRelativePathArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ImageChoiceElementBlockAutocompleteRouteSegmentArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ImageChoiceElementBlockAutocompleteShortcutArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ImageChoiceElementBlockAutocompleteSiteIdArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ImageChoiceElementBlockAutocompleteStatusArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ImageChoiceElementBlockAutocompleteUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type ImageChoiceElementBlockFacet = {\n __typename?: 'ImageChoiceElementBlockFacet';\n AllowMultiSelect?: Maybe>>;\n Ancestors?: Maybe>>;\n Category?: Maybe;\n Changed?: Maybe>>;\n ConditionCombination?: Maybe>>;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe>>;\n Description?: Maybe>>;\n ExistingLanguages?: Maybe;\n IsCommonDraft?: Maybe>>;\n Items?: Maybe;\n Label?: Maybe>>;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe>>;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageIsSearchable?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n SatisfiedAction?: Maybe>>;\n Saved?: Maybe>>;\n Shortcut?: Maybe>>;\n ShowSelectionInputControl?: Maybe>>;\n SiteId?: Maybe>>;\n StartPublish?: Maybe>>;\n Status?: Maybe>>;\n StopPublish?: Maybe>>;\n Url?: Maybe>>;\n Validators?: Maybe>>;\n};\n\n\nexport type ImageChoiceElementBlockFacetAllowMultiSelectArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ImageChoiceElementBlockFacetAncestorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ImageChoiceElementBlockFacetChangedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type ImageChoiceElementBlockFacetConditionCombinationArgs = {\n filters?: InputMaybe>;\n limit?: InputMaybe;\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n ranges?: InputMaybe>>;\n};\n\n\nexport type ImageChoiceElementBlockFacetContentTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ImageChoiceElementBlockFacetCreatedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type ImageChoiceElementBlockFacetDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ImageChoiceElementBlockFacetIsCommonDraftArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ImageChoiceElementBlockFacetLabelArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ImageChoiceElementBlockFacetNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ImageChoiceElementBlockFacetPageFeaturedDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ImageChoiceElementBlockFacetPageImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ImageChoiceElementBlockFacetPageIsSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ImageChoiceElementBlockFacetPageNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ImageChoiceElementBlockFacetRelativePathArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ImageChoiceElementBlockFacetRouteSegmentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ImageChoiceElementBlockFacetSatisfiedActionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ImageChoiceElementBlockFacetSavedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type ImageChoiceElementBlockFacetShortcutArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ImageChoiceElementBlockFacetShowSelectionInputControlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ImageChoiceElementBlockFacetSiteIdArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ImageChoiceElementBlockFacetStartPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type ImageChoiceElementBlockFacetStatusArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ImageChoiceElementBlockFacetStopPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type ImageChoiceElementBlockFacetUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ImageChoiceElementBlockFacetValidatorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type ImageChoiceElementBlockOrderByInput = {\n AllowMultiSelect?: InputMaybe;\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ConditionCombination?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n Description?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Items?: InputMaybe;\n Label?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n SatisfiedAction?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n ShowSelectionInputControl?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n Validators?: InputMaybe;\n _minimumScore?: InputMaybe;\n _modified?: InputMaybe;\n _ranking?: InputMaybe;\n _semanticWeight?: InputMaybe;\n};\n\nexport type ImageChoiceElementBlockOutput = {\n __typename?: 'ImageChoiceElementBlockOutput';\n autocomplete?: Maybe;\n cursor?: Maybe;\n facets?: Maybe;\n items?: Maybe>>;\n total?: Maybe;\n};\n\n\nexport type ImageChoiceElementBlockOutputTotalArgs = {\n all?: InputMaybe;\n};\n\nexport type ImageChoiceElementBlockWhereInput = {\n AllowMultiSelect?: InputMaybe;\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ConditionCombination?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n Description?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Items?: InputMaybe;\n Label?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n SatisfiedAction?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n ShowSelectionInputControl?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n Validators?: InputMaybe;\n _and?: InputMaybe>>;\n _fulltext?: InputMaybe;\n _modified?: InputMaybe;\n _not?: InputMaybe>>;\n _or?: InputMaybe>>;\n};\n\n/** Used for image file types such as jpg, jpeg, jpe, ico, gif, bmp, png */\nexport type ImageMediaData = IContent & IData & {\n __typename?: 'ImageMediaData';\n AltText?: Maybe;\n Ancestors?: Maybe>>;\n Category?: Maybe>>;\n Changed?: Maybe;\n Content?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe;\n /** Description of the image */\n Description?: Maybe;\n ExistingLanguages?: Maybe>>;\n IsCommonDraft?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n MimeType?: Maybe;\n Name?: Maybe;\n PageFeaturedDescription?: Maybe;\n PageImageUrl?: Maybe;\n PageIsSearchable?: Maybe;\n PageNavigationTitle?: Maybe;\n ParentLink?: Maybe;\n RelativePath?: Maybe;\n RouteSegment?: Maybe;\n Saved?: Maybe;\n Shortcut?: Maybe;\n SiteId?: Maybe;\n StartPublish?: Maybe;\n Status?: Maybe;\n StopPublish?: Maybe;\n Thumbnail?: Maybe;\n Title?: Maybe;\n Url?: Maybe;\n /** @deprecated Use `_link` field instead */\n _children?: Maybe;\n _deleted?: Maybe;\n _fulltext?: Maybe>>;\n _id?: Maybe;\n _link?: Maybe;\n _modified?: Maybe;\n _score?: Maybe;\n};\n\n\n/** Used for image file types such as jpg, jpeg, jpe, ico, gif, bmp, png */\nexport type ImageMediaDataAltTextArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Used for image file types such as jpg, jpeg, jpe, ico, gif, bmp, png */\nexport type ImageMediaDataContentArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Used for image file types such as jpg, jpeg, jpe, ico, gif, bmp, png */\nexport type ImageMediaDataDescriptionArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Used for image file types such as jpg, jpeg, jpe, ico, gif, bmp, png */\nexport type ImageMediaDataNameArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Used for image file types such as jpg, jpeg, jpe, ico, gif, bmp, png */\nexport type ImageMediaDataTitleArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Used for image file types such as jpg, jpeg, jpe, ico, gif, bmp, png */\nexport type ImageMediaData_FulltextArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Used for image file types such as jpg, jpeg, jpe, ico, gif, bmp, png */\nexport type ImageMediaData_LinkArgs = {\n type?: InputMaybe;\n};\n\nexport type ImageMediaDataAutocomplete = {\n __typename?: 'ImageMediaDataAutocomplete';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n ExistingLanguages?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n MimeType?: Maybe>>;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n Status?: Maybe>>;\n Thumbnail?: Maybe;\n Url?: Maybe>>;\n};\n\n\nexport type ImageMediaDataAutocompleteAncestorsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ImageMediaDataAutocompleteContentTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ImageMediaDataAutocompleteMimeTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ImageMediaDataAutocompletePageFeaturedDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ImageMediaDataAutocompletePageImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ImageMediaDataAutocompletePageNavigationTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ImageMediaDataAutocompleteRelativePathArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ImageMediaDataAutocompleteRouteSegmentArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ImageMediaDataAutocompleteShortcutArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ImageMediaDataAutocompleteSiteIdArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ImageMediaDataAutocompleteStatusArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ImageMediaDataAutocompleteUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type ImageMediaDataFacet = {\n __typename?: 'ImageMediaDataFacet';\n AltText?: Maybe>>;\n Ancestors?: Maybe>>;\n Category?: Maybe;\n Changed?: Maybe>>;\n Content?: Maybe>>;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe>>;\n Description?: Maybe>>;\n ExistingLanguages?: Maybe;\n IsCommonDraft?: Maybe>>;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n MimeType?: Maybe>>;\n Name?: Maybe>>;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageIsSearchable?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Saved?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n StartPublish?: Maybe>>;\n Status?: Maybe>>;\n StopPublish?: Maybe>>;\n Thumbnail?: Maybe;\n Title?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type ImageMediaDataFacetAltTextArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ImageMediaDataFacetAncestorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ImageMediaDataFacetChangedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type ImageMediaDataFacetContentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ImageMediaDataFacetContentTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ImageMediaDataFacetCreatedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type ImageMediaDataFacetDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ImageMediaDataFacetIsCommonDraftArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ImageMediaDataFacetMimeTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ImageMediaDataFacetNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ImageMediaDataFacetPageFeaturedDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ImageMediaDataFacetPageImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ImageMediaDataFacetPageIsSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ImageMediaDataFacetPageNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ImageMediaDataFacetRelativePathArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ImageMediaDataFacetRouteSegmentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ImageMediaDataFacetSavedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type ImageMediaDataFacetShortcutArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ImageMediaDataFacetSiteIdArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ImageMediaDataFacetStartPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type ImageMediaDataFacetStatusArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ImageMediaDataFacetStopPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type ImageMediaDataFacetTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ImageMediaDataFacetUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type ImageMediaDataOrderByInput = {\n AltText?: InputMaybe;\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n Content?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n Description?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n MimeType?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Thumbnail?: InputMaybe;\n Title?: InputMaybe;\n Url?: InputMaybe;\n _minimumScore?: InputMaybe;\n _modified?: InputMaybe;\n _ranking?: InputMaybe;\n _semanticWeight?: InputMaybe;\n};\n\nexport type ImageMediaDataOutput = {\n __typename?: 'ImageMediaDataOutput';\n autocomplete?: Maybe;\n cursor?: Maybe;\n facets?: Maybe;\n items?: Maybe>>;\n total?: Maybe;\n};\n\n\nexport type ImageMediaDataOutputTotalArgs = {\n all?: InputMaybe;\n};\n\nexport type ImageMediaDataWhereInput = {\n AltText?: InputMaybe;\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n Content?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n Description?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n MimeType?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Thumbnail?: InputMaybe;\n Title?: InputMaybe;\n Url?: InputMaybe;\n _and?: InputMaybe>>;\n _fulltext?: InputMaybe;\n _modified?: InputMaybe;\n _not?: InputMaybe>>;\n _or?: InputMaybe>>;\n};\n\nexport type InlineBlockPropertyModel = {\n __typename?: 'InlineBlockPropertyModel';\n ContentType?: Maybe>>;\n};\n\nexport type InlineBlockPropertyModelAutocomplete = {\n __typename?: 'InlineBlockPropertyModelAutocomplete';\n ContentType?: Maybe>>;\n};\n\n\nexport type InlineBlockPropertyModelAutocompleteContentTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type InlineBlockPropertyModelFacet = {\n __typename?: 'InlineBlockPropertyModelFacet';\n ContentType?: Maybe>>;\n};\n\n\nexport type InlineBlockPropertyModelFacetContentTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type InlineBlockPropertyModelOrderByInput = {\n ContentType?: InputMaybe;\n};\n\nexport type InlineBlockPropertyModelSearch = {\n __typename?: 'InlineBlockPropertyModelSearch';\n ContentType?: Maybe>>;\n};\n\n\nexport type InlineBlockPropertyModelSearchContentTypeArgs = {\n highlight?: InputMaybe;\n};\n\nexport type InlineBlockPropertyModelSearchFacet = {\n __typename?: 'InlineBlockPropertyModelSearchFacet';\n ContentType?: Maybe>>;\n};\n\n\nexport type InlineBlockPropertyModelSearchFacetContentTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type InlineBlockPropertyModelSearchOrderByInput = {\n ContentType?: InputMaybe;\n};\n\nexport type InlineBlockPropertyModelSearchWhereInput = {\n ContentType?: InputMaybe;\n};\n\nexport type InlineBlockPropertyModelWhereInput = {\n ContentType?: InputMaybe;\n};\n\n/** Displays a social post from Instagram. */\nexport type InstagramPostBlock = IContent & IData & {\n __typename?: 'InstagramPostBlock';\n Ancestors?: Maybe>>;\n Category?: Maybe>>;\n Changed?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe;\n ExistingLanguages?: Maybe>>;\n IsCommonDraft?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe;\n PageFeaturedDescription?: Maybe;\n PageImageUrl?: Maybe;\n PageIsSearchable?: Maybe;\n PageNavigationTitle?: Maybe;\n ParentLink?: Maybe;\n RelativePath?: Maybe;\n RouteSegment?: Maybe;\n Saved?: Maybe;\n Shortcut?: Maybe;\n SiteId?: Maybe;\n StartPublish?: Maybe;\n Status?: Maybe;\n StopPublish?: Maybe;\n Url?: Maybe;\n /** @deprecated Use `_link` field instead */\n _children?: Maybe;\n _deleted?: Maybe;\n _fulltext?: Maybe>>;\n _id?: Maybe;\n _link?: Maybe;\n _modified?: Maybe;\n _score?: Maybe;\n};\n\n\n/** Displays a social post from Instagram. */\nexport type InstagramPostBlockNameArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Displays a social post from Instagram. */\nexport type InstagramPostBlock_FulltextArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Displays a social post from Instagram. */\nexport type InstagramPostBlock_LinkArgs = {\n type?: InputMaybe;\n};\n\nexport type InstagramPostBlockAutocomplete = {\n __typename?: 'InstagramPostBlockAutocomplete';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n ExistingLanguages?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n Status?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type InstagramPostBlockAutocompleteAncestorsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type InstagramPostBlockAutocompleteContentTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type InstagramPostBlockAutocompletePageFeaturedDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type InstagramPostBlockAutocompletePageImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type InstagramPostBlockAutocompletePageNavigationTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type InstagramPostBlockAutocompleteRelativePathArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type InstagramPostBlockAutocompleteRouteSegmentArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type InstagramPostBlockAutocompleteShortcutArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type InstagramPostBlockAutocompleteSiteIdArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type InstagramPostBlockAutocompleteStatusArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type InstagramPostBlockAutocompleteUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type InstagramPostBlockFacet = {\n __typename?: 'InstagramPostBlockFacet';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n Changed?: Maybe>>;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe>>;\n ExistingLanguages?: Maybe;\n IsCommonDraft?: Maybe>>;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe>>;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageIsSearchable?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Saved?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n StartPublish?: Maybe>>;\n Status?: Maybe>>;\n StopPublish?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type InstagramPostBlockFacetAncestorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type InstagramPostBlockFacetChangedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type InstagramPostBlockFacetContentTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type InstagramPostBlockFacetCreatedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type InstagramPostBlockFacetIsCommonDraftArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type InstagramPostBlockFacetNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type InstagramPostBlockFacetPageFeaturedDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type InstagramPostBlockFacetPageImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type InstagramPostBlockFacetPageIsSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type InstagramPostBlockFacetPageNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type InstagramPostBlockFacetRelativePathArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type InstagramPostBlockFacetRouteSegmentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type InstagramPostBlockFacetSavedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type InstagramPostBlockFacetShortcutArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type InstagramPostBlockFacetSiteIdArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type InstagramPostBlockFacetStartPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type InstagramPostBlockFacetStatusArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type InstagramPostBlockFacetStopPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type InstagramPostBlockFacetUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type InstagramPostBlockOrderByInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n _minimumScore?: InputMaybe;\n _modified?: InputMaybe;\n _ranking?: InputMaybe;\n _semanticWeight?: InputMaybe;\n};\n\nexport type InstagramPostBlockOutput = {\n __typename?: 'InstagramPostBlockOutput';\n autocomplete?: Maybe;\n cursor?: Maybe;\n facets?: Maybe;\n items?: Maybe>>;\n total?: Maybe;\n};\n\n\nexport type InstagramPostBlockOutputTotalArgs = {\n all?: InputMaybe;\n};\n\nexport type InstagramPostBlockWhereInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n _and?: InputMaybe>>;\n _fulltext?: InputMaybe;\n _modified?: InputMaybe;\n _not?: InputMaybe>>;\n _or?: InputMaybe>>;\n};\n\nexport type IntFilterInput = {\n /** `boost` influences the weight of a field by boosting a match with a number (default: 1) — counts more towards the eventual relevance score which can be projected with `_score` — at query time. Note that `boost` cannot be a negative number. */\n boost?: InputMaybe;\n /** `eq` matches on an exact value, but the value is case-insensitive. */\n eq?: InputMaybe;\n /** `exist` matches results that have this field. */\n exist?: InputMaybe;\n /** `Factor` allows you to use a number value in a field to influence the `_score` directly. If used on a multi-valued field, then only the lowest value of the field is used in calculations. Default for `value` is `1`. Default for `modifier` is `NONE`. */\n factor?: InputMaybe;\n /** `gt` retrieves results with matches that have a value which is `greater than` it. */\n gt?: InputMaybe;\n /** `gte` retrieves results with matches that have a value which is `greater than or equal to` it. */\n gte?: InputMaybe;\n /** `in` matches with 1 or more exact values in a list. Example: `in: [\"word1\", \"word2\", \"this is a phrase\"]` */\n in?: InputMaybe>>;\n /** `lt` retrieves results with matches that have a value which is `lower than` it. */\n lt?: InputMaybe;\n /** `lte` retrieves results with matches that have a value which is `lower than or equal to` it. */\n lte?: InputMaybe;\n /** `not_eq` retrieves results not matching with an exact (but case-insensitive) value. */\n notEq?: InputMaybe;\n /** `not_in` returns results that do not match with 1 or more exact values in a list. Example: `not_in: [\"word1\", \"word2\", \"this is a phrase\"]` */\n notIn?: InputMaybe>>;\n};\n\n/** A configuration template for invoice integration. */\nexport type InvoiceProduct = IContent & IData & {\n __typename?: 'InvoiceProduct';\n Ancestors?: Maybe>>;\n Associations?: Maybe;\n CatalogId?: Maybe;\n Categories?: Maybe;\n Changed?: Maybe;\n Code?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe;\n DefaultImageUrl?: Maybe;\n DefaultMarketPrice?: Maybe;\n DescriptionInCart?: Maybe;\n DisplayName?: Maybe;\n ExistingLanguages?: Maybe>>;\n /** Send a fulfillment email to this address whenever an order is placed */\n FulfillmentEmail?: Maybe;\n GLAccountNumber?: Maybe;\n HiddenFromSearch?: Maybe;\n IsCommonDraft?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n MetaClassId?: Maybe;\n Name?: Maybe;\n /** If showing notes, provide a prompt to customer to indicate what notes they should input. */\n NotesPrompt?: Maybe;\n PageFeaturedDescription?: Maybe;\n PageImageUrl?: Maybe;\n PageIsSearchable?: Maybe;\n PageNavigationTitle?: Maybe;\n ParentEntries?: Maybe;\n ParentLink?: Maybe;\n ProductType?: Maybe;\n RelativePath?: Maybe;\n RouteSegment?: Maybe;\n Saved?: Maybe;\n SeoInformation?: Maybe;\n SeoUri?: Maybe;\n Shortcut?: Maybe;\n SiteId?: Maybe;\n StartPublish?: Maybe;\n Status?: Maybe;\n StopPublish?: Maybe;\n Url?: Maybe;\n VariantsReference?: Maybe;\n /** @deprecated Use `_link` field instead */\n _children?: Maybe;\n _deleted?: Maybe;\n _fulltext?: Maybe>>;\n _id?: Maybe;\n _link?: Maybe;\n _modified?: Maybe;\n _score?: Maybe;\n};\n\n\n/** A configuration template for invoice integration. */\nexport type InvoiceProductCodeArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** A configuration template for invoice integration. */\nexport type InvoiceProductDescriptionInCartArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** A configuration template for invoice integration. */\nexport type InvoiceProductDisplayNameArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** A configuration template for invoice integration. */\nexport type InvoiceProductFulfillmentEmailArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** A configuration template for invoice integration. */\nexport type InvoiceProductGlAccountNumberArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** A configuration template for invoice integration. */\nexport type InvoiceProductHiddenFromSearchArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** A configuration template for invoice integration. */\nexport type InvoiceProductNameArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** A configuration template for invoice integration. */\nexport type InvoiceProductProductTypeArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** A configuration template for invoice integration. */\nexport type InvoiceProduct_FulltextArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** A configuration template for invoice integration. */\nexport type InvoiceProduct_LinkArgs = {\n type?: InputMaybe;\n};\n\nexport type InvoiceProductAssociations = {\n __typename?: 'InvoiceProductAssociations';\n ContentLink?: Maybe;\n};\n\nexport type InvoiceProductAssociationsAutocomplete = {\n __typename?: 'InvoiceProductAssociationsAutocomplete';\n ContentLink?: Maybe;\n};\n\nexport type InvoiceProductAssociationsFacet = {\n __typename?: 'InvoiceProductAssociationsFacet';\n ContentLink?: Maybe;\n};\n\nexport type InvoiceProductAssociationsOrderByInput = {\n ContentLink?: InputMaybe;\n};\n\nexport type InvoiceProductAssociationsWhereInput = {\n ContentLink?: InputMaybe;\n};\n\nexport type InvoiceProductAutocomplete = {\n __typename?: 'InvoiceProductAutocomplete';\n Ancestors?: Maybe>>;\n Associations?: Maybe;\n Categories?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n DefaultImageUrl?: Maybe>>;\n ExistingLanguages?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentEntries?: Maybe;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n SeoInformation?: Maybe;\n SeoUri?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n Status?: Maybe>>;\n Url?: Maybe>>;\n VariantsReference?: Maybe;\n};\n\n\nexport type InvoiceProductAutocompleteAncestorsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type InvoiceProductAutocompleteContentTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type InvoiceProductAutocompleteDefaultImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type InvoiceProductAutocompletePageFeaturedDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type InvoiceProductAutocompletePageImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type InvoiceProductAutocompletePageNavigationTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type InvoiceProductAutocompleteRelativePathArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type InvoiceProductAutocompleteRouteSegmentArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type InvoiceProductAutocompleteSeoUriArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type InvoiceProductAutocompleteShortcutArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type InvoiceProductAutocompleteSiteIdArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type InvoiceProductAutocompleteStatusArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type InvoiceProductAutocompleteUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type InvoiceProductCategories = {\n __typename?: 'InvoiceProductCategories';\n ContentLink?: Maybe;\n};\n\nexport type InvoiceProductCategoriesAutocomplete = {\n __typename?: 'InvoiceProductCategoriesAutocomplete';\n ContentLink?: Maybe;\n};\n\nexport type InvoiceProductCategoriesFacet = {\n __typename?: 'InvoiceProductCategoriesFacet';\n ContentLink?: Maybe;\n};\n\nexport type InvoiceProductCategoriesOrderByInput = {\n ContentLink?: InputMaybe;\n};\n\nexport type InvoiceProductCategoriesWhereInput = {\n ContentLink?: InputMaybe;\n};\n\nexport type InvoiceProductFacet = {\n __typename?: 'InvoiceProductFacet';\n Ancestors?: Maybe>>;\n Associations?: Maybe;\n CatalogId?: Maybe>>;\n Categories?: Maybe;\n Changed?: Maybe>>;\n Code?: Maybe>>;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe>>;\n DefaultImageUrl?: Maybe>>;\n DefaultMarketPrice?: Maybe>>;\n DescriptionInCart?: Maybe>>;\n DisplayName?: Maybe>>;\n ExistingLanguages?: Maybe;\n FulfillmentEmail?: Maybe>>;\n GLAccountNumber?: Maybe>>;\n HiddenFromSearch?: Maybe>>;\n IsCommonDraft?: Maybe>>;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n MetaClassId?: Maybe>>;\n Name?: Maybe>>;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageIsSearchable?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentEntries?: Maybe;\n ParentLink?: Maybe;\n ProductType?: Maybe>>;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Saved?: Maybe>>;\n SeoInformation?: Maybe;\n SeoUri?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n StartPublish?: Maybe>>;\n Status?: Maybe>>;\n StopPublish?: Maybe>>;\n Url?: Maybe>>;\n VariantsReference?: Maybe;\n};\n\n\nexport type InvoiceProductFacetAncestorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type InvoiceProductFacetCatalogIdArgs = {\n filters?: InputMaybe>;\n limit?: InputMaybe;\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n ranges?: InputMaybe>>;\n};\n\n\nexport type InvoiceProductFacetChangedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type InvoiceProductFacetCodeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type InvoiceProductFacetContentTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type InvoiceProductFacetCreatedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type InvoiceProductFacetDefaultImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type InvoiceProductFacetDefaultMarketPriceArgs = {\n filters?: InputMaybe>;\n limit?: InputMaybe;\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n ranges?: InputMaybe>>;\n};\n\n\nexport type InvoiceProductFacetDescriptionInCartArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type InvoiceProductFacetDisplayNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type InvoiceProductFacetFulfillmentEmailArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type InvoiceProductFacetGlAccountNumberArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type InvoiceProductFacetHiddenFromSearchArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type InvoiceProductFacetIsCommonDraftArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type InvoiceProductFacetMetaClassIdArgs = {\n filters?: InputMaybe>;\n limit?: InputMaybe;\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n ranges?: InputMaybe>>;\n};\n\n\nexport type InvoiceProductFacetNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type InvoiceProductFacetPageFeaturedDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type InvoiceProductFacetPageImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type InvoiceProductFacetPageIsSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type InvoiceProductFacetPageNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type InvoiceProductFacetProductTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type InvoiceProductFacetRelativePathArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type InvoiceProductFacetRouteSegmentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type InvoiceProductFacetSavedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type InvoiceProductFacetSeoUriArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type InvoiceProductFacetShortcutArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type InvoiceProductFacetSiteIdArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type InvoiceProductFacetStartPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type InvoiceProductFacetStatusArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type InvoiceProductFacetStopPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type InvoiceProductFacetUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type InvoiceProductOrderByInput = {\n Ancestors?: InputMaybe;\n Associations?: InputMaybe;\n CatalogId?: InputMaybe;\n Categories?: InputMaybe;\n Changed?: InputMaybe;\n Code?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n DefaultImageUrl?: InputMaybe;\n DefaultMarketPrice?: InputMaybe;\n DescriptionInCart?: InputMaybe;\n DisplayName?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n FulfillmentEmail?: InputMaybe;\n GLAccountNumber?: InputMaybe;\n HiddenFromSearch?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n MetaClassId?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentEntries?: InputMaybe;\n ParentLink?: InputMaybe;\n ProductType?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n SeoInformation?: InputMaybe;\n SeoUri?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n VariantsReference?: InputMaybe;\n _minimumScore?: InputMaybe;\n _modified?: InputMaybe;\n _ranking?: InputMaybe;\n _semanticWeight?: InputMaybe;\n};\n\nexport type InvoiceProductOutput = {\n __typename?: 'InvoiceProductOutput';\n autocomplete?: Maybe;\n cursor?: Maybe;\n facets?: Maybe;\n items?: Maybe>>;\n total?: Maybe;\n};\n\n\nexport type InvoiceProductOutputTotalArgs = {\n all?: InputMaybe;\n};\n\nexport type InvoiceProductRelations = {\n __typename?: 'InvoiceProductRelations';\n ContentLink?: Maybe;\n};\n\nexport type InvoiceProductRelationsAutocomplete = {\n __typename?: 'InvoiceProductRelationsAutocomplete';\n ContentLink?: Maybe;\n};\n\nexport type InvoiceProductRelationsFacet = {\n __typename?: 'InvoiceProductRelationsFacet';\n ContentLink?: Maybe;\n};\n\nexport type InvoiceProductRelationsOrderByInput = {\n ContentLink?: InputMaybe;\n};\n\nexport type InvoiceProductRelationsWhereInput = {\n ContentLink?: InputMaybe;\n};\n\nexport type InvoiceProductSeoInformation = {\n __typename?: 'InvoiceProductSeoInformation';\n Description?: Maybe;\n Keywords?: Maybe;\n Title?: Maybe;\n};\n\nexport type InvoiceProductSeoInformationAutocomplete = {\n __typename?: 'InvoiceProductSeoInformationAutocomplete';\n Description?: Maybe>>;\n Keywords?: Maybe>>;\n Title?: Maybe>>;\n};\n\n\nexport type InvoiceProductSeoInformationAutocompleteDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type InvoiceProductSeoInformationAutocompleteKeywordsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type InvoiceProductSeoInformationAutocompleteTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type InvoiceProductSeoInformationFacet = {\n __typename?: 'InvoiceProductSeoInformationFacet';\n Description?: Maybe>>;\n Keywords?: Maybe>>;\n Title?: Maybe>>;\n};\n\n\nexport type InvoiceProductSeoInformationFacetDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type InvoiceProductSeoInformationFacetKeywordsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type InvoiceProductSeoInformationFacetTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type InvoiceProductSeoInformationOrderByInput = {\n Description?: InputMaybe;\n Keywords?: InputMaybe;\n Title?: InputMaybe;\n};\n\nexport type InvoiceProductSeoInformationWhereInput = {\n Description?: InputMaybe;\n Keywords?: InputMaybe;\n Title?: InputMaybe;\n};\n\nexport type InvoiceProductWhereInput = {\n Ancestors?: InputMaybe;\n Associations?: InputMaybe;\n CatalogId?: InputMaybe;\n Categories?: InputMaybe;\n Changed?: InputMaybe;\n Code?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n DefaultImageUrl?: InputMaybe;\n DefaultMarketPrice?: InputMaybe;\n DescriptionInCart?: InputMaybe;\n DisplayName?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n FulfillmentEmail?: InputMaybe;\n GLAccountNumber?: InputMaybe;\n HiddenFromSearch?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n MetaClassId?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentEntries?: InputMaybe;\n ParentLink?: InputMaybe;\n ProductType?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n SeoInformation?: InputMaybe;\n SeoUri?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n VariantsReference?: InputMaybe;\n _and?: InputMaybe>>;\n _fulltext?: InputMaybe;\n _modified?: InputMaybe;\n _not?: InputMaybe>>;\n _or?: InputMaybe>>;\n};\n\n/** Display the first 6 Content Type, Topic, School tags of the current blog and news page. */\nexport type KeywordTagsBlock = IContent & IData & {\n __typename?: 'KeywordTagsBlock';\n Ancestors?: Maybe>>;\n Category?: Maybe>>;\n Changed?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe;\n ExistingLanguages?: Maybe>>;\n IsCommonDraft?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe;\n PageFeaturedDescription?: Maybe;\n PageImageUrl?: Maybe;\n PageIsSearchable?: Maybe;\n PageNavigationTitle?: Maybe;\n ParentLink?: Maybe;\n RelativePath?: Maybe;\n RouteSegment?: Maybe;\n Saved?: Maybe;\n Shortcut?: Maybe;\n SiteId?: Maybe;\n StartPublish?: Maybe;\n Status?: Maybe;\n StopPublish?: Maybe;\n Url?: Maybe;\n /** @deprecated Use `_link` field instead */\n _children?: Maybe;\n _deleted?: Maybe;\n _fulltext?: Maybe>>;\n _id?: Maybe;\n _link?: Maybe;\n _modified?: Maybe;\n _score?: Maybe;\n};\n\n\n/** Display the first 6 Content Type, Topic, School tags of the current blog and news page. */\nexport type KeywordTagsBlockNameArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Display the first 6 Content Type, Topic, School tags of the current blog and news page. */\nexport type KeywordTagsBlock_FulltextArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Display the first 6 Content Type, Topic, School tags of the current blog and news page. */\nexport type KeywordTagsBlock_LinkArgs = {\n type?: InputMaybe;\n};\n\nexport type KeywordTagsBlockAutocomplete = {\n __typename?: 'KeywordTagsBlockAutocomplete';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n ExistingLanguages?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n Status?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type KeywordTagsBlockAutocompleteAncestorsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type KeywordTagsBlockAutocompleteContentTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type KeywordTagsBlockAutocompletePageFeaturedDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type KeywordTagsBlockAutocompletePageImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type KeywordTagsBlockAutocompletePageNavigationTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type KeywordTagsBlockAutocompleteRelativePathArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type KeywordTagsBlockAutocompleteRouteSegmentArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type KeywordTagsBlockAutocompleteShortcutArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type KeywordTagsBlockAutocompleteSiteIdArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type KeywordTagsBlockAutocompleteStatusArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type KeywordTagsBlockAutocompleteUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type KeywordTagsBlockFacet = {\n __typename?: 'KeywordTagsBlockFacet';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n Changed?: Maybe>>;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe>>;\n ExistingLanguages?: Maybe;\n IsCommonDraft?: Maybe>>;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe>>;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageIsSearchable?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Saved?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n StartPublish?: Maybe>>;\n Status?: Maybe>>;\n StopPublish?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type KeywordTagsBlockFacetAncestorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type KeywordTagsBlockFacetChangedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type KeywordTagsBlockFacetContentTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type KeywordTagsBlockFacetCreatedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type KeywordTagsBlockFacetIsCommonDraftArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type KeywordTagsBlockFacetNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type KeywordTagsBlockFacetPageFeaturedDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type KeywordTagsBlockFacetPageImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type KeywordTagsBlockFacetPageIsSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type KeywordTagsBlockFacetPageNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type KeywordTagsBlockFacetRelativePathArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type KeywordTagsBlockFacetRouteSegmentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type KeywordTagsBlockFacetSavedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type KeywordTagsBlockFacetShortcutArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type KeywordTagsBlockFacetSiteIdArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type KeywordTagsBlockFacetStartPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type KeywordTagsBlockFacetStatusArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type KeywordTagsBlockFacetStopPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type KeywordTagsBlockFacetUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type KeywordTagsBlockOrderByInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n _minimumScore?: InputMaybe;\n _modified?: InputMaybe;\n _ranking?: InputMaybe;\n _semanticWeight?: InputMaybe;\n};\n\nexport type KeywordTagsBlockOutput = {\n __typename?: 'KeywordTagsBlockOutput';\n autocomplete?: Maybe;\n cursor?: Maybe;\n facets?: Maybe;\n items?: Maybe>>;\n total?: Maybe;\n};\n\n\nexport type KeywordTagsBlockOutputTotalArgs = {\n all?: InputMaybe;\n};\n\nexport type KeywordTagsBlockWhereInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n _and?: InputMaybe>>;\n _fulltext?: InputMaybe;\n _modified?: InputMaybe;\n _not?: InputMaybe>>;\n _or?: InputMaybe>>;\n};\n\n/** Default standard page that has top content area, main body, and main content area */\nexport type LandingPage = IContent & IData & {\n __typename?: 'LandingPage';\n Ancestors?: Maybe>>;\n AreaOfStudyFacet?: Maybe;\n BreadcrumbsTitle?: Maybe;\n CampusLocationFacet?: Maybe;\n Category?: Maybe>>;\n Changed?: Maybe;\n CollegeOrSchoolFacet?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe;\n DegreesFacet?: Maybe;\n DepartmentFacet?: Maybe;\n DisableIndexing?: Maybe;\n /** This will determine whether or not to show on the sitemap */\n ExcludeFromSitemap?: Maybe;\n ExistingLanguages?: Maybe>>;\n FeaturedDescription?: Maybe;\n HideSiteFooter?: Maybe;\n HideSiteHeader?: Maybe;\n IsCommonDraft?: Maybe;\n IsFeaturedContent?: Maybe;\n Keywords?: Maybe;\n KeywordsFacet?: Maybe;\n Language?: Maybe;\n LocationFacet?: Maybe;\n MainContentArea?: Maybe>>;\n MasterLanguage?: Maybe;\n Name?: Maybe;\n NavigationTitle?: Maybe;\n /** The link and text will be used when the page is displayed as a card in other modules. By default, the link is the same as the actual page. */\n OverrideCardLink?: Maybe;\n PageFeaturedDescription?: Maybe;\n /** Image that will be used when the page is displayed as a card for Generic Pages. Recommended Image Size: 1536x1152 px (4:3 Aspect Ratio) */\n PageImage?: Maybe;\n PageImageUrl?: Maybe;\n PageIsSearchable?: Maybe;\n PageNavigationTitle?: Maybe;\n ParentLink?: Maybe;\n ProgramTypeFacet?: Maybe;\n RelativePath?: Maybe;\n RouteSegment?: Maybe;\n Saved?: Maybe;\n /** This will determine whether or not to show on search */\n Searchable?: Maybe;\n Shortcut?: Maybe;\n /** This will determine whether or not breadcrumb will be displayed */\n ShowBreadcrumbs?: Maybe;\n /** This will determine whether or not commerce header will be displayed */\n ShowCommerceHeader?: Maybe;\n SiteId?: Maybe;\n StartPublish?: Maybe;\n Status?: Maybe;\n StopPublish?: Maybe;\n TopContentArea?: Maybe>>;\n TrackOdp?: Maybe;\n Url?: Maybe;\n /** @deprecated Use `_link` field instead */\n _children?: Maybe;\n _deleted?: Maybe;\n _fulltext?: Maybe>>;\n _id?: Maybe;\n _link?: Maybe;\n _modified?: Maybe;\n _score?: Maybe;\n};\n\n\n/** Default standard page that has top content area, main body, and main content area */\nexport type LandingPageDisableIndexingArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Default standard page that has top content area, main body, and main content area */\nexport type LandingPageExcludeFromSitemapArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Default standard page that has top content area, main body, and main content area */\nexport type LandingPageHideSiteFooterArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Default standard page that has top content area, main body, and main content area */\nexport type LandingPageHideSiteHeaderArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Default standard page that has top content area, main body, and main content area */\nexport type LandingPageIsFeaturedContentArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Default standard page that has top content area, main body, and main content area */\nexport type LandingPageKeywordsArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Default standard page that has top content area, main body, and main content area */\nexport type LandingPageMainContentAreaArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Default standard page that has top content area, main body, and main content area */\nexport type LandingPageNameArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Default standard page that has top content area, main body, and main content area */\nexport type LandingPageNavigationTitleArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Default standard page that has top content area, main body, and main content area */\nexport type LandingPageSearchableArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Default standard page that has top content area, main body, and main content area */\nexport type LandingPageShowBreadcrumbsArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Default standard page that has top content area, main body, and main content area */\nexport type LandingPageShowCommerceHeaderArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Default standard page that has top content area, main body, and main content area */\nexport type LandingPageTrackOdpArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Default standard page that has top content area, main body, and main content area */\nexport type LandingPage_FulltextArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Default standard page that has top content area, main body, and main content area */\nexport type LandingPage_LinkArgs = {\n type?: InputMaybe;\n};\n\nexport type LandingPageAutocomplete = {\n __typename?: 'LandingPageAutocomplete';\n Ancestors?: Maybe>>;\n AreaOfStudyFacet?: Maybe;\n CampusLocationFacet?: Maybe;\n Category?: Maybe;\n CollegeOrSchoolFacet?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n DegreesFacet?: Maybe;\n DepartmentFacet?: Maybe;\n ExistingLanguages?: Maybe;\n KeywordsFacet?: Maybe;\n Language?: Maybe;\n LocationFacet?: Maybe;\n MasterLanguage?: Maybe;\n OverrideCardLink?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImage?: Maybe;\n PageImageUrl?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n ProgramTypeFacet?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n Status?: Maybe>>;\n TopContentArea?: Maybe;\n Url?: Maybe>>;\n};\n\n\nexport type LandingPageAutocompleteAncestorsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type LandingPageAutocompleteContentTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type LandingPageAutocompletePageFeaturedDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type LandingPageAutocompletePageImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type LandingPageAutocompletePageNavigationTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type LandingPageAutocompleteRelativePathArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type LandingPageAutocompleteRouteSegmentArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type LandingPageAutocompleteShortcutArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type LandingPageAutocompleteSiteIdArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type LandingPageAutocompleteStatusArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type LandingPageAutocompleteUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type LandingPageFacet = {\n __typename?: 'LandingPageFacet';\n Ancestors?: Maybe>>;\n AreaOfStudyFacet?: Maybe;\n CampusLocationFacet?: Maybe;\n Category?: Maybe;\n Changed?: Maybe>>;\n CollegeOrSchoolFacet?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe>>;\n DegreesFacet?: Maybe;\n DepartmentFacet?: Maybe;\n DisableIndexing?: Maybe>>;\n ExcludeFromSitemap?: Maybe>>;\n ExistingLanguages?: Maybe;\n HideSiteFooter?: Maybe>>;\n HideSiteHeader?: Maybe>>;\n IsCommonDraft?: Maybe>>;\n IsFeaturedContent?: Maybe>>;\n Keywords?: Maybe>>;\n KeywordsFacet?: Maybe;\n Language?: Maybe;\n LocationFacet?: Maybe;\n MainContentArea?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe>>;\n NavigationTitle?: Maybe>>;\n OverrideCardLink?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImage?: Maybe;\n PageImageUrl?: Maybe>>;\n PageIsSearchable?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n ProgramTypeFacet?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Saved?: Maybe>>;\n Searchable?: Maybe>>;\n Shortcut?: Maybe>>;\n ShowBreadcrumbs?: Maybe>>;\n ShowCommerceHeader?: Maybe>>;\n SiteId?: Maybe>>;\n StartPublish?: Maybe>>;\n Status?: Maybe>>;\n StopPublish?: Maybe>>;\n TopContentArea?: Maybe;\n TrackOdp?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type LandingPageFacetAncestorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type LandingPageFacetChangedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type LandingPageFacetContentTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type LandingPageFacetCreatedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type LandingPageFacetDisableIndexingArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type LandingPageFacetExcludeFromSitemapArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type LandingPageFacetHideSiteFooterArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type LandingPageFacetHideSiteHeaderArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type LandingPageFacetIsCommonDraftArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type LandingPageFacetIsFeaturedContentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type LandingPageFacetKeywordsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type LandingPageFacetNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type LandingPageFacetNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type LandingPageFacetPageFeaturedDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type LandingPageFacetPageImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type LandingPageFacetPageIsSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type LandingPageFacetPageNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type LandingPageFacetRelativePathArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type LandingPageFacetRouteSegmentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type LandingPageFacetSavedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type LandingPageFacetSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type LandingPageFacetShortcutArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type LandingPageFacetShowBreadcrumbsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type LandingPageFacetShowCommerceHeaderArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type LandingPageFacetSiteIdArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type LandingPageFacetStartPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type LandingPageFacetStatusArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type LandingPageFacetStopPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type LandingPageFacetTrackOdpArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type LandingPageFacetUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type LandingPageOrderByInput = {\n Ancestors?: InputMaybe;\n AreaOfStudyFacet?: InputMaybe;\n CampusLocationFacet?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n CollegeOrSchoolFacet?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n DegreesFacet?: InputMaybe;\n DepartmentFacet?: InputMaybe;\n DisableIndexing?: InputMaybe;\n ExcludeFromSitemap?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n HideSiteFooter?: InputMaybe;\n HideSiteHeader?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n IsFeaturedContent?: InputMaybe;\n Keywords?: InputMaybe;\n KeywordsFacet?: InputMaybe;\n Language?: InputMaybe;\n LocationFacet?: InputMaybe;\n MainContentArea?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n NavigationTitle?: InputMaybe;\n OverrideCardLink?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImage?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n ProgramTypeFacet?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Searchable?: InputMaybe;\n Shortcut?: InputMaybe;\n ShowBreadcrumbs?: InputMaybe;\n ShowCommerceHeader?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n TopContentArea?: InputMaybe;\n TrackOdp?: InputMaybe;\n Url?: InputMaybe;\n _minimumScore?: InputMaybe;\n _modified?: InputMaybe;\n _ranking?: InputMaybe;\n _semanticWeight?: InputMaybe;\n};\n\nexport type LandingPageOutput = {\n __typename?: 'LandingPageOutput';\n autocomplete?: Maybe;\n cursor?: Maybe;\n facets?: Maybe;\n items?: Maybe>>;\n total?: Maybe;\n};\n\n\nexport type LandingPageOutputTotalArgs = {\n all?: InputMaybe;\n};\n\nexport type LandingPageWhereInput = {\n Ancestors?: InputMaybe;\n AreaOfStudyFacet?: InputMaybe;\n CampusLocationFacet?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n CollegeOrSchoolFacet?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n DegreesFacet?: InputMaybe;\n DepartmentFacet?: InputMaybe;\n DisableIndexing?: InputMaybe;\n ExcludeFromSitemap?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n HideSiteFooter?: InputMaybe;\n HideSiteHeader?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n IsFeaturedContent?: InputMaybe;\n Keywords?: InputMaybe;\n KeywordsFacet?: InputMaybe;\n Language?: InputMaybe;\n LocationFacet?: InputMaybe;\n MainContentArea?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n NavigationTitle?: InputMaybe;\n OverrideCardLink?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImage?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n ProgramTypeFacet?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Searchable?: InputMaybe;\n Shortcut?: InputMaybe;\n ShowBreadcrumbs?: InputMaybe;\n ShowCommerceHeader?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n TopContentArea?: InputMaybe;\n TrackOdp?: InputMaybe;\n Url?: InputMaybe;\n _and?: InputMaybe>>;\n _fulltext?: InputMaybe;\n _modified?: InputMaybe;\n _not?: InputMaybe>>;\n _or?: InputMaybe>>;\n};\n\n/** Used to define properties for the latest news block. */\nexport type LatestNewsBlock = IContent & IData & {\n __typename?: 'LatestNewsBlock';\n Ancestors?: Maybe>>;\n Category?: Maybe>>;\n Changed?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe;\n ExistingLanguages?: Maybe>>;\n IsCommonDraft?: Maybe;\n Language?: Maybe;\n LatestNews?: Maybe>>;\n MasterLanguage?: Maybe;\n Name?: Maybe;\n PageFeaturedDescription?: Maybe;\n PageImageUrl?: Maybe;\n PageIsSearchable?: Maybe;\n PageNavigationTitle?: Maybe;\n ParentLink?: Maybe;\n RelativePath?: Maybe;\n RouteSegment?: Maybe;\n Saved?: Maybe;\n Shortcut?: Maybe;\n SiteId?: Maybe;\n StartPublish?: Maybe;\n Status?: Maybe;\n StopPublish?: Maybe;\n Title?: Maybe;\n Url?: Maybe;\n /** @deprecated Use `_link` field instead */\n _children?: Maybe;\n _deleted?: Maybe;\n _fulltext?: Maybe>>;\n _id?: Maybe;\n _link?: Maybe;\n _modified?: Maybe;\n _score?: Maybe;\n};\n\n\n/** Used to define properties for the latest news block. */\nexport type LatestNewsBlockLatestNewsArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Used to define properties for the latest news block. */\nexport type LatestNewsBlockNameArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Used to define properties for the latest news block. */\nexport type LatestNewsBlockTitleArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Used to define properties for the latest news block. */\nexport type LatestNewsBlock_FulltextArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Used to define properties for the latest news block. */\nexport type LatestNewsBlock_LinkArgs = {\n type?: InputMaybe;\n};\n\nexport type LatestNewsBlockAutocomplete = {\n __typename?: 'LatestNewsBlockAutocomplete';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n ExistingLanguages?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n Status?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type LatestNewsBlockAutocompleteAncestorsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type LatestNewsBlockAutocompleteContentTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type LatestNewsBlockAutocompletePageFeaturedDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type LatestNewsBlockAutocompletePageImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type LatestNewsBlockAutocompletePageNavigationTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type LatestNewsBlockAutocompleteRelativePathArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type LatestNewsBlockAutocompleteRouteSegmentArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type LatestNewsBlockAutocompleteShortcutArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type LatestNewsBlockAutocompleteSiteIdArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type LatestNewsBlockAutocompleteStatusArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type LatestNewsBlockAutocompleteUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type LatestNewsBlockFacet = {\n __typename?: 'LatestNewsBlockFacet';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n Changed?: Maybe>>;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe>>;\n ExistingLanguages?: Maybe;\n IsCommonDraft?: Maybe>>;\n Language?: Maybe;\n LatestNews?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe>>;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageIsSearchable?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Saved?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n StartPublish?: Maybe>>;\n Status?: Maybe>>;\n StopPublish?: Maybe>>;\n Title?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type LatestNewsBlockFacetAncestorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type LatestNewsBlockFacetChangedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type LatestNewsBlockFacetContentTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type LatestNewsBlockFacetCreatedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type LatestNewsBlockFacetIsCommonDraftArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type LatestNewsBlockFacetNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type LatestNewsBlockFacetPageFeaturedDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type LatestNewsBlockFacetPageImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type LatestNewsBlockFacetPageIsSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type LatestNewsBlockFacetPageNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type LatestNewsBlockFacetRelativePathArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type LatestNewsBlockFacetRouteSegmentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type LatestNewsBlockFacetSavedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type LatestNewsBlockFacetShortcutArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type LatestNewsBlockFacetSiteIdArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type LatestNewsBlockFacetStartPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type LatestNewsBlockFacetStatusArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type LatestNewsBlockFacetStopPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type LatestNewsBlockFacetTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type LatestNewsBlockFacetUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type LatestNewsBlockOrderByInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n LatestNews?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Title?: InputMaybe;\n Url?: InputMaybe;\n _minimumScore?: InputMaybe;\n _modified?: InputMaybe;\n _ranking?: InputMaybe;\n _semanticWeight?: InputMaybe;\n};\n\nexport type LatestNewsBlockOutput = {\n __typename?: 'LatestNewsBlockOutput';\n autocomplete?: Maybe;\n cursor?: Maybe;\n facets?: Maybe;\n items?: Maybe>>;\n total?: Maybe;\n};\n\n\nexport type LatestNewsBlockOutputTotalArgs = {\n all?: InputMaybe;\n};\n\nexport type LatestNewsBlockWhereInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n LatestNews?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Title?: InputMaybe;\n Url?: InputMaybe;\n _and?: InputMaybe>>;\n _fulltext?: InputMaybe;\n _modified?: InputMaybe;\n _not?: InputMaybe>>;\n _or?: InputMaybe>>;\n};\n\n/** A module with a title and rich text with limited configuration. */\nexport type LimitedRichTextHeadingBlock = IContent & IData & {\n __typename?: 'LimitedRichTextHeadingBlock';\n Ancestors?: Maybe>>;\n Category?: Maybe>>;\n Changed?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe;\n ExistingLanguages?: Maybe>>;\n Heading?: Maybe;\n IsCommonDraft?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe;\n PageFeaturedDescription?: Maybe;\n PageImageUrl?: Maybe;\n PageIsSearchable?: Maybe;\n PageNavigationTitle?: Maybe;\n ParentLink?: Maybe;\n RelativePath?: Maybe;\n RichText?: Maybe;\n RouteSegment?: Maybe;\n Saved?: Maybe;\n Shortcut?: Maybe;\n SiteId?: Maybe;\n StartPublish?: Maybe;\n Status?: Maybe;\n StopPublish?: Maybe;\n Url?: Maybe;\n /** @deprecated Use `_link` field instead */\n _children?: Maybe;\n _deleted?: Maybe;\n _fulltext?: Maybe>>;\n _id?: Maybe;\n _link?: Maybe;\n _modified?: Maybe;\n _score?: Maybe;\n};\n\n\n/** A module with a title and rich text with limited configuration. */\nexport type LimitedRichTextHeadingBlockHeadingArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** A module with a title and rich text with limited configuration. */\nexport type LimitedRichTextHeadingBlockNameArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** A module with a title and rich text with limited configuration. */\nexport type LimitedRichTextHeadingBlockRichTextArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** A module with a title and rich text with limited configuration. */\nexport type LimitedRichTextHeadingBlock_FulltextArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** A module with a title and rich text with limited configuration. */\nexport type LimitedRichTextHeadingBlock_LinkArgs = {\n type?: InputMaybe;\n};\n\nexport type LimitedRichTextHeadingBlockAutocomplete = {\n __typename?: 'LimitedRichTextHeadingBlockAutocomplete';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n ExistingLanguages?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n Status?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type LimitedRichTextHeadingBlockAutocompleteAncestorsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type LimitedRichTextHeadingBlockAutocompleteContentTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type LimitedRichTextHeadingBlockAutocompletePageFeaturedDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type LimitedRichTextHeadingBlockAutocompletePageImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type LimitedRichTextHeadingBlockAutocompletePageNavigationTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type LimitedRichTextHeadingBlockAutocompleteRelativePathArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type LimitedRichTextHeadingBlockAutocompleteRouteSegmentArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type LimitedRichTextHeadingBlockAutocompleteShortcutArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type LimitedRichTextHeadingBlockAutocompleteSiteIdArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type LimitedRichTextHeadingBlockAutocompleteStatusArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type LimitedRichTextHeadingBlockAutocompleteUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type LimitedRichTextHeadingBlockFacet = {\n __typename?: 'LimitedRichTextHeadingBlockFacet';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n Changed?: Maybe>>;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe>>;\n ExistingLanguages?: Maybe;\n Heading?: Maybe>>;\n IsCommonDraft?: Maybe>>;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe>>;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageIsSearchable?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RichText?: Maybe>>;\n RouteSegment?: Maybe>>;\n Saved?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n StartPublish?: Maybe>>;\n Status?: Maybe>>;\n StopPublish?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type LimitedRichTextHeadingBlockFacetAncestorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type LimitedRichTextHeadingBlockFacetChangedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type LimitedRichTextHeadingBlockFacetContentTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type LimitedRichTextHeadingBlockFacetCreatedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type LimitedRichTextHeadingBlockFacetHeadingArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type LimitedRichTextHeadingBlockFacetIsCommonDraftArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type LimitedRichTextHeadingBlockFacetNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type LimitedRichTextHeadingBlockFacetPageFeaturedDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type LimitedRichTextHeadingBlockFacetPageImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type LimitedRichTextHeadingBlockFacetPageIsSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type LimitedRichTextHeadingBlockFacetPageNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type LimitedRichTextHeadingBlockFacetRelativePathArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type LimitedRichTextHeadingBlockFacetRichTextArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type LimitedRichTextHeadingBlockFacetRouteSegmentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type LimitedRichTextHeadingBlockFacetSavedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type LimitedRichTextHeadingBlockFacetShortcutArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type LimitedRichTextHeadingBlockFacetSiteIdArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type LimitedRichTextHeadingBlockFacetStartPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type LimitedRichTextHeadingBlockFacetStatusArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type LimitedRichTextHeadingBlockFacetStopPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type LimitedRichTextHeadingBlockFacetUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type LimitedRichTextHeadingBlockOrderByInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n Heading?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RichText?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n _minimumScore?: InputMaybe;\n _modified?: InputMaybe;\n _ranking?: InputMaybe;\n _semanticWeight?: InputMaybe;\n};\n\nexport type LimitedRichTextHeadingBlockOutput = {\n __typename?: 'LimitedRichTextHeadingBlockOutput';\n autocomplete?: Maybe;\n cursor?: Maybe;\n facets?: Maybe;\n items?: Maybe>>;\n total?: Maybe;\n};\n\n\nexport type LimitedRichTextHeadingBlockOutputTotalArgs = {\n all?: InputMaybe;\n};\n\nexport type LimitedRichTextHeadingBlockWhereInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n Heading?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RichText?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n _and?: InputMaybe>>;\n _fulltext?: InputMaybe;\n _modified?: InputMaybe;\n _not?: InputMaybe>>;\n _or?: InputMaybe>>;\n};\n\nexport type LinkConfig = {\n from?: InputMaybe;\n to?: InputMaybe;\n};\n\nexport type LinkItemNode = {\n __typename?: 'LinkItemNode';\n ContentLink?: Maybe;\n Href?: Maybe;\n Target?: Maybe;\n Text?: Maybe;\n Title?: Maybe;\n};\n\nexport type LinkItemNodeAutocomplete = {\n __typename?: 'LinkItemNodeAutocomplete';\n ContentLink?: Maybe;\n Href?: Maybe>>;\n Target?: Maybe>>;\n Text?: Maybe>>;\n Title?: Maybe>>;\n};\n\n\nexport type LinkItemNodeAutocompleteHrefArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type LinkItemNodeAutocompleteTargetArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type LinkItemNodeAutocompleteTextArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type LinkItemNodeAutocompleteTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type LinkItemNodeFacet = {\n __typename?: 'LinkItemNodeFacet';\n ContentLink?: Maybe;\n Href?: Maybe>>;\n Target?: Maybe>>;\n Text?: Maybe>>;\n Title?: Maybe>>;\n};\n\n\nexport type LinkItemNodeFacetHrefArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type LinkItemNodeFacetTargetArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type LinkItemNodeFacetTextArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type LinkItemNodeFacetTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type LinkItemNodeOrderByInput = {\n ContentLink?: InputMaybe;\n Href?: InputMaybe;\n Target?: InputMaybe;\n Text?: InputMaybe;\n Title?: InputMaybe;\n};\n\nexport type LinkItemNodeWhereInput = {\n ContentLink?: InputMaybe;\n Href?: InputMaybe;\n Target?: InputMaybe;\n Text?: InputMaybe;\n Title?: InputMaybe;\n};\n\nexport enum LinkTypes {\n Ancestors = 'ANCESTORS',\n Children = 'CHILDREN',\n Default = 'DEFAULT'\n}\n\nexport enum Locales {\n All = 'ALL',\n Neutral = 'NEUTRAL',\n En = 'en'\n}\n\nexport type LoginBlock = IContent & IData & {\n __typename?: 'LoginBlock';\n Ancestors?: Maybe>>;\n Category?: Maybe>>;\n Changed?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n CreateAccountCta?: Maybe;\n Created?: Maybe;\n ExistingLanguages?: Maybe>>;\n Heading?: Maybe;\n IsCommonDraft?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe;\n PageFeaturedDescription?: Maybe;\n PageImageUrl?: Maybe;\n PageIsSearchable?: Maybe;\n PageNavigationTitle?: Maybe;\n ParentLink?: Maybe;\n RelativePath?: Maybe;\n RouteSegment?: Maybe;\n Saved?: Maybe;\n Shortcut?: Maybe;\n SiteId?: Maybe;\n StartPublish?: Maybe;\n Status?: Maybe;\n StopPublish?: Maybe;\n Url?: Maybe;\n /** @deprecated Use `_link` field instead */\n _children?: Maybe;\n _deleted?: Maybe;\n _fulltext?: Maybe>>;\n _id?: Maybe;\n _link?: Maybe;\n _modified?: Maybe;\n _score?: Maybe;\n};\n\n\nexport type LoginBlockHeadingArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type LoginBlockNameArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type LoginBlock_FulltextArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type LoginBlock_LinkArgs = {\n type?: InputMaybe;\n};\n\nexport type LoginBlockAutocomplete = {\n __typename?: 'LoginBlockAutocomplete';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n CreateAccountCta?: Maybe;\n ExistingLanguages?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n Status?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type LoginBlockAutocompleteAncestorsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type LoginBlockAutocompleteContentTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type LoginBlockAutocompletePageFeaturedDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type LoginBlockAutocompletePageImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type LoginBlockAutocompletePageNavigationTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type LoginBlockAutocompleteRelativePathArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type LoginBlockAutocompleteRouteSegmentArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type LoginBlockAutocompleteShortcutArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type LoginBlockAutocompleteSiteIdArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type LoginBlockAutocompleteStatusArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type LoginBlockAutocompleteUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type LoginBlockFacet = {\n __typename?: 'LoginBlockFacet';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n Changed?: Maybe>>;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n CreateAccountCta?: Maybe;\n Created?: Maybe>>;\n ExistingLanguages?: Maybe;\n Heading?: Maybe>>;\n IsCommonDraft?: Maybe>>;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe>>;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageIsSearchable?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Saved?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n StartPublish?: Maybe>>;\n Status?: Maybe>>;\n StopPublish?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type LoginBlockFacetAncestorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type LoginBlockFacetChangedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type LoginBlockFacetContentTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type LoginBlockFacetCreatedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type LoginBlockFacetHeadingArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type LoginBlockFacetIsCommonDraftArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type LoginBlockFacetNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type LoginBlockFacetPageFeaturedDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type LoginBlockFacetPageImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type LoginBlockFacetPageIsSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type LoginBlockFacetPageNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type LoginBlockFacetRelativePathArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type LoginBlockFacetRouteSegmentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type LoginBlockFacetSavedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type LoginBlockFacetShortcutArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type LoginBlockFacetSiteIdArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type LoginBlockFacetStartPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type LoginBlockFacetStatusArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type LoginBlockFacetStopPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type LoginBlockFacetUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type LoginBlockOrderByInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n CreateAccountCta?: InputMaybe;\n Created?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n Heading?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n _minimumScore?: InputMaybe;\n _modified?: InputMaybe;\n _ranking?: InputMaybe;\n _semanticWeight?: InputMaybe;\n};\n\nexport type LoginBlockOutput = {\n __typename?: 'LoginBlockOutput';\n autocomplete?: Maybe;\n cursor?: Maybe;\n facets?: Maybe;\n items?: Maybe>>;\n total?: Maybe;\n};\n\n\nexport type LoginBlockOutputTotalArgs = {\n all?: InputMaybe;\n};\n\nexport type LoginBlockWhereInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n CreateAccountCta?: InputMaybe;\n Created?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n Heading?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n _and?: InputMaybe>>;\n _fulltext?: InputMaybe;\n _modified?: InputMaybe;\n _not?: InputMaybe>>;\n _or?: InputMaybe>>;\n};\n\nexport type LoginPage = IContent & IData & {\n __typename?: 'LoginPage';\n Ancestors?: Maybe>>;\n AreaOfStudyFacet?: Maybe;\n BreadcrumbsTitle?: Maybe;\n CampusLocationFacet?: Maybe;\n Category?: Maybe>>;\n Changed?: Maybe;\n CollegeOrSchoolFacet?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe;\n DegreesFacet?: Maybe;\n DepartmentFacet?: Maybe;\n DisableIndexing?: Maybe;\n /** This will determine whether or not to show on the sitemap */\n ExcludeFromSitemap?: Maybe;\n ExistingLanguages?: Maybe>>;\n FeaturedDescription?: Maybe;\n HideSiteFooter?: Maybe;\n HideSiteHeader?: Maybe;\n IsCommonDraft?: Maybe;\n IsFeaturedContent?: Maybe;\n Keywords?: Maybe;\n KeywordsFacet?: Maybe;\n Language?: Maybe;\n LocationFacet?: Maybe;\n MainContentArea?: Maybe>>;\n MasterLanguage?: Maybe;\n Name?: Maybe;\n NavigationTitle?: Maybe;\n /** The link and text will be used when the page is displayed as a card in other modules. By default, the link is the same as the actual page. */\n OverrideCardLink?: Maybe;\n PageFeaturedDescription?: Maybe;\n /** Image that will be used when the page is displayed as a card for Generic Pages. Recommended Image Size: 1536x1152 px (4:3 Aspect Ratio) */\n PageImage?: Maybe;\n PageImageUrl?: Maybe;\n PageIsSearchable?: Maybe;\n PageNavigationTitle?: Maybe;\n ParentLink?: Maybe;\n ProgramTypeFacet?: Maybe;\n RelativePath?: Maybe;\n RouteSegment?: Maybe;\n Saved?: Maybe;\n /** This will determine whether or not to show on search */\n Searchable?: Maybe;\n Shortcut?: Maybe;\n /** This will determine whether or not breadcrumb will be displayed */\n ShowBreadcrumbs?: Maybe;\n /** This will determine whether or not commerce header will be displayed */\n ShowCommerceHeader?: Maybe;\n SiteId?: Maybe;\n StartPublish?: Maybe;\n Status?: Maybe;\n StopPublish?: Maybe;\n TrackOdp?: Maybe;\n Url?: Maybe;\n /** @deprecated Use `_link` field instead */\n _children?: Maybe;\n _deleted?: Maybe;\n _fulltext?: Maybe>>;\n _id?: Maybe;\n _link?: Maybe;\n _modified?: Maybe;\n _score?: Maybe;\n};\n\n\nexport type LoginPageDisableIndexingArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type LoginPageExcludeFromSitemapArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type LoginPageHideSiteFooterArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type LoginPageHideSiteHeaderArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type LoginPageIsFeaturedContentArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type LoginPageKeywordsArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type LoginPageMainContentAreaArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type LoginPageNameArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type LoginPageNavigationTitleArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type LoginPageSearchableArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type LoginPageShowBreadcrumbsArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type LoginPageShowCommerceHeaderArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type LoginPageTrackOdpArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type LoginPage_FulltextArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type LoginPage_LinkArgs = {\n type?: InputMaybe;\n};\n\nexport type LoginPageAutocomplete = {\n __typename?: 'LoginPageAutocomplete';\n Ancestors?: Maybe>>;\n AreaOfStudyFacet?: Maybe;\n CampusLocationFacet?: Maybe;\n Category?: Maybe;\n CollegeOrSchoolFacet?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n DegreesFacet?: Maybe;\n DepartmentFacet?: Maybe;\n ExistingLanguages?: Maybe;\n KeywordsFacet?: Maybe;\n Language?: Maybe;\n LocationFacet?: Maybe;\n MasterLanguage?: Maybe;\n OverrideCardLink?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImage?: Maybe;\n PageImageUrl?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n ProgramTypeFacet?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n Status?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type LoginPageAutocompleteAncestorsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type LoginPageAutocompleteContentTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type LoginPageAutocompletePageFeaturedDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type LoginPageAutocompletePageImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type LoginPageAutocompletePageNavigationTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type LoginPageAutocompleteRelativePathArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type LoginPageAutocompleteRouteSegmentArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type LoginPageAutocompleteShortcutArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type LoginPageAutocompleteSiteIdArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type LoginPageAutocompleteStatusArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type LoginPageAutocompleteUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type LoginPageFacet = {\n __typename?: 'LoginPageFacet';\n Ancestors?: Maybe>>;\n AreaOfStudyFacet?: Maybe;\n CampusLocationFacet?: Maybe;\n Category?: Maybe;\n Changed?: Maybe>>;\n CollegeOrSchoolFacet?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe>>;\n DegreesFacet?: Maybe;\n DepartmentFacet?: Maybe;\n DisableIndexing?: Maybe>>;\n ExcludeFromSitemap?: Maybe>>;\n ExistingLanguages?: Maybe;\n HideSiteFooter?: Maybe>>;\n HideSiteHeader?: Maybe>>;\n IsCommonDraft?: Maybe>>;\n IsFeaturedContent?: Maybe>>;\n Keywords?: Maybe>>;\n KeywordsFacet?: Maybe;\n Language?: Maybe;\n LocationFacet?: Maybe;\n MainContentArea?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe>>;\n NavigationTitle?: Maybe>>;\n OverrideCardLink?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImage?: Maybe;\n PageImageUrl?: Maybe>>;\n PageIsSearchable?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n ProgramTypeFacet?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Saved?: Maybe>>;\n Searchable?: Maybe>>;\n Shortcut?: Maybe>>;\n ShowBreadcrumbs?: Maybe>>;\n ShowCommerceHeader?: Maybe>>;\n SiteId?: Maybe>>;\n StartPublish?: Maybe>>;\n Status?: Maybe>>;\n StopPublish?: Maybe>>;\n TrackOdp?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type LoginPageFacetAncestorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type LoginPageFacetChangedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type LoginPageFacetContentTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type LoginPageFacetCreatedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type LoginPageFacetDisableIndexingArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type LoginPageFacetExcludeFromSitemapArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type LoginPageFacetHideSiteFooterArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type LoginPageFacetHideSiteHeaderArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type LoginPageFacetIsCommonDraftArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type LoginPageFacetIsFeaturedContentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type LoginPageFacetKeywordsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type LoginPageFacetNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type LoginPageFacetNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type LoginPageFacetPageFeaturedDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type LoginPageFacetPageImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type LoginPageFacetPageIsSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type LoginPageFacetPageNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type LoginPageFacetRelativePathArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type LoginPageFacetRouteSegmentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type LoginPageFacetSavedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type LoginPageFacetSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type LoginPageFacetShortcutArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type LoginPageFacetShowBreadcrumbsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type LoginPageFacetShowCommerceHeaderArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type LoginPageFacetSiteIdArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type LoginPageFacetStartPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type LoginPageFacetStatusArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type LoginPageFacetStopPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type LoginPageFacetTrackOdpArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type LoginPageFacetUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type LoginPageOrderByInput = {\n Ancestors?: InputMaybe;\n AreaOfStudyFacet?: InputMaybe;\n CampusLocationFacet?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n CollegeOrSchoolFacet?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n DegreesFacet?: InputMaybe;\n DepartmentFacet?: InputMaybe;\n DisableIndexing?: InputMaybe;\n ExcludeFromSitemap?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n HideSiteFooter?: InputMaybe;\n HideSiteHeader?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n IsFeaturedContent?: InputMaybe;\n Keywords?: InputMaybe;\n KeywordsFacet?: InputMaybe;\n Language?: InputMaybe;\n LocationFacet?: InputMaybe;\n MainContentArea?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n NavigationTitle?: InputMaybe;\n OverrideCardLink?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImage?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n ProgramTypeFacet?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Searchable?: InputMaybe;\n Shortcut?: InputMaybe;\n ShowBreadcrumbs?: InputMaybe;\n ShowCommerceHeader?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n TrackOdp?: InputMaybe;\n Url?: InputMaybe;\n _minimumScore?: InputMaybe;\n _modified?: InputMaybe;\n _ranking?: InputMaybe;\n _semanticWeight?: InputMaybe;\n};\n\nexport type LoginPageOutput = {\n __typename?: 'LoginPageOutput';\n autocomplete?: Maybe;\n cursor?: Maybe;\n facets?: Maybe;\n items?: Maybe>>;\n total?: Maybe;\n};\n\n\nexport type LoginPageOutputTotalArgs = {\n all?: InputMaybe;\n};\n\nexport type LoginPageWhereInput = {\n Ancestors?: InputMaybe;\n AreaOfStudyFacet?: InputMaybe;\n CampusLocationFacet?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n CollegeOrSchoolFacet?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n DegreesFacet?: InputMaybe;\n DepartmentFacet?: InputMaybe;\n DisableIndexing?: InputMaybe;\n ExcludeFromSitemap?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n HideSiteFooter?: InputMaybe;\n HideSiteHeader?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n IsFeaturedContent?: InputMaybe;\n Keywords?: InputMaybe;\n KeywordsFacet?: InputMaybe;\n Language?: InputMaybe;\n LocationFacet?: InputMaybe;\n MainContentArea?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n NavigationTitle?: InputMaybe;\n OverrideCardLink?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImage?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n ProgramTypeFacet?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Searchable?: InputMaybe;\n Shortcut?: InputMaybe;\n ShowBreadcrumbs?: InputMaybe;\n ShowCommerceHeader?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n TrackOdp?: InputMaybe;\n Url?: InputMaybe;\n _and?: InputMaybe>>;\n _fulltext?: InputMaybe;\n _modified?: InputMaybe;\n _not?: InputMaybe>>;\n _or?: InputMaybe>>;\n};\n\n/** Displays a container with minimum 4 logo images. */\nexport type LogoContainerBlock = IContent & IData & {\n __typename?: 'LogoContainerBlock';\n Ancestors?: Maybe>>;\n Category?: Maybe>>;\n Changed?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe;\n ExistingLanguages?: Maybe>>;\n Headline?: Maybe;\n IsCommonDraft?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe;\n PageFeaturedDescription?: Maybe;\n PageImageUrl?: Maybe;\n PageIsSearchable?: Maybe;\n PageNavigationTitle?: Maybe;\n ParentLink?: Maybe;\n RelativePath?: Maybe;\n RouteSegment?: Maybe;\n Saved?: Maybe;\n Shortcut?: Maybe;\n SiteId?: Maybe;\n StartPublish?: Maybe;\n Status?: Maybe;\n StopPublish?: Maybe;\n Url?: Maybe;\n /** @deprecated Use `_link` field instead */\n _children?: Maybe;\n _deleted?: Maybe;\n _fulltext?: Maybe>>;\n _id?: Maybe;\n _link?: Maybe;\n _modified?: Maybe;\n _score?: Maybe;\n};\n\n\n/** Displays a container with minimum 4 logo images. */\nexport type LogoContainerBlockHeadlineArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Displays a container with minimum 4 logo images. */\nexport type LogoContainerBlockNameArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Displays a container with minimum 4 logo images. */\nexport type LogoContainerBlock_FulltextArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Displays a container with minimum 4 logo images. */\nexport type LogoContainerBlock_LinkArgs = {\n type?: InputMaybe;\n};\n\nexport type LogoContainerBlockAutocomplete = {\n __typename?: 'LogoContainerBlockAutocomplete';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n ExistingLanguages?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n Status?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type LogoContainerBlockAutocompleteAncestorsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type LogoContainerBlockAutocompleteContentTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type LogoContainerBlockAutocompletePageFeaturedDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type LogoContainerBlockAutocompletePageImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type LogoContainerBlockAutocompletePageNavigationTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type LogoContainerBlockAutocompleteRelativePathArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type LogoContainerBlockAutocompleteRouteSegmentArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type LogoContainerBlockAutocompleteShortcutArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type LogoContainerBlockAutocompleteSiteIdArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type LogoContainerBlockAutocompleteStatusArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type LogoContainerBlockAutocompleteUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type LogoContainerBlockFacet = {\n __typename?: 'LogoContainerBlockFacet';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n Changed?: Maybe>>;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe>>;\n ExistingLanguages?: Maybe;\n Headline?: Maybe>>;\n IsCommonDraft?: Maybe>>;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe>>;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageIsSearchable?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Saved?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n StartPublish?: Maybe>>;\n Status?: Maybe>>;\n StopPublish?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type LogoContainerBlockFacetAncestorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type LogoContainerBlockFacetChangedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type LogoContainerBlockFacetContentTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type LogoContainerBlockFacetCreatedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type LogoContainerBlockFacetHeadlineArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type LogoContainerBlockFacetIsCommonDraftArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type LogoContainerBlockFacetNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type LogoContainerBlockFacetPageFeaturedDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type LogoContainerBlockFacetPageImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type LogoContainerBlockFacetPageIsSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type LogoContainerBlockFacetPageNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type LogoContainerBlockFacetRelativePathArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type LogoContainerBlockFacetRouteSegmentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type LogoContainerBlockFacetSavedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type LogoContainerBlockFacetShortcutArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type LogoContainerBlockFacetSiteIdArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type LogoContainerBlockFacetStartPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type LogoContainerBlockFacetStatusArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type LogoContainerBlockFacetStopPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type LogoContainerBlockFacetUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type LogoContainerBlockOrderByInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n Headline?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n _minimumScore?: InputMaybe;\n _modified?: InputMaybe;\n _ranking?: InputMaybe;\n _semanticWeight?: InputMaybe;\n};\n\nexport type LogoContainerBlockOutput = {\n __typename?: 'LogoContainerBlockOutput';\n autocomplete?: Maybe;\n cursor?: Maybe;\n facets?: Maybe;\n items?: Maybe>>;\n total?: Maybe;\n};\n\n\nexport type LogoContainerBlockOutputTotalArgs = {\n all?: InputMaybe;\n};\n\nexport type LogoContainerBlockWhereInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n Headline?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n _and?: InputMaybe>>;\n _fulltext?: InputMaybe;\n _modified?: InputMaybe;\n _not?: InputMaybe>>;\n _or?: InputMaybe>>;\n};\n\n/** Card that feature an image with a clickable action leading to specific calls-to-action (CTA). */\nexport type MagazineCardBlock = IContent & IData & {\n __typename?: 'MagazineCardBlock';\n Ancestors?: Maybe>>;\n CardDescription?: Maybe;\n CardTitle?: Maybe;\n Category?: Maybe>>;\n Changed?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe;\n ExistingLanguages?: Maybe>>;\n IsCommonDraft?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe;\n PageFeaturedDescription?: Maybe;\n PageImageUrl?: Maybe;\n PageIsSearchable?: Maybe;\n PageNavigationTitle?: Maybe;\n ParentLink?: Maybe;\n RelativePath?: Maybe;\n RouteSegment?: Maybe;\n Saved?: Maybe;\n Shortcut?: Maybe;\n SiteId?: Maybe;\n StartPublish?: Maybe;\n Status?: Maybe;\n StopPublish?: Maybe;\n Url?: Maybe;\n /** @deprecated Use `_link` field instead */\n _children?: Maybe;\n _deleted?: Maybe;\n _fulltext?: Maybe>>;\n _id?: Maybe;\n _link?: Maybe;\n _modified?: Maybe;\n _score?: Maybe;\n};\n\n\n/** Card that feature an image with a clickable action leading to specific calls-to-action (CTA). */\nexport type MagazineCardBlockCardDescriptionArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Card that feature an image with a clickable action leading to specific calls-to-action (CTA). */\nexport type MagazineCardBlockCardTitleArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Card that feature an image with a clickable action leading to specific calls-to-action (CTA). */\nexport type MagazineCardBlockNameArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Card that feature an image with a clickable action leading to specific calls-to-action (CTA). */\nexport type MagazineCardBlock_FulltextArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Card that feature an image with a clickable action leading to specific calls-to-action (CTA). */\nexport type MagazineCardBlock_LinkArgs = {\n type?: InputMaybe;\n};\n\nexport type MagazineCardBlockAutocomplete = {\n __typename?: 'MagazineCardBlockAutocomplete';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n ExistingLanguages?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n Status?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type MagazineCardBlockAutocompleteAncestorsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type MagazineCardBlockAutocompleteContentTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type MagazineCardBlockAutocompletePageFeaturedDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type MagazineCardBlockAutocompletePageImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type MagazineCardBlockAutocompletePageNavigationTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type MagazineCardBlockAutocompleteRelativePathArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type MagazineCardBlockAutocompleteRouteSegmentArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type MagazineCardBlockAutocompleteShortcutArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type MagazineCardBlockAutocompleteSiteIdArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type MagazineCardBlockAutocompleteStatusArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type MagazineCardBlockAutocompleteUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type MagazineCardBlockFacet = {\n __typename?: 'MagazineCardBlockFacet';\n Ancestors?: Maybe>>;\n CardDescription?: Maybe>>;\n CardTitle?: Maybe>>;\n Category?: Maybe;\n Changed?: Maybe>>;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe>>;\n ExistingLanguages?: Maybe;\n IsCommonDraft?: Maybe>>;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe>>;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageIsSearchable?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Saved?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n StartPublish?: Maybe>>;\n Status?: Maybe>>;\n StopPublish?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type MagazineCardBlockFacetAncestorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MagazineCardBlockFacetCardDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MagazineCardBlockFacetCardTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MagazineCardBlockFacetChangedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type MagazineCardBlockFacetContentTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MagazineCardBlockFacetCreatedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type MagazineCardBlockFacetIsCommonDraftArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MagazineCardBlockFacetNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MagazineCardBlockFacetPageFeaturedDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MagazineCardBlockFacetPageImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MagazineCardBlockFacetPageIsSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MagazineCardBlockFacetPageNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MagazineCardBlockFacetRelativePathArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MagazineCardBlockFacetRouteSegmentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MagazineCardBlockFacetSavedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type MagazineCardBlockFacetShortcutArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MagazineCardBlockFacetSiteIdArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MagazineCardBlockFacetStartPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type MagazineCardBlockFacetStatusArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MagazineCardBlockFacetStopPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type MagazineCardBlockFacetUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type MagazineCardBlockOrderByInput = {\n Ancestors?: InputMaybe;\n CardDescription?: InputMaybe;\n CardTitle?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n _minimumScore?: InputMaybe;\n _modified?: InputMaybe;\n _ranking?: InputMaybe;\n _semanticWeight?: InputMaybe;\n};\n\nexport type MagazineCardBlockOutput = {\n __typename?: 'MagazineCardBlockOutput';\n autocomplete?: Maybe;\n cursor?: Maybe;\n facets?: Maybe;\n items?: Maybe>>;\n total?: Maybe;\n};\n\n\nexport type MagazineCardBlockOutputTotalArgs = {\n all?: InputMaybe;\n};\n\nexport type MagazineCardBlockWhereInput = {\n Ancestors?: InputMaybe;\n CardDescription?: InputMaybe;\n CardTitle?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n _and?: InputMaybe>>;\n _fulltext?: InputMaybe;\n _modified?: InputMaybe;\n _not?: InputMaybe>>;\n _or?: InputMaybe>>;\n};\n\n/** Block used to display an image or a video. */\nexport type MediaBlock = IContent & IData & {\n __typename?: 'MediaBlock';\n Ancestors?: Maybe>>;\n Category?: Maybe>>;\n Changed?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe;\n ExistingLanguages?: Maybe>>;\n IsCommonDraft?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe;\n PageFeaturedDescription?: Maybe;\n PageImageUrl?: Maybe;\n PageIsSearchable?: Maybe;\n PageNavigationTitle?: Maybe;\n ParentLink?: Maybe;\n RelativePath?: Maybe;\n RouteSegment?: Maybe;\n Saved?: Maybe;\n Shortcut?: Maybe;\n SiteId?: Maybe;\n StartPublish?: Maybe;\n Status?: Maybe;\n StopPublish?: Maybe;\n Url?: Maybe;\n /** @deprecated Use `_link` field instead */\n _children?: Maybe;\n _deleted?: Maybe;\n _fulltext?: Maybe>>;\n _id?: Maybe;\n _link?: Maybe;\n _modified?: Maybe;\n _score?: Maybe;\n};\n\n\n/** Block used to display an image or a video. */\nexport type MediaBlockNameArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Block used to display an image or a video. */\nexport type MediaBlock_FulltextArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Block used to display an image or a video. */\nexport type MediaBlock_LinkArgs = {\n type?: InputMaybe;\n};\n\nexport type MediaBlockAutocomplete = {\n __typename?: 'MediaBlockAutocomplete';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n ExistingLanguages?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n Status?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type MediaBlockAutocompleteAncestorsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type MediaBlockAutocompleteContentTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type MediaBlockAutocompletePageFeaturedDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type MediaBlockAutocompletePageImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type MediaBlockAutocompletePageNavigationTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type MediaBlockAutocompleteRelativePathArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type MediaBlockAutocompleteRouteSegmentArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type MediaBlockAutocompleteShortcutArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type MediaBlockAutocompleteSiteIdArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type MediaBlockAutocompleteStatusArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type MediaBlockAutocompleteUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type MediaBlockFacet = {\n __typename?: 'MediaBlockFacet';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n Changed?: Maybe>>;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe>>;\n ExistingLanguages?: Maybe;\n IsCommonDraft?: Maybe>>;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe>>;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageIsSearchable?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Saved?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n StartPublish?: Maybe>>;\n Status?: Maybe>>;\n StopPublish?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type MediaBlockFacetAncestorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MediaBlockFacetChangedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type MediaBlockFacetContentTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MediaBlockFacetCreatedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type MediaBlockFacetIsCommonDraftArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MediaBlockFacetNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MediaBlockFacetPageFeaturedDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MediaBlockFacetPageImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MediaBlockFacetPageIsSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MediaBlockFacetPageNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MediaBlockFacetRelativePathArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MediaBlockFacetRouteSegmentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MediaBlockFacetSavedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type MediaBlockFacetShortcutArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MediaBlockFacetSiteIdArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MediaBlockFacetStartPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type MediaBlockFacetStatusArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MediaBlockFacetStopPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type MediaBlockFacetUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type MediaBlockOrderByInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n _minimumScore?: InputMaybe;\n _modified?: InputMaybe;\n _ranking?: InputMaybe;\n _semanticWeight?: InputMaybe;\n};\n\nexport type MediaBlockOutput = {\n __typename?: 'MediaBlockOutput';\n autocomplete?: Maybe;\n cursor?: Maybe;\n facets?: Maybe;\n items?: Maybe>>;\n total?: Maybe;\n};\n\n\nexport type MediaBlockOutputTotalArgs = {\n all?: InputMaybe;\n};\n\nexport type MediaBlockWhereInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n _and?: InputMaybe>>;\n _fulltext?: InputMaybe;\n _modified?: InputMaybe;\n _not?: InputMaybe>>;\n _or?: InputMaybe>>;\n};\n\n/** Media Content Row that includes a media item, informative texts, and CTA Buttons. */\nexport type MediaContentRowBlock = IContent & IData & {\n __typename?: 'MediaContentRowBlock';\n Ancestors?: Maybe>>;\n Category?: Maybe>>;\n Changed?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe;\n Description?: Maybe;\n ExistingLanguages?: Maybe>>;\n Heading?: Maybe;\n IsCommonDraft?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n /** Recommended Image Size: 1440x1440 px (1:1 Aspect Ratio) */\n MediaBlock?: Maybe>>;\n Name?: Maybe;\n PageFeaturedDescription?: Maybe;\n PageImageUrl?: Maybe;\n PageIsSearchable?: Maybe;\n PageNavigationTitle?: Maybe;\n ParentLink?: Maybe;\n RelativePath?: Maybe;\n RouteSegment?: Maybe;\n Saved?: Maybe;\n Shortcut?: Maybe;\n SiteId?: Maybe;\n StartPublish?: Maybe;\n Status?: Maybe;\n StopPublish?: Maybe;\n Url?: Maybe;\n /** @deprecated Use `_link` field instead */\n _children?: Maybe;\n _deleted?: Maybe;\n _fulltext?: Maybe>>;\n _id?: Maybe;\n _link?: Maybe;\n _modified?: Maybe;\n _score?: Maybe;\n};\n\n\n/** Media Content Row that includes a media item, informative texts, and CTA Buttons. */\nexport type MediaContentRowBlockDescriptionArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Media Content Row that includes a media item, informative texts, and CTA Buttons. */\nexport type MediaContentRowBlockHeadingArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Media Content Row that includes a media item, informative texts, and CTA Buttons. */\nexport type MediaContentRowBlockMediaBlockArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Media Content Row that includes a media item, informative texts, and CTA Buttons. */\nexport type MediaContentRowBlockNameArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Media Content Row that includes a media item, informative texts, and CTA Buttons. */\nexport type MediaContentRowBlock_FulltextArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Media Content Row that includes a media item, informative texts, and CTA Buttons. */\nexport type MediaContentRowBlock_LinkArgs = {\n type?: InputMaybe;\n};\n\nexport type MediaContentRowBlockAutocomplete = {\n __typename?: 'MediaContentRowBlockAutocomplete';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n ExistingLanguages?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n Status?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type MediaContentRowBlockAutocompleteAncestorsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type MediaContentRowBlockAutocompleteContentTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type MediaContentRowBlockAutocompletePageFeaturedDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type MediaContentRowBlockAutocompletePageImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type MediaContentRowBlockAutocompletePageNavigationTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type MediaContentRowBlockAutocompleteRelativePathArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type MediaContentRowBlockAutocompleteRouteSegmentArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type MediaContentRowBlockAutocompleteShortcutArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type MediaContentRowBlockAutocompleteSiteIdArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type MediaContentRowBlockAutocompleteStatusArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type MediaContentRowBlockAutocompleteUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type MediaContentRowBlockFacet = {\n __typename?: 'MediaContentRowBlockFacet';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n Changed?: Maybe>>;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe>>;\n Description?: Maybe>>;\n ExistingLanguages?: Maybe;\n Heading?: Maybe>>;\n IsCommonDraft?: Maybe>>;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n MediaBlock?: Maybe;\n Name?: Maybe>>;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageIsSearchable?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Saved?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n StartPublish?: Maybe>>;\n Status?: Maybe>>;\n StopPublish?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type MediaContentRowBlockFacetAncestorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MediaContentRowBlockFacetChangedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type MediaContentRowBlockFacetContentTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MediaContentRowBlockFacetCreatedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type MediaContentRowBlockFacetDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MediaContentRowBlockFacetHeadingArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MediaContentRowBlockFacetIsCommonDraftArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MediaContentRowBlockFacetNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MediaContentRowBlockFacetPageFeaturedDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MediaContentRowBlockFacetPageImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MediaContentRowBlockFacetPageIsSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MediaContentRowBlockFacetPageNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MediaContentRowBlockFacetRelativePathArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MediaContentRowBlockFacetRouteSegmentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MediaContentRowBlockFacetSavedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type MediaContentRowBlockFacetShortcutArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MediaContentRowBlockFacetSiteIdArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MediaContentRowBlockFacetStartPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type MediaContentRowBlockFacetStatusArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MediaContentRowBlockFacetStopPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type MediaContentRowBlockFacetUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type MediaContentRowBlockOrderByInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n Description?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n Heading?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n MediaBlock?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n _minimumScore?: InputMaybe;\n _modified?: InputMaybe;\n _ranking?: InputMaybe;\n _semanticWeight?: InputMaybe;\n};\n\nexport type MediaContentRowBlockOutput = {\n __typename?: 'MediaContentRowBlockOutput';\n autocomplete?: Maybe;\n cursor?: Maybe;\n facets?: Maybe;\n items?: Maybe>>;\n total?: Maybe;\n};\n\n\nexport type MediaContentRowBlockOutputTotalArgs = {\n all?: InputMaybe;\n};\n\nexport type MediaContentRowBlockWhereInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n Description?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n Heading?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n MediaBlock?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n _and?: InputMaybe>>;\n _fulltext?: InputMaybe;\n _modified?: InputMaybe;\n _not?: InputMaybe>>;\n _or?: InputMaybe>>;\n};\n\n/** Masthead that includes a media item, informative texts, and CTA Buttons. */\nexport type MediaMastheadBlock = IContent & IData & {\n __typename?: 'MediaMastheadBlock';\n Ancestors?: Maybe>>;\n Category?: Maybe>>;\n Changed?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe;\n Description?: Maybe;\n ExistingLanguages?: Maybe>>;\n FeaturedCardContainer?: Maybe>>;\n Heading?: Maybe;\n IsCommonDraft?: Maybe;\n Language?: Maybe;\n LeadIn?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe;\n PageFeaturedDescription?: Maybe;\n PageImageUrl?: Maybe;\n PageIsSearchable?: Maybe;\n PageNavigationTitle?: Maybe;\n ParentLink?: Maybe;\n RelativePath?: Maybe;\n RouteSegment?: Maybe;\n Saved?: Maybe;\n Shortcut?: Maybe;\n SiteId?: Maybe;\n StartPublish?: Maybe;\n Status?: Maybe;\n StopPublish?: Maybe;\n Url?: Maybe;\n /** @deprecated Use `_link` field instead */\n _children?: Maybe;\n _deleted?: Maybe;\n _fulltext?: Maybe>>;\n _id?: Maybe;\n _link?: Maybe;\n _modified?: Maybe;\n _score?: Maybe;\n};\n\n\n/** Masthead that includes a media item, informative texts, and CTA Buttons. */\nexport type MediaMastheadBlockDescriptionArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Masthead that includes a media item, informative texts, and CTA Buttons. */\nexport type MediaMastheadBlockFeaturedCardContainerArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Masthead that includes a media item, informative texts, and CTA Buttons. */\nexport type MediaMastheadBlockHeadingArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Masthead that includes a media item, informative texts, and CTA Buttons. */\nexport type MediaMastheadBlockLeadInArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Masthead that includes a media item, informative texts, and CTA Buttons. */\nexport type MediaMastheadBlockNameArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Masthead that includes a media item, informative texts, and CTA Buttons. */\nexport type MediaMastheadBlock_FulltextArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Masthead that includes a media item, informative texts, and CTA Buttons. */\nexport type MediaMastheadBlock_LinkArgs = {\n type?: InputMaybe;\n};\n\nexport type MediaMastheadBlockAutocomplete = {\n __typename?: 'MediaMastheadBlockAutocomplete';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n ExistingLanguages?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n Status?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type MediaMastheadBlockAutocompleteAncestorsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type MediaMastheadBlockAutocompleteContentTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type MediaMastheadBlockAutocompletePageFeaturedDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type MediaMastheadBlockAutocompletePageImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type MediaMastheadBlockAutocompletePageNavigationTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type MediaMastheadBlockAutocompleteRelativePathArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type MediaMastheadBlockAutocompleteRouteSegmentArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type MediaMastheadBlockAutocompleteShortcutArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type MediaMastheadBlockAutocompleteSiteIdArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type MediaMastheadBlockAutocompleteStatusArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type MediaMastheadBlockAutocompleteUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type MediaMastheadBlockFacet = {\n __typename?: 'MediaMastheadBlockFacet';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n Changed?: Maybe>>;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe>>;\n Description?: Maybe>>;\n ExistingLanguages?: Maybe;\n FeaturedCardContainer?: Maybe;\n Heading?: Maybe>>;\n IsCommonDraft?: Maybe>>;\n Language?: Maybe;\n LeadIn?: Maybe>>;\n MasterLanguage?: Maybe;\n Name?: Maybe>>;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageIsSearchable?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Saved?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n StartPublish?: Maybe>>;\n Status?: Maybe>>;\n StopPublish?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type MediaMastheadBlockFacetAncestorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MediaMastheadBlockFacetChangedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type MediaMastheadBlockFacetContentTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MediaMastheadBlockFacetCreatedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type MediaMastheadBlockFacetDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MediaMastheadBlockFacetHeadingArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MediaMastheadBlockFacetIsCommonDraftArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MediaMastheadBlockFacetLeadInArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MediaMastheadBlockFacetNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MediaMastheadBlockFacetPageFeaturedDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MediaMastheadBlockFacetPageImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MediaMastheadBlockFacetPageIsSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MediaMastheadBlockFacetPageNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MediaMastheadBlockFacetRelativePathArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MediaMastheadBlockFacetRouteSegmentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MediaMastheadBlockFacetSavedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type MediaMastheadBlockFacetShortcutArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MediaMastheadBlockFacetSiteIdArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MediaMastheadBlockFacetStartPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type MediaMastheadBlockFacetStatusArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MediaMastheadBlockFacetStopPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type MediaMastheadBlockFacetUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type MediaMastheadBlockOrderByInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n Description?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n FeaturedCardContainer?: InputMaybe;\n Heading?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n LeadIn?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n _minimumScore?: InputMaybe;\n _modified?: InputMaybe;\n _ranking?: InputMaybe;\n _semanticWeight?: InputMaybe;\n};\n\nexport type MediaMastheadBlockOutput = {\n __typename?: 'MediaMastheadBlockOutput';\n autocomplete?: Maybe;\n cursor?: Maybe;\n facets?: Maybe;\n items?: Maybe>>;\n total?: Maybe;\n};\n\n\nexport type MediaMastheadBlockOutputTotalArgs = {\n all?: InputMaybe;\n};\n\nexport type MediaMastheadBlockWhereInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n Description?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n FeaturedCardContainer?: InputMaybe;\n Heading?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n LeadIn?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n _and?: InputMaybe>>;\n _fulltext?: InputMaybe;\n _modified?: InputMaybe;\n _not?: InputMaybe>>;\n _or?: InputMaybe>>;\n};\n\n/** Allows the display of 1 or 2 media items. */\nexport type MediaRowBlock = IContent & IData & {\n __typename?: 'MediaRowBlock';\n Ancestors?: Maybe>>;\n Category?: Maybe>>;\n Changed?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe;\n ExistingLanguages?: Maybe>>;\n IsCommonDraft?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe;\n PageFeaturedDescription?: Maybe;\n PageImageUrl?: Maybe;\n PageIsSearchable?: Maybe;\n PageNavigationTitle?: Maybe;\n ParentLink?: Maybe;\n RelativePath?: Maybe;\n RouteSegment?: Maybe;\n Saved?: Maybe;\n Shortcut?: Maybe;\n SiteId?: Maybe;\n StartPublish?: Maybe;\n Status?: Maybe;\n StopPublish?: Maybe;\n Url?: Maybe;\n /** @deprecated Use `_link` field instead */\n _children?: Maybe;\n _deleted?: Maybe;\n _fulltext?: Maybe>>;\n _id?: Maybe;\n _link?: Maybe;\n _modified?: Maybe;\n _score?: Maybe;\n};\n\n\n/** Allows the display of 1 or 2 media items. */\nexport type MediaRowBlockNameArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Allows the display of 1 or 2 media items. */\nexport type MediaRowBlock_FulltextArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Allows the display of 1 or 2 media items. */\nexport type MediaRowBlock_LinkArgs = {\n type?: InputMaybe;\n};\n\nexport type MediaRowBlockAutocomplete = {\n __typename?: 'MediaRowBlockAutocomplete';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n ExistingLanguages?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n Status?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type MediaRowBlockAutocompleteAncestorsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type MediaRowBlockAutocompleteContentTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type MediaRowBlockAutocompletePageFeaturedDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type MediaRowBlockAutocompletePageImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type MediaRowBlockAutocompletePageNavigationTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type MediaRowBlockAutocompleteRelativePathArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type MediaRowBlockAutocompleteRouteSegmentArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type MediaRowBlockAutocompleteShortcutArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type MediaRowBlockAutocompleteSiteIdArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type MediaRowBlockAutocompleteStatusArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type MediaRowBlockAutocompleteUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type MediaRowBlockFacet = {\n __typename?: 'MediaRowBlockFacet';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n Changed?: Maybe>>;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe>>;\n ExistingLanguages?: Maybe;\n IsCommonDraft?: Maybe>>;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe>>;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageIsSearchable?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Saved?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n StartPublish?: Maybe>>;\n Status?: Maybe>>;\n StopPublish?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type MediaRowBlockFacetAncestorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MediaRowBlockFacetChangedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type MediaRowBlockFacetContentTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MediaRowBlockFacetCreatedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type MediaRowBlockFacetIsCommonDraftArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MediaRowBlockFacetNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MediaRowBlockFacetPageFeaturedDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MediaRowBlockFacetPageImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MediaRowBlockFacetPageIsSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MediaRowBlockFacetPageNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MediaRowBlockFacetRelativePathArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MediaRowBlockFacetRouteSegmentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MediaRowBlockFacetSavedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type MediaRowBlockFacetShortcutArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MediaRowBlockFacetSiteIdArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MediaRowBlockFacetStartPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type MediaRowBlockFacetStatusArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MediaRowBlockFacetStopPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type MediaRowBlockFacetUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type MediaRowBlockOrderByInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n _minimumScore?: InputMaybe;\n _modified?: InputMaybe;\n _ranking?: InputMaybe;\n _semanticWeight?: InputMaybe;\n};\n\nexport type MediaRowBlockOutput = {\n __typename?: 'MediaRowBlockOutput';\n autocomplete?: Maybe;\n cursor?: Maybe;\n facets?: Maybe;\n items?: Maybe>>;\n total?: Maybe;\n};\n\n\nexport type MediaRowBlockOutputTotalArgs = {\n all?: InputMaybe;\n};\n\nexport type MediaRowBlockWhereInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n _and?: InputMaybe>>;\n _fulltext?: InputMaybe;\n _modified?: InputMaybe;\n _not?: InputMaybe>>;\n _or?: InputMaybe>>;\n};\n\n/** Module with a media item with a caption. */\nexport type MediaWithCaptionContainerBlock = IContent & IData & {\n __typename?: 'MediaWithCaptionContainerBlock';\n Ancestors?: Maybe>>;\n /** Text that appears below the image/video */\n Caption?: Maybe;\n Category?: Maybe>>;\n Changed?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe;\n ExistingLanguages?: Maybe>>;\n Heading?: Maybe;\n IsCommonDraft?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe;\n PageFeaturedDescription?: Maybe;\n PageImageUrl?: Maybe;\n PageIsSearchable?: Maybe;\n PageNavigationTitle?: Maybe;\n ParentLink?: Maybe;\n RelativePath?: Maybe;\n RouteSegment?: Maybe;\n Saved?: Maybe;\n Shortcut?: Maybe;\n SiteId?: Maybe;\n StartPublish?: Maybe;\n Status?: Maybe;\n StopPublish?: Maybe;\n Url?: Maybe;\n /** @deprecated Use `_link` field instead */\n _children?: Maybe;\n _deleted?: Maybe;\n _fulltext?: Maybe>>;\n _id?: Maybe;\n _link?: Maybe;\n _modified?: Maybe;\n _score?: Maybe;\n};\n\n\n/** Module with a media item with a caption. */\nexport type MediaWithCaptionContainerBlockCaptionArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Module with a media item with a caption. */\nexport type MediaWithCaptionContainerBlockHeadingArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Module with a media item with a caption. */\nexport type MediaWithCaptionContainerBlockNameArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Module with a media item with a caption. */\nexport type MediaWithCaptionContainerBlock_FulltextArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Module with a media item with a caption. */\nexport type MediaWithCaptionContainerBlock_LinkArgs = {\n type?: InputMaybe;\n};\n\nexport type MediaWithCaptionContainerBlockAutocomplete = {\n __typename?: 'MediaWithCaptionContainerBlockAutocomplete';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n ExistingLanguages?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n Status?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type MediaWithCaptionContainerBlockAutocompleteAncestorsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type MediaWithCaptionContainerBlockAutocompleteContentTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type MediaWithCaptionContainerBlockAutocompletePageFeaturedDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type MediaWithCaptionContainerBlockAutocompletePageImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type MediaWithCaptionContainerBlockAutocompletePageNavigationTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type MediaWithCaptionContainerBlockAutocompleteRelativePathArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type MediaWithCaptionContainerBlockAutocompleteRouteSegmentArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type MediaWithCaptionContainerBlockAutocompleteShortcutArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type MediaWithCaptionContainerBlockAutocompleteSiteIdArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type MediaWithCaptionContainerBlockAutocompleteStatusArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type MediaWithCaptionContainerBlockAutocompleteUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type MediaWithCaptionContainerBlockFacet = {\n __typename?: 'MediaWithCaptionContainerBlockFacet';\n Ancestors?: Maybe>>;\n Caption?: Maybe>>;\n Category?: Maybe;\n Changed?: Maybe>>;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe>>;\n ExistingLanguages?: Maybe;\n Heading?: Maybe>>;\n IsCommonDraft?: Maybe>>;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe>>;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageIsSearchable?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Saved?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n StartPublish?: Maybe>>;\n Status?: Maybe>>;\n StopPublish?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type MediaWithCaptionContainerBlockFacetAncestorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MediaWithCaptionContainerBlockFacetCaptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MediaWithCaptionContainerBlockFacetChangedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type MediaWithCaptionContainerBlockFacetContentTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MediaWithCaptionContainerBlockFacetCreatedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type MediaWithCaptionContainerBlockFacetHeadingArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MediaWithCaptionContainerBlockFacetIsCommonDraftArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MediaWithCaptionContainerBlockFacetNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MediaWithCaptionContainerBlockFacetPageFeaturedDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MediaWithCaptionContainerBlockFacetPageImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MediaWithCaptionContainerBlockFacetPageIsSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MediaWithCaptionContainerBlockFacetPageNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MediaWithCaptionContainerBlockFacetRelativePathArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MediaWithCaptionContainerBlockFacetRouteSegmentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MediaWithCaptionContainerBlockFacetSavedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type MediaWithCaptionContainerBlockFacetShortcutArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MediaWithCaptionContainerBlockFacetSiteIdArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MediaWithCaptionContainerBlockFacetStartPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type MediaWithCaptionContainerBlockFacetStatusArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MediaWithCaptionContainerBlockFacetStopPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type MediaWithCaptionContainerBlockFacetUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type MediaWithCaptionContainerBlockOrderByInput = {\n Ancestors?: InputMaybe;\n Caption?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n Heading?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n _minimumScore?: InputMaybe;\n _modified?: InputMaybe;\n _ranking?: InputMaybe;\n _semanticWeight?: InputMaybe;\n};\n\nexport type MediaWithCaptionContainerBlockOutput = {\n __typename?: 'MediaWithCaptionContainerBlockOutput';\n autocomplete?: Maybe;\n cursor?: Maybe;\n facets?: Maybe;\n items?: Maybe>>;\n total?: Maybe;\n};\n\n\nexport type MediaWithCaptionContainerBlockOutputTotalArgs = {\n all?: InputMaybe;\n};\n\nexport type MediaWithCaptionContainerBlockWhereInput = {\n Ancestors?: InputMaybe;\n Caption?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n Heading?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n _and?: InputMaybe>>;\n _fulltext?: InputMaybe;\n _modified?: InputMaybe;\n _not?: InputMaybe>>;\n _or?: InputMaybe>>;\n};\n\nexport type MegaMenuBlock = IContent & IData & {\n __typename?: 'MegaMenuBlock';\n AboutBlockSection?: Maybe>>;\n Ancestors?: Maybe>>;\n Category?: Maybe>>;\n Changed?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe;\n ExistingLanguages?: Maybe>>;\n IsCommonDraft?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n MegaMenuItems?: Maybe>>;\n Name?: Maybe;\n PageFeaturedDescription?: Maybe;\n PageImageUrl?: Maybe;\n PageIsSearchable?: Maybe;\n PageNavigationTitle?: Maybe;\n ParentLink?: Maybe;\n RelativePath?: Maybe;\n RouteSegment?: Maybe;\n Saved?: Maybe;\n Shortcut?: Maybe;\n SiteId?: Maybe;\n StartPublish?: Maybe;\n Status?: Maybe;\n StopPublish?: Maybe;\n Url?: Maybe;\n /** @deprecated Use `_link` field instead */\n _children?: Maybe;\n _deleted?: Maybe;\n _fulltext?: Maybe>>;\n _id?: Maybe;\n _link?: Maybe;\n _modified?: Maybe;\n _score?: Maybe;\n};\n\n\nexport type MegaMenuBlockAboutBlockSectionArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type MegaMenuBlockMegaMenuItemsArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type MegaMenuBlockNameArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type MegaMenuBlock_FulltextArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type MegaMenuBlock_LinkArgs = {\n type?: InputMaybe;\n};\n\nexport type MegaMenuBlockAutocomplete = {\n __typename?: 'MegaMenuBlockAutocomplete';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n ExistingLanguages?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n Status?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type MegaMenuBlockAutocompleteAncestorsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type MegaMenuBlockAutocompleteContentTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type MegaMenuBlockAutocompletePageFeaturedDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type MegaMenuBlockAutocompletePageImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type MegaMenuBlockAutocompletePageNavigationTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type MegaMenuBlockAutocompleteRelativePathArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type MegaMenuBlockAutocompleteRouteSegmentArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type MegaMenuBlockAutocompleteShortcutArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type MegaMenuBlockAutocompleteSiteIdArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type MegaMenuBlockAutocompleteStatusArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type MegaMenuBlockAutocompleteUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type MegaMenuBlockFacet = {\n __typename?: 'MegaMenuBlockFacet';\n AboutBlockSection?: Maybe;\n Ancestors?: Maybe>>;\n Category?: Maybe;\n Changed?: Maybe>>;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe>>;\n ExistingLanguages?: Maybe;\n IsCommonDraft?: Maybe>>;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n MegaMenuItems?: Maybe;\n Name?: Maybe>>;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageIsSearchable?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Saved?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n StartPublish?: Maybe>>;\n Status?: Maybe>>;\n StopPublish?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type MegaMenuBlockFacetAncestorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MegaMenuBlockFacetChangedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type MegaMenuBlockFacetContentTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MegaMenuBlockFacetCreatedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type MegaMenuBlockFacetIsCommonDraftArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MegaMenuBlockFacetNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MegaMenuBlockFacetPageFeaturedDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MegaMenuBlockFacetPageImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MegaMenuBlockFacetPageIsSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MegaMenuBlockFacetPageNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MegaMenuBlockFacetRelativePathArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MegaMenuBlockFacetRouteSegmentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MegaMenuBlockFacetSavedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type MegaMenuBlockFacetShortcutArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MegaMenuBlockFacetSiteIdArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MegaMenuBlockFacetStartPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type MegaMenuBlockFacetStatusArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MegaMenuBlockFacetStopPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type MegaMenuBlockFacetUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type MegaMenuBlockOrderByInput = {\n AboutBlockSection?: InputMaybe;\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n MegaMenuItems?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n _minimumScore?: InputMaybe;\n _modified?: InputMaybe;\n _ranking?: InputMaybe;\n _semanticWeight?: InputMaybe;\n};\n\nexport type MegaMenuBlockOutput = {\n __typename?: 'MegaMenuBlockOutput';\n autocomplete?: Maybe;\n cursor?: Maybe;\n facets?: Maybe;\n items?: Maybe>>;\n total?: Maybe;\n};\n\n\nexport type MegaMenuBlockOutputTotalArgs = {\n all?: InputMaybe;\n};\n\nexport type MegaMenuBlockWhereInput = {\n AboutBlockSection?: InputMaybe;\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n MegaMenuItems?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n _and?: InputMaybe>>;\n _fulltext?: InputMaybe;\n _modified?: InputMaybe;\n _not?: InputMaybe>>;\n _or?: InputMaybe>>;\n};\n\nexport type MonetaryReward = IContent & IData & {\n __typename?: 'MonetaryReward';\n Ancestors?: Maybe>>;\n Category?: Maybe>>;\n Changed?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe;\n ExistingLanguages?: Maybe>>;\n IsCommonDraft?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe;\n PageFeaturedDescription?: Maybe;\n PageImageUrl?: Maybe;\n PageIsSearchable?: Maybe;\n PageNavigationTitle?: Maybe;\n ParentLink?: Maybe;\n RelativePath?: Maybe;\n RouteSegment?: Maybe;\n Saved?: Maybe;\n Shortcut?: Maybe;\n SiteId?: Maybe;\n StartPublish?: Maybe;\n Status?: Maybe;\n StopPublish?: Maybe;\n Url?: Maybe;\n UseAmounts?: Maybe;\n /** @deprecated Use `_link` field instead */\n _children?: Maybe;\n _deleted?: Maybe;\n _fulltext?: Maybe>>;\n _id?: Maybe;\n _link?: Maybe;\n _modified?: Maybe;\n _score?: Maybe;\n};\n\n\nexport type MonetaryRewardNameArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type MonetaryReward_FulltextArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type MonetaryReward_LinkArgs = {\n type?: InputMaybe;\n};\n\nexport type MonetaryRewardAutocomplete = {\n __typename?: 'MonetaryRewardAutocomplete';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n ExistingLanguages?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n Status?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type MonetaryRewardAutocompleteAncestorsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type MonetaryRewardAutocompleteContentTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type MonetaryRewardAutocompletePageFeaturedDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type MonetaryRewardAutocompletePageImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type MonetaryRewardAutocompletePageNavigationTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type MonetaryRewardAutocompleteRelativePathArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type MonetaryRewardAutocompleteRouteSegmentArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type MonetaryRewardAutocompleteShortcutArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type MonetaryRewardAutocompleteSiteIdArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type MonetaryRewardAutocompleteStatusArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type MonetaryRewardAutocompleteUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type MonetaryRewardFacet = {\n __typename?: 'MonetaryRewardFacet';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n Changed?: Maybe>>;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe>>;\n ExistingLanguages?: Maybe;\n IsCommonDraft?: Maybe>>;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe>>;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageIsSearchable?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Saved?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n StartPublish?: Maybe>>;\n Status?: Maybe>>;\n StopPublish?: Maybe>>;\n Url?: Maybe>>;\n UseAmounts?: Maybe>>;\n};\n\n\nexport type MonetaryRewardFacetAncestorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MonetaryRewardFacetChangedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type MonetaryRewardFacetContentTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MonetaryRewardFacetCreatedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type MonetaryRewardFacetIsCommonDraftArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MonetaryRewardFacetNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MonetaryRewardFacetPageFeaturedDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MonetaryRewardFacetPageImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MonetaryRewardFacetPageIsSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MonetaryRewardFacetPageNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MonetaryRewardFacetRelativePathArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MonetaryRewardFacetRouteSegmentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MonetaryRewardFacetSavedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type MonetaryRewardFacetShortcutArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MonetaryRewardFacetSiteIdArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MonetaryRewardFacetStartPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type MonetaryRewardFacetStatusArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MonetaryRewardFacetStopPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type MonetaryRewardFacetUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MonetaryRewardFacetUseAmountsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type MonetaryRewardOrderByInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n UseAmounts?: InputMaybe;\n _minimumScore?: InputMaybe;\n _modified?: InputMaybe;\n _ranking?: InputMaybe;\n _semanticWeight?: InputMaybe;\n};\n\nexport type MonetaryRewardOutput = {\n __typename?: 'MonetaryRewardOutput';\n autocomplete?: Maybe;\n cursor?: Maybe;\n facets?: Maybe;\n items?: Maybe>>;\n total?: Maybe;\n};\n\n\nexport type MonetaryRewardOutputTotalArgs = {\n all?: InputMaybe;\n};\n\nexport type MonetaryRewardWhereInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n UseAmounts?: InputMaybe;\n _and?: InputMaybe>>;\n _fulltext?: InputMaybe;\n _modified?: InputMaybe;\n _not?: InputMaybe>>;\n _or?: InputMaybe>>;\n};\n\n/** Module to showcase 2 media items with a headline, description, and 2 buttons. */\nexport type MultipleMediaItemContentRowBlock = IContent & IData & {\n __typename?: 'MultipleMediaItemContentRowBlock';\n Ancestors?: Maybe>>;\n Category?: Maybe>>;\n Changed?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe;\n Description?: Maybe;\n ExistingLanguages?: Maybe>>;\n Heading?: Maybe;\n IsCommonDraft?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe;\n PageFeaturedDescription?: Maybe;\n PageImageUrl?: Maybe;\n PageIsSearchable?: Maybe;\n PageNavigationTitle?: Maybe;\n ParentLink?: Maybe;\n RelativePath?: Maybe;\n RouteSegment?: Maybe;\n Saved?: Maybe;\n Shortcut?: Maybe;\n SiteId?: Maybe;\n StartPublish?: Maybe;\n Status?: Maybe;\n StopPublish?: Maybe;\n Url?: Maybe;\n /** @deprecated Use `_link` field instead */\n _children?: Maybe;\n _deleted?: Maybe;\n _fulltext?: Maybe>>;\n _id?: Maybe;\n _link?: Maybe;\n _modified?: Maybe;\n _score?: Maybe;\n};\n\n\n/** Module to showcase 2 media items with a headline, description, and 2 buttons. */\nexport type MultipleMediaItemContentRowBlockDescriptionArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Module to showcase 2 media items with a headline, description, and 2 buttons. */\nexport type MultipleMediaItemContentRowBlockHeadingArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Module to showcase 2 media items with a headline, description, and 2 buttons. */\nexport type MultipleMediaItemContentRowBlockNameArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Module to showcase 2 media items with a headline, description, and 2 buttons. */\nexport type MultipleMediaItemContentRowBlock_FulltextArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Module to showcase 2 media items with a headline, description, and 2 buttons. */\nexport type MultipleMediaItemContentRowBlock_LinkArgs = {\n type?: InputMaybe;\n};\n\nexport type MultipleMediaItemContentRowBlockAutocomplete = {\n __typename?: 'MultipleMediaItemContentRowBlockAutocomplete';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n ExistingLanguages?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n Status?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type MultipleMediaItemContentRowBlockAutocompleteAncestorsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type MultipleMediaItemContentRowBlockAutocompleteContentTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type MultipleMediaItemContentRowBlockAutocompletePageFeaturedDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type MultipleMediaItemContentRowBlockAutocompletePageImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type MultipleMediaItemContentRowBlockAutocompletePageNavigationTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type MultipleMediaItemContentRowBlockAutocompleteRelativePathArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type MultipleMediaItemContentRowBlockAutocompleteRouteSegmentArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type MultipleMediaItemContentRowBlockAutocompleteShortcutArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type MultipleMediaItemContentRowBlockAutocompleteSiteIdArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type MultipleMediaItemContentRowBlockAutocompleteStatusArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type MultipleMediaItemContentRowBlockAutocompleteUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type MultipleMediaItemContentRowBlockFacet = {\n __typename?: 'MultipleMediaItemContentRowBlockFacet';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n Changed?: Maybe>>;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe>>;\n Description?: Maybe>>;\n ExistingLanguages?: Maybe;\n Heading?: Maybe>>;\n IsCommonDraft?: Maybe>>;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe>>;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageIsSearchable?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Saved?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n StartPublish?: Maybe>>;\n Status?: Maybe>>;\n StopPublish?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type MultipleMediaItemContentRowBlockFacetAncestorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MultipleMediaItemContentRowBlockFacetChangedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type MultipleMediaItemContentRowBlockFacetContentTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MultipleMediaItemContentRowBlockFacetCreatedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type MultipleMediaItemContentRowBlockFacetDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MultipleMediaItemContentRowBlockFacetHeadingArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MultipleMediaItemContentRowBlockFacetIsCommonDraftArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MultipleMediaItemContentRowBlockFacetNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MultipleMediaItemContentRowBlockFacetPageFeaturedDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MultipleMediaItemContentRowBlockFacetPageImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MultipleMediaItemContentRowBlockFacetPageIsSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MultipleMediaItemContentRowBlockFacetPageNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MultipleMediaItemContentRowBlockFacetRelativePathArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MultipleMediaItemContentRowBlockFacetRouteSegmentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MultipleMediaItemContentRowBlockFacetSavedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type MultipleMediaItemContentRowBlockFacetShortcutArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MultipleMediaItemContentRowBlockFacetSiteIdArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MultipleMediaItemContentRowBlockFacetStartPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type MultipleMediaItemContentRowBlockFacetStatusArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MultipleMediaItemContentRowBlockFacetStopPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type MultipleMediaItemContentRowBlockFacetUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type MultipleMediaItemContentRowBlockOrderByInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n Description?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n Heading?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n _minimumScore?: InputMaybe;\n _modified?: InputMaybe;\n _ranking?: InputMaybe;\n _semanticWeight?: InputMaybe;\n};\n\nexport type MultipleMediaItemContentRowBlockOutput = {\n __typename?: 'MultipleMediaItemContentRowBlockOutput';\n autocomplete?: Maybe;\n cursor?: Maybe;\n facets?: Maybe;\n items?: Maybe>>;\n total?: Maybe;\n};\n\n\nexport type MultipleMediaItemContentRowBlockOutputTotalArgs = {\n all?: InputMaybe;\n};\n\nexport type MultipleMediaItemContentRowBlockWhereInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n Description?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n Heading?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n _and?: InputMaybe>>;\n _fulltext?: InputMaybe;\n _modified?: InputMaybe;\n _not?: InputMaybe>>;\n _or?: InputMaybe>>;\n};\n\n/** Module featuring a single media item and multiple sections. */\nexport type MultipleSectionsMediaBlock = IContent & IData & {\n __typename?: 'MultipleSectionsMediaBlock';\n Ancestors?: Maybe>>;\n Category?: Maybe>>;\n Changed?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe;\n ExistingLanguages?: Maybe>>;\n Heading?: Maybe;\n IsCommonDraft?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe;\n PageFeaturedDescription?: Maybe;\n PageImageUrl?: Maybe;\n PageIsSearchable?: Maybe;\n PageNavigationTitle?: Maybe;\n ParentLink?: Maybe;\n RelativePath?: Maybe;\n RouteSegment?: Maybe;\n Saved?: Maybe;\n SectionsListBlocks?: Maybe>>;\n Shortcut?: Maybe;\n SiteId?: Maybe;\n StartPublish?: Maybe;\n Status?: Maybe;\n StopPublish?: Maybe;\n Url?: Maybe;\n /** @deprecated Use `_link` field instead */\n _children?: Maybe;\n _deleted?: Maybe;\n _fulltext?: Maybe>>;\n _id?: Maybe;\n _link?: Maybe;\n _modified?: Maybe;\n _score?: Maybe;\n};\n\n\n/** Module featuring a single media item and multiple sections. */\nexport type MultipleSectionsMediaBlockHeadingArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Module featuring a single media item and multiple sections. */\nexport type MultipleSectionsMediaBlockNameArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Module featuring a single media item and multiple sections. */\nexport type MultipleSectionsMediaBlockSectionsListBlocksArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Module featuring a single media item and multiple sections. */\nexport type MultipleSectionsMediaBlock_FulltextArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Module featuring a single media item and multiple sections. */\nexport type MultipleSectionsMediaBlock_LinkArgs = {\n type?: InputMaybe;\n};\n\nexport type MultipleSectionsMediaBlockAutocomplete = {\n __typename?: 'MultipleSectionsMediaBlockAutocomplete';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n ExistingLanguages?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n Status?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type MultipleSectionsMediaBlockAutocompleteAncestorsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type MultipleSectionsMediaBlockAutocompleteContentTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type MultipleSectionsMediaBlockAutocompletePageFeaturedDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type MultipleSectionsMediaBlockAutocompletePageImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type MultipleSectionsMediaBlockAutocompletePageNavigationTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type MultipleSectionsMediaBlockAutocompleteRelativePathArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type MultipleSectionsMediaBlockAutocompleteRouteSegmentArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type MultipleSectionsMediaBlockAutocompleteShortcutArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type MultipleSectionsMediaBlockAutocompleteSiteIdArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type MultipleSectionsMediaBlockAutocompleteStatusArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type MultipleSectionsMediaBlockAutocompleteUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type MultipleSectionsMediaBlockFacet = {\n __typename?: 'MultipleSectionsMediaBlockFacet';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n Changed?: Maybe>>;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe>>;\n ExistingLanguages?: Maybe;\n Heading?: Maybe>>;\n IsCommonDraft?: Maybe>>;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe>>;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageIsSearchable?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Saved?: Maybe>>;\n SectionsListBlocks?: Maybe;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n StartPublish?: Maybe>>;\n Status?: Maybe>>;\n StopPublish?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type MultipleSectionsMediaBlockFacetAncestorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MultipleSectionsMediaBlockFacetChangedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type MultipleSectionsMediaBlockFacetContentTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MultipleSectionsMediaBlockFacetCreatedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type MultipleSectionsMediaBlockFacetHeadingArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MultipleSectionsMediaBlockFacetIsCommonDraftArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MultipleSectionsMediaBlockFacetNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MultipleSectionsMediaBlockFacetPageFeaturedDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MultipleSectionsMediaBlockFacetPageImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MultipleSectionsMediaBlockFacetPageIsSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MultipleSectionsMediaBlockFacetPageNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MultipleSectionsMediaBlockFacetRelativePathArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MultipleSectionsMediaBlockFacetRouteSegmentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MultipleSectionsMediaBlockFacetSavedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type MultipleSectionsMediaBlockFacetShortcutArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MultipleSectionsMediaBlockFacetSiteIdArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MultipleSectionsMediaBlockFacetStartPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type MultipleSectionsMediaBlockFacetStatusArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MultipleSectionsMediaBlockFacetStopPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type MultipleSectionsMediaBlockFacetUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type MultipleSectionsMediaBlockOrderByInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n Heading?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n SectionsListBlocks?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n _minimumScore?: InputMaybe;\n _modified?: InputMaybe;\n _ranking?: InputMaybe;\n _semanticWeight?: InputMaybe;\n};\n\nexport type MultipleSectionsMediaBlockOutput = {\n __typename?: 'MultipleSectionsMediaBlockOutput';\n autocomplete?: Maybe;\n cursor?: Maybe;\n facets?: Maybe;\n items?: Maybe>>;\n total?: Maybe;\n};\n\n\nexport type MultipleSectionsMediaBlockOutputTotalArgs = {\n all?: InputMaybe;\n};\n\nexport type MultipleSectionsMediaBlockWhereInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n Heading?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n SectionsListBlocks?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n _and?: InputMaybe>>;\n _fulltext?: InputMaybe;\n _modified?: InputMaybe;\n _not?: InputMaybe>>;\n _or?: InputMaybe>>;\n};\n\nexport type MyAccountPage = IContent & IData & {\n __typename?: 'MyAccountPage';\n Ancestors?: Maybe>>;\n AreaOfStudyFacet?: Maybe;\n BreadcrumbsTitle?: Maybe;\n CampusLocationFacet?: Maybe;\n Category?: Maybe>>;\n Changed?: Maybe;\n CollegeOrSchoolFacet?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe;\n DegreesFacet?: Maybe;\n DepartmentFacet?: Maybe;\n /** Text that appears below the heading. */\n Description?: Maybe;\n DisableIndexing?: Maybe;\n /** This will determine whether or not to show on the sitemap */\n ExcludeFromSitemap?: Maybe;\n ExistingLanguages?: Maybe>>;\n FeaturedDescription?: Maybe;\n HideSiteFooter?: Maybe;\n HideSiteHeader?: Maybe;\n IsCommonDraft?: Maybe;\n IsFeaturedContent?: Maybe;\n Keywords?: Maybe;\n KeywordsFacet?: Maybe;\n Language?: Maybe;\n LocationFacet?: Maybe;\n MainContentArea?: Maybe>>;\n MasterLanguage?: Maybe;\n Name?: Maybe;\n NavigationTitle?: Maybe;\n /** The link and text will be used when the page is displayed as a card in other modules. By default, the link is the same as the actual page. */\n OverrideCardLink?: Maybe;\n PageFeaturedDescription?: Maybe;\n /** Image that will be used when the page is displayed as a card for Generic Pages. Recommended Image Size: 1536x1152 px (4:3 Aspect Ratio) */\n PageImage?: Maybe;\n PageImageUrl?: Maybe;\n PageIsSearchable?: Maybe;\n PageNavigationTitle?: Maybe;\n ParentLink?: Maybe;\n ProgramTypeFacet?: Maybe;\n RelativePath?: Maybe;\n RouteSegment?: Maybe;\n Saved?: Maybe;\n /** This will determine whether or not to show on search */\n Searchable?: Maybe;\n Shortcut?: Maybe;\n /** This will determine whether or not breadcrumb will be displayed */\n ShowBreadcrumbs?: Maybe;\n /** This will determine whether or not commerce header will be displayed */\n ShowCommerceHeader?: Maybe;\n SiteId?: Maybe;\n StartPublish?: Maybe;\n Status?: Maybe;\n StopPublish?: Maybe;\n TrackOdp?: Maybe;\n Url?: Maybe;\n /** @deprecated Use `_link` field instead */\n _children?: Maybe;\n _deleted?: Maybe;\n _fulltext?: Maybe>>;\n _id?: Maybe;\n _link?: Maybe;\n _modified?: Maybe;\n _score?: Maybe;\n};\n\n\nexport type MyAccountPageDisableIndexingArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type MyAccountPageExcludeFromSitemapArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type MyAccountPageHideSiteFooterArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type MyAccountPageHideSiteHeaderArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type MyAccountPageIsFeaturedContentArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type MyAccountPageKeywordsArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type MyAccountPageMainContentAreaArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type MyAccountPageNameArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type MyAccountPageNavigationTitleArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type MyAccountPageSearchableArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type MyAccountPageShowBreadcrumbsArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type MyAccountPageShowCommerceHeaderArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type MyAccountPageTrackOdpArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type MyAccountPage_FulltextArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type MyAccountPage_LinkArgs = {\n type?: InputMaybe;\n};\n\nexport type MyAccountPageAutocomplete = {\n __typename?: 'MyAccountPageAutocomplete';\n Ancestors?: Maybe>>;\n AreaOfStudyFacet?: Maybe;\n CampusLocationFacet?: Maybe;\n Category?: Maybe;\n CollegeOrSchoolFacet?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n DegreesFacet?: Maybe;\n DepartmentFacet?: Maybe;\n ExistingLanguages?: Maybe;\n KeywordsFacet?: Maybe;\n Language?: Maybe;\n LocationFacet?: Maybe;\n MasterLanguage?: Maybe;\n OverrideCardLink?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImage?: Maybe;\n PageImageUrl?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n ProgramTypeFacet?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n Status?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type MyAccountPageAutocompleteAncestorsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type MyAccountPageAutocompleteContentTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type MyAccountPageAutocompletePageFeaturedDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type MyAccountPageAutocompletePageImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type MyAccountPageAutocompletePageNavigationTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type MyAccountPageAutocompleteRelativePathArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type MyAccountPageAutocompleteRouteSegmentArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type MyAccountPageAutocompleteShortcutArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type MyAccountPageAutocompleteSiteIdArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type MyAccountPageAutocompleteStatusArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type MyAccountPageAutocompleteUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type MyAccountPageFacet = {\n __typename?: 'MyAccountPageFacet';\n Ancestors?: Maybe>>;\n AreaOfStudyFacet?: Maybe;\n CampusLocationFacet?: Maybe;\n Category?: Maybe;\n Changed?: Maybe>>;\n CollegeOrSchoolFacet?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe>>;\n DegreesFacet?: Maybe;\n DepartmentFacet?: Maybe;\n DisableIndexing?: Maybe>>;\n ExcludeFromSitemap?: Maybe>>;\n ExistingLanguages?: Maybe;\n HideSiteFooter?: Maybe>>;\n HideSiteHeader?: Maybe>>;\n IsCommonDraft?: Maybe>>;\n IsFeaturedContent?: Maybe>>;\n Keywords?: Maybe>>;\n KeywordsFacet?: Maybe;\n Language?: Maybe;\n LocationFacet?: Maybe;\n MainContentArea?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe>>;\n NavigationTitle?: Maybe>>;\n OverrideCardLink?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImage?: Maybe;\n PageImageUrl?: Maybe>>;\n PageIsSearchable?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n ProgramTypeFacet?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Saved?: Maybe>>;\n Searchable?: Maybe>>;\n Shortcut?: Maybe>>;\n ShowBreadcrumbs?: Maybe>>;\n ShowCommerceHeader?: Maybe>>;\n SiteId?: Maybe>>;\n StartPublish?: Maybe>>;\n Status?: Maybe>>;\n StopPublish?: Maybe>>;\n TrackOdp?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type MyAccountPageFacetAncestorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MyAccountPageFacetChangedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type MyAccountPageFacetContentTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MyAccountPageFacetCreatedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type MyAccountPageFacetDisableIndexingArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MyAccountPageFacetExcludeFromSitemapArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MyAccountPageFacetHideSiteFooterArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MyAccountPageFacetHideSiteHeaderArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MyAccountPageFacetIsCommonDraftArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MyAccountPageFacetIsFeaturedContentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MyAccountPageFacetKeywordsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MyAccountPageFacetNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MyAccountPageFacetNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MyAccountPageFacetPageFeaturedDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MyAccountPageFacetPageImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MyAccountPageFacetPageIsSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MyAccountPageFacetPageNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MyAccountPageFacetRelativePathArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MyAccountPageFacetRouteSegmentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MyAccountPageFacetSavedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type MyAccountPageFacetSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MyAccountPageFacetShortcutArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MyAccountPageFacetShowBreadcrumbsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MyAccountPageFacetShowCommerceHeaderArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MyAccountPageFacetSiteIdArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MyAccountPageFacetStartPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type MyAccountPageFacetStatusArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MyAccountPageFacetStopPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type MyAccountPageFacetTrackOdpArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MyAccountPageFacetUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type MyAccountPageOrderByInput = {\n Ancestors?: InputMaybe;\n AreaOfStudyFacet?: InputMaybe;\n CampusLocationFacet?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n CollegeOrSchoolFacet?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n DegreesFacet?: InputMaybe;\n DepartmentFacet?: InputMaybe;\n DisableIndexing?: InputMaybe;\n ExcludeFromSitemap?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n HideSiteFooter?: InputMaybe;\n HideSiteHeader?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n IsFeaturedContent?: InputMaybe;\n Keywords?: InputMaybe;\n KeywordsFacet?: InputMaybe;\n Language?: InputMaybe;\n LocationFacet?: InputMaybe;\n MainContentArea?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n NavigationTitle?: InputMaybe;\n OverrideCardLink?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImage?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n ProgramTypeFacet?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Searchable?: InputMaybe;\n Shortcut?: InputMaybe;\n ShowBreadcrumbs?: InputMaybe;\n ShowCommerceHeader?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n TrackOdp?: InputMaybe;\n Url?: InputMaybe;\n _minimumScore?: InputMaybe;\n _modified?: InputMaybe;\n _ranking?: InputMaybe;\n _semanticWeight?: InputMaybe;\n};\n\nexport type MyAccountPageOutput = {\n __typename?: 'MyAccountPageOutput';\n autocomplete?: Maybe;\n cursor?: Maybe;\n facets?: Maybe;\n items?: Maybe>>;\n total?: Maybe;\n};\n\n\nexport type MyAccountPageOutputTotalArgs = {\n all?: InputMaybe;\n};\n\nexport type MyAccountPageWhereInput = {\n Ancestors?: InputMaybe;\n AreaOfStudyFacet?: InputMaybe;\n CampusLocationFacet?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n CollegeOrSchoolFacet?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n DegreesFacet?: InputMaybe;\n DepartmentFacet?: InputMaybe;\n DisableIndexing?: InputMaybe;\n ExcludeFromSitemap?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n HideSiteFooter?: InputMaybe;\n HideSiteHeader?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n IsFeaturedContent?: InputMaybe;\n Keywords?: InputMaybe;\n KeywordsFacet?: InputMaybe;\n Language?: InputMaybe;\n LocationFacet?: InputMaybe;\n MainContentArea?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n NavigationTitle?: InputMaybe;\n OverrideCardLink?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImage?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n ProgramTypeFacet?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Searchable?: InputMaybe;\n Shortcut?: InputMaybe;\n ShowBreadcrumbs?: InputMaybe;\n ShowCommerceHeader?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n TrackOdp?: InputMaybe;\n Url?: InputMaybe;\n _and?: InputMaybe>>;\n _fulltext?: InputMaybe;\n _modified?: InputMaybe;\n _not?: InputMaybe>>;\n _or?: InputMaybe>>;\n};\n\n/** View all your invoices. */\nexport type MyInvoicesPage = IContent & IData & {\n __typename?: 'MyInvoicesPage';\n Ancestors?: Maybe>>;\n AreaOfStudyFacet?: Maybe;\n BreadcrumbsTitle?: Maybe;\n CampusLocationFacet?: Maybe;\n Category?: Maybe>>;\n Changed?: Maybe;\n CollegeOrSchoolFacet?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe;\n DegreesFacet?: Maybe;\n DepartmentFacet?: Maybe;\n DisableIndexing?: Maybe;\n /** This will determine whether or not to show on the sitemap */\n ExcludeFromSitemap?: Maybe;\n ExistingLanguages?: Maybe>>;\n FeaturedDescription?: Maybe;\n Heading?: Maybe;\n HideSiteFooter?: Maybe;\n HideSiteHeader?: Maybe;\n IsCommonDraft?: Maybe;\n IsFeaturedContent?: Maybe;\n Keywords?: Maybe;\n KeywordsFacet?: Maybe;\n Language?: Maybe;\n LocationFacet?: Maybe;\n MainContentArea?: Maybe>>;\n MasterLanguage?: Maybe;\n Name?: Maybe;\n NavigationTitle?: Maybe;\n /** The link and text will be used when the page is displayed as a card in other modules. By default, the link is the same as the actual page. */\n OverrideCardLink?: Maybe;\n PageFeaturedDescription?: Maybe;\n /** Image that will be used when the page is displayed as a card for Generic Pages. Recommended Image Size: 1536x1152 px (4:3 Aspect Ratio) */\n PageImage?: Maybe;\n PageImageUrl?: Maybe;\n PageIsSearchable?: Maybe;\n PageNavigationTitle?: Maybe;\n ParentLink?: Maybe;\n ProgramTypeFacet?: Maybe;\n RelativePath?: Maybe;\n RouteSegment?: Maybe;\n Saved?: Maybe;\n /** This will determine whether or not to show on search */\n Searchable?: Maybe;\n Shortcut?: Maybe;\n /** This will determine whether or not breadcrumb will be displayed */\n ShowBreadcrumbs?: Maybe;\n /** This will determine whether or not commerce header will be displayed */\n ShowCommerceHeader?: Maybe;\n SiteId?: Maybe;\n StartPublish?: Maybe;\n Status?: Maybe;\n StopPublish?: Maybe;\n TrackOdp?: Maybe;\n Url?: Maybe;\n /** @deprecated Use `_link` field instead */\n _children?: Maybe;\n _deleted?: Maybe;\n _fulltext?: Maybe>>;\n _id?: Maybe;\n _link?: Maybe;\n _modified?: Maybe;\n _score?: Maybe;\n};\n\n\n/** View all your invoices. */\nexport type MyInvoicesPageDisableIndexingArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** View all your invoices. */\nexport type MyInvoicesPageExcludeFromSitemapArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** View all your invoices. */\nexport type MyInvoicesPageHideSiteFooterArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** View all your invoices. */\nexport type MyInvoicesPageHideSiteHeaderArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** View all your invoices. */\nexport type MyInvoicesPageIsFeaturedContentArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** View all your invoices. */\nexport type MyInvoicesPageKeywordsArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** View all your invoices. */\nexport type MyInvoicesPageMainContentAreaArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** View all your invoices. */\nexport type MyInvoicesPageNameArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** View all your invoices. */\nexport type MyInvoicesPageNavigationTitleArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** View all your invoices. */\nexport type MyInvoicesPageSearchableArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** View all your invoices. */\nexport type MyInvoicesPageShowBreadcrumbsArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** View all your invoices. */\nexport type MyInvoicesPageShowCommerceHeaderArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** View all your invoices. */\nexport type MyInvoicesPageTrackOdpArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** View all your invoices. */\nexport type MyInvoicesPage_FulltextArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** View all your invoices. */\nexport type MyInvoicesPage_LinkArgs = {\n type?: InputMaybe;\n};\n\nexport type MyInvoicesPageAutocomplete = {\n __typename?: 'MyInvoicesPageAutocomplete';\n Ancestors?: Maybe>>;\n AreaOfStudyFacet?: Maybe;\n CampusLocationFacet?: Maybe;\n Category?: Maybe;\n CollegeOrSchoolFacet?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n DegreesFacet?: Maybe;\n DepartmentFacet?: Maybe;\n ExistingLanguages?: Maybe;\n KeywordsFacet?: Maybe;\n Language?: Maybe;\n LocationFacet?: Maybe;\n MasterLanguage?: Maybe;\n OverrideCardLink?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImage?: Maybe;\n PageImageUrl?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n ProgramTypeFacet?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n Status?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type MyInvoicesPageAutocompleteAncestorsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type MyInvoicesPageAutocompleteContentTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type MyInvoicesPageAutocompletePageFeaturedDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type MyInvoicesPageAutocompletePageImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type MyInvoicesPageAutocompletePageNavigationTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type MyInvoicesPageAutocompleteRelativePathArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type MyInvoicesPageAutocompleteRouteSegmentArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type MyInvoicesPageAutocompleteShortcutArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type MyInvoicesPageAutocompleteSiteIdArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type MyInvoicesPageAutocompleteStatusArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type MyInvoicesPageAutocompleteUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type MyInvoicesPageFacet = {\n __typename?: 'MyInvoicesPageFacet';\n Ancestors?: Maybe>>;\n AreaOfStudyFacet?: Maybe;\n CampusLocationFacet?: Maybe;\n Category?: Maybe;\n Changed?: Maybe>>;\n CollegeOrSchoolFacet?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe>>;\n DegreesFacet?: Maybe;\n DepartmentFacet?: Maybe;\n DisableIndexing?: Maybe>>;\n ExcludeFromSitemap?: Maybe>>;\n ExistingLanguages?: Maybe;\n HideSiteFooter?: Maybe>>;\n HideSiteHeader?: Maybe>>;\n IsCommonDraft?: Maybe>>;\n IsFeaturedContent?: Maybe>>;\n Keywords?: Maybe>>;\n KeywordsFacet?: Maybe;\n Language?: Maybe;\n LocationFacet?: Maybe;\n MainContentArea?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe>>;\n NavigationTitle?: Maybe>>;\n OverrideCardLink?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImage?: Maybe;\n PageImageUrl?: Maybe>>;\n PageIsSearchable?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n ProgramTypeFacet?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Saved?: Maybe>>;\n Searchable?: Maybe>>;\n Shortcut?: Maybe>>;\n ShowBreadcrumbs?: Maybe>>;\n ShowCommerceHeader?: Maybe>>;\n SiteId?: Maybe>>;\n StartPublish?: Maybe>>;\n Status?: Maybe>>;\n StopPublish?: Maybe>>;\n TrackOdp?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type MyInvoicesPageFacetAncestorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MyInvoicesPageFacetChangedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type MyInvoicesPageFacetContentTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MyInvoicesPageFacetCreatedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type MyInvoicesPageFacetDisableIndexingArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MyInvoicesPageFacetExcludeFromSitemapArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MyInvoicesPageFacetHideSiteFooterArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MyInvoicesPageFacetHideSiteHeaderArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MyInvoicesPageFacetIsCommonDraftArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MyInvoicesPageFacetIsFeaturedContentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MyInvoicesPageFacetKeywordsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MyInvoicesPageFacetNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MyInvoicesPageFacetNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MyInvoicesPageFacetPageFeaturedDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MyInvoicesPageFacetPageImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MyInvoicesPageFacetPageIsSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MyInvoicesPageFacetPageNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MyInvoicesPageFacetRelativePathArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MyInvoicesPageFacetRouteSegmentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MyInvoicesPageFacetSavedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type MyInvoicesPageFacetSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MyInvoicesPageFacetShortcutArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MyInvoicesPageFacetShowBreadcrumbsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MyInvoicesPageFacetShowCommerceHeaderArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MyInvoicesPageFacetSiteIdArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MyInvoicesPageFacetStartPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type MyInvoicesPageFacetStatusArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MyInvoicesPageFacetStopPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type MyInvoicesPageFacetTrackOdpArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MyInvoicesPageFacetUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type MyInvoicesPageOrderByInput = {\n Ancestors?: InputMaybe;\n AreaOfStudyFacet?: InputMaybe;\n CampusLocationFacet?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n CollegeOrSchoolFacet?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n DegreesFacet?: InputMaybe;\n DepartmentFacet?: InputMaybe;\n DisableIndexing?: InputMaybe;\n ExcludeFromSitemap?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n HideSiteFooter?: InputMaybe;\n HideSiteHeader?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n IsFeaturedContent?: InputMaybe;\n Keywords?: InputMaybe;\n KeywordsFacet?: InputMaybe;\n Language?: InputMaybe;\n LocationFacet?: InputMaybe;\n MainContentArea?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n NavigationTitle?: InputMaybe;\n OverrideCardLink?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImage?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n ProgramTypeFacet?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Searchable?: InputMaybe;\n Shortcut?: InputMaybe;\n ShowBreadcrumbs?: InputMaybe;\n ShowCommerceHeader?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n TrackOdp?: InputMaybe;\n Url?: InputMaybe;\n _minimumScore?: InputMaybe;\n _modified?: InputMaybe;\n _ranking?: InputMaybe;\n _semanticWeight?: InputMaybe;\n};\n\nexport type MyInvoicesPageOutput = {\n __typename?: 'MyInvoicesPageOutput';\n autocomplete?: Maybe;\n cursor?: Maybe;\n facets?: Maybe;\n items?: Maybe>>;\n total?: Maybe;\n};\n\n\nexport type MyInvoicesPageOutputTotalArgs = {\n all?: InputMaybe;\n};\n\nexport type MyInvoicesPageWhereInput = {\n Ancestors?: InputMaybe;\n AreaOfStudyFacet?: InputMaybe;\n CampusLocationFacet?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n CollegeOrSchoolFacet?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n DegreesFacet?: InputMaybe;\n DepartmentFacet?: InputMaybe;\n DisableIndexing?: InputMaybe;\n ExcludeFromSitemap?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n HideSiteFooter?: InputMaybe;\n HideSiteHeader?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n IsFeaturedContent?: InputMaybe;\n Keywords?: InputMaybe;\n KeywordsFacet?: InputMaybe;\n Language?: InputMaybe;\n LocationFacet?: InputMaybe;\n MainContentArea?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n NavigationTitle?: InputMaybe;\n OverrideCardLink?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImage?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n ProgramTypeFacet?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Searchable?: InputMaybe;\n Shortcut?: InputMaybe;\n ShowBreadcrumbs?: InputMaybe;\n ShowCommerceHeader?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n TrackOdp?: InputMaybe;\n Url?: InputMaybe;\n _and?: InputMaybe>>;\n _fulltext?: InputMaybe;\n _modified?: InputMaybe;\n _not?: InputMaybe>>;\n _or?: InputMaybe>>;\n};\n\n/** View all your past orders, including details like order date, items purchased, total amount, and order status. */\nexport type MyOrdersPage = IContent & IData & {\n __typename?: 'MyOrdersPage';\n Ancestors?: Maybe>>;\n AreaOfStudyFacet?: Maybe;\n BreadcrumbsTitle?: Maybe;\n CampusLocationFacet?: Maybe;\n Category?: Maybe>>;\n Changed?: Maybe;\n CollegeOrSchoolFacet?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe;\n DegreesFacet?: Maybe;\n DepartmentFacet?: Maybe;\n Description?: Maybe;\n DisableIndexing?: Maybe;\n /** This will determine whether or not to show on the sitemap */\n ExcludeFromSitemap?: Maybe;\n ExistingLanguages?: Maybe>>;\n FeaturedDescription?: Maybe;\n Heading?: Maybe;\n HideSiteFooter?: Maybe;\n HideSiteHeader?: Maybe;\n IsCommonDraft?: Maybe;\n IsFeaturedContent?: Maybe;\n Keywords?: Maybe;\n KeywordsFacet?: Maybe;\n Language?: Maybe;\n LocationFacet?: Maybe;\n MainContentArea?: Maybe>>;\n MasterLanguage?: Maybe;\n Name?: Maybe;\n NavigationTitle?: Maybe;\n /** The link and text will be used when the page is displayed as a card in other modules. By default, the link is the same as the actual page. */\n OverrideCardLink?: Maybe;\n PageFeaturedDescription?: Maybe;\n /** Image that will be used when the page is displayed as a card for Generic Pages. Recommended Image Size: 1536x1152 px (4:3 Aspect Ratio) */\n PageImage?: Maybe;\n PageImageUrl?: Maybe;\n PageIsSearchable?: Maybe;\n PageNavigationTitle?: Maybe;\n Pagination?: Maybe;\n ParentLink?: Maybe;\n ProgramTypeFacet?: Maybe;\n RelativePath?: Maybe;\n RouteSegment?: Maybe;\n Saved?: Maybe;\n /** This will determine whether or not to show on search */\n Searchable?: Maybe;\n Shortcut?: Maybe;\n /** This will determine whether or not breadcrumb will be displayed */\n ShowBreadcrumbs?: Maybe;\n /** This will determine whether or not commerce header will be displayed */\n ShowCommerceHeader?: Maybe;\n SiteId?: Maybe;\n StartPublish?: Maybe;\n Status?: Maybe;\n StopPublish?: Maybe;\n TrackOdp?: Maybe;\n Url?: Maybe;\n /** @deprecated Use `_link` field instead */\n _children?: Maybe;\n _deleted?: Maybe;\n _fulltext?: Maybe>>;\n _id?: Maybe;\n _link?: Maybe;\n _modified?: Maybe;\n _score?: Maybe;\n};\n\n\n/** View all your past orders, including details like order date, items purchased, total amount, and order status. */\nexport type MyOrdersPageDescriptionArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** View all your past orders, including details like order date, items purchased, total amount, and order status. */\nexport type MyOrdersPageDisableIndexingArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** View all your past orders, including details like order date, items purchased, total amount, and order status. */\nexport type MyOrdersPageExcludeFromSitemapArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** View all your past orders, including details like order date, items purchased, total amount, and order status. */\nexport type MyOrdersPageHeadingArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** View all your past orders, including details like order date, items purchased, total amount, and order status. */\nexport type MyOrdersPageHideSiteFooterArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** View all your past orders, including details like order date, items purchased, total amount, and order status. */\nexport type MyOrdersPageHideSiteHeaderArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** View all your past orders, including details like order date, items purchased, total amount, and order status. */\nexport type MyOrdersPageIsFeaturedContentArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** View all your past orders, including details like order date, items purchased, total amount, and order status. */\nexport type MyOrdersPageKeywordsArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** View all your past orders, including details like order date, items purchased, total amount, and order status. */\nexport type MyOrdersPageMainContentAreaArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** View all your past orders, including details like order date, items purchased, total amount, and order status. */\nexport type MyOrdersPageNameArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** View all your past orders, including details like order date, items purchased, total amount, and order status. */\nexport type MyOrdersPageNavigationTitleArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** View all your past orders, including details like order date, items purchased, total amount, and order status. */\nexport type MyOrdersPageSearchableArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** View all your past orders, including details like order date, items purchased, total amount, and order status. */\nexport type MyOrdersPageShowBreadcrumbsArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** View all your past orders, including details like order date, items purchased, total amount, and order status. */\nexport type MyOrdersPageShowCommerceHeaderArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** View all your past orders, including details like order date, items purchased, total amount, and order status. */\nexport type MyOrdersPageTrackOdpArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** View all your past orders, including details like order date, items purchased, total amount, and order status. */\nexport type MyOrdersPage_FulltextArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** View all your past orders, including details like order date, items purchased, total amount, and order status. */\nexport type MyOrdersPage_LinkArgs = {\n type?: InputMaybe;\n};\n\nexport type MyOrdersPageAutocomplete = {\n __typename?: 'MyOrdersPageAutocomplete';\n Ancestors?: Maybe>>;\n AreaOfStudyFacet?: Maybe;\n CampusLocationFacet?: Maybe;\n Category?: Maybe;\n CollegeOrSchoolFacet?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n DegreesFacet?: Maybe;\n DepartmentFacet?: Maybe;\n ExistingLanguages?: Maybe;\n KeywordsFacet?: Maybe;\n Language?: Maybe;\n LocationFacet?: Maybe;\n MasterLanguage?: Maybe;\n OverrideCardLink?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImage?: Maybe;\n PageImageUrl?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n ProgramTypeFacet?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n Status?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type MyOrdersPageAutocompleteAncestorsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type MyOrdersPageAutocompleteContentTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type MyOrdersPageAutocompletePageFeaturedDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type MyOrdersPageAutocompletePageImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type MyOrdersPageAutocompletePageNavigationTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type MyOrdersPageAutocompleteRelativePathArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type MyOrdersPageAutocompleteRouteSegmentArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type MyOrdersPageAutocompleteShortcutArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type MyOrdersPageAutocompleteSiteIdArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type MyOrdersPageAutocompleteStatusArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type MyOrdersPageAutocompleteUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type MyOrdersPageFacet = {\n __typename?: 'MyOrdersPageFacet';\n Ancestors?: Maybe>>;\n AreaOfStudyFacet?: Maybe;\n CampusLocationFacet?: Maybe;\n Category?: Maybe;\n Changed?: Maybe>>;\n CollegeOrSchoolFacet?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe>>;\n DegreesFacet?: Maybe;\n DepartmentFacet?: Maybe;\n Description?: Maybe>>;\n DisableIndexing?: Maybe>>;\n ExcludeFromSitemap?: Maybe>>;\n ExistingLanguages?: Maybe;\n Heading?: Maybe>>;\n HideSiteFooter?: Maybe>>;\n HideSiteHeader?: Maybe>>;\n IsCommonDraft?: Maybe>>;\n IsFeaturedContent?: Maybe>>;\n Keywords?: Maybe>>;\n KeywordsFacet?: Maybe;\n Language?: Maybe;\n LocationFacet?: Maybe;\n MainContentArea?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe>>;\n NavigationTitle?: Maybe>>;\n OverrideCardLink?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImage?: Maybe;\n PageImageUrl?: Maybe>>;\n PageIsSearchable?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n Pagination?: Maybe>>;\n ParentLink?: Maybe;\n ProgramTypeFacet?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Saved?: Maybe>>;\n Searchable?: Maybe>>;\n Shortcut?: Maybe>>;\n ShowBreadcrumbs?: Maybe>>;\n ShowCommerceHeader?: Maybe>>;\n SiteId?: Maybe>>;\n StartPublish?: Maybe>>;\n Status?: Maybe>>;\n StopPublish?: Maybe>>;\n TrackOdp?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type MyOrdersPageFacetAncestorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MyOrdersPageFacetChangedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type MyOrdersPageFacetContentTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MyOrdersPageFacetCreatedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type MyOrdersPageFacetDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MyOrdersPageFacetDisableIndexingArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MyOrdersPageFacetExcludeFromSitemapArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MyOrdersPageFacetHeadingArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MyOrdersPageFacetHideSiteFooterArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MyOrdersPageFacetHideSiteHeaderArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MyOrdersPageFacetIsCommonDraftArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MyOrdersPageFacetIsFeaturedContentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MyOrdersPageFacetKeywordsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MyOrdersPageFacetNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MyOrdersPageFacetNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MyOrdersPageFacetPageFeaturedDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MyOrdersPageFacetPageImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MyOrdersPageFacetPageIsSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MyOrdersPageFacetPageNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MyOrdersPageFacetPaginationArgs = {\n filters?: InputMaybe>;\n limit?: InputMaybe;\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n ranges?: InputMaybe>>;\n};\n\n\nexport type MyOrdersPageFacetRelativePathArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MyOrdersPageFacetRouteSegmentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MyOrdersPageFacetSavedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type MyOrdersPageFacetSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MyOrdersPageFacetShortcutArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MyOrdersPageFacetShowBreadcrumbsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MyOrdersPageFacetShowCommerceHeaderArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MyOrdersPageFacetSiteIdArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MyOrdersPageFacetStartPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type MyOrdersPageFacetStatusArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MyOrdersPageFacetStopPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type MyOrdersPageFacetTrackOdpArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type MyOrdersPageFacetUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type MyOrdersPageOrderByInput = {\n Ancestors?: InputMaybe;\n AreaOfStudyFacet?: InputMaybe;\n CampusLocationFacet?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n CollegeOrSchoolFacet?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n DegreesFacet?: InputMaybe;\n DepartmentFacet?: InputMaybe;\n Description?: InputMaybe;\n DisableIndexing?: InputMaybe;\n ExcludeFromSitemap?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n Heading?: InputMaybe;\n HideSiteFooter?: InputMaybe;\n HideSiteHeader?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n IsFeaturedContent?: InputMaybe;\n Keywords?: InputMaybe;\n KeywordsFacet?: InputMaybe;\n Language?: InputMaybe;\n LocationFacet?: InputMaybe;\n MainContentArea?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n NavigationTitle?: InputMaybe;\n OverrideCardLink?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImage?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n Pagination?: InputMaybe;\n ParentLink?: InputMaybe;\n ProgramTypeFacet?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Searchable?: InputMaybe;\n Shortcut?: InputMaybe;\n ShowBreadcrumbs?: InputMaybe;\n ShowCommerceHeader?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n TrackOdp?: InputMaybe;\n Url?: InputMaybe;\n _minimumScore?: InputMaybe;\n _modified?: InputMaybe;\n _ranking?: InputMaybe;\n _semanticWeight?: InputMaybe;\n};\n\nexport type MyOrdersPageOutput = {\n __typename?: 'MyOrdersPageOutput';\n autocomplete?: Maybe;\n cursor?: Maybe;\n facets?: Maybe;\n items?: Maybe>>;\n total?: Maybe;\n};\n\n\nexport type MyOrdersPageOutputTotalArgs = {\n all?: InputMaybe;\n};\n\nexport type MyOrdersPageWhereInput = {\n Ancestors?: InputMaybe;\n AreaOfStudyFacet?: InputMaybe;\n CampusLocationFacet?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n CollegeOrSchoolFacet?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n DegreesFacet?: InputMaybe;\n DepartmentFacet?: InputMaybe;\n Description?: InputMaybe;\n DisableIndexing?: InputMaybe;\n ExcludeFromSitemap?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n Heading?: InputMaybe;\n HideSiteFooter?: InputMaybe;\n HideSiteHeader?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n IsFeaturedContent?: InputMaybe;\n Keywords?: InputMaybe;\n KeywordsFacet?: InputMaybe;\n Language?: InputMaybe;\n LocationFacet?: InputMaybe;\n MainContentArea?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n NavigationTitle?: InputMaybe;\n OverrideCardLink?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImage?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n Pagination?: InputMaybe;\n ParentLink?: InputMaybe;\n ProgramTypeFacet?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Searchable?: InputMaybe;\n Shortcut?: InputMaybe;\n ShowBreadcrumbs?: InputMaybe;\n ShowCommerceHeader?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n TrackOdp?: InputMaybe;\n Url?: InputMaybe;\n _and?: InputMaybe>>;\n _fulltext?: InputMaybe;\n _modified?: InputMaybe;\n _not?: InputMaybe>>;\n _or?: InputMaybe>>;\n};\n\n/** Name your own price or donation products. */\nexport type NameYourOwnPriceProduct = IContent & IData & {\n __typename?: 'NameYourOwnPriceProduct';\n Ancestors?: Maybe>>;\n Associations?: Maybe;\n CatalogId?: Maybe;\n Categories?: Maybe;\n Changed?: Maybe;\n Code?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe;\n /** Page Specific Block in Page Header area. */\n CustomHeaders?: Maybe>>;\n DefaultImageUrl?: Maybe;\n DefaultMarketPrice?: Maybe;\n /** Describe the product. */\n Description?: Maybe;\n DescriptionInCart?: Maybe;\n DisplayName?: Maybe;\n EPiBlock_PageSettings_BodyAttributes?: Maybe;\n EPiBlock_PageSettings_HideBreadcrumbs?: Maybe;\n EPiBlock_PageSettings_SEOSitemaps?: Maybe;\n EPiBlock_PageSettings_SectionNavigationAnchor?: Maybe;\n EPiBlock_PageSettings_SectionNavigationDisplay?: Maybe;\n EPiBlock_PageSettings_ShowShareThis?: Maybe;\n EPiBlock_PageSettings_SolrKeywordsBoost?: Maybe;\n EPiBlock_PageSettings_SolrPageBoost?: Maybe;\n ExistingLanguages?: Maybe>>;\n /** Used in featured product blocks. */\n FeaturedItemImage?: Maybe;\n /** Used in featured product blocks. */\n FeaturedItemText?: Maybe;\n /** Used in featured product blocks. */\n FeaturedItemTitle?: Maybe;\n /** Send a fulfillment email to this address whenever an order is placed */\n FulfillmentEmail?: Maybe;\n /** Displays full-width below any sidebars a page may have */\n FullArea?: Maybe>>;\n GLAccountNumber?: Maybe;\n /** Displays the 'Hero' Content for page. Will only display the first hero-block. */\n HeroArea?: Maybe>>;\n HiddenFromSearch?: Maybe;\n /** Displays content side by side with any sidebars a page may have. Please only use an even amount of blocks in this content area. */\n InlineArea?: Maybe>>;\n IsCommonDraft?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n MetaClassId?: Maybe;\n Name?: Maybe;\n NavigationName?: Maybe;\n /** If showing notes, provide a prompt to customer to indicate what notes they should input. */\n NotesPrompt?: Maybe;\n PageFeaturedDescription?: Maybe;\n PageImageUrl?: Maybe;\n PageIsSearchable?: Maybe;\n PageMetaData?: Maybe;\n PageNavigationTitle?: Maybe;\n ParentEntries?: Maybe;\n ParentLink?: Maybe;\n PriceHigh?: Maybe;\n PriceLow?: Maybe;\n ProductType?: Maybe;\n RelativePath?: Maybe;\n RouteSegment?: Maybe;\n Saved?: Maybe;\n SeoInformation?: Maybe;\n SeoUri?: Maybe;\n /** Used in Cart and Checkout. */\n ShortDescription?: Maybe;\n Shortcut?: Maybe;\n /** Optional content for the sidebar area */\n SidebarContent?: Maybe>>;\n SiteId?: Maybe;\n StartPublish?: Maybe;\n Status?: Maybe;\n /** Content area that accepts Link Blocks. */\n StickyNavLinks?: Maybe;\n StopPublish?: Maybe;\n /** Displays content above any sidebars a page may have */\n TopArea?: Maybe>>;\n Url?: Maybe;\n VariantsReference?: Maybe;\n /** @deprecated Use `_link` field instead */\n _children?: Maybe;\n _deleted?: Maybe;\n _fulltext?: Maybe>>;\n _id?: Maybe;\n _link?: Maybe;\n _modified?: Maybe;\n _score?: Maybe;\n};\n\n\n/** Name your own price or donation products. */\nexport type NameYourOwnPriceProductCodeArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Name your own price or donation products. */\nexport type NameYourOwnPriceProductDescriptionArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Name your own price or donation products. */\nexport type NameYourOwnPriceProductDescriptionInCartArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Name your own price or donation products. */\nexport type NameYourOwnPriceProductDisplayNameArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Name your own price or donation products. */\nexport type NameYourOwnPriceProductFeaturedItemTextArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Name your own price or donation products. */\nexport type NameYourOwnPriceProductFeaturedItemTitleArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Name your own price or donation products. */\nexport type NameYourOwnPriceProductFulfillmentEmailArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Name your own price or donation products. */\nexport type NameYourOwnPriceProductGlAccountNumberArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Name your own price or donation products. */\nexport type NameYourOwnPriceProductHiddenFromSearchArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Name your own price or donation products. */\nexport type NameYourOwnPriceProductNameArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Name your own price or donation products. */\nexport type NameYourOwnPriceProductNavigationNameArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Name your own price or donation products. */\nexport type NameYourOwnPriceProductProductTypeArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Name your own price or donation products. */\nexport type NameYourOwnPriceProductShortDescriptionArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Name your own price or donation products. */\nexport type NameYourOwnPriceProduct_FulltextArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Name your own price or donation products. */\nexport type NameYourOwnPriceProduct_LinkArgs = {\n type?: InputMaybe;\n};\n\nexport type NameYourOwnPriceProductAssociations = {\n __typename?: 'NameYourOwnPriceProductAssociations';\n ContentLink?: Maybe;\n};\n\nexport type NameYourOwnPriceProductAssociationsAutocomplete = {\n __typename?: 'NameYourOwnPriceProductAssociationsAutocomplete';\n ContentLink?: Maybe;\n};\n\nexport type NameYourOwnPriceProductAssociationsFacet = {\n __typename?: 'NameYourOwnPriceProductAssociationsFacet';\n ContentLink?: Maybe;\n};\n\nexport type NameYourOwnPriceProductAssociationsOrderByInput = {\n ContentLink?: InputMaybe;\n};\n\nexport type NameYourOwnPriceProductAssociationsWhereInput = {\n ContentLink?: InputMaybe;\n};\n\nexport type NameYourOwnPriceProductAutocomplete = {\n __typename?: 'NameYourOwnPriceProductAutocomplete';\n Ancestors?: Maybe>>;\n Associations?: Maybe;\n Categories?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n CustomHeaders?: Maybe;\n DefaultImageUrl?: Maybe>>;\n EPiBlock_PageSettings_BodyAttributes?: Maybe>>;\n EPiBlock_PageSettings_SEOSitemaps?: Maybe>>;\n EPiBlock_PageSettings_SolrKeywordsBoost?: Maybe>>;\n ExistingLanguages?: Maybe;\n FeaturedItemImage?: Maybe;\n FullArea?: Maybe;\n HeroArea?: Maybe;\n InlineArea?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageMetaData?: Maybe;\n PageNavigationTitle?: Maybe>>;\n ParentEntries?: Maybe;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n SeoInformation?: Maybe;\n SeoUri?: Maybe>>;\n Shortcut?: Maybe>>;\n SidebarContent?: Maybe;\n SiteId?: Maybe>>;\n Status?: Maybe>>;\n StickyNavLinks?: Maybe>>;\n TopArea?: Maybe;\n Url?: Maybe>>;\n VariantsReference?: Maybe;\n};\n\n\nexport type NameYourOwnPriceProductAutocompleteAncestorsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type NameYourOwnPriceProductAutocompleteContentTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type NameYourOwnPriceProductAutocompleteDefaultImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type NameYourOwnPriceProductAutocompleteEPiBlock_PageSettings_BodyAttributesArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type NameYourOwnPriceProductAutocompleteEPiBlock_PageSettings_SeoSitemapsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type NameYourOwnPriceProductAutocompleteEPiBlock_PageSettings_SolrKeywordsBoostArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type NameYourOwnPriceProductAutocompletePageFeaturedDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type NameYourOwnPriceProductAutocompletePageImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type NameYourOwnPriceProductAutocompletePageNavigationTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type NameYourOwnPriceProductAutocompleteRelativePathArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type NameYourOwnPriceProductAutocompleteRouteSegmentArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type NameYourOwnPriceProductAutocompleteSeoUriArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type NameYourOwnPriceProductAutocompleteShortcutArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type NameYourOwnPriceProductAutocompleteSiteIdArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type NameYourOwnPriceProductAutocompleteStatusArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type NameYourOwnPriceProductAutocompleteStickyNavLinksArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type NameYourOwnPriceProductAutocompleteUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type NameYourOwnPriceProductCategories = {\n __typename?: 'NameYourOwnPriceProductCategories';\n ContentLink?: Maybe;\n};\n\nexport type NameYourOwnPriceProductCategoriesAutocomplete = {\n __typename?: 'NameYourOwnPriceProductCategoriesAutocomplete';\n ContentLink?: Maybe;\n};\n\nexport type NameYourOwnPriceProductCategoriesFacet = {\n __typename?: 'NameYourOwnPriceProductCategoriesFacet';\n ContentLink?: Maybe;\n};\n\nexport type NameYourOwnPriceProductCategoriesOrderByInput = {\n ContentLink?: InputMaybe;\n};\n\nexport type NameYourOwnPriceProductCategoriesWhereInput = {\n ContentLink?: InputMaybe;\n};\n\nexport type NameYourOwnPriceProductFacet = {\n __typename?: 'NameYourOwnPriceProductFacet';\n Ancestors?: Maybe>>;\n Associations?: Maybe;\n CatalogId?: Maybe>>;\n Categories?: Maybe;\n Changed?: Maybe>>;\n Code?: Maybe>>;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe>>;\n CustomHeaders?: Maybe;\n DefaultImageUrl?: Maybe>>;\n DefaultMarketPrice?: Maybe>>;\n Description?: Maybe>>;\n DescriptionInCart?: Maybe>>;\n DisplayName?: Maybe>>;\n EPiBlock_PageSettings_BodyAttributes?: Maybe>>;\n EPiBlock_PageSettings_HideBreadcrumbs?: Maybe>>;\n EPiBlock_PageSettings_SEOSitemaps?: Maybe>>;\n EPiBlock_PageSettings_SectionNavigationAnchor?: Maybe>>;\n EPiBlock_PageSettings_SectionNavigationDisplay?: Maybe>>;\n EPiBlock_PageSettings_ShowShareThis?: Maybe>>;\n EPiBlock_PageSettings_SolrKeywordsBoost?: Maybe>>;\n EPiBlock_PageSettings_SolrPageBoost?: Maybe>>;\n ExistingLanguages?: Maybe;\n FeaturedItemImage?: Maybe;\n FeaturedItemText?: Maybe>>;\n FeaturedItemTitle?: Maybe>>;\n FulfillmentEmail?: Maybe>>;\n FullArea?: Maybe;\n GLAccountNumber?: Maybe>>;\n HeroArea?: Maybe;\n HiddenFromSearch?: Maybe>>;\n InlineArea?: Maybe;\n IsCommonDraft?: Maybe>>;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n MetaClassId?: Maybe>>;\n Name?: Maybe>>;\n NavigationName?: Maybe>>;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageIsSearchable?: Maybe>>;\n PageMetaData?: Maybe;\n PageNavigationTitle?: Maybe>>;\n ParentEntries?: Maybe;\n ParentLink?: Maybe;\n PriceHigh?: Maybe>>;\n PriceLow?: Maybe>>;\n ProductType?: Maybe>>;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Saved?: Maybe>>;\n SeoInformation?: Maybe;\n SeoUri?: Maybe>>;\n ShortDescription?: Maybe>>;\n Shortcut?: Maybe>>;\n SidebarContent?: Maybe;\n SiteId?: Maybe>>;\n StartPublish?: Maybe>>;\n Status?: Maybe>>;\n StickyNavLinks?: Maybe>>;\n StopPublish?: Maybe>>;\n TopArea?: Maybe;\n Url?: Maybe>>;\n VariantsReference?: Maybe;\n};\n\n\nexport type NameYourOwnPriceProductFacetAncestorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type NameYourOwnPriceProductFacetCatalogIdArgs = {\n filters?: InputMaybe>;\n limit?: InputMaybe;\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n ranges?: InputMaybe>>;\n};\n\n\nexport type NameYourOwnPriceProductFacetChangedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type NameYourOwnPriceProductFacetCodeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type NameYourOwnPriceProductFacetContentTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type NameYourOwnPriceProductFacetCreatedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type NameYourOwnPriceProductFacetDefaultImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type NameYourOwnPriceProductFacetDefaultMarketPriceArgs = {\n filters?: InputMaybe>;\n limit?: InputMaybe;\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n ranges?: InputMaybe>>;\n};\n\n\nexport type NameYourOwnPriceProductFacetDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type NameYourOwnPriceProductFacetDescriptionInCartArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type NameYourOwnPriceProductFacetDisplayNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type NameYourOwnPriceProductFacetEPiBlock_PageSettings_BodyAttributesArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type NameYourOwnPriceProductFacetEPiBlock_PageSettings_HideBreadcrumbsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type NameYourOwnPriceProductFacetEPiBlock_PageSettings_SeoSitemapsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type NameYourOwnPriceProductFacetEPiBlock_PageSettings_SectionNavigationAnchorArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type NameYourOwnPriceProductFacetEPiBlock_PageSettings_SectionNavigationDisplayArgs = {\n filters?: InputMaybe>;\n limit?: InputMaybe;\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n ranges?: InputMaybe>>;\n};\n\n\nexport type NameYourOwnPriceProductFacetEPiBlock_PageSettings_ShowShareThisArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type NameYourOwnPriceProductFacetEPiBlock_PageSettings_SolrKeywordsBoostArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type NameYourOwnPriceProductFacetEPiBlock_PageSettings_SolrPageBoostArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type NameYourOwnPriceProductFacetFeaturedItemTextArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type NameYourOwnPriceProductFacetFeaturedItemTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type NameYourOwnPriceProductFacetFulfillmentEmailArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type NameYourOwnPriceProductFacetGlAccountNumberArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type NameYourOwnPriceProductFacetHiddenFromSearchArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type NameYourOwnPriceProductFacetIsCommonDraftArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type NameYourOwnPriceProductFacetMetaClassIdArgs = {\n filters?: InputMaybe>;\n limit?: InputMaybe;\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n ranges?: InputMaybe>>;\n};\n\n\nexport type NameYourOwnPriceProductFacetNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type NameYourOwnPriceProductFacetNavigationNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type NameYourOwnPriceProductFacetPageFeaturedDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type NameYourOwnPriceProductFacetPageImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type NameYourOwnPriceProductFacetPageIsSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type NameYourOwnPriceProductFacetPageNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type NameYourOwnPriceProductFacetPriceHighArgs = {\n filters?: InputMaybe>;\n limit?: InputMaybe;\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n ranges?: InputMaybe>>;\n};\n\n\nexport type NameYourOwnPriceProductFacetPriceLowArgs = {\n filters?: InputMaybe>;\n limit?: InputMaybe;\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n ranges?: InputMaybe>>;\n};\n\n\nexport type NameYourOwnPriceProductFacetProductTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type NameYourOwnPriceProductFacetRelativePathArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type NameYourOwnPriceProductFacetRouteSegmentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type NameYourOwnPriceProductFacetSavedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type NameYourOwnPriceProductFacetSeoUriArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type NameYourOwnPriceProductFacetShortDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type NameYourOwnPriceProductFacetShortcutArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type NameYourOwnPriceProductFacetSiteIdArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type NameYourOwnPriceProductFacetStartPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type NameYourOwnPriceProductFacetStatusArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type NameYourOwnPriceProductFacetStickyNavLinksArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type NameYourOwnPriceProductFacetStopPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type NameYourOwnPriceProductFacetUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type NameYourOwnPriceProductOrderByInput = {\n Ancestors?: InputMaybe;\n Associations?: InputMaybe;\n CatalogId?: InputMaybe;\n Categories?: InputMaybe;\n Changed?: InputMaybe;\n Code?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n CustomHeaders?: InputMaybe;\n DefaultImageUrl?: InputMaybe;\n DefaultMarketPrice?: InputMaybe;\n Description?: InputMaybe;\n DescriptionInCart?: InputMaybe;\n DisplayName?: InputMaybe;\n EPiBlock_PageSettings_BodyAttributes?: InputMaybe;\n EPiBlock_PageSettings_HideBreadcrumbs?: InputMaybe;\n EPiBlock_PageSettings_SEOSitemaps?: InputMaybe;\n EPiBlock_PageSettings_SectionNavigationAnchor?: InputMaybe;\n EPiBlock_PageSettings_SectionNavigationDisplay?: InputMaybe;\n EPiBlock_PageSettings_ShowShareThis?: InputMaybe;\n EPiBlock_PageSettings_SolrKeywordsBoost?: InputMaybe;\n EPiBlock_PageSettings_SolrPageBoost?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n FeaturedItemImage?: InputMaybe;\n FeaturedItemText?: InputMaybe;\n FeaturedItemTitle?: InputMaybe;\n FulfillmentEmail?: InputMaybe;\n FullArea?: InputMaybe;\n GLAccountNumber?: InputMaybe;\n HeroArea?: InputMaybe;\n HiddenFromSearch?: InputMaybe;\n InlineArea?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n MetaClassId?: InputMaybe;\n Name?: InputMaybe;\n NavigationName?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageMetaData?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentEntries?: InputMaybe;\n ParentLink?: InputMaybe;\n PriceHigh?: InputMaybe;\n PriceLow?: InputMaybe;\n ProductType?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n SeoInformation?: InputMaybe;\n SeoUri?: InputMaybe;\n ShortDescription?: InputMaybe;\n Shortcut?: InputMaybe;\n SidebarContent?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StickyNavLinks?: InputMaybe;\n StopPublish?: InputMaybe;\n TopArea?: InputMaybe;\n Url?: InputMaybe;\n VariantsReference?: InputMaybe;\n _minimumScore?: InputMaybe;\n _modified?: InputMaybe;\n _ranking?: InputMaybe;\n _semanticWeight?: InputMaybe;\n};\n\nexport type NameYourOwnPriceProductOutput = {\n __typename?: 'NameYourOwnPriceProductOutput';\n autocomplete?: Maybe;\n cursor?: Maybe;\n facets?: Maybe;\n items?: Maybe>>;\n total?: Maybe;\n};\n\n\nexport type NameYourOwnPriceProductOutputTotalArgs = {\n all?: InputMaybe;\n};\n\nexport type NameYourOwnPriceProductPageMetaData = {\n __typename?: 'NameYourOwnPriceProductPageMetaData';\n DisableSiteTitle?: Maybe;\n MetaDescription?: Maybe;\n MetaKeywords?: Maybe;\n MetaTitle?: Maybe;\n PageImage?: Maybe;\n ShareHashTags?: Maybe;\n ShareSummary?: Maybe;\n ShareTitle?: Maybe;\n SingleSentenceSummary?: Maybe;\n};\n\nexport type NameYourOwnPriceProductPageMetaDataAutocomplete = {\n __typename?: 'NameYourOwnPriceProductPageMetaDataAutocomplete';\n MetaDescription?: Maybe>>;\n MetaKeywords?: Maybe>>;\n MetaTitle?: Maybe>>;\n PageImage?: Maybe;\n ShareHashTags?: Maybe>>;\n ShareSummary?: Maybe>>;\n ShareTitle?: Maybe>>;\n SingleSentenceSummary?: Maybe>>;\n};\n\n\nexport type NameYourOwnPriceProductPageMetaDataAutocompleteMetaDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type NameYourOwnPriceProductPageMetaDataAutocompleteMetaKeywordsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type NameYourOwnPriceProductPageMetaDataAutocompleteMetaTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type NameYourOwnPriceProductPageMetaDataAutocompleteShareHashTagsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type NameYourOwnPriceProductPageMetaDataAutocompleteShareSummaryArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type NameYourOwnPriceProductPageMetaDataAutocompleteShareTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type NameYourOwnPriceProductPageMetaDataAutocompleteSingleSentenceSummaryArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type NameYourOwnPriceProductPageMetaDataFacet = {\n __typename?: 'NameYourOwnPriceProductPageMetaDataFacet';\n DisableSiteTitle?: Maybe>>;\n MetaDescription?: Maybe>>;\n MetaKeywords?: Maybe>>;\n MetaTitle?: Maybe>>;\n PageImage?: Maybe;\n ShareHashTags?: Maybe>>;\n ShareSummary?: Maybe>>;\n ShareTitle?: Maybe>>;\n SingleSentenceSummary?: Maybe>>;\n};\n\n\nexport type NameYourOwnPriceProductPageMetaDataFacetDisableSiteTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type NameYourOwnPriceProductPageMetaDataFacetMetaDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type NameYourOwnPriceProductPageMetaDataFacetMetaKeywordsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type NameYourOwnPriceProductPageMetaDataFacetMetaTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type NameYourOwnPriceProductPageMetaDataFacetShareHashTagsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type NameYourOwnPriceProductPageMetaDataFacetShareSummaryArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type NameYourOwnPriceProductPageMetaDataFacetShareTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type NameYourOwnPriceProductPageMetaDataFacetSingleSentenceSummaryArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type NameYourOwnPriceProductPageMetaDataOrderByInput = {\n DisableSiteTitle?: InputMaybe;\n MetaDescription?: InputMaybe;\n MetaKeywords?: InputMaybe;\n MetaTitle?: InputMaybe;\n PageImage?: InputMaybe;\n ShareHashTags?: InputMaybe;\n ShareSummary?: InputMaybe;\n ShareTitle?: InputMaybe;\n SingleSentenceSummary?: InputMaybe;\n};\n\nexport type NameYourOwnPriceProductPageMetaDataWhereInput = {\n DisableSiteTitle?: InputMaybe;\n MetaDescription?: InputMaybe;\n MetaKeywords?: InputMaybe;\n MetaTitle?: InputMaybe;\n PageImage?: InputMaybe;\n ShareHashTags?: InputMaybe;\n ShareSummary?: InputMaybe;\n ShareTitle?: InputMaybe;\n SingleSentenceSummary?: InputMaybe;\n};\n\nexport type NameYourOwnPriceProductRelations = {\n __typename?: 'NameYourOwnPriceProductRelations';\n ContentLink?: Maybe;\n};\n\nexport type NameYourOwnPriceProductRelationsAutocomplete = {\n __typename?: 'NameYourOwnPriceProductRelationsAutocomplete';\n ContentLink?: Maybe;\n};\n\nexport type NameYourOwnPriceProductRelationsFacet = {\n __typename?: 'NameYourOwnPriceProductRelationsFacet';\n ContentLink?: Maybe;\n};\n\nexport type NameYourOwnPriceProductRelationsOrderByInput = {\n ContentLink?: InputMaybe;\n};\n\nexport type NameYourOwnPriceProductRelationsWhereInput = {\n ContentLink?: InputMaybe;\n};\n\nexport type NameYourOwnPriceProductSeoInformation = {\n __typename?: 'NameYourOwnPriceProductSeoInformation';\n Description?: Maybe;\n Keywords?: Maybe;\n Title?: Maybe;\n};\n\nexport type NameYourOwnPriceProductSeoInformationAutocomplete = {\n __typename?: 'NameYourOwnPriceProductSeoInformationAutocomplete';\n Description?: Maybe>>;\n Keywords?: Maybe>>;\n Title?: Maybe>>;\n};\n\n\nexport type NameYourOwnPriceProductSeoInformationAutocompleteDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type NameYourOwnPriceProductSeoInformationAutocompleteKeywordsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type NameYourOwnPriceProductSeoInformationAutocompleteTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type NameYourOwnPriceProductSeoInformationFacet = {\n __typename?: 'NameYourOwnPriceProductSeoInformationFacet';\n Description?: Maybe>>;\n Keywords?: Maybe>>;\n Title?: Maybe>>;\n};\n\n\nexport type NameYourOwnPriceProductSeoInformationFacetDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type NameYourOwnPriceProductSeoInformationFacetKeywordsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type NameYourOwnPriceProductSeoInformationFacetTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type NameYourOwnPriceProductSeoInformationOrderByInput = {\n Description?: InputMaybe;\n Keywords?: InputMaybe;\n Title?: InputMaybe;\n};\n\nexport type NameYourOwnPriceProductSeoInformationWhereInput = {\n Description?: InputMaybe;\n Keywords?: InputMaybe;\n Title?: InputMaybe;\n};\n\nexport type NameYourOwnPriceProductWhereInput = {\n Ancestors?: InputMaybe;\n Associations?: InputMaybe;\n CatalogId?: InputMaybe;\n Categories?: InputMaybe;\n Changed?: InputMaybe;\n Code?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n CustomHeaders?: InputMaybe;\n DefaultImageUrl?: InputMaybe;\n DefaultMarketPrice?: InputMaybe;\n Description?: InputMaybe;\n DescriptionInCart?: InputMaybe;\n DisplayName?: InputMaybe;\n EPiBlock_PageSettings_BodyAttributes?: InputMaybe;\n EPiBlock_PageSettings_HideBreadcrumbs?: InputMaybe;\n EPiBlock_PageSettings_SEOSitemaps?: InputMaybe;\n EPiBlock_PageSettings_SectionNavigationAnchor?: InputMaybe;\n EPiBlock_PageSettings_SectionNavigationDisplay?: InputMaybe;\n EPiBlock_PageSettings_ShowShareThis?: InputMaybe;\n EPiBlock_PageSettings_SolrKeywordsBoost?: InputMaybe;\n EPiBlock_PageSettings_SolrPageBoost?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n FeaturedItemImage?: InputMaybe;\n FeaturedItemText?: InputMaybe;\n FeaturedItemTitle?: InputMaybe;\n FulfillmentEmail?: InputMaybe;\n FullArea?: InputMaybe;\n GLAccountNumber?: InputMaybe;\n HeroArea?: InputMaybe;\n HiddenFromSearch?: InputMaybe;\n InlineArea?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n MetaClassId?: InputMaybe;\n Name?: InputMaybe;\n NavigationName?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageMetaData?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentEntries?: InputMaybe;\n ParentLink?: InputMaybe;\n PriceHigh?: InputMaybe;\n PriceLow?: InputMaybe;\n ProductType?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n SeoInformation?: InputMaybe;\n SeoUri?: InputMaybe;\n ShortDescription?: InputMaybe;\n Shortcut?: InputMaybe;\n SidebarContent?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StickyNavLinks?: InputMaybe;\n StopPublish?: InputMaybe;\n TopArea?: InputMaybe;\n Url?: InputMaybe;\n VariantsReference?: InputMaybe;\n _and?: InputMaybe>>;\n _fulltext?: InputMaybe;\n _modified?: InputMaybe;\n _not?: InputMaybe>>;\n _or?: InputMaybe>>;\n};\n\nexport type NodeContent = IContent & IData & {\n __typename?: 'NodeContent';\n Ancestors?: Maybe>>;\n CatalogId?: Maybe;\n Categories?: Maybe;\n Changed?: Maybe;\n Code?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe;\n DisplayName?: Maybe;\n ExistingLanguages?: Maybe>>;\n IsCommonDraft?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n MetaClassId?: Maybe;\n Name?: Maybe;\n PageFeaturedDescription?: Maybe;\n PageImageUrl?: Maybe;\n PageIsSearchable?: Maybe;\n PageNavigationTitle?: Maybe;\n ParentLink?: Maybe;\n RelativePath?: Maybe;\n RouteSegment?: Maybe;\n Saved?: Maybe;\n SeoInformation?: Maybe;\n SeoUri?: Maybe;\n Shortcut?: Maybe;\n SiteId?: Maybe;\n StartPublish?: Maybe;\n Status?: Maybe;\n StopPublish?: Maybe;\n Url?: Maybe;\n /** @deprecated Use `_link` field instead */\n _children?: Maybe;\n _deleted?: Maybe;\n _fulltext?: Maybe>>;\n _id?: Maybe;\n _link?: Maybe;\n _modified?: Maybe;\n _score?: Maybe;\n};\n\n\nexport type NodeContentCodeArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type NodeContentDisplayNameArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type NodeContentNameArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type NodeContent_FulltextArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type NodeContent_LinkArgs = {\n type?: InputMaybe;\n};\n\nexport type NodeContentAutocomplete = {\n __typename?: 'NodeContentAutocomplete';\n Ancestors?: Maybe>>;\n Categories?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n ExistingLanguages?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n SeoInformation?: Maybe;\n SeoUri?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n Status?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type NodeContentAutocompleteAncestorsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type NodeContentAutocompleteContentTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type NodeContentAutocompletePageFeaturedDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type NodeContentAutocompletePageImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type NodeContentAutocompletePageNavigationTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type NodeContentAutocompleteRelativePathArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type NodeContentAutocompleteRouteSegmentArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type NodeContentAutocompleteSeoUriArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type NodeContentAutocompleteShortcutArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type NodeContentAutocompleteSiteIdArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type NodeContentAutocompleteStatusArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type NodeContentAutocompleteUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type NodeContentCategories = {\n __typename?: 'NodeContentCategories';\n ContentLink?: Maybe;\n};\n\nexport type NodeContentCategoriesAutocomplete = {\n __typename?: 'NodeContentCategoriesAutocomplete';\n ContentLink?: Maybe;\n};\n\nexport type NodeContentCategoriesFacet = {\n __typename?: 'NodeContentCategoriesFacet';\n ContentLink?: Maybe;\n};\n\nexport type NodeContentCategoriesOrderByInput = {\n ContentLink?: InputMaybe;\n};\n\nexport type NodeContentCategoriesWhereInput = {\n ContentLink?: InputMaybe;\n};\n\nexport type NodeContentFacet = {\n __typename?: 'NodeContentFacet';\n Ancestors?: Maybe>>;\n CatalogId?: Maybe>>;\n Categories?: Maybe;\n Changed?: Maybe>>;\n Code?: Maybe>>;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe>>;\n DisplayName?: Maybe>>;\n ExistingLanguages?: Maybe;\n IsCommonDraft?: Maybe>>;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n MetaClassId?: Maybe>>;\n Name?: Maybe>>;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageIsSearchable?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Saved?: Maybe>>;\n SeoInformation?: Maybe;\n SeoUri?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n StartPublish?: Maybe>>;\n Status?: Maybe>>;\n StopPublish?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type NodeContentFacetAncestorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type NodeContentFacetCatalogIdArgs = {\n filters?: InputMaybe>;\n limit?: InputMaybe;\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n ranges?: InputMaybe>>;\n};\n\n\nexport type NodeContentFacetChangedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type NodeContentFacetCodeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type NodeContentFacetContentTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type NodeContentFacetCreatedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type NodeContentFacetDisplayNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type NodeContentFacetIsCommonDraftArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type NodeContentFacetMetaClassIdArgs = {\n filters?: InputMaybe>;\n limit?: InputMaybe;\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n ranges?: InputMaybe>>;\n};\n\n\nexport type NodeContentFacetNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type NodeContentFacetPageFeaturedDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type NodeContentFacetPageImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type NodeContentFacetPageIsSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type NodeContentFacetPageNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type NodeContentFacetRelativePathArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type NodeContentFacetRouteSegmentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type NodeContentFacetSavedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type NodeContentFacetSeoUriArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type NodeContentFacetShortcutArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type NodeContentFacetSiteIdArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type NodeContentFacetStartPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type NodeContentFacetStatusArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type NodeContentFacetStopPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type NodeContentFacetUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type NodeContentOrderByInput = {\n Ancestors?: InputMaybe;\n CatalogId?: InputMaybe;\n Categories?: InputMaybe;\n Changed?: InputMaybe;\n Code?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n DisplayName?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n MetaClassId?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n SeoInformation?: InputMaybe;\n SeoUri?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n _minimumScore?: InputMaybe;\n _modified?: InputMaybe;\n _ranking?: InputMaybe;\n _semanticWeight?: InputMaybe;\n};\n\nexport type NodeContentOutput = {\n __typename?: 'NodeContentOutput';\n autocomplete?: Maybe;\n cursor?: Maybe;\n facets?: Maybe;\n items?: Maybe>>;\n total?: Maybe;\n};\n\n\nexport type NodeContentOutputTotalArgs = {\n all?: InputMaybe;\n};\n\nexport type NodeContentSeoInformation = {\n __typename?: 'NodeContentSeoInformation';\n Description?: Maybe;\n Keywords?: Maybe;\n Title?: Maybe;\n};\n\nexport type NodeContentSeoInformationAutocomplete = {\n __typename?: 'NodeContentSeoInformationAutocomplete';\n Description?: Maybe>>;\n Keywords?: Maybe>>;\n Title?: Maybe>>;\n};\n\n\nexport type NodeContentSeoInformationAutocompleteDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type NodeContentSeoInformationAutocompleteKeywordsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type NodeContentSeoInformationAutocompleteTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type NodeContentSeoInformationFacet = {\n __typename?: 'NodeContentSeoInformationFacet';\n Description?: Maybe>>;\n Keywords?: Maybe>>;\n Title?: Maybe>>;\n};\n\n\nexport type NodeContentSeoInformationFacetDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type NodeContentSeoInformationFacetKeywordsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type NodeContentSeoInformationFacetTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type NodeContentSeoInformationOrderByInput = {\n Description?: InputMaybe;\n Keywords?: InputMaybe;\n Title?: InputMaybe;\n};\n\nexport type NodeContentSeoInformationWhereInput = {\n Description?: InputMaybe;\n Keywords?: InputMaybe;\n Title?: InputMaybe;\n};\n\nexport type NodeContentWhereInput = {\n Ancestors?: InputMaybe;\n CatalogId?: InputMaybe;\n Categories?: InputMaybe;\n Changed?: InputMaybe;\n Code?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n DisplayName?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n MetaClassId?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n SeoInformation?: InputMaybe;\n SeoUri?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n _and?: InputMaybe>>;\n _fulltext?: InputMaybe;\n _modified?: InputMaybe;\n _not?: InputMaybe>>;\n _or?: InputMaybe>>;\n};\n\nexport type NumberElementBlock = IContent & IData & {\n __typename?: 'NumberElementBlock';\n Ancestors?: Maybe>>;\n AutoComplete?: Maybe;\n Category?: Maybe>>;\n Changed?: Maybe;\n ConditionCombination?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe;\n Description?: Maybe;\n ExistingLanguages?: Maybe>>;\n IsCommonDraft?: Maybe;\n Label?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe;\n PageFeaturedDescription?: Maybe;\n PageImageUrl?: Maybe;\n PageIsSearchable?: Maybe;\n PageNavigationTitle?: Maybe;\n ParentLink?: Maybe;\n PlaceHolder?: Maybe;\n RelativePath?: Maybe;\n RouteSegment?: Maybe;\n SatisfiedAction?: Maybe;\n Saved?: Maybe;\n Shortcut?: Maybe;\n SiteId?: Maybe;\n StartPublish?: Maybe;\n Status?: Maybe;\n StopPublish?: Maybe;\n Url?: Maybe;\n Validators?: Maybe;\n /** @deprecated Use `_link` field instead */\n _children?: Maybe;\n _deleted?: Maybe;\n _fulltext?: Maybe>>;\n _id?: Maybe;\n _link?: Maybe;\n _modified?: Maybe;\n _score?: Maybe;\n};\n\n\nexport type NumberElementBlockDescriptionArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type NumberElementBlockLabelArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type NumberElementBlockNameArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type NumberElementBlockPlaceHolderArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type NumberElementBlockSatisfiedActionArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type NumberElementBlockValidatorsArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type NumberElementBlock_FulltextArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type NumberElementBlock_LinkArgs = {\n type?: InputMaybe;\n};\n\nexport type NumberElementBlockAutocomplete = {\n __typename?: 'NumberElementBlockAutocomplete';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n ExistingLanguages?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n Status?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type NumberElementBlockAutocompleteAncestorsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type NumberElementBlockAutocompleteContentTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type NumberElementBlockAutocompletePageFeaturedDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type NumberElementBlockAutocompletePageImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type NumberElementBlockAutocompletePageNavigationTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type NumberElementBlockAutocompleteRelativePathArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type NumberElementBlockAutocompleteRouteSegmentArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type NumberElementBlockAutocompleteShortcutArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type NumberElementBlockAutocompleteSiteIdArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type NumberElementBlockAutocompleteStatusArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type NumberElementBlockAutocompleteUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type NumberElementBlockFacet = {\n __typename?: 'NumberElementBlockFacet';\n Ancestors?: Maybe>>;\n AutoComplete?: Maybe>>;\n Category?: Maybe;\n Changed?: Maybe>>;\n ConditionCombination?: Maybe>>;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe>>;\n Description?: Maybe>>;\n ExistingLanguages?: Maybe;\n IsCommonDraft?: Maybe>>;\n Label?: Maybe>>;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe>>;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageIsSearchable?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n PlaceHolder?: Maybe>>;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n SatisfiedAction?: Maybe>>;\n Saved?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n StartPublish?: Maybe>>;\n Status?: Maybe>>;\n StopPublish?: Maybe>>;\n Url?: Maybe>>;\n Validators?: Maybe>>;\n};\n\n\nexport type NumberElementBlockFacetAncestorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type NumberElementBlockFacetAutoCompleteArgs = {\n filters?: InputMaybe>;\n limit?: InputMaybe;\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n ranges?: InputMaybe>>;\n};\n\n\nexport type NumberElementBlockFacetChangedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type NumberElementBlockFacetConditionCombinationArgs = {\n filters?: InputMaybe>;\n limit?: InputMaybe;\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n ranges?: InputMaybe>>;\n};\n\n\nexport type NumberElementBlockFacetContentTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type NumberElementBlockFacetCreatedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type NumberElementBlockFacetDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type NumberElementBlockFacetIsCommonDraftArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type NumberElementBlockFacetLabelArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type NumberElementBlockFacetNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type NumberElementBlockFacetPageFeaturedDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type NumberElementBlockFacetPageImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type NumberElementBlockFacetPageIsSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type NumberElementBlockFacetPageNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type NumberElementBlockFacetPlaceHolderArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type NumberElementBlockFacetRelativePathArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type NumberElementBlockFacetRouteSegmentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type NumberElementBlockFacetSatisfiedActionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type NumberElementBlockFacetSavedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type NumberElementBlockFacetShortcutArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type NumberElementBlockFacetSiteIdArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type NumberElementBlockFacetStartPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type NumberElementBlockFacetStatusArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type NumberElementBlockFacetStopPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type NumberElementBlockFacetUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type NumberElementBlockFacetValidatorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type NumberElementBlockOrderByInput = {\n Ancestors?: InputMaybe;\n AutoComplete?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ConditionCombination?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n Description?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Label?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n PlaceHolder?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n SatisfiedAction?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n Validators?: InputMaybe;\n _minimumScore?: InputMaybe;\n _modified?: InputMaybe;\n _ranking?: InputMaybe;\n _semanticWeight?: InputMaybe;\n};\n\nexport type NumberElementBlockOutput = {\n __typename?: 'NumberElementBlockOutput';\n autocomplete?: Maybe;\n cursor?: Maybe;\n facets?: Maybe;\n items?: Maybe>>;\n total?: Maybe;\n};\n\n\nexport type NumberElementBlockOutputTotalArgs = {\n all?: InputMaybe;\n};\n\nexport type NumberElementBlockWhereInput = {\n Ancestors?: InputMaybe;\n AutoComplete?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ConditionCombination?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n Description?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Label?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n PlaceHolder?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n SatisfiedAction?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n Validators?: InputMaybe;\n _and?: InputMaybe>>;\n _fulltext?: InputMaybe;\n _modified?: InputMaybe;\n _not?: InputMaybe>>;\n _or?: InputMaybe>>;\n};\n\nexport type NumberFacet = {\n __typename?: 'NumberFacet';\n count?: Maybe;\n name?: Maybe;\n};\n\n/** Factor influences the score based of number values with a factor function */\nexport type NumberFactor = {\n modifier?: InputMaybe;\n value?: InputMaybe;\n};\n\n/** Page offers comprehensive information about a specific department, office, or service provided by an organization. */\nexport type OfficesAndServicesDetailPage = IContent & IData & {\n __typename?: 'OfficesAndServicesDetailPage';\n Ancestors?: Maybe>>;\n AreaOfStudyFacet?: Maybe;\n BreadcrumbsTitle?: Maybe;\n CampusLocationFacet?: Maybe;\n Category?: Maybe>>;\n Changed?: Maybe;\n CollegeOrSchoolFacet?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe;\n DegreesFacet?: Maybe;\n DepartmentFacet?: Maybe;\n DisableIndexing?: Maybe;\n /** This will determine whether or not to show on the sitemap */\n ExcludeFromSitemap?: Maybe;\n ExistingLanguages?: Maybe>>;\n FeaturedDescription?: Maybe;\n HideSiteFooter?: Maybe;\n HideSiteHeader?: Maybe;\n IsCommonDraft?: Maybe;\n IsFeaturedContent?: Maybe;\n Keywords?: Maybe;\n KeywordsFacet?: Maybe;\n Language?: Maybe;\n LeftModules?: Maybe>>;\n LocationFacet?: Maybe;\n MainContentArea?: Maybe>>;\n MasterLanguage?: Maybe;\n Name?: Maybe;\n NavigationTitle?: Maybe;\n OfficeAndServiceBusinessHours?: Maybe;\n OfficeAndServiceDescription?: Maybe;\n OfficeAndServiceEmail?: Maybe;\n /** Recommended Image Size: 2880x1620 px (16:9 Aspect Ratio) */\n OfficeAndServiceImage?: Maybe;\n OfficeAndServiceLocation?: Maybe;\n OfficeAndServiceName?: Maybe;\n OfficeAndServicePhone?: Maybe;\n /** The link and text will be used when the page is displayed as a card in other modules. By default, the link is the same as the actual page. */\n OverrideCardLink?: Maybe;\n PageFeaturedDescription?: Maybe;\n /** Image that will be used when the page is displayed as a card for Generic Pages. Recommended Image Size: 1536x1152 px (4:3 Aspect Ratio) */\n PageImage?: Maybe;\n PageImageUrl?: Maybe;\n PageIsSearchable?: Maybe;\n PageNavigationTitle?: Maybe;\n ParentLink?: Maybe;\n ProgramTypeFacet?: Maybe;\n RelativePath?: Maybe;\n RightRailModules?: Maybe>>;\n RouteSegment?: Maybe;\n Saved?: Maybe;\n /** This will determine whether or not to show on search */\n Searchable?: Maybe;\n ServiceTypeFacet?: Maybe;\n Shortcut?: Maybe;\n /** This will determine whether or not breadcrumb will be displayed */\n ShowBreadcrumbs?: Maybe;\n /** This will determine whether or not commerce header will be displayed */\n ShowCommerceHeader?: Maybe;\n SiteId?: Maybe;\n StartPublish?: Maybe;\n Status?: Maybe;\n StopPublish?: Maybe;\n TrackOdp?: Maybe;\n Url?: Maybe;\n /** @deprecated Use `_link` field instead */\n _children?: Maybe;\n _deleted?: Maybe;\n _fulltext?: Maybe>>;\n _id?: Maybe;\n _link?: Maybe;\n _modified?: Maybe;\n _score?: Maybe;\n};\n\n\n/** Page offers comprehensive information about a specific department, office, or service provided by an organization. */\nexport type OfficesAndServicesDetailPageDisableIndexingArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Page offers comprehensive information about a specific department, office, or service provided by an organization. */\nexport type OfficesAndServicesDetailPageExcludeFromSitemapArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Page offers comprehensive information about a specific department, office, or service provided by an organization. */\nexport type OfficesAndServicesDetailPageHideSiteFooterArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Page offers comprehensive information about a specific department, office, or service provided by an organization. */\nexport type OfficesAndServicesDetailPageHideSiteHeaderArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Page offers comprehensive information about a specific department, office, or service provided by an organization. */\nexport type OfficesAndServicesDetailPageIsFeaturedContentArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Page offers comprehensive information about a specific department, office, or service provided by an organization. */\nexport type OfficesAndServicesDetailPageKeywordsArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Page offers comprehensive information about a specific department, office, or service provided by an organization. */\nexport type OfficesAndServicesDetailPageLeftModulesArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Page offers comprehensive information about a specific department, office, or service provided by an organization. */\nexport type OfficesAndServicesDetailPageMainContentAreaArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Page offers comprehensive information about a specific department, office, or service provided by an organization. */\nexport type OfficesAndServicesDetailPageNameArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Page offers comprehensive information about a specific department, office, or service provided by an organization. */\nexport type OfficesAndServicesDetailPageNavigationTitleArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Page offers comprehensive information about a specific department, office, or service provided by an organization. */\nexport type OfficesAndServicesDetailPageOfficeAndServiceBusinessHoursArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Page offers comprehensive information about a specific department, office, or service provided by an organization. */\nexport type OfficesAndServicesDetailPageOfficeAndServiceDescriptionArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Page offers comprehensive information about a specific department, office, or service provided by an organization. */\nexport type OfficesAndServicesDetailPageOfficeAndServiceNameArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Page offers comprehensive information about a specific department, office, or service provided by an organization. */\nexport type OfficesAndServicesDetailPageRightRailModulesArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Page offers comprehensive information about a specific department, office, or service provided by an organization. */\nexport type OfficesAndServicesDetailPageSearchableArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Page offers comprehensive information about a specific department, office, or service provided by an organization. */\nexport type OfficesAndServicesDetailPageShowBreadcrumbsArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Page offers comprehensive information about a specific department, office, or service provided by an organization. */\nexport type OfficesAndServicesDetailPageShowCommerceHeaderArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Page offers comprehensive information about a specific department, office, or service provided by an organization. */\nexport type OfficesAndServicesDetailPageTrackOdpArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Page offers comprehensive information about a specific department, office, or service provided by an organization. */\nexport type OfficesAndServicesDetailPage_FulltextArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Page offers comprehensive information about a specific department, office, or service provided by an organization. */\nexport type OfficesAndServicesDetailPage_LinkArgs = {\n type?: InputMaybe;\n};\n\nexport type OfficesAndServicesDetailPageAutocomplete = {\n __typename?: 'OfficesAndServicesDetailPageAutocomplete';\n Ancestors?: Maybe>>;\n AreaOfStudyFacet?: Maybe;\n CampusLocationFacet?: Maybe;\n Category?: Maybe;\n CollegeOrSchoolFacet?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n DegreesFacet?: Maybe;\n DepartmentFacet?: Maybe;\n ExistingLanguages?: Maybe;\n KeywordsFacet?: Maybe;\n Language?: Maybe;\n LocationFacet?: Maybe;\n MasterLanguage?: Maybe;\n OfficeAndServiceImage?: Maybe;\n OverrideCardLink?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImage?: Maybe;\n PageImageUrl?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n ProgramTypeFacet?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n ServiceTypeFacet?: Maybe;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n Status?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type OfficesAndServicesDetailPageAutocompleteAncestorsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type OfficesAndServicesDetailPageAutocompleteContentTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type OfficesAndServicesDetailPageAutocompletePageFeaturedDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type OfficesAndServicesDetailPageAutocompletePageImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type OfficesAndServicesDetailPageAutocompletePageNavigationTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type OfficesAndServicesDetailPageAutocompleteRelativePathArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type OfficesAndServicesDetailPageAutocompleteRouteSegmentArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type OfficesAndServicesDetailPageAutocompleteShortcutArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type OfficesAndServicesDetailPageAutocompleteSiteIdArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type OfficesAndServicesDetailPageAutocompleteStatusArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type OfficesAndServicesDetailPageAutocompleteUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type OfficesAndServicesDetailPageFacet = {\n __typename?: 'OfficesAndServicesDetailPageFacet';\n Ancestors?: Maybe>>;\n AreaOfStudyFacet?: Maybe;\n CampusLocationFacet?: Maybe;\n Category?: Maybe;\n Changed?: Maybe>>;\n CollegeOrSchoolFacet?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe>>;\n DegreesFacet?: Maybe;\n DepartmentFacet?: Maybe;\n DisableIndexing?: Maybe>>;\n ExcludeFromSitemap?: Maybe>>;\n ExistingLanguages?: Maybe;\n HideSiteFooter?: Maybe>>;\n HideSiteHeader?: Maybe>>;\n IsCommonDraft?: Maybe>>;\n IsFeaturedContent?: Maybe>>;\n Keywords?: Maybe>>;\n KeywordsFacet?: Maybe;\n Language?: Maybe;\n LeftModules?: Maybe;\n LocationFacet?: Maybe;\n MainContentArea?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe>>;\n NavigationTitle?: Maybe>>;\n OfficeAndServiceBusinessHours?: Maybe>>;\n OfficeAndServiceDescription?: Maybe>>;\n OfficeAndServiceImage?: Maybe;\n OfficeAndServiceName?: Maybe>>;\n OverrideCardLink?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImage?: Maybe;\n PageImageUrl?: Maybe>>;\n PageIsSearchable?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n ProgramTypeFacet?: Maybe;\n RelativePath?: Maybe>>;\n RightRailModules?: Maybe;\n RouteSegment?: Maybe>>;\n Saved?: Maybe>>;\n Searchable?: Maybe>>;\n ServiceTypeFacet?: Maybe;\n Shortcut?: Maybe>>;\n ShowBreadcrumbs?: Maybe>>;\n ShowCommerceHeader?: Maybe>>;\n SiteId?: Maybe>>;\n StartPublish?: Maybe>>;\n Status?: Maybe>>;\n StopPublish?: Maybe>>;\n TrackOdp?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type OfficesAndServicesDetailPageFacetAncestorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type OfficesAndServicesDetailPageFacetChangedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type OfficesAndServicesDetailPageFacetContentTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type OfficesAndServicesDetailPageFacetCreatedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type OfficesAndServicesDetailPageFacetDisableIndexingArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type OfficesAndServicesDetailPageFacetExcludeFromSitemapArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type OfficesAndServicesDetailPageFacetHideSiteFooterArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type OfficesAndServicesDetailPageFacetHideSiteHeaderArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type OfficesAndServicesDetailPageFacetIsCommonDraftArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type OfficesAndServicesDetailPageFacetIsFeaturedContentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type OfficesAndServicesDetailPageFacetKeywordsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type OfficesAndServicesDetailPageFacetNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type OfficesAndServicesDetailPageFacetNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type OfficesAndServicesDetailPageFacetOfficeAndServiceBusinessHoursArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type OfficesAndServicesDetailPageFacetOfficeAndServiceDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type OfficesAndServicesDetailPageFacetOfficeAndServiceNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type OfficesAndServicesDetailPageFacetPageFeaturedDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type OfficesAndServicesDetailPageFacetPageImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type OfficesAndServicesDetailPageFacetPageIsSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type OfficesAndServicesDetailPageFacetPageNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type OfficesAndServicesDetailPageFacetRelativePathArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type OfficesAndServicesDetailPageFacetRouteSegmentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type OfficesAndServicesDetailPageFacetSavedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type OfficesAndServicesDetailPageFacetSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type OfficesAndServicesDetailPageFacetShortcutArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type OfficesAndServicesDetailPageFacetShowBreadcrumbsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type OfficesAndServicesDetailPageFacetShowCommerceHeaderArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type OfficesAndServicesDetailPageFacetSiteIdArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type OfficesAndServicesDetailPageFacetStartPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type OfficesAndServicesDetailPageFacetStatusArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type OfficesAndServicesDetailPageFacetStopPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type OfficesAndServicesDetailPageFacetTrackOdpArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type OfficesAndServicesDetailPageFacetUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type OfficesAndServicesDetailPageOrderByInput = {\n Ancestors?: InputMaybe;\n AreaOfStudyFacet?: InputMaybe;\n CampusLocationFacet?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n CollegeOrSchoolFacet?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n DegreesFacet?: InputMaybe;\n DepartmentFacet?: InputMaybe;\n DisableIndexing?: InputMaybe;\n ExcludeFromSitemap?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n HideSiteFooter?: InputMaybe;\n HideSiteHeader?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n IsFeaturedContent?: InputMaybe;\n Keywords?: InputMaybe;\n KeywordsFacet?: InputMaybe;\n Language?: InputMaybe;\n LeftModules?: InputMaybe;\n LocationFacet?: InputMaybe;\n MainContentArea?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n NavigationTitle?: InputMaybe;\n OfficeAndServiceBusinessHours?: InputMaybe;\n OfficeAndServiceDescription?: InputMaybe;\n OfficeAndServiceImage?: InputMaybe;\n OfficeAndServiceName?: InputMaybe;\n OverrideCardLink?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImage?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n ProgramTypeFacet?: InputMaybe;\n RelativePath?: InputMaybe;\n RightRailModules?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Searchable?: InputMaybe;\n ServiceTypeFacet?: InputMaybe;\n Shortcut?: InputMaybe;\n ShowBreadcrumbs?: InputMaybe;\n ShowCommerceHeader?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n TrackOdp?: InputMaybe;\n Url?: InputMaybe;\n _minimumScore?: InputMaybe;\n _modified?: InputMaybe;\n _ranking?: InputMaybe;\n _semanticWeight?: InputMaybe;\n};\n\nexport type OfficesAndServicesDetailPageOutput = {\n __typename?: 'OfficesAndServicesDetailPageOutput';\n autocomplete?: Maybe;\n cursor?: Maybe;\n facets?: Maybe;\n items?: Maybe>>;\n total?: Maybe;\n};\n\n\nexport type OfficesAndServicesDetailPageOutputTotalArgs = {\n all?: InputMaybe;\n};\n\nexport type OfficesAndServicesDetailPageWhereInput = {\n Ancestors?: InputMaybe;\n AreaOfStudyFacet?: InputMaybe;\n CampusLocationFacet?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n CollegeOrSchoolFacet?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n DegreesFacet?: InputMaybe;\n DepartmentFacet?: InputMaybe;\n DisableIndexing?: InputMaybe;\n ExcludeFromSitemap?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n HideSiteFooter?: InputMaybe;\n HideSiteHeader?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n IsFeaturedContent?: InputMaybe;\n Keywords?: InputMaybe;\n KeywordsFacet?: InputMaybe;\n Language?: InputMaybe;\n LeftModules?: InputMaybe;\n LocationFacet?: InputMaybe;\n MainContentArea?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n NavigationTitle?: InputMaybe;\n OfficeAndServiceBusinessHours?: InputMaybe;\n OfficeAndServiceDescription?: InputMaybe;\n OfficeAndServiceImage?: InputMaybe;\n OfficeAndServiceName?: InputMaybe;\n OverrideCardLink?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImage?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n ProgramTypeFacet?: InputMaybe;\n RelativePath?: InputMaybe;\n RightRailModules?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Searchable?: InputMaybe;\n ServiceTypeFacet?: InputMaybe;\n Shortcut?: InputMaybe;\n ShowBreadcrumbs?: InputMaybe;\n ShowCommerceHeader?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n TrackOdp?: InputMaybe;\n Url?: InputMaybe;\n _and?: InputMaybe>>;\n _fulltext?: InputMaybe;\n _modified?: InputMaybe;\n _not?: InputMaybe>>;\n _or?: InputMaybe>>;\n};\n\n/** Page with a list of offices and services, with the ability to filter by tags. */\nexport type OfficesAndServicesListingPage = IContent & IData & {\n __typename?: 'OfficesAndServicesListingPage';\n Ancestors?: Maybe>>;\n AreaOfStudyFacet?: Maybe;\n BreadcrumbsTitle?: Maybe;\n CampusLocationFacet?: Maybe;\n Category?: Maybe>>;\n Changed?: Maybe;\n CollegeOrSchoolFacet?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe;\n DegreesFacet?: Maybe;\n DepartmentFacet?: Maybe;\n DisableIndexing?: Maybe;\n /** This will determine whether or not to show on the sitemap */\n ExcludeFromSitemap?: Maybe;\n ExistingLanguages?: Maybe>>;\n FacetServiceTypeLabel?: Maybe;\n FeaturedDescription?: Maybe;\n HideSiteFooter?: Maybe;\n HideSiteHeader?: Maybe;\n IsCommonDraft?: Maybe;\n IsFeaturedContent?: Maybe;\n Keywords?: Maybe;\n KeywordsFacet?: Maybe;\n Language?: Maybe;\n LocationFacet?: Maybe;\n MainContentArea?: Maybe>>;\n MasterLanguage?: Maybe;\n Masthead?: Maybe>>;\n Name?: Maybe;\n NavigationTitle?: Maybe;\n /** The link and text will be used when the page is displayed as a card in other modules. By default, the link is the same as the actual page. */\n OverrideCardLink?: Maybe;\n PageFeaturedDescription?: Maybe;\n /** Image that will be used when the page is displayed as a card for Generic Pages. Recommended Image Size: 1536x1152 px (4:3 Aspect Ratio) */\n PageImage?: Maybe;\n PageImageUrl?: Maybe;\n PageIsSearchable?: Maybe;\n PageNavigationTitle?: Maybe;\n ParentLink?: Maybe;\n ProgramTypeFacet?: Maybe;\n RelativePath?: Maybe;\n RouteSegment?: Maybe;\n Saved?: Maybe;\n /** This will determine whether or not to show on search */\n Searchable?: Maybe;\n Shortcut?: Maybe;\n /** This will determine whether or not breadcrumb will be displayed */\n ShowBreadcrumbs?: Maybe;\n /** This will determine whether or not commerce header will be displayed */\n ShowCommerceHeader?: Maybe;\n SiteId?: Maybe;\n StartPublish?: Maybe;\n Status?: Maybe;\n StopPublish?: Maybe;\n TrackOdp?: Maybe;\n Url?: Maybe;\n ViewAllButtonLabel?: Maybe;\n /** @deprecated Use `_link` field instead */\n _children?: Maybe;\n _deleted?: Maybe;\n _fulltext?: Maybe>>;\n _id?: Maybe;\n _link?: Maybe;\n _modified?: Maybe;\n _score?: Maybe;\n};\n\n\n/** Page with a list of offices and services, with the ability to filter by tags. */\nexport type OfficesAndServicesListingPageDisableIndexingArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Page with a list of offices and services, with the ability to filter by tags. */\nexport type OfficesAndServicesListingPageExcludeFromSitemapArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Page with a list of offices and services, with the ability to filter by tags. */\nexport type OfficesAndServicesListingPageFacetServiceTypeLabelArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Page with a list of offices and services, with the ability to filter by tags. */\nexport type OfficesAndServicesListingPageHideSiteFooterArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Page with a list of offices and services, with the ability to filter by tags. */\nexport type OfficesAndServicesListingPageHideSiteHeaderArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Page with a list of offices and services, with the ability to filter by tags. */\nexport type OfficesAndServicesListingPageIsFeaturedContentArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Page with a list of offices and services, with the ability to filter by tags. */\nexport type OfficesAndServicesListingPageKeywordsArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Page with a list of offices and services, with the ability to filter by tags. */\nexport type OfficesAndServicesListingPageMainContentAreaArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Page with a list of offices and services, with the ability to filter by tags. */\nexport type OfficesAndServicesListingPageMastheadArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Page with a list of offices and services, with the ability to filter by tags. */\nexport type OfficesAndServicesListingPageNameArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Page with a list of offices and services, with the ability to filter by tags. */\nexport type OfficesAndServicesListingPageNavigationTitleArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Page with a list of offices and services, with the ability to filter by tags. */\nexport type OfficesAndServicesListingPageSearchableArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Page with a list of offices and services, with the ability to filter by tags. */\nexport type OfficesAndServicesListingPageShowBreadcrumbsArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Page with a list of offices and services, with the ability to filter by tags. */\nexport type OfficesAndServicesListingPageShowCommerceHeaderArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Page with a list of offices and services, with the ability to filter by tags. */\nexport type OfficesAndServicesListingPageTrackOdpArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Page with a list of offices and services, with the ability to filter by tags. */\nexport type OfficesAndServicesListingPageViewAllButtonLabelArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Page with a list of offices and services, with the ability to filter by tags. */\nexport type OfficesAndServicesListingPage_FulltextArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Page with a list of offices and services, with the ability to filter by tags. */\nexport type OfficesAndServicesListingPage_LinkArgs = {\n type?: InputMaybe;\n};\n\nexport type OfficesAndServicesListingPageAutocomplete = {\n __typename?: 'OfficesAndServicesListingPageAutocomplete';\n Ancestors?: Maybe>>;\n AreaOfStudyFacet?: Maybe;\n CampusLocationFacet?: Maybe;\n Category?: Maybe;\n CollegeOrSchoolFacet?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n DegreesFacet?: Maybe;\n DepartmentFacet?: Maybe;\n ExistingLanguages?: Maybe;\n KeywordsFacet?: Maybe;\n Language?: Maybe;\n LocationFacet?: Maybe;\n MasterLanguage?: Maybe;\n OverrideCardLink?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImage?: Maybe;\n PageImageUrl?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n ProgramTypeFacet?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n Status?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type OfficesAndServicesListingPageAutocompleteAncestorsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type OfficesAndServicesListingPageAutocompleteContentTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type OfficesAndServicesListingPageAutocompletePageFeaturedDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type OfficesAndServicesListingPageAutocompletePageImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type OfficesAndServicesListingPageAutocompletePageNavigationTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type OfficesAndServicesListingPageAutocompleteRelativePathArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type OfficesAndServicesListingPageAutocompleteRouteSegmentArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type OfficesAndServicesListingPageAutocompleteShortcutArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type OfficesAndServicesListingPageAutocompleteSiteIdArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type OfficesAndServicesListingPageAutocompleteStatusArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type OfficesAndServicesListingPageAutocompleteUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type OfficesAndServicesListingPageFacet = {\n __typename?: 'OfficesAndServicesListingPageFacet';\n Ancestors?: Maybe>>;\n AreaOfStudyFacet?: Maybe;\n CampusLocationFacet?: Maybe;\n Category?: Maybe;\n Changed?: Maybe>>;\n CollegeOrSchoolFacet?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe>>;\n DegreesFacet?: Maybe;\n DepartmentFacet?: Maybe;\n DisableIndexing?: Maybe>>;\n ExcludeFromSitemap?: Maybe>>;\n ExistingLanguages?: Maybe;\n FacetServiceTypeLabel?: Maybe>>;\n HideSiteFooter?: Maybe>>;\n HideSiteHeader?: Maybe>>;\n IsCommonDraft?: Maybe>>;\n IsFeaturedContent?: Maybe>>;\n Keywords?: Maybe>>;\n KeywordsFacet?: Maybe;\n Language?: Maybe;\n LocationFacet?: Maybe;\n MainContentArea?: Maybe;\n MasterLanguage?: Maybe;\n Masthead?: Maybe;\n Name?: Maybe>>;\n NavigationTitle?: Maybe>>;\n OverrideCardLink?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImage?: Maybe;\n PageImageUrl?: Maybe>>;\n PageIsSearchable?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n ProgramTypeFacet?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Saved?: Maybe>>;\n Searchable?: Maybe>>;\n Shortcut?: Maybe>>;\n ShowBreadcrumbs?: Maybe>>;\n ShowCommerceHeader?: Maybe>>;\n SiteId?: Maybe>>;\n StartPublish?: Maybe>>;\n Status?: Maybe>>;\n StopPublish?: Maybe>>;\n TrackOdp?: Maybe>>;\n Url?: Maybe>>;\n ViewAllButtonLabel?: Maybe>>;\n};\n\n\nexport type OfficesAndServicesListingPageFacetAncestorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type OfficesAndServicesListingPageFacetChangedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type OfficesAndServicesListingPageFacetContentTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type OfficesAndServicesListingPageFacetCreatedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type OfficesAndServicesListingPageFacetDisableIndexingArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type OfficesAndServicesListingPageFacetExcludeFromSitemapArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type OfficesAndServicesListingPageFacetFacetServiceTypeLabelArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type OfficesAndServicesListingPageFacetHideSiteFooterArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type OfficesAndServicesListingPageFacetHideSiteHeaderArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type OfficesAndServicesListingPageFacetIsCommonDraftArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type OfficesAndServicesListingPageFacetIsFeaturedContentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type OfficesAndServicesListingPageFacetKeywordsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type OfficesAndServicesListingPageFacetNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type OfficesAndServicesListingPageFacetNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type OfficesAndServicesListingPageFacetPageFeaturedDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type OfficesAndServicesListingPageFacetPageImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type OfficesAndServicesListingPageFacetPageIsSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type OfficesAndServicesListingPageFacetPageNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type OfficesAndServicesListingPageFacetRelativePathArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type OfficesAndServicesListingPageFacetRouteSegmentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type OfficesAndServicesListingPageFacetSavedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type OfficesAndServicesListingPageFacetSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type OfficesAndServicesListingPageFacetShortcutArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type OfficesAndServicesListingPageFacetShowBreadcrumbsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type OfficesAndServicesListingPageFacetShowCommerceHeaderArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type OfficesAndServicesListingPageFacetSiteIdArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type OfficesAndServicesListingPageFacetStartPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type OfficesAndServicesListingPageFacetStatusArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type OfficesAndServicesListingPageFacetStopPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type OfficesAndServicesListingPageFacetTrackOdpArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type OfficesAndServicesListingPageFacetUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type OfficesAndServicesListingPageFacetViewAllButtonLabelArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type OfficesAndServicesListingPageOrderByInput = {\n Ancestors?: InputMaybe;\n AreaOfStudyFacet?: InputMaybe;\n CampusLocationFacet?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n CollegeOrSchoolFacet?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n DegreesFacet?: InputMaybe;\n DepartmentFacet?: InputMaybe;\n DisableIndexing?: InputMaybe;\n ExcludeFromSitemap?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n FacetServiceTypeLabel?: InputMaybe;\n HideSiteFooter?: InputMaybe;\n HideSiteHeader?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n IsFeaturedContent?: InputMaybe;\n Keywords?: InputMaybe;\n KeywordsFacet?: InputMaybe;\n Language?: InputMaybe;\n LocationFacet?: InputMaybe;\n MainContentArea?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Masthead?: InputMaybe;\n Name?: InputMaybe;\n NavigationTitle?: InputMaybe;\n OverrideCardLink?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImage?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n ProgramTypeFacet?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Searchable?: InputMaybe;\n Shortcut?: InputMaybe;\n ShowBreadcrumbs?: InputMaybe;\n ShowCommerceHeader?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n TrackOdp?: InputMaybe;\n Url?: InputMaybe;\n ViewAllButtonLabel?: InputMaybe;\n _minimumScore?: InputMaybe;\n _modified?: InputMaybe;\n _ranking?: InputMaybe;\n _semanticWeight?: InputMaybe;\n};\n\nexport type OfficesAndServicesListingPageOutput = {\n __typename?: 'OfficesAndServicesListingPageOutput';\n autocomplete?: Maybe;\n cursor?: Maybe;\n facets?: Maybe;\n items?: Maybe>>;\n total?: Maybe;\n};\n\n\nexport type OfficesAndServicesListingPageOutputTotalArgs = {\n all?: InputMaybe;\n};\n\nexport type OfficesAndServicesListingPageWhereInput = {\n Ancestors?: InputMaybe;\n AreaOfStudyFacet?: InputMaybe;\n CampusLocationFacet?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n CollegeOrSchoolFacet?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n DegreesFacet?: InputMaybe;\n DepartmentFacet?: InputMaybe;\n DisableIndexing?: InputMaybe;\n ExcludeFromSitemap?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n FacetServiceTypeLabel?: InputMaybe;\n HideSiteFooter?: InputMaybe;\n HideSiteHeader?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n IsFeaturedContent?: InputMaybe;\n Keywords?: InputMaybe;\n KeywordsFacet?: InputMaybe;\n Language?: InputMaybe;\n LocationFacet?: InputMaybe;\n MainContentArea?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Masthead?: InputMaybe;\n Name?: InputMaybe;\n NavigationTitle?: InputMaybe;\n OverrideCardLink?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImage?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n ProgramTypeFacet?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Searchable?: InputMaybe;\n Shortcut?: InputMaybe;\n ShowBreadcrumbs?: InputMaybe;\n ShowCommerceHeader?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n TrackOdp?: InputMaybe;\n Url?: InputMaybe;\n ViewAllButtonLabel?: InputMaybe;\n _and?: InputMaybe>>;\n _fulltext?: InputMaybe;\n _modified?: InputMaybe;\n _not?: InputMaybe>>;\n _or?: InputMaybe>>;\n};\n\n/** Container for Optimizely forms. */\nexport type OptimizelyFormContainerBlock = IContent & IData & {\n __typename?: 'OptimizelyFormContainerBlock';\n AllowAnonymousSubmission?: Maybe;\n AllowExposingDataFeeds?: Maybe;\n AllowMultipleSubmission?: Maybe;\n AllowToStoreSubmissionData?: Maybe;\n Ancestors?: Maybe>>;\n Category?: Maybe>>;\n Changed?: Maybe;\n ConfirmationMessage?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe;\n ElementsArea?: Maybe>>;\n ExistingLanguages?: Maybe>>;\n FinalizedSubmissionRetentionPeriod?: Maybe;\n FocusOnForm?: Maybe;\n FormDescription?: Maybe;\n IsCommonDraft?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n MetadataAttribute?: Maybe;\n Name?: Maybe;\n PageFeaturedDescription?: Maybe;\n PageImageUrl?: Maybe;\n PageIsSearchable?: Maybe;\n PageNavigationTitle?: Maybe;\n ParentLink?: Maybe;\n PartialSubmissionRetentionPeriod?: Maybe;\n RedirectToPage?: Maybe;\n RelativePath?: Maybe;\n ResetConfirmationMessage?: Maybe;\n RouteSegment?: Maybe;\n Saved?: Maybe;\n Shortcut?: Maybe;\n ShowNavigationBar?: Maybe;\n ShowSummarizedData?: Maybe;\n SiteId?: Maybe;\n StartPublish?: Maybe;\n Status?: Maybe;\n StopPublish?: Maybe;\n SubmitSuccessMessage?: Maybe;\n Title?: Maybe;\n Url?: Maybe;\n /** @deprecated Use `_link` field instead */\n _children?: Maybe;\n _deleted?: Maybe;\n _fulltext?: Maybe>>;\n _id?: Maybe;\n _link?: Maybe;\n _modified?: Maybe;\n _score?: Maybe;\n};\n\n\n/** Container for Optimizely forms. */\nexport type OptimizelyFormContainerBlockConfirmationMessageArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Container for Optimizely forms. */\nexport type OptimizelyFormContainerBlockElementsAreaArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Container for Optimizely forms. */\nexport type OptimizelyFormContainerBlockFinalizedSubmissionRetentionPeriodArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Container for Optimizely forms. */\nexport type OptimizelyFormContainerBlockFormDescriptionArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Container for Optimizely forms. */\nexport type OptimizelyFormContainerBlockMetadataAttributeArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Container for Optimizely forms. */\nexport type OptimizelyFormContainerBlockNameArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Container for Optimizely forms. */\nexport type OptimizelyFormContainerBlockPartialSubmissionRetentionPeriodArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Container for Optimizely forms. */\nexport type OptimizelyFormContainerBlockResetConfirmationMessageArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Container for Optimizely forms. */\nexport type OptimizelyFormContainerBlockSubmitSuccessMessageArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Container for Optimizely forms. */\nexport type OptimizelyFormContainerBlockTitleArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Container for Optimizely forms. */\nexport type OptimizelyFormContainerBlock_FulltextArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Container for Optimizely forms. */\nexport type OptimizelyFormContainerBlock_LinkArgs = {\n type?: InputMaybe;\n};\n\nexport type OptimizelyFormContainerBlockAutocomplete = {\n __typename?: 'OptimizelyFormContainerBlockAutocomplete';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n ExistingLanguages?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RedirectToPage?: Maybe>>;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n Status?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type OptimizelyFormContainerBlockAutocompleteAncestorsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type OptimizelyFormContainerBlockAutocompleteContentTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type OptimizelyFormContainerBlockAutocompletePageFeaturedDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type OptimizelyFormContainerBlockAutocompletePageImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type OptimizelyFormContainerBlockAutocompletePageNavigationTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type OptimizelyFormContainerBlockAutocompleteRedirectToPageArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type OptimizelyFormContainerBlockAutocompleteRelativePathArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type OptimizelyFormContainerBlockAutocompleteRouteSegmentArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type OptimizelyFormContainerBlockAutocompleteShortcutArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type OptimizelyFormContainerBlockAutocompleteSiteIdArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type OptimizelyFormContainerBlockAutocompleteStatusArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type OptimizelyFormContainerBlockAutocompleteUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type OptimizelyFormContainerBlockFacet = {\n __typename?: 'OptimizelyFormContainerBlockFacet';\n AllowAnonymousSubmission?: Maybe>>;\n AllowExposingDataFeeds?: Maybe>>;\n AllowMultipleSubmission?: Maybe>>;\n AllowToStoreSubmissionData?: Maybe>>;\n Ancestors?: Maybe>>;\n Category?: Maybe;\n Changed?: Maybe>>;\n ConfirmationMessage?: Maybe>>;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe>>;\n ElementsArea?: Maybe;\n ExistingLanguages?: Maybe;\n FinalizedSubmissionRetentionPeriod?: Maybe>>;\n FocusOnForm?: Maybe>>;\n FormDescription?: Maybe>>;\n IsCommonDraft?: Maybe>>;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n MetadataAttribute?: Maybe>>;\n Name?: Maybe>>;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageIsSearchable?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n PartialSubmissionRetentionPeriod?: Maybe>>;\n RedirectToPage?: Maybe>>;\n RelativePath?: Maybe>>;\n ResetConfirmationMessage?: Maybe>>;\n RouteSegment?: Maybe>>;\n Saved?: Maybe>>;\n Shortcut?: Maybe>>;\n ShowNavigationBar?: Maybe>>;\n ShowSummarizedData?: Maybe>>;\n SiteId?: Maybe>>;\n StartPublish?: Maybe>>;\n Status?: Maybe>>;\n StopPublish?: Maybe>>;\n SubmitSuccessMessage?: Maybe>>;\n Title?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type OptimizelyFormContainerBlockFacetAllowAnonymousSubmissionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type OptimizelyFormContainerBlockFacetAllowExposingDataFeedsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type OptimizelyFormContainerBlockFacetAllowMultipleSubmissionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type OptimizelyFormContainerBlockFacetAllowToStoreSubmissionDataArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type OptimizelyFormContainerBlockFacetAncestorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type OptimizelyFormContainerBlockFacetChangedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type OptimizelyFormContainerBlockFacetConfirmationMessageArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type OptimizelyFormContainerBlockFacetContentTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type OptimizelyFormContainerBlockFacetCreatedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type OptimizelyFormContainerBlockFacetFinalizedSubmissionRetentionPeriodArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type OptimizelyFormContainerBlockFacetFocusOnFormArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type OptimizelyFormContainerBlockFacetFormDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type OptimizelyFormContainerBlockFacetIsCommonDraftArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type OptimizelyFormContainerBlockFacetMetadataAttributeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type OptimizelyFormContainerBlockFacetNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type OptimizelyFormContainerBlockFacetPageFeaturedDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type OptimizelyFormContainerBlockFacetPageImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type OptimizelyFormContainerBlockFacetPageIsSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type OptimizelyFormContainerBlockFacetPageNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type OptimizelyFormContainerBlockFacetPartialSubmissionRetentionPeriodArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type OptimizelyFormContainerBlockFacetRedirectToPageArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type OptimizelyFormContainerBlockFacetRelativePathArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type OptimizelyFormContainerBlockFacetResetConfirmationMessageArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type OptimizelyFormContainerBlockFacetRouteSegmentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type OptimizelyFormContainerBlockFacetSavedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type OptimizelyFormContainerBlockFacetShortcutArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type OptimizelyFormContainerBlockFacetShowNavigationBarArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type OptimizelyFormContainerBlockFacetShowSummarizedDataArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type OptimizelyFormContainerBlockFacetSiteIdArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type OptimizelyFormContainerBlockFacetStartPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type OptimizelyFormContainerBlockFacetStatusArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type OptimizelyFormContainerBlockFacetStopPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type OptimizelyFormContainerBlockFacetSubmitSuccessMessageArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type OptimizelyFormContainerBlockFacetTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type OptimizelyFormContainerBlockFacetUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type OptimizelyFormContainerBlockOrderByInput = {\n AllowAnonymousSubmission?: InputMaybe;\n AllowExposingDataFeeds?: InputMaybe;\n AllowMultipleSubmission?: InputMaybe;\n AllowToStoreSubmissionData?: InputMaybe;\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ConfirmationMessage?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n ElementsArea?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n FinalizedSubmissionRetentionPeriod?: InputMaybe;\n FocusOnForm?: InputMaybe;\n FormDescription?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n MetadataAttribute?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n PartialSubmissionRetentionPeriod?: InputMaybe;\n RedirectToPage?: InputMaybe;\n RelativePath?: InputMaybe;\n ResetConfirmationMessage?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n ShowNavigationBar?: InputMaybe;\n ShowSummarizedData?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n SubmitSuccessMessage?: InputMaybe;\n Title?: InputMaybe;\n Url?: InputMaybe;\n _minimumScore?: InputMaybe;\n _modified?: InputMaybe;\n _ranking?: InputMaybe;\n _semanticWeight?: InputMaybe;\n};\n\nexport type OptimizelyFormContainerBlockOutput = {\n __typename?: 'OptimizelyFormContainerBlockOutput';\n autocomplete?: Maybe;\n cursor?: Maybe;\n facets?: Maybe;\n items?: Maybe>>;\n total?: Maybe;\n};\n\n\nexport type OptimizelyFormContainerBlockOutputTotalArgs = {\n all?: InputMaybe;\n};\n\nexport type OptimizelyFormContainerBlockWhereInput = {\n AllowAnonymousSubmission?: InputMaybe;\n AllowExposingDataFeeds?: InputMaybe;\n AllowMultipleSubmission?: InputMaybe;\n AllowToStoreSubmissionData?: InputMaybe;\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ConfirmationMessage?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n ElementsArea?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n FinalizedSubmissionRetentionPeriod?: InputMaybe;\n FocusOnForm?: InputMaybe;\n FormDescription?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n MetadataAttribute?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n PartialSubmissionRetentionPeriod?: InputMaybe;\n RedirectToPage?: InputMaybe;\n RelativePath?: InputMaybe;\n ResetConfirmationMessage?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n ShowNavigationBar?: InputMaybe;\n ShowSummarizedData?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n SubmitSuccessMessage?: InputMaybe;\n Title?: InputMaybe;\n Url?: InputMaybe;\n _and?: InputMaybe>>;\n _fulltext?: InputMaybe;\n _modified?: InputMaybe;\n _not?: InputMaybe>>;\n _or?: InputMaybe>>;\n};\n\nexport enum OrderBy {\n Asc = 'ASC',\n Desc = 'DESC'\n}\n\nexport enum OrderByFacetType {\n Count = 'COUNT',\n Value = 'VALUE'\n}\n\n/** This page displays comprehensive information for end users about placed orders. */\nexport type OrderConfirmationPage = IContent & IData & {\n __typename?: 'OrderConfirmationPage';\n Ancestors?: Maybe>>;\n AreaOfStudyFacet?: Maybe;\n BreadcrumbsTitle?: Maybe;\n CampusLocationFacet?: Maybe;\n Category?: Maybe>>;\n Changed?: Maybe;\n CollegeOrSchoolFacet?: Maybe;\n ContactUsDescription?: Maybe;\n ContactUsEmail?: Maybe;\n ContactUsHeading?: Maybe;\n ContactUsPhone?: Maybe;\n ContactUsSubHeading?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe;\n DegreesFacet?: Maybe;\n DepartmentFacet?: Maybe;\n DisableIndexing?: Maybe;\n /** This will determine whether or not to show on the sitemap */\n ExcludeFromSitemap?: Maybe;\n ExistingLanguages?: Maybe>>;\n FeaturedDescription?: Maybe;\n HideSiteFooter?: Maybe;\n HideSiteHeader?: Maybe;\n IsCommonDraft?: Maybe;\n IsFeaturedContent?: Maybe;\n Keywords?: Maybe;\n KeywordsFacet?: Maybe;\n Language?: Maybe;\n LocationFacet?: Maybe;\n MainContentArea?: Maybe>>;\n MasterLanguage?: Maybe;\n Name?: Maybe;\n NavigationTitle?: Maybe;\n /** The link and text will be used when the page is displayed as a card in other modules. By default, the link is the same as the actual page. */\n OverrideCardLink?: Maybe;\n PageFeaturedDescription?: Maybe;\n /** Image that will be used when the page is displayed as a card for Generic Pages. Recommended Image Size: 1536x1152 px (4:3 Aspect Ratio) */\n PageImage?: Maybe;\n PageImageUrl?: Maybe;\n PageIsSearchable?: Maybe;\n PageNavigationTitle?: Maybe;\n ParentLink?: Maybe;\n ProgramTypeFacet?: Maybe;\n RelativePath?: Maybe;\n RouteSegment?: Maybe;\n Saved?: Maybe;\n /** This will determine whether or not to show on search */\n Searchable?: Maybe;\n Shortcut?: Maybe;\n /** This will determine whether or not breadcrumb will be displayed */\n ShowBreadcrumbs?: Maybe;\n /** This will determine whether or not commerce header will be displayed */\n ShowCommerceHeader?: Maybe;\n SiteId?: Maybe;\n StartPublish?: Maybe;\n Status?: Maybe;\n StopPublish?: Maybe;\n TrackOdp?: Maybe;\n Url?: Maybe;\n /** @deprecated Use `_link` field instead */\n _children?: Maybe;\n _deleted?: Maybe;\n _fulltext?: Maybe>>;\n _id?: Maybe;\n _link?: Maybe;\n _modified?: Maybe;\n _score?: Maybe;\n};\n\n\n/** This page displays comprehensive information for end users about placed orders. */\nexport type OrderConfirmationPageContactUsDescriptionArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** This page displays comprehensive information for end users about placed orders. */\nexport type OrderConfirmationPageContactUsHeadingArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** This page displays comprehensive information for end users about placed orders. */\nexport type OrderConfirmationPageContactUsSubHeadingArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** This page displays comprehensive information for end users about placed orders. */\nexport type OrderConfirmationPageDisableIndexingArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** This page displays comprehensive information for end users about placed orders. */\nexport type OrderConfirmationPageExcludeFromSitemapArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** This page displays comprehensive information for end users about placed orders. */\nexport type OrderConfirmationPageHideSiteFooterArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** This page displays comprehensive information for end users about placed orders. */\nexport type OrderConfirmationPageHideSiteHeaderArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** This page displays comprehensive information for end users about placed orders. */\nexport type OrderConfirmationPageIsFeaturedContentArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** This page displays comprehensive information for end users about placed orders. */\nexport type OrderConfirmationPageKeywordsArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** This page displays comprehensive information for end users about placed orders. */\nexport type OrderConfirmationPageMainContentAreaArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** This page displays comprehensive information for end users about placed orders. */\nexport type OrderConfirmationPageNameArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** This page displays comprehensive information for end users about placed orders. */\nexport type OrderConfirmationPageNavigationTitleArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** This page displays comprehensive information for end users about placed orders. */\nexport type OrderConfirmationPageSearchableArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** This page displays comprehensive information for end users about placed orders. */\nexport type OrderConfirmationPageShowBreadcrumbsArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** This page displays comprehensive information for end users about placed orders. */\nexport type OrderConfirmationPageShowCommerceHeaderArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** This page displays comprehensive information for end users about placed orders. */\nexport type OrderConfirmationPageTrackOdpArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** This page displays comprehensive information for end users about placed orders. */\nexport type OrderConfirmationPage_FulltextArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** This page displays comprehensive information for end users about placed orders. */\nexport type OrderConfirmationPage_LinkArgs = {\n type?: InputMaybe;\n};\n\nexport type OrderConfirmationPageAutocomplete = {\n __typename?: 'OrderConfirmationPageAutocomplete';\n Ancestors?: Maybe>>;\n AreaOfStudyFacet?: Maybe;\n CampusLocationFacet?: Maybe;\n Category?: Maybe;\n CollegeOrSchoolFacet?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n DegreesFacet?: Maybe;\n DepartmentFacet?: Maybe;\n ExistingLanguages?: Maybe;\n KeywordsFacet?: Maybe;\n Language?: Maybe;\n LocationFacet?: Maybe;\n MasterLanguage?: Maybe;\n OverrideCardLink?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImage?: Maybe;\n PageImageUrl?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n ProgramTypeFacet?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n Status?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type OrderConfirmationPageAutocompleteAncestorsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type OrderConfirmationPageAutocompleteContentTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type OrderConfirmationPageAutocompletePageFeaturedDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type OrderConfirmationPageAutocompletePageImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type OrderConfirmationPageAutocompletePageNavigationTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type OrderConfirmationPageAutocompleteRelativePathArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type OrderConfirmationPageAutocompleteRouteSegmentArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type OrderConfirmationPageAutocompleteShortcutArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type OrderConfirmationPageAutocompleteSiteIdArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type OrderConfirmationPageAutocompleteStatusArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type OrderConfirmationPageAutocompleteUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type OrderConfirmationPageFacet = {\n __typename?: 'OrderConfirmationPageFacet';\n Ancestors?: Maybe>>;\n AreaOfStudyFacet?: Maybe;\n CampusLocationFacet?: Maybe;\n Category?: Maybe;\n Changed?: Maybe>>;\n CollegeOrSchoolFacet?: Maybe;\n ContactUsDescription?: Maybe>>;\n ContactUsHeading?: Maybe>>;\n ContactUsSubHeading?: Maybe>>;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe>>;\n DegreesFacet?: Maybe;\n DepartmentFacet?: Maybe;\n DisableIndexing?: Maybe>>;\n ExcludeFromSitemap?: Maybe>>;\n ExistingLanguages?: Maybe;\n HideSiteFooter?: Maybe>>;\n HideSiteHeader?: Maybe>>;\n IsCommonDraft?: Maybe>>;\n IsFeaturedContent?: Maybe>>;\n Keywords?: Maybe>>;\n KeywordsFacet?: Maybe;\n Language?: Maybe;\n LocationFacet?: Maybe;\n MainContentArea?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe>>;\n NavigationTitle?: Maybe>>;\n OverrideCardLink?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImage?: Maybe;\n PageImageUrl?: Maybe>>;\n PageIsSearchable?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n ProgramTypeFacet?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Saved?: Maybe>>;\n Searchable?: Maybe>>;\n Shortcut?: Maybe>>;\n ShowBreadcrumbs?: Maybe>>;\n ShowCommerceHeader?: Maybe>>;\n SiteId?: Maybe>>;\n StartPublish?: Maybe>>;\n Status?: Maybe>>;\n StopPublish?: Maybe>>;\n TrackOdp?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type OrderConfirmationPageFacetAncestorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type OrderConfirmationPageFacetChangedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type OrderConfirmationPageFacetContactUsDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type OrderConfirmationPageFacetContactUsHeadingArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type OrderConfirmationPageFacetContactUsSubHeadingArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type OrderConfirmationPageFacetContentTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type OrderConfirmationPageFacetCreatedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type OrderConfirmationPageFacetDisableIndexingArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type OrderConfirmationPageFacetExcludeFromSitemapArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type OrderConfirmationPageFacetHideSiteFooterArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type OrderConfirmationPageFacetHideSiteHeaderArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type OrderConfirmationPageFacetIsCommonDraftArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type OrderConfirmationPageFacetIsFeaturedContentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type OrderConfirmationPageFacetKeywordsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type OrderConfirmationPageFacetNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type OrderConfirmationPageFacetNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type OrderConfirmationPageFacetPageFeaturedDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type OrderConfirmationPageFacetPageImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type OrderConfirmationPageFacetPageIsSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type OrderConfirmationPageFacetPageNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type OrderConfirmationPageFacetRelativePathArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type OrderConfirmationPageFacetRouteSegmentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type OrderConfirmationPageFacetSavedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type OrderConfirmationPageFacetSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type OrderConfirmationPageFacetShortcutArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type OrderConfirmationPageFacetShowBreadcrumbsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type OrderConfirmationPageFacetShowCommerceHeaderArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type OrderConfirmationPageFacetSiteIdArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type OrderConfirmationPageFacetStartPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type OrderConfirmationPageFacetStatusArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type OrderConfirmationPageFacetStopPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type OrderConfirmationPageFacetTrackOdpArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type OrderConfirmationPageFacetUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type OrderConfirmationPageOrderByInput = {\n Ancestors?: InputMaybe;\n AreaOfStudyFacet?: InputMaybe;\n CampusLocationFacet?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n CollegeOrSchoolFacet?: InputMaybe;\n ContactUsDescription?: InputMaybe;\n ContactUsHeading?: InputMaybe;\n ContactUsSubHeading?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n DegreesFacet?: InputMaybe;\n DepartmentFacet?: InputMaybe;\n DisableIndexing?: InputMaybe;\n ExcludeFromSitemap?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n HideSiteFooter?: InputMaybe;\n HideSiteHeader?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n IsFeaturedContent?: InputMaybe;\n Keywords?: InputMaybe;\n KeywordsFacet?: InputMaybe;\n Language?: InputMaybe;\n LocationFacet?: InputMaybe;\n MainContentArea?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n NavigationTitle?: InputMaybe;\n OverrideCardLink?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImage?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n ProgramTypeFacet?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Searchable?: InputMaybe;\n Shortcut?: InputMaybe;\n ShowBreadcrumbs?: InputMaybe;\n ShowCommerceHeader?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n TrackOdp?: InputMaybe;\n Url?: InputMaybe;\n _minimumScore?: InputMaybe;\n _modified?: InputMaybe;\n _ranking?: InputMaybe;\n _semanticWeight?: InputMaybe;\n};\n\nexport type OrderConfirmationPageOutput = {\n __typename?: 'OrderConfirmationPageOutput';\n autocomplete?: Maybe;\n cursor?: Maybe;\n facets?: Maybe;\n items?: Maybe>>;\n total?: Maybe;\n};\n\n\nexport type OrderConfirmationPageOutputTotalArgs = {\n all?: InputMaybe;\n};\n\nexport type OrderConfirmationPageWhereInput = {\n Ancestors?: InputMaybe;\n AreaOfStudyFacet?: InputMaybe;\n CampusLocationFacet?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n CollegeOrSchoolFacet?: InputMaybe;\n ContactUsDescription?: InputMaybe;\n ContactUsHeading?: InputMaybe;\n ContactUsSubHeading?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n DegreesFacet?: InputMaybe;\n DepartmentFacet?: InputMaybe;\n DisableIndexing?: InputMaybe;\n ExcludeFromSitemap?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n HideSiteFooter?: InputMaybe;\n HideSiteHeader?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n IsFeaturedContent?: InputMaybe;\n Keywords?: InputMaybe;\n KeywordsFacet?: InputMaybe;\n Language?: InputMaybe;\n LocationFacet?: InputMaybe;\n MainContentArea?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n NavigationTitle?: InputMaybe;\n OverrideCardLink?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImage?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n ProgramTypeFacet?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Searchable?: InputMaybe;\n Shortcut?: InputMaybe;\n ShowBreadcrumbs?: InputMaybe;\n ShowCommerceHeader?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n TrackOdp?: InputMaybe;\n Url?: InputMaybe;\n _and?: InputMaybe>>;\n _fulltext?: InputMaybe;\n _modified?: InputMaybe;\n _not?: InputMaybe>>;\n _or?: InputMaybe>>;\n};\n\nexport type PackageContent = IContent & IData & {\n __typename?: 'PackageContent';\n Ancestors?: Maybe>>;\n Associations?: Maybe;\n CatalogId?: Maybe;\n Categories?: Maybe;\n Changed?: Maybe;\n Code?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe;\n DisplayName?: Maybe;\n ExistingLanguages?: Maybe>>;\n InventoryReference?: Maybe;\n IsCommonDraft?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n MetaClassId?: Maybe;\n Name?: Maybe;\n PackageReference?: Maybe;\n PageFeaturedDescription?: Maybe;\n PageImageUrl?: Maybe;\n PageIsSearchable?: Maybe;\n PageNavigationTitle?: Maybe;\n ParentEntries?: Maybe;\n ParentLink?: Maybe;\n PriceReference?: Maybe;\n RelativePath?: Maybe;\n RouteSegment?: Maybe;\n Saved?: Maybe;\n SeoInformation?: Maybe;\n SeoUri?: Maybe;\n ShippingDimensions?: Maybe;\n ShippingPackageId?: Maybe;\n Shortcut?: Maybe;\n SiteId?: Maybe;\n StartPublish?: Maybe;\n Status?: Maybe;\n StopPublish?: Maybe;\n TaxCategoryId?: Maybe;\n TrackInventory?: Maybe;\n Url?: Maybe;\n Weight?: Maybe;\n /** @deprecated Use `_link` field instead */\n _children?: Maybe;\n _deleted?: Maybe;\n _fulltext?: Maybe>>;\n _id?: Maybe;\n _link?: Maybe;\n _modified?: Maybe;\n _score?: Maybe;\n};\n\n\nexport type PackageContentCodeArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type PackageContentDisplayNameArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type PackageContentNameArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type PackageContent_FulltextArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type PackageContent_LinkArgs = {\n type?: InputMaybe;\n};\n\nexport type PackageContentAssociations = {\n __typename?: 'PackageContentAssociations';\n ContentLink?: Maybe;\n};\n\nexport type PackageContentAssociationsAutocomplete = {\n __typename?: 'PackageContentAssociationsAutocomplete';\n ContentLink?: Maybe;\n};\n\nexport type PackageContentAssociationsFacet = {\n __typename?: 'PackageContentAssociationsFacet';\n ContentLink?: Maybe;\n};\n\nexport type PackageContentAssociationsOrderByInput = {\n ContentLink?: InputMaybe;\n};\n\nexport type PackageContentAssociationsWhereInput = {\n ContentLink?: InputMaybe;\n};\n\nexport type PackageContentAutocomplete = {\n __typename?: 'PackageContentAutocomplete';\n Ancestors?: Maybe>>;\n Associations?: Maybe;\n Categories?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n ExistingLanguages?: Maybe;\n InventoryReference?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n PackageReference?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentEntries?: Maybe;\n ParentLink?: Maybe;\n PriceReference?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n SeoInformation?: Maybe;\n SeoUri?: Maybe>>;\n ShippingDimensions?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n Status?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type PackageContentAutocompleteAncestorsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type PackageContentAutocompleteContentTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type PackageContentAutocompletePageFeaturedDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type PackageContentAutocompletePageImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type PackageContentAutocompletePageNavigationTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type PackageContentAutocompleteRelativePathArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type PackageContentAutocompleteRouteSegmentArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type PackageContentAutocompleteSeoUriArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type PackageContentAutocompleteShippingDimensionsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type PackageContentAutocompleteShortcutArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type PackageContentAutocompleteSiteIdArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type PackageContentAutocompleteStatusArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type PackageContentAutocompleteUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type PackageContentCategories = {\n __typename?: 'PackageContentCategories';\n ContentLink?: Maybe;\n};\n\nexport type PackageContentCategoriesAutocomplete = {\n __typename?: 'PackageContentCategoriesAutocomplete';\n ContentLink?: Maybe;\n};\n\nexport type PackageContentCategoriesFacet = {\n __typename?: 'PackageContentCategoriesFacet';\n ContentLink?: Maybe;\n};\n\nexport type PackageContentCategoriesOrderByInput = {\n ContentLink?: InputMaybe;\n};\n\nexport type PackageContentCategoriesWhereInput = {\n ContentLink?: InputMaybe;\n};\n\nexport type PackageContentFacet = {\n __typename?: 'PackageContentFacet';\n Ancestors?: Maybe>>;\n Associations?: Maybe;\n CatalogId?: Maybe>>;\n Categories?: Maybe;\n Changed?: Maybe>>;\n Code?: Maybe>>;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe>>;\n DisplayName?: Maybe>>;\n ExistingLanguages?: Maybe;\n InventoryReference?: Maybe;\n IsCommonDraft?: Maybe>>;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n MetaClassId?: Maybe>>;\n Name?: Maybe>>;\n PackageReference?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageIsSearchable?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentEntries?: Maybe;\n ParentLink?: Maybe;\n PriceReference?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Saved?: Maybe>>;\n SeoInformation?: Maybe;\n SeoUri?: Maybe>>;\n ShippingDimensions?: Maybe;\n ShippingPackageId?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n StartPublish?: Maybe>>;\n Status?: Maybe>>;\n StopPublish?: Maybe>>;\n TaxCategoryId?: Maybe>>;\n TrackInventory?: Maybe>>;\n Url?: Maybe>>;\n Weight?: Maybe>>;\n};\n\n\nexport type PackageContentFacetAncestorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type PackageContentFacetCatalogIdArgs = {\n filters?: InputMaybe>;\n limit?: InputMaybe;\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n ranges?: InputMaybe>>;\n};\n\n\nexport type PackageContentFacetChangedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type PackageContentFacetCodeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type PackageContentFacetContentTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type PackageContentFacetCreatedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type PackageContentFacetDisplayNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type PackageContentFacetIsCommonDraftArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type PackageContentFacetMetaClassIdArgs = {\n filters?: InputMaybe>;\n limit?: InputMaybe;\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n ranges?: InputMaybe>>;\n};\n\n\nexport type PackageContentFacetNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type PackageContentFacetPageFeaturedDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type PackageContentFacetPageImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type PackageContentFacetPageIsSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type PackageContentFacetPageNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type PackageContentFacetRelativePathArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type PackageContentFacetRouteSegmentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type PackageContentFacetSavedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type PackageContentFacetSeoUriArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type PackageContentFacetShippingPackageIdArgs = {\n filters?: InputMaybe>;\n limit?: InputMaybe;\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n ranges?: InputMaybe>>;\n};\n\n\nexport type PackageContentFacetShortcutArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type PackageContentFacetSiteIdArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type PackageContentFacetStartPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type PackageContentFacetStatusArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type PackageContentFacetStopPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type PackageContentFacetTaxCategoryIdArgs = {\n filters?: InputMaybe>;\n limit?: InputMaybe;\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n ranges?: InputMaybe>>;\n};\n\n\nexport type PackageContentFacetTrackInventoryArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type PackageContentFacetUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type PackageContentFacetWeightArgs = {\n filters?: InputMaybe>;\n limit?: InputMaybe;\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n ranges?: InputMaybe>>;\n};\n\nexport type PackageContentOrderByInput = {\n Ancestors?: InputMaybe;\n Associations?: InputMaybe;\n CatalogId?: InputMaybe;\n Categories?: InputMaybe;\n Changed?: InputMaybe;\n Code?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n DisplayName?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n InventoryReference?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n MetaClassId?: InputMaybe;\n Name?: InputMaybe;\n PackageReference?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentEntries?: InputMaybe;\n ParentLink?: InputMaybe;\n PriceReference?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n SeoInformation?: InputMaybe;\n SeoUri?: InputMaybe;\n ShippingDimensions?: InputMaybe;\n ShippingPackageId?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n TaxCategoryId?: InputMaybe;\n TrackInventory?: InputMaybe;\n Url?: InputMaybe;\n Weight?: InputMaybe;\n _minimumScore?: InputMaybe;\n _modified?: InputMaybe;\n _ranking?: InputMaybe;\n _semanticWeight?: InputMaybe;\n};\n\nexport type PackageContentOutput = {\n __typename?: 'PackageContentOutput';\n autocomplete?: Maybe;\n cursor?: Maybe;\n facets?: Maybe;\n items?: Maybe>>;\n total?: Maybe;\n};\n\n\nexport type PackageContentOutputTotalArgs = {\n all?: InputMaybe;\n};\n\nexport type PackageContentRelations = {\n __typename?: 'PackageContentRelations';\n ContentLink?: Maybe;\n};\n\nexport type PackageContentRelationsAutocomplete = {\n __typename?: 'PackageContentRelationsAutocomplete';\n ContentLink?: Maybe;\n};\n\nexport type PackageContentRelationsFacet = {\n __typename?: 'PackageContentRelationsFacet';\n ContentLink?: Maybe;\n};\n\nexport type PackageContentRelationsOrderByInput = {\n ContentLink?: InputMaybe;\n};\n\nexport type PackageContentRelationsWhereInput = {\n ContentLink?: InputMaybe;\n};\n\nexport type PackageContentSeoInformation = {\n __typename?: 'PackageContentSeoInformation';\n Description?: Maybe;\n Keywords?: Maybe;\n Title?: Maybe;\n};\n\nexport type PackageContentSeoInformationAutocomplete = {\n __typename?: 'PackageContentSeoInformationAutocomplete';\n Description?: Maybe>>;\n Keywords?: Maybe>>;\n Title?: Maybe>>;\n};\n\n\nexport type PackageContentSeoInformationAutocompleteDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type PackageContentSeoInformationAutocompleteKeywordsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type PackageContentSeoInformationAutocompleteTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type PackageContentSeoInformationFacet = {\n __typename?: 'PackageContentSeoInformationFacet';\n Description?: Maybe>>;\n Keywords?: Maybe>>;\n Title?: Maybe>>;\n};\n\n\nexport type PackageContentSeoInformationFacetDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type PackageContentSeoInformationFacetKeywordsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type PackageContentSeoInformationFacetTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type PackageContentSeoInformationOrderByInput = {\n Description?: InputMaybe;\n Keywords?: InputMaybe;\n Title?: InputMaybe;\n};\n\nexport type PackageContentSeoInformationWhereInput = {\n Description?: InputMaybe;\n Keywords?: InputMaybe;\n Title?: InputMaybe;\n};\n\nexport type PackageContentShippingDimensions = {\n __typename?: 'PackageContentShippingDimensions';\n Height?: Maybe;\n Length?: Maybe;\n Width?: Maybe;\n};\n\nexport type PackageContentShippingDimensionsFacet = {\n __typename?: 'PackageContentShippingDimensionsFacet';\n Height?: Maybe>>;\n Length?: Maybe>>;\n Width?: Maybe>>;\n};\n\n\nexport type PackageContentShippingDimensionsFacetHeightArgs = {\n filters?: InputMaybe>;\n limit?: InputMaybe;\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n ranges?: InputMaybe>>;\n};\n\n\nexport type PackageContentShippingDimensionsFacetLengthArgs = {\n filters?: InputMaybe>;\n limit?: InputMaybe;\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n ranges?: InputMaybe>>;\n};\n\n\nexport type PackageContentShippingDimensionsFacetWidthArgs = {\n filters?: InputMaybe>;\n limit?: InputMaybe;\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n ranges?: InputMaybe>>;\n};\n\nexport type PackageContentShippingDimensionsOrderByInput = {\n Height?: InputMaybe;\n Length?: InputMaybe;\n Width?: InputMaybe;\n};\n\nexport type PackageContentShippingDimensionsWhereInput = {\n Height?: InputMaybe;\n Length?: InputMaybe;\n Width?: InputMaybe;\n};\n\nexport type PackageContentWhereInput = {\n Ancestors?: InputMaybe;\n Associations?: InputMaybe;\n CatalogId?: InputMaybe;\n Categories?: InputMaybe;\n Changed?: InputMaybe;\n Code?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n DisplayName?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n InventoryReference?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n MetaClassId?: InputMaybe;\n Name?: InputMaybe;\n PackageReference?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentEntries?: InputMaybe;\n ParentLink?: InputMaybe;\n PriceReference?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n SeoInformation?: InputMaybe;\n SeoUri?: InputMaybe;\n ShippingDimensions?: InputMaybe;\n ShippingPackageId?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n TaxCategoryId?: InputMaybe;\n TrackInventory?: InputMaybe;\n Url?: InputMaybe;\n Weight?: InputMaybe;\n _and?: InputMaybe>>;\n _fulltext?: InputMaybe;\n _modified?: InputMaybe;\n _not?: InputMaybe>>;\n _or?: InputMaybe>>;\n};\n\n/** Contains properties related to Page Meta data. Not to be instantiated directly. */\nexport type PageMetaData = IContent & IData & {\n __typename?: 'PageMetaData';\n Ancestors?: Maybe>>;\n Category?: Maybe>>;\n Changed?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe;\n /** Disable Site Title Appendix for this page */\n DisableSiteTitle?: Maybe;\n ExistingLanguages?: Maybe>>;\n IsCommonDraft?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n /** Short description displayed by search engine results and used in partial views */\n MetaDescription?: Maybe;\n /** Boosts certain keywords for the internal site-search */\n MetaKeywords?: Maybe;\n /** Displays in search engines and the browser title bar */\n MetaTitle?: Maybe;\n Name?: Maybe;\n PageFeaturedDescription?: Maybe;\n /** Image displayed in partial views */\n PageImage?: Maybe;\n PageImageUrl?: Maybe;\n PageIsSearchable?: Maybe;\n PageNavigationTitle?: Maybe;\n ParentLink?: Maybe;\n RelativePath?: Maybe;\n RouteSegment?: Maybe;\n Saved?: Maybe;\n /** Hashtags to pass through to Twitter */\n ShareHashTags?: Maybe;\n /** Summary to passthrough to LinkedIn */\n ShareSummary?: Maybe;\n /** Title to use in Share This links */\n ShareTitle?: Maybe;\n Shortcut?: Maybe;\n /** Used in the site where a very short summary is required */\n SingleSentenceSummary?: Maybe;\n SiteId?: Maybe;\n StartPublish?: Maybe;\n Status?: Maybe;\n StopPublish?: Maybe;\n Url?: Maybe;\n /** @deprecated Use `_link` field instead */\n _children?: Maybe;\n _deleted?: Maybe;\n _fulltext?: Maybe>>;\n _id?: Maybe;\n _link?: Maybe;\n _modified?: Maybe;\n _score?: Maybe;\n};\n\n\n/** Contains properties related to Page Meta data. Not to be instantiated directly. */\nexport type PageMetaDataDisableSiteTitleArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Contains properties related to Page Meta data. Not to be instantiated directly. */\nexport type PageMetaDataMetaDescriptionArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Contains properties related to Page Meta data. Not to be instantiated directly. */\nexport type PageMetaDataMetaKeywordsArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Contains properties related to Page Meta data. Not to be instantiated directly. */\nexport type PageMetaDataMetaTitleArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Contains properties related to Page Meta data. Not to be instantiated directly. */\nexport type PageMetaDataNameArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Contains properties related to Page Meta data. Not to be instantiated directly. */\nexport type PageMetaDataShareHashTagsArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Contains properties related to Page Meta data. Not to be instantiated directly. */\nexport type PageMetaDataShareSummaryArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Contains properties related to Page Meta data. Not to be instantiated directly. */\nexport type PageMetaDataShareTitleArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Contains properties related to Page Meta data. Not to be instantiated directly. */\nexport type PageMetaDataSingleSentenceSummaryArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Contains properties related to Page Meta data. Not to be instantiated directly. */\nexport type PageMetaData_FulltextArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Contains properties related to Page Meta data. Not to be instantiated directly. */\nexport type PageMetaData_LinkArgs = {\n type?: InputMaybe;\n};\n\nexport type PageMetaDataAutocomplete = {\n __typename?: 'PageMetaDataAutocomplete';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n ExistingLanguages?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImage?: Maybe;\n PageImageUrl?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n Status?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type PageMetaDataAutocompleteAncestorsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type PageMetaDataAutocompleteContentTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type PageMetaDataAutocompletePageFeaturedDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type PageMetaDataAutocompletePageImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type PageMetaDataAutocompletePageNavigationTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type PageMetaDataAutocompleteRelativePathArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type PageMetaDataAutocompleteRouteSegmentArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type PageMetaDataAutocompleteShortcutArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type PageMetaDataAutocompleteSiteIdArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type PageMetaDataAutocompleteStatusArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type PageMetaDataAutocompleteUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type PageMetaDataFacet = {\n __typename?: 'PageMetaDataFacet';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n Changed?: Maybe>>;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe>>;\n DisableSiteTitle?: Maybe>>;\n ExistingLanguages?: Maybe;\n IsCommonDraft?: Maybe>>;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n MetaDescription?: Maybe>>;\n MetaKeywords?: Maybe>>;\n MetaTitle?: Maybe>>;\n Name?: Maybe>>;\n PageFeaturedDescription?: Maybe>>;\n PageImage?: Maybe;\n PageImageUrl?: Maybe>>;\n PageIsSearchable?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Saved?: Maybe>>;\n ShareHashTags?: Maybe>>;\n ShareSummary?: Maybe>>;\n ShareTitle?: Maybe>>;\n Shortcut?: Maybe>>;\n SingleSentenceSummary?: Maybe>>;\n SiteId?: Maybe>>;\n StartPublish?: Maybe>>;\n Status?: Maybe>>;\n StopPublish?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type PageMetaDataFacetAncestorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type PageMetaDataFacetChangedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type PageMetaDataFacetContentTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type PageMetaDataFacetCreatedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type PageMetaDataFacetDisableSiteTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type PageMetaDataFacetIsCommonDraftArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type PageMetaDataFacetMetaDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type PageMetaDataFacetMetaKeywordsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type PageMetaDataFacetMetaTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type PageMetaDataFacetNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type PageMetaDataFacetPageFeaturedDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type PageMetaDataFacetPageImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type PageMetaDataFacetPageIsSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type PageMetaDataFacetPageNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type PageMetaDataFacetRelativePathArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type PageMetaDataFacetRouteSegmentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type PageMetaDataFacetSavedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type PageMetaDataFacetShareHashTagsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type PageMetaDataFacetShareSummaryArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type PageMetaDataFacetShareTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type PageMetaDataFacetShortcutArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type PageMetaDataFacetSingleSentenceSummaryArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type PageMetaDataFacetSiteIdArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type PageMetaDataFacetStartPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type PageMetaDataFacetStatusArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type PageMetaDataFacetStopPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type PageMetaDataFacetUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type PageMetaDataOrderByInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n DisableSiteTitle?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n MetaDescription?: InputMaybe;\n MetaKeywords?: InputMaybe;\n MetaTitle?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImage?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n ShareHashTags?: InputMaybe;\n ShareSummary?: InputMaybe;\n ShareTitle?: InputMaybe;\n Shortcut?: InputMaybe;\n SingleSentenceSummary?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n _minimumScore?: InputMaybe;\n _modified?: InputMaybe;\n _ranking?: InputMaybe;\n _semanticWeight?: InputMaybe;\n};\n\nexport type PageMetaDataOutput = {\n __typename?: 'PageMetaDataOutput';\n autocomplete?: Maybe;\n cursor?: Maybe;\n facets?: Maybe;\n items?: Maybe>>;\n total?: Maybe;\n};\n\n\nexport type PageMetaDataOutputTotalArgs = {\n all?: InputMaybe;\n};\n\nexport type PageMetaDataWhereInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n DisableSiteTitle?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n MetaDescription?: InputMaybe;\n MetaKeywords?: InputMaybe;\n MetaTitle?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImage?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n ShareHashTags?: InputMaybe;\n ShareSummary?: InputMaybe;\n ShareTitle?: InputMaybe;\n Shortcut?: InputMaybe;\n SingleSentenceSummary?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n _and?: InputMaybe>>;\n _fulltext?: InputMaybe;\n _modified?: InputMaybe;\n _not?: InputMaybe>>;\n _or?: InputMaybe>>;\n};\n\nexport type ParagraphTextElementBlock = IContent & IData & {\n __typename?: 'ParagraphTextElementBlock';\n Ancestors?: Maybe>>;\n Category?: Maybe>>;\n Changed?: Maybe;\n ConditionCombination?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe;\n DisablePlaceholdersReplacement?: Maybe;\n ExistingLanguages?: Maybe>>;\n FormSubmissionId?: Maybe;\n IsCommonDraft?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe;\n PageFeaturedDescription?: Maybe;\n PageImageUrl?: Maybe;\n PageIsSearchable?: Maybe;\n PageNavigationTitle?: Maybe;\n ParagraphText?: Maybe;\n ParentLink?: Maybe;\n RelativePath?: Maybe;\n RouteSegment?: Maybe;\n SatisfiedAction?: Maybe;\n Saved?: Maybe;\n Shortcut?: Maybe;\n SiteId?: Maybe;\n StartPublish?: Maybe;\n Status?: Maybe;\n StopPublish?: Maybe;\n Url?: Maybe;\n /** @deprecated Use `_link` field instead */\n _children?: Maybe;\n _deleted?: Maybe;\n _fulltext?: Maybe>>;\n _id?: Maybe;\n _link?: Maybe;\n _modified?: Maybe;\n _score?: Maybe;\n};\n\n\nexport type ParagraphTextElementBlockFormSubmissionIdArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type ParagraphTextElementBlockNameArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type ParagraphTextElementBlockParagraphTextArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type ParagraphTextElementBlockSatisfiedActionArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type ParagraphTextElementBlock_FulltextArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type ParagraphTextElementBlock_LinkArgs = {\n type?: InputMaybe;\n};\n\nexport type ParagraphTextElementBlockAutocomplete = {\n __typename?: 'ParagraphTextElementBlockAutocomplete';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n ExistingLanguages?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n Status?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type ParagraphTextElementBlockAutocompleteAncestorsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ParagraphTextElementBlockAutocompleteContentTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ParagraphTextElementBlockAutocompletePageFeaturedDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ParagraphTextElementBlockAutocompletePageImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ParagraphTextElementBlockAutocompletePageNavigationTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ParagraphTextElementBlockAutocompleteRelativePathArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ParagraphTextElementBlockAutocompleteRouteSegmentArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ParagraphTextElementBlockAutocompleteShortcutArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ParagraphTextElementBlockAutocompleteSiteIdArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ParagraphTextElementBlockAutocompleteStatusArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ParagraphTextElementBlockAutocompleteUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type ParagraphTextElementBlockFacet = {\n __typename?: 'ParagraphTextElementBlockFacet';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n Changed?: Maybe>>;\n ConditionCombination?: Maybe>>;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe>>;\n DisablePlaceholdersReplacement?: Maybe>>;\n ExistingLanguages?: Maybe;\n FormSubmissionId?: Maybe>>;\n IsCommonDraft?: Maybe>>;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe>>;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageIsSearchable?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParagraphText?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n SatisfiedAction?: Maybe>>;\n Saved?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n StartPublish?: Maybe>>;\n Status?: Maybe>>;\n StopPublish?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type ParagraphTextElementBlockFacetAncestorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ParagraphTextElementBlockFacetChangedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type ParagraphTextElementBlockFacetConditionCombinationArgs = {\n filters?: InputMaybe>;\n limit?: InputMaybe;\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n ranges?: InputMaybe>>;\n};\n\n\nexport type ParagraphTextElementBlockFacetContentTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ParagraphTextElementBlockFacetCreatedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type ParagraphTextElementBlockFacetDisablePlaceholdersReplacementArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ParagraphTextElementBlockFacetFormSubmissionIdArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ParagraphTextElementBlockFacetIsCommonDraftArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ParagraphTextElementBlockFacetNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ParagraphTextElementBlockFacetPageFeaturedDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ParagraphTextElementBlockFacetPageImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ParagraphTextElementBlockFacetPageIsSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ParagraphTextElementBlockFacetPageNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ParagraphTextElementBlockFacetParagraphTextArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ParagraphTextElementBlockFacetRelativePathArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ParagraphTextElementBlockFacetRouteSegmentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ParagraphTextElementBlockFacetSatisfiedActionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ParagraphTextElementBlockFacetSavedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type ParagraphTextElementBlockFacetShortcutArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ParagraphTextElementBlockFacetSiteIdArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ParagraphTextElementBlockFacetStartPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type ParagraphTextElementBlockFacetStatusArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ParagraphTextElementBlockFacetStopPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type ParagraphTextElementBlockFacetUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type ParagraphTextElementBlockOrderByInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ConditionCombination?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n DisablePlaceholdersReplacement?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n FormSubmissionId?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParagraphText?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n SatisfiedAction?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n _minimumScore?: InputMaybe;\n _modified?: InputMaybe;\n _ranking?: InputMaybe;\n _semanticWeight?: InputMaybe;\n};\n\nexport type ParagraphTextElementBlockOutput = {\n __typename?: 'ParagraphTextElementBlockOutput';\n autocomplete?: Maybe;\n cursor?: Maybe;\n facets?: Maybe;\n items?: Maybe>>;\n total?: Maybe;\n};\n\n\nexport type ParagraphTextElementBlockOutputTotalArgs = {\n all?: InputMaybe;\n};\n\nexport type ParagraphTextElementBlockWhereInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ConditionCombination?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n DisablePlaceholdersReplacement?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n FormSubmissionId?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParagraphText?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n SatisfiedAction?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n _and?: InputMaybe>>;\n _fulltext?: InputMaybe;\n _modified?: InputMaybe;\n _not?: InputMaybe>>;\n _or?: InputMaybe>>;\n};\n\n/** Using to preview pdf files in system */\nexport type PdfFile = IContent & IData & {\n __typename?: 'PdfFile';\n Ancestors?: Maybe>>;\n Category?: Maybe>>;\n Changed?: Maybe;\n Content?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe;\n ExistingLanguages?: Maybe>>;\n IsCommonDraft?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n MimeType?: Maybe;\n Name?: Maybe;\n PageFeaturedDescription?: Maybe;\n PageImageUrl?: Maybe;\n PageIsSearchable?: Maybe;\n PageNavigationTitle?: Maybe;\n ParentLink?: Maybe;\n RelativePath?: Maybe;\n RouteSegment?: Maybe;\n Saved?: Maybe;\n Shortcut?: Maybe;\n SiteId?: Maybe;\n StartPublish?: Maybe;\n Status?: Maybe;\n StopPublish?: Maybe;\n Thumbnail?: Maybe;\n Url?: Maybe;\n /** @deprecated Use `_link` field instead */\n _children?: Maybe;\n _deleted?: Maybe;\n _fulltext?: Maybe>>;\n _id?: Maybe;\n _link?: Maybe;\n _modified?: Maybe;\n _score?: Maybe;\n};\n\n\n/** Using to preview pdf files in system */\nexport type PdfFileContentArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Using to preview pdf files in system */\nexport type PdfFileNameArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Using to preview pdf files in system */\nexport type PdfFile_FulltextArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Using to preview pdf files in system */\nexport type PdfFile_LinkArgs = {\n type?: InputMaybe;\n};\n\nexport type PdfFileAutocomplete = {\n __typename?: 'PdfFileAutocomplete';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n ExistingLanguages?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n MimeType?: Maybe>>;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n Status?: Maybe>>;\n Thumbnail?: Maybe;\n Url?: Maybe>>;\n};\n\n\nexport type PdfFileAutocompleteAncestorsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type PdfFileAutocompleteContentTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type PdfFileAutocompleteMimeTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type PdfFileAutocompletePageFeaturedDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type PdfFileAutocompletePageImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type PdfFileAutocompletePageNavigationTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type PdfFileAutocompleteRelativePathArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type PdfFileAutocompleteRouteSegmentArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type PdfFileAutocompleteShortcutArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type PdfFileAutocompleteSiteIdArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type PdfFileAutocompleteStatusArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type PdfFileAutocompleteUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type PdfFileFacet = {\n __typename?: 'PdfFileFacet';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n Changed?: Maybe>>;\n Content?: Maybe>>;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe>>;\n ExistingLanguages?: Maybe;\n IsCommonDraft?: Maybe>>;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n MimeType?: Maybe>>;\n Name?: Maybe>>;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageIsSearchable?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Saved?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n StartPublish?: Maybe>>;\n Status?: Maybe>>;\n StopPublish?: Maybe>>;\n Thumbnail?: Maybe;\n Url?: Maybe>>;\n};\n\n\nexport type PdfFileFacetAncestorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type PdfFileFacetChangedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type PdfFileFacetContentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type PdfFileFacetContentTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type PdfFileFacetCreatedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type PdfFileFacetIsCommonDraftArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type PdfFileFacetMimeTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type PdfFileFacetNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type PdfFileFacetPageFeaturedDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type PdfFileFacetPageImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type PdfFileFacetPageIsSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type PdfFileFacetPageNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type PdfFileFacetRelativePathArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type PdfFileFacetRouteSegmentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type PdfFileFacetSavedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type PdfFileFacetShortcutArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type PdfFileFacetSiteIdArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type PdfFileFacetStartPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type PdfFileFacetStatusArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type PdfFileFacetStopPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type PdfFileFacetUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type PdfFileOrderByInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n Content?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n MimeType?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Thumbnail?: InputMaybe;\n Url?: InputMaybe;\n _minimumScore?: InputMaybe;\n _modified?: InputMaybe;\n _ranking?: InputMaybe;\n _semanticWeight?: InputMaybe;\n};\n\nexport type PdfFileOutput = {\n __typename?: 'PdfFileOutput';\n autocomplete?: Maybe;\n cursor?: Maybe;\n facets?: Maybe;\n items?: Maybe>>;\n total?: Maybe;\n};\n\n\nexport type PdfFileOutputTotalArgs = {\n all?: InputMaybe;\n};\n\nexport type PdfFileWhereInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n Content?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n MimeType?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Thumbnail?: InputMaybe;\n Url?: InputMaybe;\n _and?: InputMaybe>>;\n _fulltext?: InputMaybe;\n _modified?: InputMaybe;\n _not?: InputMaybe>>;\n _or?: InputMaybe>>;\n};\n\n/** Module with a person’s contact information. */\nexport type PeopleContactInformationBlock = IContent & IData & {\n __typename?: 'PeopleContactInformationBlock';\n Ancestors?: Maybe>>;\n Category?: Maybe>>;\n Changed?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe;\n ExistingLanguages?: Maybe>>;\n Heading?: Maybe;\n IsCommonDraft?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe;\n PageFeaturedDescription?: Maybe;\n PageImageUrl?: Maybe;\n PageIsSearchable?: Maybe;\n PageNavigationTitle?: Maybe;\n ParentLink?: Maybe;\n PeopleDetailPage?: Maybe>>;\n RelativePath?: Maybe;\n RouteSegment?: Maybe;\n Saved?: Maybe;\n Shortcut?: Maybe;\n SiteId?: Maybe;\n StartPublish?: Maybe;\n Status?: Maybe;\n StopPublish?: Maybe;\n Url?: Maybe;\n /** @deprecated Use `_link` field instead */\n _children?: Maybe;\n _deleted?: Maybe;\n _fulltext?: Maybe>>;\n _id?: Maybe;\n _link?: Maybe;\n _modified?: Maybe;\n _score?: Maybe;\n};\n\n\n/** Module with a person’s contact information. */\nexport type PeopleContactInformationBlockHeadingArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Module with a person’s contact information. */\nexport type PeopleContactInformationBlockNameArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Module with a person’s contact information. */\nexport type PeopleContactInformationBlockPeopleDetailPageArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Module with a person’s contact information. */\nexport type PeopleContactInformationBlock_FulltextArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Module with a person’s contact information. */\nexport type PeopleContactInformationBlock_LinkArgs = {\n type?: InputMaybe;\n};\n\nexport type PeopleContactInformationBlockAutocomplete = {\n __typename?: 'PeopleContactInformationBlockAutocomplete';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n ExistingLanguages?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n Status?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type PeopleContactInformationBlockAutocompleteAncestorsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type PeopleContactInformationBlockAutocompleteContentTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type PeopleContactInformationBlockAutocompletePageFeaturedDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type PeopleContactInformationBlockAutocompletePageImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type PeopleContactInformationBlockAutocompletePageNavigationTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type PeopleContactInformationBlockAutocompleteRelativePathArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type PeopleContactInformationBlockAutocompleteRouteSegmentArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type PeopleContactInformationBlockAutocompleteShortcutArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type PeopleContactInformationBlockAutocompleteSiteIdArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type PeopleContactInformationBlockAutocompleteStatusArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type PeopleContactInformationBlockAutocompleteUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type PeopleContactInformationBlockFacet = {\n __typename?: 'PeopleContactInformationBlockFacet';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n Changed?: Maybe>>;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe>>;\n ExistingLanguages?: Maybe;\n Heading?: Maybe>>;\n IsCommonDraft?: Maybe>>;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe>>;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageIsSearchable?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n PeopleDetailPage?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Saved?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n StartPublish?: Maybe>>;\n Status?: Maybe>>;\n StopPublish?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type PeopleContactInformationBlockFacetAncestorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type PeopleContactInformationBlockFacetChangedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type PeopleContactInformationBlockFacetContentTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type PeopleContactInformationBlockFacetCreatedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type PeopleContactInformationBlockFacetHeadingArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type PeopleContactInformationBlockFacetIsCommonDraftArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type PeopleContactInformationBlockFacetNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type PeopleContactInformationBlockFacetPageFeaturedDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type PeopleContactInformationBlockFacetPageImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type PeopleContactInformationBlockFacetPageIsSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type PeopleContactInformationBlockFacetPageNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type PeopleContactInformationBlockFacetRelativePathArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type PeopleContactInformationBlockFacetRouteSegmentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type PeopleContactInformationBlockFacetSavedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type PeopleContactInformationBlockFacetShortcutArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type PeopleContactInformationBlockFacetSiteIdArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type PeopleContactInformationBlockFacetStartPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type PeopleContactInformationBlockFacetStatusArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type PeopleContactInformationBlockFacetStopPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type PeopleContactInformationBlockFacetUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type PeopleContactInformationBlockOrderByInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n Heading?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n PeopleDetailPage?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n _minimumScore?: InputMaybe;\n _modified?: InputMaybe;\n _ranking?: InputMaybe;\n _semanticWeight?: InputMaybe;\n};\n\nexport type PeopleContactInformationBlockOutput = {\n __typename?: 'PeopleContactInformationBlockOutput';\n autocomplete?: Maybe;\n cursor?: Maybe;\n facets?: Maybe;\n items?: Maybe>>;\n total?: Maybe;\n};\n\n\nexport type PeopleContactInformationBlockOutputTotalArgs = {\n all?: InputMaybe;\n};\n\nexport type PeopleContactInformationBlockWhereInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n Heading?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n PeopleDetailPage?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n _and?: InputMaybe>>;\n _fulltext?: InputMaybe;\n _modified?: InputMaybe;\n _not?: InputMaybe>>;\n _or?: InputMaybe>>;\n};\n\n/** Pages that showcase information about a specific person who can be a member of Faculty, Staff, or Leadership. Page can be inserted in a Right Rail. */\nexport type PeopleDetailPage = IContent & IData & {\n __typename?: 'PeopleDetailPage';\n Ancestors?: Maybe>>;\n AreaOfStudyFacet?: Maybe;\n BreadcrumbsTitle?: Maybe;\n CampusLocationFacet?: Maybe;\n Category?: Maybe>>;\n Changed?: Maybe;\n CollegeOrSchoolFacet?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe;\n DegreesFacet?: Maybe;\n DepartmentFacet?: Maybe;\n DisableIndexing?: Maybe;\n Email?: Maybe;\n /** This will determine whether or not to show on the sitemap */\n ExcludeFromSitemap?: Maybe;\n ExistingLanguages?: Maybe>>;\n FeaturedDescription?: Maybe;\n FirstName?: Maybe;\n HideSiteFooter?: Maybe;\n HideSiteHeader?: Maybe;\n IsCommonDraft?: Maybe;\n IsFeaturedContent?: Maybe;\n Keywords?: Maybe;\n KeywordsFacet?: Maybe;\n Language?: Maybe;\n LastName?: Maybe;\n LeftModules?: Maybe>>;\n LocationFacet?: Maybe;\n MainContentArea?: Maybe>>;\n MasterLanguage?: Maybe;\n Name?: Maybe;\n NamePrefix?: Maybe;\n NameSuffix?: Maybe;\n NavigationTitle?: Maybe;\n /** The link and text will be used when the page is displayed as a card in other modules. By default, the link is the same as the actual page. */\n OverrideCardLink?: Maybe;\n PageFeaturedDescription?: Maybe;\n /** This image will be used in the People Detail Masthead, People Card with Audio Right Rail and in the Guest Card. Recommended Image Size: 1707 x 1707 px (1:1 Aspect Ratio) */\n PageImage?: Maybe;\n PageImageUrl?: Maybe;\n PageIsSearchable?: Maybe;\n PageNavigationTitle?: Maybe;\n ParentLink?: Maybe;\n PeopleGroup?: Maybe;\n PersonTitle?: Maybe;\n Phone?: Maybe;\n PreferredPronouns?: Maybe;\n /** This image will be used in the People Card with Audio when inserted in a Generic Carousel. Recommended Image Size: 960x1707 px (9:16 Aspect Ratio) */\n ProfileImage?: Maybe;\n ProgramTypeFacet?: Maybe;\n RelativePath?: Maybe;\n RightRailModules?: Maybe>>;\n RouteSegment?: Maybe;\n Saved?: Maybe;\n /** This will determine whether or not to show on search */\n Searchable?: Maybe;\n Shortcut?: Maybe;\n /** This will determine whether or not breadcrumb will be displayed */\n ShowBreadcrumbs?: Maybe;\n /** This will determine whether or not commerce header will be displayed */\n ShowCommerceHeader?: Maybe;\n SiteId?: Maybe;\n StartPublish?: Maybe;\n Status?: Maybe;\n StopPublish?: Maybe;\n TrackOdp?: Maybe;\n Url?: Maybe;\n /** @deprecated Use `_link` field instead */\n _children?: Maybe;\n _deleted?: Maybe;\n _fulltext?: Maybe>>;\n _id?: Maybe;\n _link?: Maybe;\n _modified?: Maybe;\n _score?: Maybe;\n};\n\n\n/** Pages that showcase information about a specific person who can be a member of Faculty, Staff, or Leadership. Page can be inserted in a Right Rail. */\nexport type PeopleDetailPageDisableIndexingArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Pages that showcase information about a specific person who can be a member of Faculty, Staff, or Leadership. Page can be inserted in a Right Rail. */\nexport type PeopleDetailPageExcludeFromSitemapArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Pages that showcase information about a specific person who can be a member of Faculty, Staff, or Leadership. Page can be inserted in a Right Rail. */\nexport type PeopleDetailPageFirstNameArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Pages that showcase information about a specific person who can be a member of Faculty, Staff, or Leadership. Page can be inserted in a Right Rail. */\nexport type PeopleDetailPageHideSiteFooterArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Pages that showcase information about a specific person who can be a member of Faculty, Staff, or Leadership. Page can be inserted in a Right Rail. */\nexport type PeopleDetailPageHideSiteHeaderArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Pages that showcase information about a specific person who can be a member of Faculty, Staff, or Leadership. Page can be inserted in a Right Rail. */\nexport type PeopleDetailPageIsFeaturedContentArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Pages that showcase information about a specific person who can be a member of Faculty, Staff, or Leadership. Page can be inserted in a Right Rail. */\nexport type PeopleDetailPageKeywordsArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Pages that showcase information about a specific person who can be a member of Faculty, Staff, or Leadership. Page can be inserted in a Right Rail. */\nexport type PeopleDetailPageLastNameArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Pages that showcase information about a specific person who can be a member of Faculty, Staff, or Leadership. Page can be inserted in a Right Rail. */\nexport type PeopleDetailPageLeftModulesArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Pages that showcase information about a specific person who can be a member of Faculty, Staff, or Leadership. Page can be inserted in a Right Rail. */\nexport type PeopleDetailPageMainContentAreaArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Pages that showcase information about a specific person who can be a member of Faculty, Staff, or Leadership. Page can be inserted in a Right Rail. */\nexport type PeopleDetailPageNameArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Pages that showcase information about a specific person who can be a member of Faculty, Staff, or Leadership. Page can be inserted in a Right Rail. */\nexport type PeopleDetailPageNavigationTitleArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Pages that showcase information about a specific person who can be a member of Faculty, Staff, or Leadership. Page can be inserted in a Right Rail. */\nexport type PeopleDetailPagePeopleGroupArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Pages that showcase information about a specific person who can be a member of Faculty, Staff, or Leadership. Page can be inserted in a Right Rail. */\nexport type PeopleDetailPagePersonTitleArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Pages that showcase information about a specific person who can be a member of Faculty, Staff, or Leadership. Page can be inserted in a Right Rail. */\nexport type PeopleDetailPageRightRailModulesArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Pages that showcase information about a specific person who can be a member of Faculty, Staff, or Leadership. Page can be inserted in a Right Rail. */\nexport type PeopleDetailPageSearchableArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Pages that showcase information about a specific person who can be a member of Faculty, Staff, or Leadership. Page can be inserted in a Right Rail. */\nexport type PeopleDetailPageShowBreadcrumbsArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Pages that showcase information about a specific person who can be a member of Faculty, Staff, or Leadership. Page can be inserted in a Right Rail. */\nexport type PeopleDetailPageShowCommerceHeaderArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Pages that showcase information about a specific person who can be a member of Faculty, Staff, or Leadership. Page can be inserted in a Right Rail. */\nexport type PeopleDetailPageTrackOdpArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Pages that showcase information about a specific person who can be a member of Faculty, Staff, or Leadership. Page can be inserted in a Right Rail. */\nexport type PeopleDetailPage_FulltextArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Pages that showcase information about a specific person who can be a member of Faculty, Staff, or Leadership. Page can be inserted in a Right Rail. */\nexport type PeopleDetailPage_LinkArgs = {\n type?: InputMaybe;\n};\n\nexport type PeopleDetailPageAutocomplete = {\n __typename?: 'PeopleDetailPageAutocomplete';\n Ancestors?: Maybe>>;\n AreaOfStudyFacet?: Maybe;\n CampusLocationFacet?: Maybe;\n Category?: Maybe;\n CollegeOrSchoolFacet?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n DegreesFacet?: Maybe;\n DepartmentFacet?: Maybe;\n ExistingLanguages?: Maybe;\n KeywordsFacet?: Maybe;\n Language?: Maybe;\n LocationFacet?: Maybe;\n MasterLanguage?: Maybe;\n OverrideCardLink?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImage?: Maybe;\n PageImageUrl?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n ProfileImage?: Maybe;\n ProgramTypeFacet?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n Status?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type PeopleDetailPageAutocompleteAncestorsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type PeopleDetailPageAutocompleteContentTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type PeopleDetailPageAutocompletePageFeaturedDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type PeopleDetailPageAutocompletePageImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type PeopleDetailPageAutocompletePageNavigationTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type PeopleDetailPageAutocompleteRelativePathArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type PeopleDetailPageAutocompleteRouteSegmentArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type PeopleDetailPageAutocompleteShortcutArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type PeopleDetailPageAutocompleteSiteIdArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type PeopleDetailPageAutocompleteStatusArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type PeopleDetailPageAutocompleteUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type PeopleDetailPageFacet = {\n __typename?: 'PeopleDetailPageFacet';\n Ancestors?: Maybe>>;\n AreaOfStudyFacet?: Maybe;\n CampusLocationFacet?: Maybe;\n Category?: Maybe;\n Changed?: Maybe>>;\n CollegeOrSchoolFacet?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe>>;\n DegreesFacet?: Maybe;\n DepartmentFacet?: Maybe;\n DisableIndexing?: Maybe>>;\n ExcludeFromSitemap?: Maybe>>;\n ExistingLanguages?: Maybe;\n FirstName?: Maybe>>;\n HideSiteFooter?: Maybe>>;\n HideSiteHeader?: Maybe>>;\n IsCommonDraft?: Maybe>>;\n IsFeaturedContent?: Maybe>>;\n Keywords?: Maybe>>;\n KeywordsFacet?: Maybe;\n Language?: Maybe;\n LastName?: Maybe>>;\n LeftModules?: Maybe;\n LocationFacet?: Maybe;\n MainContentArea?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe>>;\n NavigationTitle?: Maybe>>;\n OverrideCardLink?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImage?: Maybe;\n PageImageUrl?: Maybe>>;\n PageIsSearchable?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n PeopleGroup?: Maybe>>;\n PersonTitle?: Maybe>>;\n ProfileImage?: Maybe;\n ProgramTypeFacet?: Maybe;\n RelativePath?: Maybe>>;\n RightRailModules?: Maybe;\n RouteSegment?: Maybe>>;\n Saved?: Maybe>>;\n Searchable?: Maybe>>;\n Shortcut?: Maybe>>;\n ShowBreadcrumbs?: Maybe>>;\n ShowCommerceHeader?: Maybe>>;\n SiteId?: Maybe>>;\n StartPublish?: Maybe>>;\n Status?: Maybe>>;\n StopPublish?: Maybe>>;\n TrackOdp?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type PeopleDetailPageFacetAncestorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type PeopleDetailPageFacetChangedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type PeopleDetailPageFacetContentTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type PeopleDetailPageFacetCreatedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type PeopleDetailPageFacetDisableIndexingArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type PeopleDetailPageFacetExcludeFromSitemapArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type PeopleDetailPageFacetFirstNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type PeopleDetailPageFacetHideSiteFooterArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type PeopleDetailPageFacetHideSiteHeaderArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type PeopleDetailPageFacetIsCommonDraftArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type PeopleDetailPageFacetIsFeaturedContentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type PeopleDetailPageFacetKeywordsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type PeopleDetailPageFacetLastNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type PeopleDetailPageFacetNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type PeopleDetailPageFacetNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type PeopleDetailPageFacetPageFeaturedDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type PeopleDetailPageFacetPageImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type PeopleDetailPageFacetPageIsSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type PeopleDetailPageFacetPageNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type PeopleDetailPageFacetPeopleGroupArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type PeopleDetailPageFacetPersonTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type PeopleDetailPageFacetRelativePathArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type PeopleDetailPageFacetRouteSegmentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type PeopleDetailPageFacetSavedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type PeopleDetailPageFacetSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type PeopleDetailPageFacetShortcutArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type PeopleDetailPageFacetShowBreadcrumbsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type PeopleDetailPageFacetShowCommerceHeaderArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type PeopleDetailPageFacetSiteIdArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type PeopleDetailPageFacetStartPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type PeopleDetailPageFacetStatusArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type PeopleDetailPageFacetStopPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type PeopleDetailPageFacetTrackOdpArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type PeopleDetailPageFacetUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type PeopleDetailPageOrderByInput = {\n Ancestors?: InputMaybe;\n AreaOfStudyFacet?: InputMaybe;\n CampusLocationFacet?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n CollegeOrSchoolFacet?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n DegreesFacet?: InputMaybe;\n DepartmentFacet?: InputMaybe;\n DisableIndexing?: InputMaybe;\n ExcludeFromSitemap?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n FirstName?: InputMaybe;\n HideSiteFooter?: InputMaybe;\n HideSiteHeader?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n IsFeaturedContent?: InputMaybe;\n Keywords?: InputMaybe;\n KeywordsFacet?: InputMaybe;\n Language?: InputMaybe;\n LastName?: InputMaybe;\n LeftModules?: InputMaybe;\n LocationFacet?: InputMaybe;\n MainContentArea?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n NavigationTitle?: InputMaybe;\n OverrideCardLink?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImage?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n PeopleGroup?: InputMaybe;\n PersonTitle?: InputMaybe;\n ProfileImage?: InputMaybe;\n ProgramTypeFacet?: InputMaybe;\n RelativePath?: InputMaybe;\n RightRailModules?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Searchable?: InputMaybe;\n Shortcut?: InputMaybe;\n ShowBreadcrumbs?: InputMaybe;\n ShowCommerceHeader?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n TrackOdp?: InputMaybe;\n Url?: InputMaybe;\n _minimumScore?: InputMaybe;\n _modified?: InputMaybe;\n _ranking?: InputMaybe;\n _semanticWeight?: InputMaybe;\n};\n\nexport type PeopleDetailPageOutput = {\n __typename?: 'PeopleDetailPageOutput';\n autocomplete?: Maybe;\n cursor?: Maybe;\n facets?: Maybe;\n items?: Maybe>>;\n total?: Maybe;\n};\n\n\nexport type PeopleDetailPageOutputTotalArgs = {\n all?: InputMaybe;\n};\n\nexport type PeopleDetailPageWhereInput = {\n Ancestors?: InputMaybe;\n AreaOfStudyFacet?: InputMaybe;\n CampusLocationFacet?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n CollegeOrSchoolFacet?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n DegreesFacet?: InputMaybe;\n DepartmentFacet?: InputMaybe;\n DisableIndexing?: InputMaybe;\n ExcludeFromSitemap?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n FirstName?: InputMaybe;\n HideSiteFooter?: InputMaybe;\n HideSiteHeader?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n IsFeaturedContent?: InputMaybe;\n Keywords?: InputMaybe;\n KeywordsFacet?: InputMaybe;\n Language?: InputMaybe;\n LastName?: InputMaybe;\n LeftModules?: InputMaybe;\n LocationFacet?: InputMaybe;\n MainContentArea?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n NavigationTitle?: InputMaybe;\n OverrideCardLink?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImage?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n PeopleGroup?: InputMaybe;\n PersonTitle?: InputMaybe;\n ProfileImage?: InputMaybe;\n ProgramTypeFacet?: InputMaybe;\n RelativePath?: InputMaybe;\n RightRailModules?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Searchable?: InputMaybe;\n Shortcut?: InputMaybe;\n ShowBreadcrumbs?: InputMaybe;\n ShowCommerceHeader?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n TrackOdp?: InputMaybe;\n Url?: InputMaybe;\n _and?: InputMaybe>>;\n _fulltext?: InputMaybe;\n _modified?: InputMaybe;\n _not?: InputMaybe>>;\n _or?: InputMaybe>>;\n};\n\n/** Page with a list of people, with the ability to filter by tags. */\nexport type PeopleDirectoryListingPage = IContent & IData & {\n __typename?: 'PeopleDirectoryListingPage';\n Ancestors?: Maybe>>;\n AreaOfStudyFacet?: Maybe;\n BreadcrumbsTitle?: Maybe;\n CampusLocationFacet?: Maybe;\n Category?: Maybe>>;\n Changed?: Maybe;\n CollegeOrSchoolFacet?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe;\n DegreesFacet?: Maybe;\n DepartmentFacet?: Maybe;\n DisableIndexing?: Maybe;\n /** This will determine whether or not to show on the sitemap */\n ExcludeFromSitemap?: Maybe;\n ExistingLanguages?: Maybe>>;\n FeaturedDescription?: Maybe;\n HideSiteFooter?: Maybe;\n HideSiteHeader?: Maybe;\n IsCommonDraft?: Maybe;\n IsFeaturedContent?: Maybe;\n Keywords?: Maybe;\n KeywordsFacet?: Maybe;\n Language?: Maybe;\n LocationFacet?: Maybe;\n MainContentArea?: Maybe>>;\n MasterLanguage?: Maybe;\n Masthead?: Maybe>>;\n Name?: Maybe;\n NavigationTitle?: Maybe;\n /** The link and text will be used when the page is displayed as a card in other modules. By default, the link is the same as the actual page. */\n OverrideCardLink?: Maybe;\n PageFeaturedDescription?: Maybe;\n /** Image that will be used when the page is displayed as a card for Generic Pages. Recommended Image Size: 1536x1152 px (4:3 Aspect Ratio) */\n PageImage?: Maybe;\n PageImageUrl?: Maybe;\n PageIsSearchable?: Maybe;\n PageNavigationTitle?: Maybe;\n ParentLink?: Maybe;\n ProgramTypeFacet?: Maybe;\n RelativePath?: Maybe;\n RouteSegment?: Maybe;\n Saved?: Maybe;\n /** This will determine whether or not to show on search */\n Searchable?: Maybe;\n Shortcut?: Maybe;\n /** This will determine whether or not breadcrumb will be displayed */\n ShowBreadcrumbs?: Maybe;\n /** This will determine whether or not commerce header will be displayed */\n ShowCommerceHeader?: Maybe;\n SiteId?: Maybe;\n StartPublish?: Maybe;\n Status?: Maybe;\n StopPublish?: Maybe;\n TrackOdp?: Maybe;\n Url?: Maybe;\n /** @deprecated Use `_link` field instead */\n _children?: Maybe;\n _deleted?: Maybe;\n _fulltext?: Maybe>>;\n _id?: Maybe;\n _link?: Maybe;\n _modified?: Maybe;\n _score?: Maybe;\n};\n\n\n/** Page with a list of people, with the ability to filter by tags. */\nexport type PeopleDirectoryListingPageDisableIndexingArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Page with a list of people, with the ability to filter by tags. */\nexport type PeopleDirectoryListingPageExcludeFromSitemapArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Page with a list of people, with the ability to filter by tags. */\nexport type PeopleDirectoryListingPageHideSiteFooterArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Page with a list of people, with the ability to filter by tags. */\nexport type PeopleDirectoryListingPageHideSiteHeaderArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Page with a list of people, with the ability to filter by tags. */\nexport type PeopleDirectoryListingPageIsFeaturedContentArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Page with a list of people, with the ability to filter by tags. */\nexport type PeopleDirectoryListingPageKeywordsArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Page with a list of people, with the ability to filter by tags. */\nexport type PeopleDirectoryListingPageMainContentAreaArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Page with a list of people, with the ability to filter by tags. */\nexport type PeopleDirectoryListingPageMastheadArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Page with a list of people, with the ability to filter by tags. */\nexport type PeopleDirectoryListingPageNameArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Page with a list of people, with the ability to filter by tags. */\nexport type PeopleDirectoryListingPageNavigationTitleArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Page with a list of people, with the ability to filter by tags. */\nexport type PeopleDirectoryListingPageSearchableArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Page with a list of people, with the ability to filter by tags. */\nexport type PeopleDirectoryListingPageShowBreadcrumbsArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Page with a list of people, with the ability to filter by tags. */\nexport type PeopleDirectoryListingPageShowCommerceHeaderArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Page with a list of people, with the ability to filter by tags. */\nexport type PeopleDirectoryListingPageTrackOdpArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Page with a list of people, with the ability to filter by tags. */\nexport type PeopleDirectoryListingPage_FulltextArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Page with a list of people, with the ability to filter by tags. */\nexport type PeopleDirectoryListingPage_LinkArgs = {\n type?: InputMaybe;\n};\n\nexport type PeopleDirectoryListingPageAutocomplete = {\n __typename?: 'PeopleDirectoryListingPageAutocomplete';\n Ancestors?: Maybe>>;\n AreaOfStudyFacet?: Maybe;\n CampusLocationFacet?: Maybe;\n Category?: Maybe;\n CollegeOrSchoolFacet?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n DegreesFacet?: Maybe;\n DepartmentFacet?: Maybe;\n ExistingLanguages?: Maybe;\n KeywordsFacet?: Maybe;\n Language?: Maybe;\n LocationFacet?: Maybe;\n MasterLanguage?: Maybe;\n OverrideCardLink?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImage?: Maybe;\n PageImageUrl?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n ProgramTypeFacet?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n Status?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type PeopleDirectoryListingPageAutocompleteAncestorsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type PeopleDirectoryListingPageAutocompleteContentTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type PeopleDirectoryListingPageAutocompletePageFeaturedDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type PeopleDirectoryListingPageAutocompletePageImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type PeopleDirectoryListingPageAutocompletePageNavigationTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type PeopleDirectoryListingPageAutocompleteRelativePathArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type PeopleDirectoryListingPageAutocompleteRouteSegmentArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type PeopleDirectoryListingPageAutocompleteShortcutArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type PeopleDirectoryListingPageAutocompleteSiteIdArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type PeopleDirectoryListingPageAutocompleteStatusArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type PeopleDirectoryListingPageAutocompleteUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type PeopleDirectoryListingPageFacet = {\n __typename?: 'PeopleDirectoryListingPageFacet';\n Ancestors?: Maybe>>;\n AreaOfStudyFacet?: Maybe;\n CampusLocationFacet?: Maybe;\n Category?: Maybe;\n Changed?: Maybe>>;\n CollegeOrSchoolFacet?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe>>;\n DegreesFacet?: Maybe;\n DepartmentFacet?: Maybe;\n DisableIndexing?: Maybe>>;\n ExcludeFromSitemap?: Maybe>>;\n ExistingLanguages?: Maybe;\n HideSiteFooter?: Maybe>>;\n HideSiteHeader?: Maybe>>;\n IsCommonDraft?: Maybe>>;\n IsFeaturedContent?: Maybe>>;\n Keywords?: Maybe>>;\n KeywordsFacet?: Maybe;\n Language?: Maybe;\n LocationFacet?: Maybe;\n MainContentArea?: Maybe;\n MasterLanguage?: Maybe;\n Masthead?: Maybe;\n Name?: Maybe>>;\n NavigationTitle?: Maybe>>;\n OverrideCardLink?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImage?: Maybe;\n PageImageUrl?: Maybe>>;\n PageIsSearchable?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n ProgramTypeFacet?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Saved?: Maybe>>;\n Searchable?: Maybe>>;\n Shortcut?: Maybe>>;\n ShowBreadcrumbs?: Maybe>>;\n ShowCommerceHeader?: Maybe>>;\n SiteId?: Maybe>>;\n StartPublish?: Maybe>>;\n Status?: Maybe>>;\n StopPublish?: Maybe>>;\n TrackOdp?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type PeopleDirectoryListingPageFacetAncestorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type PeopleDirectoryListingPageFacetChangedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type PeopleDirectoryListingPageFacetContentTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type PeopleDirectoryListingPageFacetCreatedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type PeopleDirectoryListingPageFacetDisableIndexingArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type PeopleDirectoryListingPageFacetExcludeFromSitemapArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type PeopleDirectoryListingPageFacetHideSiteFooterArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type PeopleDirectoryListingPageFacetHideSiteHeaderArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type PeopleDirectoryListingPageFacetIsCommonDraftArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type PeopleDirectoryListingPageFacetIsFeaturedContentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type PeopleDirectoryListingPageFacetKeywordsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type PeopleDirectoryListingPageFacetNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type PeopleDirectoryListingPageFacetNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type PeopleDirectoryListingPageFacetPageFeaturedDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type PeopleDirectoryListingPageFacetPageImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type PeopleDirectoryListingPageFacetPageIsSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type PeopleDirectoryListingPageFacetPageNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type PeopleDirectoryListingPageFacetRelativePathArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type PeopleDirectoryListingPageFacetRouteSegmentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type PeopleDirectoryListingPageFacetSavedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type PeopleDirectoryListingPageFacetSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type PeopleDirectoryListingPageFacetShortcutArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type PeopleDirectoryListingPageFacetShowBreadcrumbsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type PeopleDirectoryListingPageFacetShowCommerceHeaderArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type PeopleDirectoryListingPageFacetSiteIdArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type PeopleDirectoryListingPageFacetStartPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type PeopleDirectoryListingPageFacetStatusArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type PeopleDirectoryListingPageFacetStopPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type PeopleDirectoryListingPageFacetTrackOdpArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type PeopleDirectoryListingPageFacetUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type PeopleDirectoryListingPageOrderByInput = {\n Ancestors?: InputMaybe;\n AreaOfStudyFacet?: InputMaybe;\n CampusLocationFacet?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n CollegeOrSchoolFacet?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n DegreesFacet?: InputMaybe;\n DepartmentFacet?: InputMaybe;\n DisableIndexing?: InputMaybe;\n ExcludeFromSitemap?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n HideSiteFooter?: InputMaybe;\n HideSiteHeader?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n IsFeaturedContent?: InputMaybe;\n Keywords?: InputMaybe;\n KeywordsFacet?: InputMaybe;\n Language?: InputMaybe;\n LocationFacet?: InputMaybe;\n MainContentArea?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Masthead?: InputMaybe;\n Name?: InputMaybe;\n NavigationTitle?: InputMaybe;\n OverrideCardLink?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImage?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n ProgramTypeFacet?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Searchable?: InputMaybe;\n Shortcut?: InputMaybe;\n ShowBreadcrumbs?: InputMaybe;\n ShowCommerceHeader?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n TrackOdp?: InputMaybe;\n Url?: InputMaybe;\n _minimumScore?: InputMaybe;\n _modified?: InputMaybe;\n _ranking?: InputMaybe;\n _semanticWeight?: InputMaybe;\n};\n\nexport type PeopleDirectoryListingPageOutput = {\n __typename?: 'PeopleDirectoryListingPageOutput';\n autocomplete?: Maybe;\n cursor?: Maybe;\n facets?: Maybe;\n items?: Maybe>>;\n total?: Maybe;\n};\n\n\nexport type PeopleDirectoryListingPageOutputTotalArgs = {\n all?: InputMaybe;\n};\n\nexport type PeopleDirectoryListingPageWhereInput = {\n Ancestors?: InputMaybe;\n AreaOfStudyFacet?: InputMaybe;\n CampusLocationFacet?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n CollegeOrSchoolFacet?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n DegreesFacet?: InputMaybe;\n DepartmentFacet?: InputMaybe;\n DisableIndexing?: InputMaybe;\n ExcludeFromSitemap?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n HideSiteFooter?: InputMaybe;\n HideSiteHeader?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n IsFeaturedContent?: InputMaybe;\n Keywords?: InputMaybe;\n KeywordsFacet?: InputMaybe;\n Language?: InputMaybe;\n LocationFacet?: InputMaybe;\n MainContentArea?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Masthead?: InputMaybe;\n Name?: InputMaybe;\n NavigationTitle?: InputMaybe;\n OverrideCardLink?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImage?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n ProgramTypeFacet?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Searchable?: InputMaybe;\n Shortcut?: InputMaybe;\n ShowBreadcrumbs?: InputMaybe;\n ShowCommerceHeader?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n TrackOdp?: InputMaybe;\n Url?: InputMaybe;\n _and?: InputMaybe>>;\n _fulltext?: InputMaybe;\n _modified?: InputMaybe;\n _not?: InputMaybe>>;\n _or?: InputMaybe>>;\n};\n\nexport type PredefinedHiddenElementBlock = IContent & IData & {\n __typename?: 'PredefinedHiddenElementBlock';\n Ancestors?: Maybe>>;\n Category?: Maybe>>;\n Changed?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe;\n ExistingLanguages?: Maybe>>;\n IsCommonDraft?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe;\n PageFeaturedDescription?: Maybe;\n PageImageUrl?: Maybe;\n PageIsSearchable?: Maybe;\n PageNavigationTitle?: Maybe;\n ParentLink?: Maybe;\n PredefinedValue?: Maybe;\n RelativePath?: Maybe;\n RouteSegment?: Maybe;\n Saved?: Maybe;\n Shortcut?: Maybe;\n SiteId?: Maybe;\n StartPublish?: Maybe;\n Status?: Maybe;\n StopPublish?: Maybe;\n Url?: Maybe;\n /** @deprecated Use `_link` field instead */\n _children?: Maybe;\n _deleted?: Maybe;\n _fulltext?: Maybe>>;\n _id?: Maybe;\n _link?: Maybe;\n _modified?: Maybe;\n _score?: Maybe;\n};\n\n\nexport type PredefinedHiddenElementBlockNameArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type PredefinedHiddenElementBlockPredefinedValueArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type PredefinedHiddenElementBlock_FulltextArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type PredefinedHiddenElementBlock_LinkArgs = {\n type?: InputMaybe;\n};\n\nexport type PredefinedHiddenElementBlockAutocomplete = {\n __typename?: 'PredefinedHiddenElementBlockAutocomplete';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n ExistingLanguages?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n Status?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type PredefinedHiddenElementBlockAutocompleteAncestorsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type PredefinedHiddenElementBlockAutocompleteContentTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type PredefinedHiddenElementBlockAutocompletePageFeaturedDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type PredefinedHiddenElementBlockAutocompletePageImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type PredefinedHiddenElementBlockAutocompletePageNavigationTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type PredefinedHiddenElementBlockAutocompleteRelativePathArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type PredefinedHiddenElementBlockAutocompleteRouteSegmentArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type PredefinedHiddenElementBlockAutocompleteShortcutArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type PredefinedHiddenElementBlockAutocompleteSiteIdArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type PredefinedHiddenElementBlockAutocompleteStatusArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type PredefinedHiddenElementBlockAutocompleteUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type PredefinedHiddenElementBlockFacet = {\n __typename?: 'PredefinedHiddenElementBlockFacet';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n Changed?: Maybe>>;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe>>;\n ExistingLanguages?: Maybe;\n IsCommonDraft?: Maybe>>;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe>>;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageIsSearchable?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n PredefinedValue?: Maybe>>;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Saved?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n StartPublish?: Maybe>>;\n Status?: Maybe>>;\n StopPublish?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type PredefinedHiddenElementBlockFacetAncestorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type PredefinedHiddenElementBlockFacetChangedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type PredefinedHiddenElementBlockFacetContentTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type PredefinedHiddenElementBlockFacetCreatedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type PredefinedHiddenElementBlockFacetIsCommonDraftArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type PredefinedHiddenElementBlockFacetNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type PredefinedHiddenElementBlockFacetPageFeaturedDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type PredefinedHiddenElementBlockFacetPageImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type PredefinedHiddenElementBlockFacetPageIsSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type PredefinedHiddenElementBlockFacetPageNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type PredefinedHiddenElementBlockFacetPredefinedValueArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type PredefinedHiddenElementBlockFacetRelativePathArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type PredefinedHiddenElementBlockFacetRouteSegmentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type PredefinedHiddenElementBlockFacetSavedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type PredefinedHiddenElementBlockFacetShortcutArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type PredefinedHiddenElementBlockFacetSiteIdArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type PredefinedHiddenElementBlockFacetStartPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type PredefinedHiddenElementBlockFacetStatusArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type PredefinedHiddenElementBlockFacetStopPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type PredefinedHiddenElementBlockFacetUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type PredefinedHiddenElementBlockOrderByInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n PredefinedValue?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n _minimumScore?: InputMaybe;\n _modified?: InputMaybe;\n _ranking?: InputMaybe;\n _semanticWeight?: InputMaybe;\n};\n\nexport type PredefinedHiddenElementBlockOutput = {\n __typename?: 'PredefinedHiddenElementBlockOutput';\n autocomplete?: Maybe;\n cursor?: Maybe;\n facets?: Maybe;\n items?: Maybe>>;\n total?: Maybe;\n};\n\n\nexport type PredefinedHiddenElementBlockOutputTotalArgs = {\n all?: InputMaybe;\n};\n\nexport type PredefinedHiddenElementBlockWhereInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n PredefinedValue?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n _and?: InputMaybe>>;\n _fulltext?: InputMaybe;\n _modified?: InputMaybe;\n _not?: InputMaybe>>;\n _or?: InputMaybe>>;\n};\n\nexport type ProductContent = IContent & IData & {\n __typename?: 'ProductContent';\n Ancestors?: Maybe>>;\n Associations?: Maybe;\n CatalogId?: Maybe;\n Categories?: Maybe;\n Changed?: Maybe;\n Code?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe;\n DefaultImageUrl?: Maybe;\n DefaultMarketPrice?: Maybe;\n DisplayName?: Maybe;\n ExistingLanguages?: Maybe>>;\n IsCommonDraft?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n MetaClassId?: Maybe;\n Name?: Maybe;\n PageFeaturedDescription?: Maybe;\n PageImageUrl?: Maybe;\n PageIsSearchable?: Maybe;\n PageNavigationTitle?: Maybe;\n ParentEntries?: Maybe;\n ParentLink?: Maybe;\n RelativePath?: Maybe;\n RouteSegment?: Maybe;\n Saved?: Maybe;\n SeoInformation?: Maybe;\n SeoUri?: Maybe;\n Shortcut?: Maybe;\n SiteId?: Maybe;\n StartPublish?: Maybe;\n Status?: Maybe;\n StopPublish?: Maybe;\n Url?: Maybe;\n VariantsReference?: Maybe;\n /** @deprecated Use `_link` field instead */\n _children?: Maybe;\n _deleted?: Maybe;\n _fulltext?: Maybe>>;\n _id?: Maybe;\n _link?: Maybe;\n _modified?: Maybe;\n _score?: Maybe;\n};\n\n\nexport type ProductContentCodeArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type ProductContentDisplayNameArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type ProductContentNameArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type ProductContent_FulltextArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type ProductContent_LinkArgs = {\n type?: InputMaybe;\n};\n\nexport type ProductContentAssociations = {\n __typename?: 'ProductContentAssociations';\n ContentLink?: Maybe;\n};\n\nexport type ProductContentAssociationsAutocomplete = {\n __typename?: 'ProductContentAssociationsAutocomplete';\n ContentLink?: Maybe;\n};\n\nexport type ProductContentAssociationsFacet = {\n __typename?: 'ProductContentAssociationsFacet';\n ContentLink?: Maybe;\n};\n\nexport type ProductContentAssociationsOrderByInput = {\n ContentLink?: InputMaybe;\n};\n\nexport type ProductContentAssociationsWhereInput = {\n ContentLink?: InputMaybe;\n};\n\nexport type ProductContentAutocomplete = {\n __typename?: 'ProductContentAutocomplete';\n Ancestors?: Maybe>>;\n Associations?: Maybe;\n Categories?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n DefaultImageUrl?: Maybe>>;\n ExistingLanguages?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentEntries?: Maybe;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n SeoInformation?: Maybe;\n SeoUri?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n Status?: Maybe>>;\n Url?: Maybe>>;\n VariantsReference?: Maybe;\n};\n\n\nexport type ProductContentAutocompleteAncestorsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ProductContentAutocompleteContentTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ProductContentAutocompleteDefaultImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ProductContentAutocompletePageFeaturedDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ProductContentAutocompletePageImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ProductContentAutocompletePageNavigationTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ProductContentAutocompleteRelativePathArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ProductContentAutocompleteRouteSegmentArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ProductContentAutocompleteSeoUriArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ProductContentAutocompleteShortcutArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ProductContentAutocompleteSiteIdArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ProductContentAutocompleteStatusArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ProductContentAutocompleteUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type ProductContentCategories = {\n __typename?: 'ProductContentCategories';\n ContentLink?: Maybe;\n};\n\nexport type ProductContentCategoriesAutocomplete = {\n __typename?: 'ProductContentCategoriesAutocomplete';\n ContentLink?: Maybe;\n};\n\nexport type ProductContentCategoriesFacet = {\n __typename?: 'ProductContentCategoriesFacet';\n ContentLink?: Maybe;\n};\n\nexport type ProductContentCategoriesOrderByInput = {\n ContentLink?: InputMaybe;\n};\n\nexport type ProductContentCategoriesWhereInput = {\n ContentLink?: InputMaybe;\n};\n\nexport type ProductContentFacet = {\n __typename?: 'ProductContentFacet';\n Ancestors?: Maybe>>;\n Associations?: Maybe;\n CatalogId?: Maybe>>;\n Categories?: Maybe;\n Changed?: Maybe>>;\n Code?: Maybe>>;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe>>;\n DefaultImageUrl?: Maybe>>;\n DefaultMarketPrice?: Maybe>>;\n DisplayName?: Maybe>>;\n ExistingLanguages?: Maybe;\n IsCommonDraft?: Maybe>>;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n MetaClassId?: Maybe>>;\n Name?: Maybe>>;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageIsSearchable?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentEntries?: Maybe;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Saved?: Maybe>>;\n SeoInformation?: Maybe;\n SeoUri?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n StartPublish?: Maybe>>;\n Status?: Maybe>>;\n StopPublish?: Maybe>>;\n Url?: Maybe>>;\n VariantsReference?: Maybe;\n};\n\n\nexport type ProductContentFacetAncestorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ProductContentFacetCatalogIdArgs = {\n filters?: InputMaybe>;\n limit?: InputMaybe;\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n ranges?: InputMaybe>>;\n};\n\n\nexport type ProductContentFacetChangedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type ProductContentFacetCodeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ProductContentFacetContentTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ProductContentFacetCreatedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type ProductContentFacetDefaultImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ProductContentFacetDefaultMarketPriceArgs = {\n filters?: InputMaybe>;\n limit?: InputMaybe;\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n ranges?: InputMaybe>>;\n};\n\n\nexport type ProductContentFacetDisplayNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ProductContentFacetIsCommonDraftArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ProductContentFacetMetaClassIdArgs = {\n filters?: InputMaybe>;\n limit?: InputMaybe;\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n ranges?: InputMaybe>>;\n};\n\n\nexport type ProductContentFacetNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ProductContentFacetPageFeaturedDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ProductContentFacetPageImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ProductContentFacetPageIsSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ProductContentFacetPageNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ProductContentFacetRelativePathArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ProductContentFacetRouteSegmentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ProductContentFacetSavedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type ProductContentFacetSeoUriArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ProductContentFacetShortcutArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ProductContentFacetSiteIdArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ProductContentFacetStartPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type ProductContentFacetStatusArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ProductContentFacetStopPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type ProductContentFacetUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type ProductContentOrderByInput = {\n Ancestors?: InputMaybe;\n Associations?: InputMaybe;\n CatalogId?: InputMaybe;\n Categories?: InputMaybe;\n Changed?: InputMaybe;\n Code?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n DefaultImageUrl?: InputMaybe;\n DefaultMarketPrice?: InputMaybe;\n DisplayName?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n MetaClassId?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentEntries?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n SeoInformation?: InputMaybe;\n SeoUri?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n VariantsReference?: InputMaybe;\n _minimumScore?: InputMaybe;\n _modified?: InputMaybe;\n _ranking?: InputMaybe;\n _semanticWeight?: InputMaybe;\n};\n\nexport type ProductContentOutput = {\n __typename?: 'ProductContentOutput';\n autocomplete?: Maybe;\n cursor?: Maybe;\n facets?: Maybe;\n items?: Maybe>>;\n total?: Maybe;\n};\n\n\nexport type ProductContentOutputTotalArgs = {\n all?: InputMaybe;\n};\n\nexport type ProductContentRelations = {\n __typename?: 'ProductContentRelations';\n ContentLink?: Maybe;\n};\n\nexport type ProductContentRelationsAutocomplete = {\n __typename?: 'ProductContentRelationsAutocomplete';\n ContentLink?: Maybe;\n};\n\nexport type ProductContentRelationsFacet = {\n __typename?: 'ProductContentRelationsFacet';\n ContentLink?: Maybe;\n};\n\nexport type ProductContentRelationsOrderByInput = {\n ContentLink?: InputMaybe;\n};\n\nexport type ProductContentRelationsWhereInput = {\n ContentLink?: InputMaybe;\n};\n\nexport type ProductContentSeoInformation = {\n __typename?: 'ProductContentSeoInformation';\n Description?: Maybe;\n Keywords?: Maybe;\n Title?: Maybe;\n};\n\nexport type ProductContentSeoInformationAutocomplete = {\n __typename?: 'ProductContentSeoInformationAutocomplete';\n Description?: Maybe>>;\n Keywords?: Maybe>>;\n Title?: Maybe>>;\n};\n\n\nexport type ProductContentSeoInformationAutocompleteDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ProductContentSeoInformationAutocompleteKeywordsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ProductContentSeoInformationAutocompleteTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type ProductContentSeoInformationFacet = {\n __typename?: 'ProductContentSeoInformationFacet';\n Description?: Maybe>>;\n Keywords?: Maybe>>;\n Title?: Maybe>>;\n};\n\n\nexport type ProductContentSeoInformationFacetDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ProductContentSeoInformationFacetKeywordsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ProductContentSeoInformationFacetTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type ProductContentSeoInformationOrderByInput = {\n Description?: InputMaybe;\n Keywords?: InputMaybe;\n Title?: InputMaybe;\n};\n\nexport type ProductContentSeoInformationWhereInput = {\n Description?: InputMaybe;\n Keywords?: InputMaybe;\n Title?: InputMaybe;\n};\n\nexport type ProductContentWhereInput = {\n Ancestors?: InputMaybe;\n Associations?: InputMaybe;\n CatalogId?: InputMaybe;\n Categories?: InputMaybe;\n Changed?: InputMaybe;\n Code?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n DefaultImageUrl?: InputMaybe;\n DefaultMarketPrice?: InputMaybe;\n DisplayName?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n MetaClassId?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentEntries?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n SeoInformation?: InputMaybe;\n SeoUri?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n VariantsReference?: InputMaybe;\n _and?: InputMaybe>>;\n _fulltext?: InputMaybe;\n _modified?: InputMaybe;\n _not?: InputMaybe>>;\n _or?: InputMaybe>>;\n};\n\n/** Special Category Type to list standard products */\nexport type ProductListNode = IContent & IData & {\n __typename?: 'ProductListNode';\n Ancestors?: Maybe>>;\n CatalogId?: Maybe;\n Categories?: Maybe;\n CategoryDescription?: Maybe;\n CategoryFeaturedProducts?: Maybe>>;\n CategoryLongName?: Maybe;\n CategoryLongTeaser?: Maybe;\n CategoryTeaser?: Maybe;\n Changed?: Maybe;\n Code?: Maybe;\n /** Primary content for the page */\n Content?: Maybe>>;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe;\n /** Page Specific Block in Page Header area. */\n CustomHeaders?: Maybe>>;\n DisplayName?: Maybe;\n EPiBlock_PageSettings_BodyAttributes?: Maybe;\n EPiBlock_PageSettings_HideBreadcrumbs?: Maybe;\n EPiBlock_PageSettings_SEOSitemaps?: Maybe;\n EPiBlock_PageSettings_SectionNavigationAnchor?: Maybe;\n EPiBlock_PageSettings_SectionNavigationDisplay?: Maybe;\n EPiBlock_PageSettings_ShowShareThis?: Maybe;\n EPiBlock_PageSettings_SolrKeywordsBoost?: Maybe;\n EPiBlock_PageSettings_SolrPageBoost?: Maybe;\n ExistingLanguages?: Maybe>>;\n /** For use in 'Featured Item Row' block. */\n FeaturedItemImage?: Maybe;\n /** For use in 'Featured Item Row' block. */\n FeaturedItemText?: Maybe;\n /** For use in 'Featured Item Row' block. */\n FeaturedItemTitle?: Maybe;\n /** Displays full-width below any sidebars a page may have */\n FullArea?: Maybe>>;\n /** Displays the 'Hero' Content for page. Will only display the first hero-block. */\n HeroArea?: Maybe>>;\n HiddenFromSearch?: Maybe;\n /** Displays content side by side with any sidebars a page may have. Please only use an even amount of blocks in this content area. */\n InlineArea?: Maybe>>;\n IsCommonDraft?: Maybe;\n Language?: Maybe;\n MainBody?: Maybe;\n MasterLanguage?: Maybe;\n MetaClassId?: Maybe;\n Name?: Maybe;\n NavigationName?: Maybe;\n NodeLongTeaser?: Maybe;\n NodeShortTeaser?: Maybe;\n PageFeaturedDescription?: Maybe;\n PageImageUrl?: Maybe;\n PageIsSearchable?: Maybe;\n PageMetaData?: Maybe;\n PageNavigationTitle?: Maybe;\n ParentLink?: Maybe;\n RelativePath?: Maybe;\n RouteSegment?: Maybe;\n Saved?: Maybe;\n SeoInformation?: Maybe;\n SeoUri?: Maybe;\n Shortcut?: Maybe;\n /** Optional content for the sidebar area */\n SidebarContent?: Maybe>>;\n SiteId?: Maybe;\n StartPublish?: Maybe;\n Status?: Maybe;\n /** Content area that accepts Link Blocks. */\n StickyNavLinks?: Maybe;\n StopPublish?: Maybe;\n /** Displays content above any sidebars a page may have */\n TopArea?: Maybe>>;\n /** Depricated (will be removed soon) */\n TopContentArea?: Maybe>>;\n Url?: Maybe;\n /** @deprecated Use `_link` field instead */\n _children?: Maybe;\n _deleted?: Maybe;\n _fulltext?: Maybe>>;\n _id?: Maybe;\n _link?: Maybe;\n _modified?: Maybe;\n _score?: Maybe;\n};\n\n\n/** Special Category Type to list standard products */\nexport type ProductListNodeCategoryDescriptionArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Special Category Type to list standard products */\nexport type ProductListNodeCategoryLongNameArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Special Category Type to list standard products */\nexport type ProductListNodeCategoryLongTeaserArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Special Category Type to list standard products */\nexport type ProductListNodeCategoryTeaserArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Special Category Type to list standard products */\nexport type ProductListNodeCodeArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Special Category Type to list standard products */\nexport type ProductListNodeContentArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Special Category Type to list standard products */\nexport type ProductListNodeDisplayNameArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Special Category Type to list standard products */\nexport type ProductListNodeFeaturedItemTextArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Special Category Type to list standard products */\nexport type ProductListNodeFeaturedItemTitleArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Special Category Type to list standard products */\nexport type ProductListNodeHiddenFromSearchArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Special Category Type to list standard products */\nexport type ProductListNodeMainBodyArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Special Category Type to list standard products */\nexport type ProductListNodeNameArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Special Category Type to list standard products */\nexport type ProductListNodeNavigationNameArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Special Category Type to list standard products */\nexport type ProductListNodeNodeLongTeaserArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Special Category Type to list standard products */\nexport type ProductListNodeNodeShortTeaserArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Special Category Type to list standard products */\nexport type ProductListNode_FulltextArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Special Category Type to list standard products */\nexport type ProductListNode_LinkArgs = {\n type?: InputMaybe;\n};\n\nexport type ProductListNodeAutocomplete = {\n __typename?: 'ProductListNodeAutocomplete';\n Ancestors?: Maybe>>;\n Categories?: Maybe;\n CategoryFeaturedProducts?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n CustomHeaders?: Maybe;\n EPiBlock_PageSettings_BodyAttributes?: Maybe>>;\n EPiBlock_PageSettings_SEOSitemaps?: Maybe>>;\n EPiBlock_PageSettings_SolrKeywordsBoost?: Maybe>>;\n ExistingLanguages?: Maybe;\n FeaturedItemImage?: Maybe;\n FullArea?: Maybe;\n HeroArea?: Maybe;\n InlineArea?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageMetaData?: Maybe;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n SeoInformation?: Maybe;\n SeoUri?: Maybe>>;\n Shortcut?: Maybe>>;\n SidebarContent?: Maybe;\n SiteId?: Maybe>>;\n Status?: Maybe>>;\n StickyNavLinks?: Maybe>>;\n TopArea?: Maybe;\n TopContentArea?: Maybe;\n Url?: Maybe>>;\n};\n\n\nexport type ProductListNodeAutocompleteAncestorsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ProductListNodeAutocompleteContentTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ProductListNodeAutocompleteEPiBlock_PageSettings_BodyAttributesArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ProductListNodeAutocompleteEPiBlock_PageSettings_SeoSitemapsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ProductListNodeAutocompleteEPiBlock_PageSettings_SolrKeywordsBoostArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ProductListNodeAutocompletePageFeaturedDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ProductListNodeAutocompletePageImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ProductListNodeAutocompletePageNavigationTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ProductListNodeAutocompleteRelativePathArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ProductListNodeAutocompleteRouteSegmentArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ProductListNodeAutocompleteSeoUriArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ProductListNodeAutocompleteShortcutArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ProductListNodeAutocompleteSiteIdArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ProductListNodeAutocompleteStatusArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ProductListNodeAutocompleteStickyNavLinksArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ProductListNodeAutocompleteUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type ProductListNodeCategories = {\n __typename?: 'ProductListNodeCategories';\n ContentLink?: Maybe;\n};\n\nexport type ProductListNodeCategoriesAutocomplete = {\n __typename?: 'ProductListNodeCategoriesAutocomplete';\n ContentLink?: Maybe;\n};\n\nexport type ProductListNodeCategoriesFacet = {\n __typename?: 'ProductListNodeCategoriesFacet';\n ContentLink?: Maybe;\n};\n\nexport type ProductListNodeCategoriesOrderByInput = {\n ContentLink?: InputMaybe;\n};\n\nexport type ProductListNodeCategoriesWhereInput = {\n ContentLink?: InputMaybe;\n};\n\nexport type ProductListNodeFacet = {\n __typename?: 'ProductListNodeFacet';\n Ancestors?: Maybe>>;\n CatalogId?: Maybe>>;\n Categories?: Maybe;\n CategoryDescription?: Maybe>>;\n CategoryFeaturedProducts?: Maybe;\n CategoryLongName?: Maybe>>;\n CategoryLongTeaser?: Maybe>>;\n CategoryTeaser?: Maybe>>;\n Changed?: Maybe>>;\n Code?: Maybe>>;\n Content?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe>>;\n CustomHeaders?: Maybe;\n DisplayName?: Maybe>>;\n EPiBlock_PageSettings_BodyAttributes?: Maybe>>;\n EPiBlock_PageSettings_HideBreadcrumbs?: Maybe>>;\n EPiBlock_PageSettings_SEOSitemaps?: Maybe>>;\n EPiBlock_PageSettings_SectionNavigationAnchor?: Maybe>>;\n EPiBlock_PageSettings_SectionNavigationDisplay?: Maybe>>;\n EPiBlock_PageSettings_ShowShareThis?: Maybe>>;\n EPiBlock_PageSettings_SolrKeywordsBoost?: Maybe>>;\n EPiBlock_PageSettings_SolrPageBoost?: Maybe>>;\n ExistingLanguages?: Maybe;\n FeaturedItemImage?: Maybe;\n FeaturedItemText?: Maybe>>;\n FeaturedItemTitle?: Maybe>>;\n FullArea?: Maybe;\n HeroArea?: Maybe;\n HiddenFromSearch?: Maybe>>;\n InlineArea?: Maybe;\n IsCommonDraft?: Maybe>>;\n Language?: Maybe;\n MainBody?: Maybe>>;\n MasterLanguage?: Maybe;\n MetaClassId?: Maybe>>;\n Name?: Maybe>>;\n NavigationName?: Maybe>>;\n NodeLongTeaser?: Maybe>>;\n NodeShortTeaser?: Maybe>>;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageIsSearchable?: Maybe>>;\n PageMetaData?: Maybe;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Saved?: Maybe>>;\n SeoInformation?: Maybe;\n SeoUri?: Maybe>>;\n Shortcut?: Maybe>>;\n SidebarContent?: Maybe;\n SiteId?: Maybe>>;\n StartPublish?: Maybe>>;\n Status?: Maybe>>;\n StickyNavLinks?: Maybe>>;\n StopPublish?: Maybe>>;\n TopArea?: Maybe;\n TopContentArea?: Maybe;\n Url?: Maybe>>;\n};\n\n\nexport type ProductListNodeFacetAncestorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ProductListNodeFacetCatalogIdArgs = {\n filters?: InputMaybe>;\n limit?: InputMaybe;\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n ranges?: InputMaybe>>;\n};\n\n\nexport type ProductListNodeFacetCategoryDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ProductListNodeFacetCategoryLongNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ProductListNodeFacetCategoryLongTeaserArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ProductListNodeFacetCategoryTeaserArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ProductListNodeFacetChangedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type ProductListNodeFacetCodeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ProductListNodeFacetContentTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ProductListNodeFacetCreatedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type ProductListNodeFacetDisplayNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ProductListNodeFacetEPiBlock_PageSettings_BodyAttributesArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ProductListNodeFacetEPiBlock_PageSettings_HideBreadcrumbsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ProductListNodeFacetEPiBlock_PageSettings_SeoSitemapsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ProductListNodeFacetEPiBlock_PageSettings_SectionNavigationAnchorArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ProductListNodeFacetEPiBlock_PageSettings_SectionNavigationDisplayArgs = {\n filters?: InputMaybe>;\n limit?: InputMaybe;\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n ranges?: InputMaybe>>;\n};\n\n\nexport type ProductListNodeFacetEPiBlock_PageSettings_ShowShareThisArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ProductListNodeFacetEPiBlock_PageSettings_SolrKeywordsBoostArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ProductListNodeFacetEPiBlock_PageSettings_SolrPageBoostArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ProductListNodeFacetFeaturedItemTextArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ProductListNodeFacetFeaturedItemTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ProductListNodeFacetHiddenFromSearchArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ProductListNodeFacetIsCommonDraftArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ProductListNodeFacetMainBodyArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ProductListNodeFacetMetaClassIdArgs = {\n filters?: InputMaybe>;\n limit?: InputMaybe;\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n ranges?: InputMaybe>>;\n};\n\n\nexport type ProductListNodeFacetNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ProductListNodeFacetNavigationNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ProductListNodeFacetNodeLongTeaserArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ProductListNodeFacetNodeShortTeaserArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ProductListNodeFacetPageFeaturedDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ProductListNodeFacetPageImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ProductListNodeFacetPageIsSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ProductListNodeFacetPageNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ProductListNodeFacetRelativePathArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ProductListNodeFacetRouteSegmentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ProductListNodeFacetSavedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type ProductListNodeFacetSeoUriArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ProductListNodeFacetShortcutArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ProductListNodeFacetSiteIdArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ProductListNodeFacetStartPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type ProductListNodeFacetStatusArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ProductListNodeFacetStickyNavLinksArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ProductListNodeFacetStopPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type ProductListNodeFacetUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type ProductListNodeOrderByInput = {\n Ancestors?: InputMaybe;\n CatalogId?: InputMaybe;\n Categories?: InputMaybe;\n CategoryDescription?: InputMaybe;\n CategoryFeaturedProducts?: InputMaybe;\n CategoryLongName?: InputMaybe;\n CategoryLongTeaser?: InputMaybe;\n CategoryTeaser?: InputMaybe;\n Changed?: InputMaybe;\n Code?: InputMaybe;\n Content?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n CustomHeaders?: InputMaybe;\n DisplayName?: InputMaybe;\n EPiBlock_PageSettings_BodyAttributes?: InputMaybe;\n EPiBlock_PageSettings_HideBreadcrumbs?: InputMaybe;\n EPiBlock_PageSettings_SEOSitemaps?: InputMaybe;\n EPiBlock_PageSettings_SectionNavigationAnchor?: InputMaybe;\n EPiBlock_PageSettings_SectionNavigationDisplay?: InputMaybe;\n EPiBlock_PageSettings_ShowShareThis?: InputMaybe;\n EPiBlock_PageSettings_SolrKeywordsBoost?: InputMaybe;\n EPiBlock_PageSettings_SolrPageBoost?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n FeaturedItemImage?: InputMaybe;\n FeaturedItemText?: InputMaybe;\n FeaturedItemTitle?: InputMaybe;\n FullArea?: InputMaybe;\n HeroArea?: InputMaybe;\n HiddenFromSearch?: InputMaybe;\n InlineArea?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MainBody?: InputMaybe;\n MasterLanguage?: InputMaybe;\n MetaClassId?: InputMaybe;\n Name?: InputMaybe;\n NavigationName?: InputMaybe;\n NodeLongTeaser?: InputMaybe;\n NodeShortTeaser?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageMetaData?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n SeoInformation?: InputMaybe;\n SeoUri?: InputMaybe;\n Shortcut?: InputMaybe;\n SidebarContent?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StickyNavLinks?: InputMaybe;\n StopPublish?: InputMaybe;\n TopArea?: InputMaybe;\n TopContentArea?: InputMaybe;\n Url?: InputMaybe;\n _minimumScore?: InputMaybe;\n _modified?: InputMaybe;\n _ranking?: InputMaybe;\n _semanticWeight?: InputMaybe;\n};\n\nexport type ProductListNodeOutput = {\n __typename?: 'ProductListNodeOutput';\n autocomplete?: Maybe;\n cursor?: Maybe;\n facets?: Maybe;\n items?: Maybe>>;\n total?: Maybe;\n};\n\n\nexport type ProductListNodeOutputTotalArgs = {\n all?: InputMaybe;\n};\n\nexport type ProductListNodePageMetaData = {\n __typename?: 'ProductListNodePageMetaData';\n DisableSiteTitle?: Maybe;\n MetaDescription?: Maybe;\n MetaKeywords?: Maybe;\n MetaTitle?: Maybe;\n PageImage?: Maybe;\n ShareHashTags?: Maybe;\n ShareSummary?: Maybe;\n ShareTitle?: Maybe;\n SingleSentenceSummary?: Maybe;\n};\n\nexport type ProductListNodePageMetaDataAutocomplete = {\n __typename?: 'ProductListNodePageMetaDataAutocomplete';\n MetaDescription?: Maybe>>;\n MetaKeywords?: Maybe>>;\n MetaTitle?: Maybe>>;\n PageImage?: Maybe;\n ShareHashTags?: Maybe>>;\n ShareSummary?: Maybe>>;\n ShareTitle?: Maybe>>;\n SingleSentenceSummary?: Maybe>>;\n};\n\n\nexport type ProductListNodePageMetaDataAutocompleteMetaDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ProductListNodePageMetaDataAutocompleteMetaKeywordsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ProductListNodePageMetaDataAutocompleteMetaTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ProductListNodePageMetaDataAutocompleteShareHashTagsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ProductListNodePageMetaDataAutocompleteShareSummaryArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ProductListNodePageMetaDataAutocompleteShareTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ProductListNodePageMetaDataAutocompleteSingleSentenceSummaryArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type ProductListNodePageMetaDataFacet = {\n __typename?: 'ProductListNodePageMetaDataFacet';\n DisableSiteTitle?: Maybe>>;\n MetaDescription?: Maybe>>;\n MetaKeywords?: Maybe>>;\n MetaTitle?: Maybe>>;\n PageImage?: Maybe;\n ShareHashTags?: Maybe>>;\n ShareSummary?: Maybe>>;\n ShareTitle?: Maybe>>;\n SingleSentenceSummary?: Maybe>>;\n};\n\n\nexport type ProductListNodePageMetaDataFacetDisableSiteTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ProductListNodePageMetaDataFacetMetaDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ProductListNodePageMetaDataFacetMetaKeywordsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ProductListNodePageMetaDataFacetMetaTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ProductListNodePageMetaDataFacetShareHashTagsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ProductListNodePageMetaDataFacetShareSummaryArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ProductListNodePageMetaDataFacetShareTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ProductListNodePageMetaDataFacetSingleSentenceSummaryArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type ProductListNodePageMetaDataOrderByInput = {\n DisableSiteTitle?: InputMaybe;\n MetaDescription?: InputMaybe;\n MetaKeywords?: InputMaybe;\n MetaTitle?: InputMaybe;\n PageImage?: InputMaybe;\n ShareHashTags?: InputMaybe;\n ShareSummary?: InputMaybe;\n ShareTitle?: InputMaybe;\n SingleSentenceSummary?: InputMaybe;\n};\n\nexport type ProductListNodePageMetaDataWhereInput = {\n DisableSiteTitle?: InputMaybe;\n MetaDescription?: InputMaybe;\n MetaKeywords?: InputMaybe;\n MetaTitle?: InputMaybe;\n PageImage?: InputMaybe;\n ShareHashTags?: InputMaybe;\n ShareSummary?: InputMaybe;\n ShareTitle?: InputMaybe;\n SingleSentenceSummary?: InputMaybe;\n};\n\nexport type ProductListNodeSeoInformation = {\n __typename?: 'ProductListNodeSeoInformation';\n Description?: Maybe;\n Keywords?: Maybe;\n Title?: Maybe;\n};\n\nexport type ProductListNodeSeoInformationAutocomplete = {\n __typename?: 'ProductListNodeSeoInformationAutocomplete';\n Description?: Maybe>>;\n Keywords?: Maybe>>;\n Title?: Maybe>>;\n};\n\n\nexport type ProductListNodeSeoInformationAutocompleteDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ProductListNodeSeoInformationAutocompleteKeywordsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ProductListNodeSeoInformationAutocompleteTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type ProductListNodeSeoInformationFacet = {\n __typename?: 'ProductListNodeSeoInformationFacet';\n Description?: Maybe>>;\n Keywords?: Maybe>>;\n Title?: Maybe>>;\n};\n\n\nexport type ProductListNodeSeoInformationFacetDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ProductListNodeSeoInformationFacetKeywordsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ProductListNodeSeoInformationFacetTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type ProductListNodeSeoInformationOrderByInput = {\n Description?: InputMaybe;\n Keywords?: InputMaybe;\n Title?: InputMaybe;\n};\n\nexport type ProductListNodeSeoInformationWhereInput = {\n Description?: InputMaybe;\n Keywords?: InputMaybe;\n Title?: InputMaybe;\n};\n\nexport type ProductListNodeWhereInput = {\n Ancestors?: InputMaybe;\n CatalogId?: InputMaybe;\n Categories?: InputMaybe;\n CategoryDescription?: InputMaybe;\n CategoryFeaturedProducts?: InputMaybe;\n CategoryLongName?: InputMaybe;\n CategoryLongTeaser?: InputMaybe;\n CategoryTeaser?: InputMaybe;\n Changed?: InputMaybe;\n Code?: InputMaybe;\n Content?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n CustomHeaders?: InputMaybe;\n DisplayName?: InputMaybe;\n EPiBlock_PageSettings_BodyAttributes?: InputMaybe;\n EPiBlock_PageSettings_HideBreadcrumbs?: InputMaybe;\n EPiBlock_PageSettings_SEOSitemaps?: InputMaybe;\n EPiBlock_PageSettings_SectionNavigationAnchor?: InputMaybe;\n EPiBlock_PageSettings_SectionNavigationDisplay?: InputMaybe;\n EPiBlock_PageSettings_ShowShareThis?: InputMaybe;\n EPiBlock_PageSettings_SolrKeywordsBoost?: InputMaybe;\n EPiBlock_PageSettings_SolrPageBoost?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n FeaturedItemImage?: InputMaybe;\n FeaturedItemText?: InputMaybe;\n FeaturedItemTitle?: InputMaybe;\n FullArea?: InputMaybe;\n HeroArea?: InputMaybe;\n HiddenFromSearch?: InputMaybe;\n InlineArea?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MainBody?: InputMaybe;\n MasterLanguage?: InputMaybe;\n MetaClassId?: InputMaybe;\n Name?: InputMaybe;\n NavigationName?: InputMaybe;\n NodeLongTeaser?: InputMaybe;\n NodeShortTeaser?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageMetaData?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n SeoInformation?: InputMaybe;\n SeoUri?: InputMaybe;\n Shortcut?: InputMaybe;\n SidebarContent?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StickyNavLinks?: InputMaybe;\n StopPublish?: InputMaybe;\n TopArea?: InputMaybe;\n TopContentArea?: InputMaybe;\n Url?: InputMaybe;\n _and?: InputMaybe>>;\n _fulltext?: InputMaybe;\n _modified?: InputMaybe;\n _not?: InputMaybe>>;\n _or?: InputMaybe>>;\n};\n\n/** Serves as a one-stop shop for all things related to a specific program. */\nexport type ProgramDetailPage = IContent & IData & {\n __typename?: 'ProgramDetailPage';\n Ancestors?: Maybe>>;\n /** For pages tagged with Certificate Programs, Apply CTA is only shown if it is defined for the corresponding program. In other cases the global Apply CTA is used. */\n ApplyCTALink?: Maybe;\n AreaOfStudyFacet?: Maybe;\n BreadcrumbsTitle?: Maybe;\n CampusLocationFacet?: Maybe;\n Category?: Maybe>>;\n Changed?: Maybe;\n CollegeOrSchoolFacet?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe;\n DegreesFacet?: Maybe;\n DepartmentCtaLink?: Maybe;\n DepartmentFacet?: Maybe;\n DisableIndexing?: Maybe;\n /** This will determine whether or not to show on the sitemap */\n ExcludeFromSitemap?: Maybe;\n ExistingLanguages?: Maybe>>;\n FeaturedDescription?: Maybe;\n HideSiteFooter?: Maybe;\n HideSiteHeader?: Maybe;\n /** Recommended Image Size: 1720x966 px (16:9 Aspect Ratio) */\n Image?: Maybe;\n IsCommonDraft?: Maybe;\n IsFeaturedContent?: Maybe;\n Keywords?: Maybe;\n KeywordsFacet?: Maybe;\n Language?: Maybe;\n LeftModules?: Maybe>>;\n LocationFacet?: Maybe;\n MainContentArea?: Maybe>>;\n MasterLanguage?: Maybe;\n Name?: Maybe;\n NavigationTitle?: Maybe;\n /** The link and text will be used when the page is displayed as a card in other modules. By default, the link is the same as the actual page. */\n OverrideCardLink?: Maybe;\n PageFeaturedDescription?: Maybe;\n /** Image that will be used when the page is displayed as a card for Generic Pages. Recommended Image Size: 1536x1152 px (4:3 Aspect Ratio) */\n PageImage?: Maybe;\n PageImageUrl?: Maybe;\n PageIsSearchable?: Maybe;\n PageNavigationTitle?: Maybe;\n ParentLink?: Maybe;\n ProgramFinderDescription?: Maybe;\n ProgramFullName?: Maybe;\n ProgramMastheadDescription?: Maybe;\n ProgramShortName?: Maybe;\n ProgramSortableName?: Maybe;\n ProgramTypeFacet?: Maybe;\n RelativePath?: Maybe;\n /** Request Information is not shown for pages tagged with Certificate Programs. */\n RequestInformationCTALink?: Maybe;\n RightRailModules?: Maybe>>;\n RouteSegment?: Maybe;\n Saved?: Maybe;\n SchoolCtaLink?: Maybe;\n /** This will determine whether or not to show on search */\n Searchable?: Maybe;\n Shortcut?: Maybe;\n /** This will determine whether or not breadcrumb will be displayed */\n ShowBreadcrumbs?: Maybe;\n /** This will determine whether or not commerce header will be displayed */\n ShowCommerceHeader?: Maybe;\n SiteId?: Maybe;\n StartPublish?: Maybe;\n Status?: Maybe;\n StopPublish?: Maybe;\n TrackOdp?: Maybe;\n /** Modules here will appear below the masthead, but above Left and Right Rail modules. */\n UpperFlexibleModules?: Maybe>>;\n Url?: Maybe;\n /** @deprecated Use `_link` field instead */\n _children?: Maybe;\n _deleted?: Maybe;\n _fulltext?: Maybe>>;\n _id?: Maybe;\n _link?: Maybe;\n _modified?: Maybe;\n _score?: Maybe;\n};\n\n\n/** Serves as a one-stop shop for all things related to a specific program. */\nexport type ProgramDetailPageDisableIndexingArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Serves as a one-stop shop for all things related to a specific program. */\nexport type ProgramDetailPageExcludeFromSitemapArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Serves as a one-stop shop for all things related to a specific program. */\nexport type ProgramDetailPageHideSiteFooterArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Serves as a one-stop shop for all things related to a specific program. */\nexport type ProgramDetailPageHideSiteHeaderArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Serves as a one-stop shop for all things related to a specific program. */\nexport type ProgramDetailPageIsFeaturedContentArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Serves as a one-stop shop for all things related to a specific program. */\nexport type ProgramDetailPageKeywordsArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Serves as a one-stop shop for all things related to a specific program. */\nexport type ProgramDetailPageLeftModulesArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Serves as a one-stop shop for all things related to a specific program. */\nexport type ProgramDetailPageMainContentAreaArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Serves as a one-stop shop for all things related to a specific program. */\nexport type ProgramDetailPageNameArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Serves as a one-stop shop for all things related to a specific program. */\nexport type ProgramDetailPageNavigationTitleArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Serves as a one-stop shop for all things related to a specific program. */\nexport type ProgramDetailPageProgramFinderDescriptionArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Serves as a one-stop shop for all things related to a specific program. */\nexport type ProgramDetailPageProgramFullNameArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Serves as a one-stop shop for all things related to a specific program. */\nexport type ProgramDetailPageProgramMastheadDescriptionArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Serves as a one-stop shop for all things related to a specific program. */\nexport type ProgramDetailPageProgramShortNameArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Serves as a one-stop shop for all things related to a specific program. */\nexport type ProgramDetailPageRightRailModulesArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Serves as a one-stop shop for all things related to a specific program. */\nexport type ProgramDetailPageSearchableArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Serves as a one-stop shop for all things related to a specific program. */\nexport type ProgramDetailPageShowBreadcrumbsArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Serves as a one-stop shop for all things related to a specific program. */\nexport type ProgramDetailPageShowCommerceHeaderArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Serves as a one-stop shop for all things related to a specific program. */\nexport type ProgramDetailPageTrackOdpArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Serves as a one-stop shop for all things related to a specific program. */\nexport type ProgramDetailPageUpperFlexibleModulesArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Serves as a one-stop shop for all things related to a specific program. */\nexport type ProgramDetailPage_FulltextArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Serves as a one-stop shop for all things related to a specific program. */\nexport type ProgramDetailPage_LinkArgs = {\n type?: InputMaybe;\n};\n\nexport type ProgramDetailPageAutocomplete = {\n __typename?: 'ProgramDetailPageAutocomplete';\n Ancestors?: Maybe>>;\n AreaOfStudyFacet?: Maybe;\n CampusLocationFacet?: Maybe;\n Category?: Maybe;\n CollegeOrSchoolFacet?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n DegreesFacet?: Maybe;\n DepartmentFacet?: Maybe;\n ExistingLanguages?: Maybe;\n Image?: Maybe;\n KeywordsFacet?: Maybe;\n Language?: Maybe;\n LocationFacet?: Maybe;\n MasterLanguage?: Maybe;\n OverrideCardLink?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImage?: Maybe;\n PageImageUrl?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n ProgramSortableName?: Maybe>>;\n ProgramTypeFacet?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n Status?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type ProgramDetailPageAutocompleteAncestorsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ProgramDetailPageAutocompleteContentTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ProgramDetailPageAutocompletePageFeaturedDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ProgramDetailPageAutocompletePageImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ProgramDetailPageAutocompletePageNavigationTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ProgramDetailPageAutocompleteProgramSortableNameArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ProgramDetailPageAutocompleteRelativePathArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ProgramDetailPageAutocompleteRouteSegmentArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ProgramDetailPageAutocompleteShortcutArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ProgramDetailPageAutocompleteSiteIdArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ProgramDetailPageAutocompleteStatusArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ProgramDetailPageAutocompleteUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type ProgramDetailPageFacet = {\n __typename?: 'ProgramDetailPageFacet';\n Ancestors?: Maybe>>;\n AreaOfStudyFacet?: Maybe;\n CampusLocationFacet?: Maybe;\n Category?: Maybe;\n Changed?: Maybe>>;\n CollegeOrSchoolFacet?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe>>;\n DegreesFacet?: Maybe;\n DepartmentFacet?: Maybe;\n DisableIndexing?: Maybe>>;\n ExcludeFromSitemap?: Maybe>>;\n ExistingLanguages?: Maybe;\n HideSiteFooter?: Maybe>>;\n HideSiteHeader?: Maybe>>;\n Image?: Maybe;\n IsCommonDraft?: Maybe>>;\n IsFeaturedContent?: Maybe>>;\n Keywords?: Maybe>>;\n KeywordsFacet?: Maybe;\n Language?: Maybe;\n LeftModules?: Maybe;\n LocationFacet?: Maybe;\n MainContentArea?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe>>;\n NavigationTitle?: Maybe>>;\n OverrideCardLink?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImage?: Maybe;\n PageImageUrl?: Maybe>>;\n PageIsSearchable?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n ProgramFinderDescription?: Maybe>>;\n ProgramFullName?: Maybe>>;\n ProgramMastheadDescription?: Maybe>>;\n ProgramShortName?: Maybe>>;\n ProgramSortableName?: Maybe>>;\n ProgramTypeFacet?: Maybe;\n RelativePath?: Maybe>>;\n RightRailModules?: Maybe;\n RouteSegment?: Maybe>>;\n Saved?: Maybe>>;\n Searchable?: Maybe>>;\n Shortcut?: Maybe>>;\n ShowBreadcrumbs?: Maybe>>;\n ShowCommerceHeader?: Maybe>>;\n SiteId?: Maybe>>;\n StartPublish?: Maybe>>;\n Status?: Maybe>>;\n StopPublish?: Maybe>>;\n TrackOdp?: Maybe>>;\n UpperFlexibleModules?: Maybe;\n Url?: Maybe>>;\n};\n\n\nexport type ProgramDetailPageFacetAncestorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ProgramDetailPageFacetChangedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type ProgramDetailPageFacetContentTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ProgramDetailPageFacetCreatedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type ProgramDetailPageFacetDisableIndexingArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ProgramDetailPageFacetExcludeFromSitemapArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ProgramDetailPageFacetHideSiteFooterArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ProgramDetailPageFacetHideSiteHeaderArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ProgramDetailPageFacetIsCommonDraftArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ProgramDetailPageFacetIsFeaturedContentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ProgramDetailPageFacetKeywordsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ProgramDetailPageFacetNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ProgramDetailPageFacetNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ProgramDetailPageFacetPageFeaturedDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ProgramDetailPageFacetPageImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ProgramDetailPageFacetPageIsSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ProgramDetailPageFacetPageNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ProgramDetailPageFacetProgramFinderDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ProgramDetailPageFacetProgramFullNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ProgramDetailPageFacetProgramMastheadDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ProgramDetailPageFacetProgramShortNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ProgramDetailPageFacetProgramSortableNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ProgramDetailPageFacetRelativePathArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ProgramDetailPageFacetRouteSegmentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ProgramDetailPageFacetSavedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type ProgramDetailPageFacetSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ProgramDetailPageFacetShortcutArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ProgramDetailPageFacetShowBreadcrumbsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ProgramDetailPageFacetShowCommerceHeaderArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ProgramDetailPageFacetSiteIdArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ProgramDetailPageFacetStartPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type ProgramDetailPageFacetStatusArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ProgramDetailPageFacetStopPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type ProgramDetailPageFacetTrackOdpArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ProgramDetailPageFacetUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type ProgramDetailPageOrderByInput = {\n Ancestors?: InputMaybe;\n AreaOfStudyFacet?: InputMaybe;\n CampusLocationFacet?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n CollegeOrSchoolFacet?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n DegreesFacet?: InputMaybe;\n DepartmentFacet?: InputMaybe;\n DisableIndexing?: InputMaybe;\n ExcludeFromSitemap?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n HideSiteFooter?: InputMaybe;\n HideSiteHeader?: InputMaybe;\n Image?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n IsFeaturedContent?: InputMaybe;\n Keywords?: InputMaybe;\n KeywordsFacet?: InputMaybe;\n Language?: InputMaybe;\n LeftModules?: InputMaybe;\n LocationFacet?: InputMaybe;\n MainContentArea?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n NavigationTitle?: InputMaybe;\n OverrideCardLink?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImage?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n ProgramFinderDescription?: InputMaybe;\n ProgramFullName?: InputMaybe;\n ProgramMastheadDescription?: InputMaybe;\n ProgramShortName?: InputMaybe;\n ProgramSortableName?: InputMaybe;\n ProgramTypeFacet?: InputMaybe;\n RelativePath?: InputMaybe;\n RightRailModules?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Searchable?: InputMaybe;\n Shortcut?: InputMaybe;\n ShowBreadcrumbs?: InputMaybe;\n ShowCommerceHeader?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n TrackOdp?: InputMaybe;\n UpperFlexibleModules?: InputMaybe;\n Url?: InputMaybe;\n _minimumScore?: InputMaybe;\n _modified?: InputMaybe;\n _ranking?: InputMaybe;\n _semanticWeight?: InputMaybe;\n};\n\nexport type ProgramDetailPageOutput = {\n __typename?: 'ProgramDetailPageOutput';\n autocomplete?: Maybe;\n cursor?: Maybe;\n facets?: Maybe;\n items?: Maybe>>;\n total?: Maybe;\n};\n\n\nexport type ProgramDetailPageOutputTotalArgs = {\n all?: InputMaybe;\n};\n\nexport type ProgramDetailPageWhereInput = {\n Ancestors?: InputMaybe;\n AreaOfStudyFacet?: InputMaybe;\n CampusLocationFacet?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n CollegeOrSchoolFacet?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n DegreesFacet?: InputMaybe;\n DepartmentFacet?: InputMaybe;\n DisableIndexing?: InputMaybe;\n ExcludeFromSitemap?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n HideSiteFooter?: InputMaybe;\n HideSiteHeader?: InputMaybe;\n Image?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n IsFeaturedContent?: InputMaybe;\n Keywords?: InputMaybe;\n KeywordsFacet?: InputMaybe;\n Language?: InputMaybe;\n LeftModules?: InputMaybe;\n LocationFacet?: InputMaybe;\n MainContentArea?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n NavigationTitle?: InputMaybe;\n OverrideCardLink?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImage?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n ProgramFinderDescription?: InputMaybe;\n ProgramFullName?: InputMaybe;\n ProgramMastheadDescription?: InputMaybe;\n ProgramShortName?: InputMaybe;\n ProgramSortableName?: InputMaybe;\n ProgramTypeFacet?: InputMaybe;\n RelativePath?: InputMaybe;\n RightRailModules?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Searchable?: InputMaybe;\n Shortcut?: InputMaybe;\n ShowBreadcrumbs?: InputMaybe;\n ShowCommerceHeader?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n TrackOdp?: InputMaybe;\n UpperFlexibleModules?: InputMaybe;\n Url?: InputMaybe;\n _and?: InputMaybe>>;\n _fulltext?: InputMaybe;\n _modified?: InputMaybe;\n _not?: InputMaybe>>;\n _or?: InputMaybe>>;\n};\n\n/** Module to highlight program deadlines and show an Apply Now Button. */\nexport type ProgramHighlightsBlock = IContent & IData & {\n __typename?: 'ProgramHighlightsBlock';\n Ancestors?: Maybe>>;\n Category?: Maybe>>;\n Changed?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe;\n ExistingLanguages?: Maybe>>;\n Heading?: Maybe;\n IsCommonDraft?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe;\n PageFeaturedDescription?: Maybe;\n PageImageUrl?: Maybe;\n PageIsSearchable?: Maybe;\n PageNavigationTitle?: Maybe;\n ParentLink?: Maybe;\n RelativePath?: Maybe;\n RouteSegment?: Maybe;\n Saved?: Maybe;\n Shortcut?: Maybe;\n SiteId?: Maybe;\n StartPublish?: Maybe;\n Status?: Maybe;\n StopPublish?: Maybe;\n Url?: Maybe;\n /** @deprecated Use `_link` field instead */\n _children?: Maybe;\n _deleted?: Maybe;\n _fulltext?: Maybe>>;\n _id?: Maybe;\n _link?: Maybe;\n _modified?: Maybe;\n _score?: Maybe;\n};\n\n\n/** Module to highlight program deadlines and show an Apply Now Button. */\nexport type ProgramHighlightsBlockHeadingArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Module to highlight program deadlines and show an Apply Now Button. */\nexport type ProgramHighlightsBlockNameArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Module to highlight program deadlines and show an Apply Now Button. */\nexport type ProgramHighlightsBlock_FulltextArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Module to highlight program deadlines and show an Apply Now Button. */\nexport type ProgramHighlightsBlock_LinkArgs = {\n type?: InputMaybe;\n};\n\nexport type ProgramHighlightsBlockAutocomplete = {\n __typename?: 'ProgramHighlightsBlockAutocomplete';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n ExistingLanguages?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n Status?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type ProgramHighlightsBlockAutocompleteAncestorsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ProgramHighlightsBlockAutocompleteContentTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ProgramHighlightsBlockAutocompletePageFeaturedDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ProgramHighlightsBlockAutocompletePageImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ProgramHighlightsBlockAutocompletePageNavigationTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ProgramHighlightsBlockAutocompleteRelativePathArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ProgramHighlightsBlockAutocompleteRouteSegmentArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ProgramHighlightsBlockAutocompleteShortcutArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ProgramHighlightsBlockAutocompleteSiteIdArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ProgramHighlightsBlockAutocompleteStatusArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ProgramHighlightsBlockAutocompleteUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type ProgramHighlightsBlockFacet = {\n __typename?: 'ProgramHighlightsBlockFacet';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n Changed?: Maybe>>;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe>>;\n ExistingLanguages?: Maybe;\n Heading?: Maybe>>;\n IsCommonDraft?: Maybe>>;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe>>;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageIsSearchable?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Saved?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n StartPublish?: Maybe>>;\n Status?: Maybe>>;\n StopPublish?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type ProgramHighlightsBlockFacetAncestorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ProgramHighlightsBlockFacetChangedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type ProgramHighlightsBlockFacetContentTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ProgramHighlightsBlockFacetCreatedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type ProgramHighlightsBlockFacetHeadingArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ProgramHighlightsBlockFacetIsCommonDraftArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ProgramHighlightsBlockFacetNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ProgramHighlightsBlockFacetPageFeaturedDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ProgramHighlightsBlockFacetPageImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ProgramHighlightsBlockFacetPageIsSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ProgramHighlightsBlockFacetPageNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ProgramHighlightsBlockFacetRelativePathArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ProgramHighlightsBlockFacetRouteSegmentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ProgramHighlightsBlockFacetSavedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type ProgramHighlightsBlockFacetShortcutArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ProgramHighlightsBlockFacetSiteIdArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ProgramHighlightsBlockFacetStartPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type ProgramHighlightsBlockFacetStatusArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ProgramHighlightsBlockFacetStopPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type ProgramHighlightsBlockFacetUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type ProgramHighlightsBlockOrderByInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n Heading?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n _minimumScore?: InputMaybe;\n _modified?: InputMaybe;\n _ranking?: InputMaybe;\n _semanticWeight?: InputMaybe;\n};\n\nexport type ProgramHighlightsBlockOutput = {\n __typename?: 'ProgramHighlightsBlockOutput';\n autocomplete?: Maybe;\n cursor?: Maybe;\n facets?: Maybe;\n items?: Maybe>>;\n total?: Maybe;\n};\n\n\nexport type ProgramHighlightsBlockOutputTotalArgs = {\n all?: InputMaybe;\n};\n\nexport type ProgramHighlightsBlockWhereInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n Heading?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n _and?: InputMaybe>>;\n _fulltext?: InputMaybe;\n _modified?: InputMaybe;\n _not?: InputMaybe>>;\n _or?: InputMaybe>>;\n};\n\n/** Page with a list of programs and certificates, with the ability to filter by tags. */\nexport type ProgramListingPage = IContent & IData & {\n __typename?: 'ProgramListingPage';\n Ancestors?: Maybe>>;\n AreaOfStudyFacet?: Maybe;\n BreadcrumbsTitle?: Maybe;\n CampusLocationFacet?: Maybe;\n Category?: Maybe>>;\n Changed?: Maybe;\n CollegeOrSchoolFacet?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe;\n DegreesFacet?: Maybe;\n DepartmentFacet?: Maybe;\n DisableIndexing?: Maybe;\n /** This will determine whether or not to show on the sitemap */\n ExcludeFromSitemap?: Maybe;\n ExistingLanguages?: Maybe>>;\n FeaturedDescription?: Maybe;\n HideSiteFooter?: Maybe;\n HideSiteHeader?: Maybe;\n IsCommonDraft?: Maybe;\n IsFeaturedContent?: Maybe;\n Keywords?: Maybe;\n KeywordsFacet?: Maybe;\n Language?: Maybe;\n LocationFacet?: Maybe;\n MainContentArea?: Maybe>>;\n MasterLanguage?: Maybe;\n Masthead?: Maybe>>;\n Name?: Maybe;\n NavigationTitle?: Maybe;\n /** Add here the facet that represents On Campus from the Location Facets. */\n OnCampusFacet?: Maybe;\n /** The link and text will be used when the page is displayed as a card in other modules. By default, the link is the same as the actual page. */\n OverrideCardLink?: Maybe;\n PageFeaturedDescription?: Maybe;\n /** Image that will be used when the page is displayed as a card for Generic Pages. Recommended Image Size: 1536x1152 px (4:3 Aspect Ratio) */\n PageImage?: Maybe;\n PageImageUrl?: Maybe;\n PageIsSearchable?: Maybe;\n PageNavigationTitle?: Maybe;\n ParentLink?: Maybe;\n ProgramTypeFacet?: Maybe;\n /** Add here the facets that will be used to filter the Program Detail Pages. */\n ProgramTypesForFiltersFacets?: Maybe;\n RelativePath?: Maybe;\n RouteSegment?: Maybe;\n Saved?: Maybe;\n /** This will determine whether or not to show on search */\n Searchable?: Maybe;\n Shortcut?: Maybe;\n /** This will determine whether or not breadcrumb will be displayed */\n ShowBreadcrumbs?: Maybe;\n /** This will determine whether or not commerce header will be displayed */\n ShowCommerceHeader?: Maybe;\n SiteId?: Maybe;\n StartPublish?: Maybe;\n Status?: Maybe;\n StopPublish?: Maybe;\n TrackOdp?: Maybe;\n Url?: Maybe;\n /** @deprecated Use `_link` field instead */\n _children?: Maybe;\n _deleted?: Maybe;\n _fulltext?: Maybe>>;\n _id?: Maybe;\n _link?: Maybe;\n _modified?: Maybe;\n _score?: Maybe;\n};\n\n\n/** Page with a list of programs and certificates, with the ability to filter by tags. */\nexport type ProgramListingPageDisableIndexingArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Page with a list of programs and certificates, with the ability to filter by tags. */\nexport type ProgramListingPageExcludeFromSitemapArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Page with a list of programs and certificates, with the ability to filter by tags. */\nexport type ProgramListingPageHideSiteFooterArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Page with a list of programs and certificates, with the ability to filter by tags. */\nexport type ProgramListingPageHideSiteHeaderArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Page with a list of programs and certificates, with the ability to filter by tags. */\nexport type ProgramListingPageIsFeaturedContentArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Page with a list of programs and certificates, with the ability to filter by tags. */\nexport type ProgramListingPageKeywordsArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Page with a list of programs and certificates, with the ability to filter by tags. */\nexport type ProgramListingPageMainContentAreaArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Page with a list of programs and certificates, with the ability to filter by tags. */\nexport type ProgramListingPageMastheadArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Page with a list of programs and certificates, with the ability to filter by tags. */\nexport type ProgramListingPageNameArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Page with a list of programs and certificates, with the ability to filter by tags. */\nexport type ProgramListingPageNavigationTitleArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Page with a list of programs and certificates, with the ability to filter by tags. */\nexport type ProgramListingPageSearchableArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Page with a list of programs and certificates, with the ability to filter by tags. */\nexport type ProgramListingPageShowBreadcrumbsArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Page with a list of programs and certificates, with the ability to filter by tags. */\nexport type ProgramListingPageShowCommerceHeaderArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Page with a list of programs and certificates, with the ability to filter by tags. */\nexport type ProgramListingPageTrackOdpArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Page with a list of programs and certificates, with the ability to filter by tags. */\nexport type ProgramListingPage_FulltextArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Page with a list of programs and certificates, with the ability to filter by tags. */\nexport type ProgramListingPage_LinkArgs = {\n type?: InputMaybe;\n};\n\nexport type ProgramListingPageAutocomplete = {\n __typename?: 'ProgramListingPageAutocomplete';\n Ancestors?: Maybe>>;\n AreaOfStudyFacet?: Maybe;\n CampusLocationFacet?: Maybe;\n Category?: Maybe;\n CollegeOrSchoolFacet?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n DegreesFacet?: Maybe;\n DepartmentFacet?: Maybe;\n ExistingLanguages?: Maybe;\n KeywordsFacet?: Maybe;\n Language?: Maybe;\n LocationFacet?: Maybe;\n MasterLanguage?: Maybe;\n OnCampusFacet?: Maybe;\n OverrideCardLink?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImage?: Maybe;\n PageImageUrl?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n ProgramTypeFacet?: Maybe;\n ProgramTypesForFiltersFacets?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n Status?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type ProgramListingPageAutocompleteAncestorsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ProgramListingPageAutocompleteContentTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ProgramListingPageAutocompletePageFeaturedDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ProgramListingPageAutocompletePageImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ProgramListingPageAutocompletePageNavigationTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ProgramListingPageAutocompleteRelativePathArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ProgramListingPageAutocompleteRouteSegmentArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ProgramListingPageAutocompleteShortcutArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ProgramListingPageAutocompleteSiteIdArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ProgramListingPageAutocompleteStatusArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ProgramListingPageAutocompleteUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type ProgramListingPageFacet = {\n __typename?: 'ProgramListingPageFacet';\n Ancestors?: Maybe>>;\n AreaOfStudyFacet?: Maybe;\n CampusLocationFacet?: Maybe;\n Category?: Maybe;\n Changed?: Maybe>>;\n CollegeOrSchoolFacet?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe>>;\n DegreesFacet?: Maybe;\n DepartmentFacet?: Maybe;\n DisableIndexing?: Maybe>>;\n ExcludeFromSitemap?: Maybe>>;\n ExistingLanguages?: Maybe;\n HideSiteFooter?: Maybe>>;\n HideSiteHeader?: Maybe>>;\n IsCommonDraft?: Maybe>>;\n IsFeaturedContent?: Maybe>>;\n Keywords?: Maybe>>;\n KeywordsFacet?: Maybe;\n Language?: Maybe;\n LocationFacet?: Maybe;\n MainContentArea?: Maybe;\n MasterLanguage?: Maybe;\n Masthead?: Maybe;\n Name?: Maybe>>;\n NavigationTitle?: Maybe>>;\n OnCampusFacet?: Maybe;\n OverrideCardLink?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImage?: Maybe;\n PageImageUrl?: Maybe>>;\n PageIsSearchable?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n ProgramTypeFacet?: Maybe;\n ProgramTypesForFiltersFacets?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Saved?: Maybe>>;\n Searchable?: Maybe>>;\n Shortcut?: Maybe>>;\n ShowBreadcrumbs?: Maybe>>;\n ShowCommerceHeader?: Maybe>>;\n SiteId?: Maybe>>;\n StartPublish?: Maybe>>;\n Status?: Maybe>>;\n StopPublish?: Maybe>>;\n TrackOdp?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type ProgramListingPageFacetAncestorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ProgramListingPageFacetChangedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type ProgramListingPageFacetContentTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ProgramListingPageFacetCreatedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type ProgramListingPageFacetDisableIndexingArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ProgramListingPageFacetExcludeFromSitemapArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ProgramListingPageFacetHideSiteFooterArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ProgramListingPageFacetHideSiteHeaderArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ProgramListingPageFacetIsCommonDraftArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ProgramListingPageFacetIsFeaturedContentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ProgramListingPageFacetKeywordsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ProgramListingPageFacetNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ProgramListingPageFacetNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ProgramListingPageFacetPageFeaturedDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ProgramListingPageFacetPageImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ProgramListingPageFacetPageIsSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ProgramListingPageFacetPageNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ProgramListingPageFacetRelativePathArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ProgramListingPageFacetRouteSegmentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ProgramListingPageFacetSavedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type ProgramListingPageFacetSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ProgramListingPageFacetShortcutArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ProgramListingPageFacetShowBreadcrumbsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ProgramListingPageFacetShowCommerceHeaderArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ProgramListingPageFacetSiteIdArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ProgramListingPageFacetStartPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type ProgramListingPageFacetStatusArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ProgramListingPageFacetStopPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type ProgramListingPageFacetTrackOdpArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ProgramListingPageFacetUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type ProgramListingPageOrderByInput = {\n Ancestors?: InputMaybe;\n AreaOfStudyFacet?: InputMaybe;\n CampusLocationFacet?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n CollegeOrSchoolFacet?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n DegreesFacet?: InputMaybe;\n DepartmentFacet?: InputMaybe;\n DisableIndexing?: InputMaybe;\n ExcludeFromSitemap?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n HideSiteFooter?: InputMaybe;\n HideSiteHeader?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n IsFeaturedContent?: InputMaybe;\n Keywords?: InputMaybe;\n KeywordsFacet?: InputMaybe;\n Language?: InputMaybe;\n LocationFacet?: InputMaybe;\n MainContentArea?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Masthead?: InputMaybe;\n Name?: InputMaybe;\n NavigationTitle?: InputMaybe;\n OnCampusFacet?: InputMaybe;\n OverrideCardLink?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImage?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n ProgramTypeFacet?: InputMaybe;\n ProgramTypesForFiltersFacets?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Searchable?: InputMaybe;\n Shortcut?: InputMaybe;\n ShowBreadcrumbs?: InputMaybe;\n ShowCommerceHeader?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n TrackOdp?: InputMaybe;\n Url?: InputMaybe;\n _minimumScore?: InputMaybe;\n _modified?: InputMaybe;\n _ranking?: InputMaybe;\n _semanticWeight?: InputMaybe;\n};\n\nexport type ProgramListingPageOutput = {\n __typename?: 'ProgramListingPageOutput';\n autocomplete?: Maybe;\n cursor?: Maybe;\n facets?: Maybe;\n items?: Maybe>>;\n total?: Maybe;\n};\n\n\nexport type ProgramListingPageOutputTotalArgs = {\n all?: InputMaybe;\n};\n\nexport type ProgramListingPageWhereInput = {\n Ancestors?: InputMaybe;\n AreaOfStudyFacet?: InputMaybe;\n CampusLocationFacet?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n CollegeOrSchoolFacet?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n DegreesFacet?: InputMaybe;\n DepartmentFacet?: InputMaybe;\n DisableIndexing?: InputMaybe;\n ExcludeFromSitemap?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n HideSiteFooter?: InputMaybe;\n HideSiteHeader?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n IsFeaturedContent?: InputMaybe;\n Keywords?: InputMaybe;\n KeywordsFacet?: InputMaybe;\n Language?: InputMaybe;\n LocationFacet?: InputMaybe;\n MainContentArea?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Masthead?: InputMaybe;\n Name?: InputMaybe;\n NavigationTitle?: InputMaybe;\n OnCampusFacet?: InputMaybe;\n OverrideCardLink?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImage?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n ProgramTypeFacet?: InputMaybe;\n ProgramTypesForFiltersFacets?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Searchable?: InputMaybe;\n Shortcut?: InputMaybe;\n ShowBreadcrumbs?: InputMaybe;\n ShowCommerceHeader?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n TrackOdp?: InputMaybe;\n Url?: InputMaybe;\n _and?: InputMaybe>>;\n _fulltext?: InputMaybe;\n _modified?: InputMaybe;\n _not?: InputMaybe>>;\n _or?: InputMaybe>>;\n};\n\nexport type PromotionSchedule = IContent & IData & {\n __typename?: 'PromotionSchedule';\n Ancestors?: Maybe>>;\n CampaignLink?: Maybe;\n Category?: Maybe>>;\n Changed?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe;\n ExistingLanguages?: Maybe>>;\n IsCommonDraft?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe;\n PageFeaturedDescription?: Maybe;\n PageImageUrl?: Maybe;\n PageIsSearchable?: Maybe;\n PageNavigationTitle?: Maybe;\n ParentLink?: Maybe;\n RelativePath?: Maybe;\n RouteSegment?: Maybe;\n Saved?: Maybe;\n Shortcut?: Maybe;\n SiteId?: Maybe;\n StartPublish?: Maybe;\n Status?: Maybe;\n StopPublish?: Maybe;\n Url?: Maybe;\n UseCampaignDate?: Maybe;\n ValidFrom?: Maybe;\n ValidUntil?: Maybe;\n /** @deprecated Use `_link` field instead */\n _children?: Maybe;\n _deleted?: Maybe;\n _fulltext?: Maybe>>;\n _id?: Maybe;\n _link?: Maybe;\n _modified?: Maybe;\n _score?: Maybe;\n};\n\n\nexport type PromotionScheduleNameArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type PromotionSchedule_FulltextArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type PromotionSchedule_LinkArgs = {\n type?: InputMaybe;\n};\n\nexport type PromotionScheduleAutocomplete = {\n __typename?: 'PromotionScheduleAutocomplete';\n Ancestors?: Maybe>>;\n CampaignLink?: Maybe;\n Category?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n ExistingLanguages?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n Status?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type PromotionScheduleAutocompleteAncestorsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type PromotionScheduleAutocompleteContentTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type PromotionScheduleAutocompletePageFeaturedDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type PromotionScheduleAutocompletePageImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type PromotionScheduleAutocompletePageNavigationTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type PromotionScheduleAutocompleteRelativePathArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type PromotionScheduleAutocompleteRouteSegmentArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type PromotionScheduleAutocompleteShortcutArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type PromotionScheduleAutocompleteSiteIdArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type PromotionScheduleAutocompleteStatusArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type PromotionScheduleAutocompleteUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type PromotionScheduleFacet = {\n __typename?: 'PromotionScheduleFacet';\n Ancestors?: Maybe>>;\n CampaignLink?: Maybe;\n Category?: Maybe;\n Changed?: Maybe>>;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe>>;\n ExistingLanguages?: Maybe;\n IsCommonDraft?: Maybe>>;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe>>;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageIsSearchable?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Saved?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n StartPublish?: Maybe>>;\n Status?: Maybe>>;\n StopPublish?: Maybe>>;\n Url?: Maybe>>;\n UseCampaignDate?: Maybe>>;\n ValidFrom?: Maybe>>;\n ValidUntil?: Maybe>>;\n};\n\n\nexport type PromotionScheduleFacetAncestorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type PromotionScheduleFacetChangedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type PromotionScheduleFacetContentTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type PromotionScheduleFacetCreatedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type PromotionScheduleFacetIsCommonDraftArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type PromotionScheduleFacetNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type PromotionScheduleFacetPageFeaturedDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type PromotionScheduleFacetPageImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type PromotionScheduleFacetPageIsSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type PromotionScheduleFacetPageNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type PromotionScheduleFacetRelativePathArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type PromotionScheduleFacetRouteSegmentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type PromotionScheduleFacetSavedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type PromotionScheduleFacetShortcutArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type PromotionScheduleFacetSiteIdArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type PromotionScheduleFacetStartPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type PromotionScheduleFacetStatusArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type PromotionScheduleFacetStopPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type PromotionScheduleFacetUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type PromotionScheduleFacetUseCampaignDateArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type PromotionScheduleFacetValidFromArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type PromotionScheduleFacetValidUntilArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\nexport type PromotionScheduleOrderByInput = {\n Ancestors?: InputMaybe;\n CampaignLink?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n UseCampaignDate?: InputMaybe;\n ValidFrom?: InputMaybe;\n ValidUntil?: InputMaybe;\n _minimumScore?: InputMaybe;\n _modified?: InputMaybe;\n _ranking?: InputMaybe;\n _semanticWeight?: InputMaybe;\n};\n\nexport type PromotionScheduleOutput = {\n __typename?: 'PromotionScheduleOutput';\n autocomplete?: Maybe;\n cursor?: Maybe;\n facets?: Maybe;\n items?: Maybe>>;\n total?: Maybe;\n};\n\n\nexport type PromotionScheduleOutputTotalArgs = {\n all?: InputMaybe;\n};\n\nexport type PromotionScheduleWhereInput = {\n Ancestors?: InputMaybe;\n CampaignLink?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n UseCampaignDate?: InputMaybe;\n ValidFrom?: InputMaybe;\n ValidUntil?: InputMaybe;\n _and?: InputMaybe>>;\n _fulltext?: InputMaybe;\n _modified?: InputMaybe;\n _not?: InputMaybe>>;\n _or?: InputMaybe>>;\n};\n\nexport type PurchaseAmount = IContent & IData & {\n __typename?: 'PurchaseAmount';\n Ancestors?: Maybe>>;\n Category?: Maybe>>;\n Changed?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe;\n ExistingLanguages?: Maybe>>;\n IsCommonDraft?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe;\n PageFeaturedDescription?: Maybe;\n PageImageUrl?: Maybe;\n PageIsSearchable?: Maybe;\n PageNavigationTitle?: Maybe;\n ParentLink?: Maybe;\n RelativePath?: Maybe;\n RouteSegment?: Maybe;\n Saved?: Maybe;\n Shortcut?: Maybe;\n SiteId?: Maybe;\n StartPublish?: Maybe;\n Status?: Maybe;\n StopPublish?: Maybe;\n Url?: Maybe;\n /** @deprecated Use `_link` field instead */\n _children?: Maybe;\n _deleted?: Maybe;\n _fulltext?: Maybe>>;\n _id?: Maybe;\n _link?: Maybe;\n _modified?: Maybe;\n _score?: Maybe;\n};\n\n\nexport type PurchaseAmountNameArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type PurchaseAmount_FulltextArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type PurchaseAmount_LinkArgs = {\n type?: InputMaybe;\n};\n\nexport type PurchaseAmountAutocomplete = {\n __typename?: 'PurchaseAmountAutocomplete';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n ExistingLanguages?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n Status?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type PurchaseAmountAutocompleteAncestorsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type PurchaseAmountAutocompleteContentTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type PurchaseAmountAutocompletePageFeaturedDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type PurchaseAmountAutocompletePageImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type PurchaseAmountAutocompletePageNavigationTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type PurchaseAmountAutocompleteRelativePathArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type PurchaseAmountAutocompleteRouteSegmentArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type PurchaseAmountAutocompleteShortcutArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type PurchaseAmountAutocompleteSiteIdArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type PurchaseAmountAutocompleteStatusArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type PurchaseAmountAutocompleteUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type PurchaseAmountFacet = {\n __typename?: 'PurchaseAmountFacet';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n Changed?: Maybe>>;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe>>;\n ExistingLanguages?: Maybe;\n IsCommonDraft?: Maybe>>;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe>>;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageIsSearchable?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Saved?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n StartPublish?: Maybe>>;\n Status?: Maybe>>;\n StopPublish?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type PurchaseAmountFacetAncestorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type PurchaseAmountFacetChangedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type PurchaseAmountFacetContentTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type PurchaseAmountFacetCreatedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type PurchaseAmountFacetIsCommonDraftArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type PurchaseAmountFacetNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type PurchaseAmountFacetPageFeaturedDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type PurchaseAmountFacetPageImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type PurchaseAmountFacetPageIsSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type PurchaseAmountFacetPageNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type PurchaseAmountFacetRelativePathArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type PurchaseAmountFacetRouteSegmentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type PurchaseAmountFacetSavedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type PurchaseAmountFacetShortcutArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type PurchaseAmountFacetSiteIdArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type PurchaseAmountFacetStartPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type PurchaseAmountFacetStatusArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type PurchaseAmountFacetStopPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type PurchaseAmountFacetUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type PurchaseAmountOrderByInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n _minimumScore?: InputMaybe;\n _modified?: InputMaybe;\n _ranking?: InputMaybe;\n _semanticWeight?: InputMaybe;\n};\n\nexport type PurchaseAmountOutput = {\n __typename?: 'PurchaseAmountOutput';\n autocomplete?: Maybe;\n cursor?: Maybe;\n facets?: Maybe;\n items?: Maybe>>;\n total?: Maybe;\n};\n\n\nexport type PurchaseAmountOutputTotalArgs = {\n all?: InputMaybe;\n};\n\nexport type PurchaseAmountWhereInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n _and?: InputMaybe>>;\n _fulltext?: InputMaybe;\n _modified?: InputMaybe;\n _not?: InputMaybe>>;\n _or?: InputMaybe>>;\n};\n\nexport type PurchaseQuantity = IContent & IData & {\n __typename?: 'PurchaseQuantity';\n Ancestors?: Maybe>>;\n Category?: Maybe>>;\n Changed?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe;\n ExistingLanguages?: Maybe>>;\n IsCommonDraft?: Maybe;\n Items?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n MatchRecursive?: Maybe;\n Name?: Maybe;\n PageFeaturedDescription?: Maybe;\n PageImageUrl?: Maybe;\n PageIsSearchable?: Maybe;\n PageNavigationTitle?: Maybe;\n ParentLink?: Maybe;\n RelativePath?: Maybe;\n RequiredQuantity?: Maybe;\n RouteSegment?: Maybe;\n Saved?: Maybe;\n Shortcut?: Maybe;\n SiteId?: Maybe;\n StartPublish?: Maybe;\n Status?: Maybe;\n StopPublish?: Maybe;\n Url?: Maybe;\n /** @deprecated Use `_link` field instead */\n _children?: Maybe;\n _deleted?: Maybe;\n _fulltext?: Maybe>>;\n _id?: Maybe;\n _link?: Maybe;\n _modified?: Maybe;\n _score?: Maybe;\n};\n\n\nexport type PurchaseQuantityNameArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type PurchaseQuantity_FulltextArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type PurchaseQuantity_LinkArgs = {\n type?: InputMaybe;\n};\n\nexport type PurchaseQuantityAutocomplete = {\n __typename?: 'PurchaseQuantityAutocomplete';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n ExistingLanguages?: Maybe;\n Items?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n Status?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type PurchaseQuantityAutocompleteAncestorsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type PurchaseQuantityAutocompleteContentTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type PurchaseQuantityAutocompletePageFeaturedDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type PurchaseQuantityAutocompletePageImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type PurchaseQuantityAutocompletePageNavigationTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type PurchaseQuantityAutocompleteRelativePathArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type PurchaseQuantityAutocompleteRouteSegmentArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type PurchaseQuantityAutocompleteShortcutArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type PurchaseQuantityAutocompleteSiteIdArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type PurchaseQuantityAutocompleteStatusArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type PurchaseQuantityAutocompleteUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type PurchaseQuantityFacet = {\n __typename?: 'PurchaseQuantityFacet';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n Changed?: Maybe>>;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe>>;\n ExistingLanguages?: Maybe;\n IsCommonDraft?: Maybe>>;\n Items?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n MatchRecursive?: Maybe>>;\n Name?: Maybe>>;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageIsSearchable?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RequiredQuantity?: Maybe>>;\n RouteSegment?: Maybe>>;\n Saved?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n StartPublish?: Maybe>>;\n Status?: Maybe>>;\n StopPublish?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type PurchaseQuantityFacetAncestorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type PurchaseQuantityFacetChangedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type PurchaseQuantityFacetContentTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type PurchaseQuantityFacetCreatedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type PurchaseQuantityFacetIsCommonDraftArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type PurchaseQuantityFacetMatchRecursiveArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type PurchaseQuantityFacetNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type PurchaseQuantityFacetPageFeaturedDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type PurchaseQuantityFacetPageImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type PurchaseQuantityFacetPageIsSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type PurchaseQuantityFacetPageNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type PurchaseQuantityFacetRelativePathArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type PurchaseQuantityFacetRequiredQuantityArgs = {\n filters?: InputMaybe>;\n limit?: InputMaybe;\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n ranges?: InputMaybe>>;\n};\n\n\nexport type PurchaseQuantityFacetRouteSegmentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type PurchaseQuantityFacetSavedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type PurchaseQuantityFacetShortcutArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type PurchaseQuantityFacetSiteIdArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type PurchaseQuantityFacetStartPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type PurchaseQuantityFacetStatusArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type PurchaseQuantityFacetStopPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type PurchaseQuantityFacetUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type PurchaseQuantityOrderByInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Items?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n MatchRecursive?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RequiredQuantity?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n _minimumScore?: InputMaybe;\n _modified?: InputMaybe;\n _ranking?: InputMaybe;\n _semanticWeight?: InputMaybe;\n};\n\nexport type PurchaseQuantityOutput = {\n __typename?: 'PurchaseQuantityOutput';\n autocomplete?: Maybe;\n cursor?: Maybe;\n facets?: Maybe;\n items?: Maybe>>;\n total?: Maybe;\n};\n\n\nexport type PurchaseQuantityOutputTotalArgs = {\n all?: InputMaybe;\n};\n\nexport type PurchaseQuantityWhereInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Items?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n MatchRecursive?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RequiredQuantity?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n _and?: InputMaybe>>;\n _fulltext?: InputMaybe;\n _modified?: InputMaybe;\n _not?: InputMaybe>>;\n _or?: InputMaybe>>;\n};\n\nexport type Query = {\n __typename?: 'Query';\n AboutBlock?: Maybe;\n AccordionItemBlock?: Maybe;\n AccordionRowBlock?: Maybe;\n AccountAddressPage?: Maybe;\n AccountInformationPage?: Maybe;\n AddressesElementBlock?: Maybe;\n AdmissionsAndAidDetailPage?: Maybe;\n AlertBannerBlock?: Maybe;\n ArticleDetailPage?: Maybe;\n ArticleListingPage?: Maybe;\n Associations?: Maybe;\n AudienceCardBlock?: Maybe;\n AudienceLandingPage?: Maybe;\n AudienceQuestionnaireContainerBlock?: Maybe;\n AudienceQuestionnaireItemBlock?: Maybe;\n AudioClipBlock?: Maybe;\n AudioFile?: Maybe;\n AudioTranscriptModalBlock?: Maybe;\n BundleContent?: Maybe;\n BuyOneGetOneDiscountItems?: Maybe;\n CTABlock?: Maybe;\n CTAListingBlock?: Maybe;\n CTAListingWithImageBlock?: Maybe;\n CTAModuleBlock?: Maybe;\n CaptchaElementBlock?: Maybe;\n CartPage?: Maybe;\n CatalogContent?: Maybe;\n Categories?: Maybe;\n CeCredentialValidationBlock?: Maybe;\n CheckoutPage?: Maybe;\n ChoiceElementBlock?: Maybe;\n CodingFile?: Maybe;\n ContactCardBlock?: Maybe;\n ContactCardRowBlock?: Maybe;\n Content?: Maybe;\n ContentRecommendationsBlock?: Maybe;\n ContinuousImageCarouselBlock?: Maybe;\n CookieHiddenElementBlock?: Maybe;\n CouponData?: Maybe;\n CourseAccordionBlock?: Maybe;\n CourseCardBlock?: Maybe;\n CourseCardContainerBlock?: Maybe;\n CourseNode?: Maybe;\n CourseProduct?: Maybe;\n CoursesAccordionItemBlock?: Maybe;\n CoursesAccordionRowBlock?: Maybe;\n CoursesTableBlock?: Maybe;\n CreateAccountPage?: Maybe;\n DAMAsset?: Maybe;\n DAMImageAsset?: Maybe;\n DAMVideoAsset?: Maybe;\n Data?: Maybe;\n DateTimeElementBlock?: Maybe;\n DateTimeRangeElementBlock?: Maybe;\n DiscountItems?: Maybe;\n DocumentMediaData?: Maybe;\n DynamicVariant?: Maybe;\n EmployeeBenefitsPage?: Maybe;\n ErrorPage?: Maybe;\n EventDetailPage?: Maybe;\n EventListingPage?: Maybe;\n ExecutableMediaData?: Maybe;\n FacebookBlock?: Maybe;\n FeaturedCardBlock?: Maybe;\n FeaturedCardContainerBlock?: Maybe;\n FeaturedEventsBlock?: Maybe;\n FeaturedMenuTopItemBlock?: Maybe;\n FeaturedMenuTopLink?: Maybe;\n FeaturedNewsBlock?: Maybe;\n FileUploadElementBlock?: Maybe;\n FindUsModuleBlock?: Maybe;\n FixedOnePurchaseQuantity?: Maybe;\n FixedPricePurchaseQuantity?: Maybe;\n FolderPage?: Maybe;\n FooterBlock?: Maybe;\n FooterLinkListBlock?: Maybe;\n ForgotPasswordPage?: Maybe;\n FormContainerBlock?: Maybe;\n FormStepBlock?: Maybe;\n GeneralBaseProduct?: Maybe;\n GeneralBaseVariation?: Maybe;\n GeneralUseNode?: Maybe;\n GenericCardBlock?: Maybe;\n GenericCarouselBlock?: Maybe;\n GenericPage?: Maybe;\n GenericProduct?: Maybe;\n GenericVariant?: Maybe;\n GlobalRecommendedCoursesBlock?: Maybe;\n GuestCardBlock?: Maybe;\n HcaptchaElementBlock?: Maybe;\n HeaderBlock?: Maybe;\n HorizontalTabsWithCarouselBlock?: Maybe;\n HorizontalTabsWithCtaContainerBlock?: Maybe;\n HorizontalTabsWithCtaItemBlock?: Maybe;\n IconSectionContainerBlock?: Maybe;\n IconSectionItemBlock?: Maybe;\n ImageCarouselBlock?: Maybe;\n ImageCarouselCardBlock?: Maybe;\n ImageChoiceElementBlock?: Maybe;\n ImageMediaData?: Maybe;\n InstagramPostBlock?: Maybe;\n InvoiceProduct?: Maybe;\n KeywordTagsBlock?: Maybe;\n LandingPage?: Maybe;\n LatestNewsBlock?: Maybe;\n LimitedRichTextHeadingBlock?: Maybe;\n LoginBlock?: Maybe;\n LoginPage?: Maybe;\n LogoContainerBlock?: Maybe;\n MagazineCardBlock?: Maybe;\n MediaBlock?: Maybe;\n MediaContentRowBlock?: Maybe;\n MediaMastheadBlock?: Maybe;\n MediaRowBlock?: Maybe;\n MediaWithCaptionContainerBlock?: Maybe;\n MegaMenuBlock?: Maybe;\n MonetaryReward?: Maybe;\n MultipleMediaItemContentRowBlock?: Maybe;\n MultipleSectionsMediaBlock?: Maybe;\n MyAccountPage?: Maybe;\n MyInvoicesPage?: Maybe;\n MyOrdersPage?: Maybe;\n NameYourOwnPriceProduct?: Maybe;\n NodeContent?: Maybe;\n NumberElementBlock?: Maybe;\n OfficesAndServicesDetailPage?: Maybe;\n OfficesAndServicesListingPage?: Maybe;\n OptimizelyFormContainerBlock?: Maybe;\n OrderConfirmationPage?: Maybe;\n PackageContent?: Maybe;\n PageMetaData?: Maybe;\n ParagraphTextElementBlock?: Maybe;\n PdfFile?: Maybe;\n PeopleContactInformationBlock?: Maybe;\n PeopleDetailPage?: Maybe;\n PeopleDirectoryListingPage?: Maybe;\n PredefinedHiddenElementBlock?: Maybe;\n ProductContent?: Maybe;\n ProductListNode?: Maybe;\n ProgramDetailPage?: Maybe;\n ProgramHighlightsBlock?: Maybe;\n ProgramListingPage?: Maybe;\n PromotionSchedule?: Maybe;\n PurchaseAmount?: Maybe;\n PurchaseQuantity?: Maybe;\n QuerystringHiddenElementBlock?: Maybe;\n QuoteBlock?: Maybe;\n QuoteWithImageCardBlock?: Maybe;\n RangeElementBlock?: Maybe;\n RecaptchaElementBlock?: Maybe;\n RedemptionLimitsData?: Maybe;\n RelatedCoursesBlock?: Maybe;\n RelatedNewsSliderBlock?: Maybe;\n RelatedOfficesSliderBlock?: Maybe;\n RelatedResourcesSliderBlock?: Maybe;\n Relations?: Maybe;\n ReportingMediaData?: Maybe;\n ResetButtonElementBlock?: Maybe;\n ResetPasswordPage?: Maybe;\n ResourceDetailPage?: Maybe;\n ResourceListingPage?: Maybe;\n RichTextItemsBlock?: Maybe;\n RightRailContainerBlock?: Maybe;\n RssReaderBlock?: Maybe;\n SearchResultsPage?: Maybe;\n SectionListItemBlock?: Maybe;\n SectionVariation?: Maybe;\n SelectionElementBlock?: Maybe;\n SeoInformation?: Maybe;\n ShippingDimensions?: Maybe;\n SimpleMastheadBlock?: Maybe;\n SiteDefinition?: Maybe;\n SiteUrlPredefinedHiddenElementBlock?: Maybe;\n SlateFormContainerBlock?: Maybe;\n SlidingCardContainerBlock?: Maybe;\n SocialMediaIconButtonBlock?: Maybe;\n StandardFile?: Maybe;\n StandardPage?: Maybe;\n StandardProduct?: Maybe;\n StandardProductVariation?: Maybe;\n StartPage?: Maybe;\n StatsCardBlock?: Maybe;\n StoreFrontNode?: Maybe;\n SubmitButtonElementBlock?: Maybe;\n TabbedItemBlock?: Maybe;\n TestimonialCardsCarouselBlock?: Maybe;\n TextBlock?: Maybe;\n TextLinkBlock?: Maybe;\n TextLinkRequiredBlock?: Maybe;\n TextareaElementBlock?: Maybe;\n TextboxElementBlock?: Maybe;\n ThirdPartyIFrameBlock?: Maybe;\n ThreeColumnCardContainerBlock?: Maybe;\n TwitterBlock?: Maybe;\n TwoColumnCTAListingBlock?: Maybe;\n TwoColumnCardContainerBlock?: Maybe;\n UrlElementBlock?: Maybe;\n VariationBase?: Maybe;\n VariationContent?: Maybe;\n VectorImageMediaData?: Maybe;\n VerticalTabbedContainerBlock?: Maybe;\n VideoFile?: Maybe;\n VideoWithCaptionsCardBlock?: Maybe;\n VisitorDataHiddenElementBlock?: Maybe;\n WebImageMediaData?: Maybe;\n XPostBlock?: Maybe;\n};\n\n\nexport type QueryAboutBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryAccordionItemBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryAccordionRowBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryAccountAddressPageArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryAccountInformationPageArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryAddressesElementBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryAdmissionsAndAidDetailPageArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryAlertBannerBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryArticleDetailPageArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryArticleListingPageArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryAssociationsArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryAudienceCardBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryAudienceLandingPageArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryAudienceQuestionnaireContainerBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryAudienceQuestionnaireItemBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryAudioClipBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryAudioFileArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryAudioTranscriptModalBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryBundleContentArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryBuyOneGetOneDiscountItemsArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryCtaBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryCtaListingBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryCtaListingWithImageBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryCtaModuleBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryCaptchaElementBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryCartPageArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryCatalogContentArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryCategoriesArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryCeCredentialValidationBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryCheckoutPageArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryChoiceElementBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryCodingFileArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryContactCardBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryContactCardRowBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryContentArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryContentRecommendationsBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryContinuousImageCarouselBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryCookieHiddenElementBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryCouponDataArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryCourseAccordionBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryCourseCardBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryCourseCardContainerBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryCourseNodeArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryCourseProductArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryCoursesAccordionItemBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryCoursesAccordionRowBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryCoursesTableBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryCreateAccountPageArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryDamAssetArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryDamImageAssetArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryDamVideoAssetArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryDataArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryDateTimeElementBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryDateTimeRangeElementBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryDiscountItemsArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryDocumentMediaDataArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryDynamicVariantArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryEmployeeBenefitsPageArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryErrorPageArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryEventDetailPageArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryEventListingPageArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryExecutableMediaDataArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryFacebookBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryFeaturedCardBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryFeaturedCardContainerBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryFeaturedEventsBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryFeaturedMenuTopItemBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryFeaturedMenuTopLinkArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryFeaturedNewsBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryFileUploadElementBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryFindUsModuleBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryFixedOnePurchaseQuantityArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryFixedPricePurchaseQuantityArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryFolderPageArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryFooterBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryFooterLinkListBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryForgotPasswordPageArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryFormContainerBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryFormStepBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryGeneralBaseProductArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryGeneralBaseVariationArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryGeneralUseNodeArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryGenericCardBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryGenericCarouselBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryGenericPageArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryGenericProductArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryGenericVariantArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryGlobalRecommendedCoursesBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryGuestCardBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryHcaptchaElementBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryHeaderBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryHorizontalTabsWithCarouselBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryHorizontalTabsWithCtaContainerBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryHorizontalTabsWithCtaItemBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryIconSectionContainerBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryIconSectionItemBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryImageCarouselBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryImageCarouselCardBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryImageChoiceElementBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryImageMediaDataArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryInstagramPostBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryInvoiceProductArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryKeywordTagsBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryLandingPageArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryLatestNewsBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryLimitedRichTextHeadingBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryLoginBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryLoginPageArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryLogoContainerBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryMagazineCardBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryMediaBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryMediaContentRowBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryMediaMastheadBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryMediaRowBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryMediaWithCaptionContainerBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryMegaMenuBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryMonetaryRewardArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryMultipleMediaItemContentRowBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryMultipleSectionsMediaBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryMyAccountPageArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryMyInvoicesPageArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryMyOrdersPageArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryNameYourOwnPriceProductArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryNodeContentArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryNumberElementBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryOfficesAndServicesDetailPageArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryOfficesAndServicesListingPageArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryOptimizelyFormContainerBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryOrderConfirmationPageArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryPackageContentArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryPageMetaDataArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryParagraphTextElementBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryPdfFileArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryPeopleContactInformationBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryPeopleDetailPageArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryPeopleDirectoryListingPageArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryPredefinedHiddenElementBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryProductContentArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryProductListNodeArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryProgramDetailPageArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryProgramHighlightsBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryProgramListingPageArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryPromotionScheduleArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryPurchaseAmountArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryPurchaseQuantityArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryQuerystringHiddenElementBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryQuoteBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryQuoteWithImageCardBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRangeElementBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRecaptchaElementBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRedemptionLimitsDataArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRelatedCoursesBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRelatedNewsSliderBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRelatedOfficesSliderBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRelatedResourcesSliderBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRelationsArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryReportingMediaDataArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryResetButtonElementBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryResetPasswordPageArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryResourceDetailPageArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryResourceListingPageArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRichTextItemsBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRightRailContainerBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRssReaderBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QuerySearchResultsPageArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QuerySectionListItemBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QuerySectionVariationArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QuerySelectionElementBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QuerySeoInformationArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryShippingDimensionsArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QuerySimpleMastheadBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QuerySiteDefinitionArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QuerySiteUrlPredefinedHiddenElementBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QuerySlateFormContainerBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QuerySlidingCardContainerBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QuerySocialMediaIconButtonBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryStandardFileArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryStandardPageArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryStandardProductArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryStandardProductVariationArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryStartPageArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryStatsCardBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryStoreFrontNodeArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QuerySubmitButtonElementBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryTabbedItemBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryTestimonialCardsCarouselBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryTextBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryTextLinkBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryTextLinkRequiredBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryTextareaElementBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryTextboxElementBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryThirdPartyIFrameBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryThreeColumnCardContainerBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryTwitterBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryTwoColumnCtaListingBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryTwoColumnCardContainerBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryUrlElementBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryVariationBaseArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryVariationContentArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryVectorImageMediaDataArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryVerticalTabbedContainerBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryVideoFileArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryVideoWithCaptionsCardBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryVisitorDataHiddenElementBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryWebImageMediaDataArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryXPostBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\nexport type QueryRef = {\n __typename?: 'QueryRef';\n AboutBlock?: Maybe;\n AccordionItemBlock?: Maybe;\n AccordionRowBlock?: Maybe;\n AccountAddressPage?: Maybe;\n AccountInformationPage?: Maybe;\n AddressesElementBlock?: Maybe;\n AdmissionsAndAidDetailPage?: Maybe;\n AlertBannerBlock?: Maybe;\n ArticleDetailPage?: Maybe;\n ArticleListingPage?: Maybe;\n Associations?: Maybe;\n AudienceCardBlock?: Maybe;\n AudienceLandingPage?: Maybe;\n AudienceQuestionnaireContainerBlock?: Maybe;\n AudienceQuestionnaireItemBlock?: Maybe;\n AudioClipBlock?: Maybe;\n AudioFile?: Maybe;\n AudioTranscriptModalBlock?: Maybe;\n BundleContent?: Maybe;\n BuyOneGetOneDiscountItems?: Maybe;\n CTABlock?: Maybe;\n CTAListingBlock?: Maybe;\n CTAListingWithImageBlock?: Maybe;\n CTAModuleBlock?: Maybe;\n CaptchaElementBlock?: Maybe;\n CartPage?: Maybe;\n CatalogContent?: Maybe;\n Categories?: Maybe;\n CeCredentialValidationBlock?: Maybe;\n CheckoutPage?: Maybe;\n ChoiceElementBlock?: Maybe;\n CodingFile?: Maybe;\n ContactCardBlock?: Maybe;\n ContactCardRowBlock?: Maybe;\n Content?: Maybe;\n ContentRecommendationsBlock?: Maybe;\n ContinuousImageCarouselBlock?: Maybe;\n CookieHiddenElementBlock?: Maybe;\n CouponData?: Maybe;\n CourseAccordionBlock?: Maybe;\n CourseCardBlock?: Maybe;\n CourseCardContainerBlock?: Maybe;\n CourseNode?: Maybe;\n CourseProduct?: Maybe;\n CoursesAccordionItemBlock?: Maybe;\n CoursesAccordionRowBlock?: Maybe;\n CoursesTableBlock?: Maybe;\n CreateAccountPage?: Maybe;\n DAMAsset?: Maybe;\n DAMImageAsset?: Maybe;\n DAMVideoAsset?: Maybe;\n Data?: Maybe;\n DateTimeElementBlock?: Maybe;\n DateTimeRangeElementBlock?: Maybe;\n DiscountItems?: Maybe;\n DocumentMediaData?: Maybe;\n DynamicVariant?: Maybe;\n EmployeeBenefitsPage?: Maybe;\n ErrorPage?: Maybe;\n EventDetailPage?: Maybe;\n EventListingPage?: Maybe;\n ExecutableMediaData?: Maybe;\n FacebookBlock?: Maybe;\n FeaturedCardBlock?: Maybe;\n FeaturedCardContainerBlock?: Maybe;\n FeaturedEventsBlock?: Maybe;\n FeaturedMenuTopItemBlock?: Maybe;\n FeaturedMenuTopLink?: Maybe;\n FeaturedNewsBlock?: Maybe;\n FileUploadElementBlock?: Maybe;\n FindUsModuleBlock?: Maybe;\n FixedOnePurchaseQuantity?: Maybe;\n FixedPricePurchaseQuantity?: Maybe;\n FolderPage?: Maybe;\n FooterBlock?: Maybe;\n FooterLinkListBlock?: Maybe;\n ForgotPasswordPage?: Maybe;\n FormContainerBlock?: Maybe;\n FormStepBlock?: Maybe;\n GeneralBaseProduct?: Maybe;\n GeneralBaseVariation?: Maybe;\n GeneralUseNode?: Maybe;\n GenericCardBlock?: Maybe;\n GenericCarouselBlock?: Maybe;\n GenericPage?: Maybe;\n GenericProduct?: Maybe;\n GenericVariant?: Maybe;\n GlobalRecommendedCoursesBlock?: Maybe;\n GuestCardBlock?: Maybe;\n HcaptchaElementBlock?: Maybe;\n HeaderBlock?: Maybe;\n HorizontalTabsWithCarouselBlock?: Maybe;\n HorizontalTabsWithCtaContainerBlock?: Maybe;\n HorizontalTabsWithCtaItemBlock?: Maybe;\n IconSectionContainerBlock?: Maybe;\n IconSectionItemBlock?: Maybe;\n ImageCarouselBlock?: Maybe;\n ImageCarouselCardBlock?: Maybe;\n ImageChoiceElementBlock?: Maybe;\n ImageMediaData?: Maybe;\n InstagramPostBlock?: Maybe;\n InvoiceProduct?: Maybe;\n KeywordTagsBlock?: Maybe;\n LandingPage?: Maybe;\n LatestNewsBlock?: Maybe;\n LimitedRichTextHeadingBlock?: Maybe;\n LoginBlock?: Maybe;\n LoginPage?: Maybe;\n LogoContainerBlock?: Maybe;\n MagazineCardBlock?: Maybe;\n MediaBlock?: Maybe;\n MediaContentRowBlock?: Maybe;\n MediaMastheadBlock?: Maybe;\n MediaRowBlock?: Maybe;\n MediaWithCaptionContainerBlock?: Maybe;\n MegaMenuBlock?: Maybe;\n MonetaryReward?: Maybe;\n MultipleMediaItemContentRowBlock?: Maybe;\n MultipleSectionsMediaBlock?: Maybe;\n MyAccountPage?: Maybe;\n MyInvoicesPage?: Maybe;\n MyOrdersPage?: Maybe;\n NameYourOwnPriceProduct?: Maybe;\n NodeContent?: Maybe;\n NumberElementBlock?: Maybe;\n OfficesAndServicesDetailPage?: Maybe;\n OfficesAndServicesListingPage?: Maybe;\n OptimizelyFormContainerBlock?: Maybe;\n OrderConfirmationPage?: Maybe;\n PackageContent?: Maybe;\n PageMetaData?: Maybe;\n ParagraphTextElementBlock?: Maybe;\n PdfFile?: Maybe;\n PeopleContactInformationBlock?: Maybe;\n PeopleDetailPage?: Maybe;\n PeopleDirectoryListingPage?: Maybe;\n PredefinedHiddenElementBlock?: Maybe;\n ProductContent?: Maybe;\n ProductListNode?: Maybe;\n ProgramDetailPage?: Maybe;\n ProgramHighlightsBlock?: Maybe;\n ProgramListingPage?: Maybe;\n PromotionSchedule?: Maybe;\n PurchaseAmount?: Maybe;\n PurchaseQuantity?: Maybe;\n QuerystringHiddenElementBlock?: Maybe;\n QuoteBlock?: Maybe;\n QuoteWithImageCardBlock?: Maybe;\n RangeElementBlock?: Maybe;\n RecaptchaElementBlock?: Maybe;\n RedemptionLimitsData?: Maybe;\n RelatedCoursesBlock?: Maybe;\n RelatedNewsSliderBlock?: Maybe;\n RelatedOfficesSliderBlock?: Maybe;\n RelatedResourcesSliderBlock?: Maybe;\n Relations?: Maybe;\n ReportingMediaData?: Maybe;\n ResetButtonElementBlock?: Maybe;\n ResetPasswordPage?: Maybe;\n ResourceDetailPage?: Maybe;\n ResourceListingPage?: Maybe;\n RichTextItemsBlock?: Maybe;\n RightRailContainerBlock?: Maybe;\n RssReaderBlock?: Maybe;\n SearchResultsPage?: Maybe;\n SectionListItemBlock?: Maybe;\n SectionVariation?: Maybe;\n SelectionElementBlock?: Maybe;\n SeoInformation?: Maybe;\n ShippingDimensions?: Maybe;\n SimpleMastheadBlock?: Maybe;\n SiteDefinition?: Maybe;\n SiteUrlPredefinedHiddenElementBlock?: Maybe;\n SlateFormContainerBlock?: Maybe;\n SlidingCardContainerBlock?: Maybe;\n SocialMediaIconButtonBlock?: Maybe;\n StandardFile?: Maybe;\n StandardPage?: Maybe;\n StandardProduct?: Maybe;\n StandardProductVariation?: Maybe;\n StartPage?: Maybe;\n StatsCardBlock?: Maybe;\n StoreFrontNode?: Maybe;\n SubmitButtonElementBlock?: Maybe;\n TabbedItemBlock?: Maybe;\n TestimonialCardsCarouselBlock?: Maybe;\n TextBlock?: Maybe;\n TextLinkBlock?: Maybe;\n TextLinkRequiredBlock?: Maybe;\n TextareaElementBlock?: Maybe;\n TextboxElementBlock?: Maybe;\n ThirdPartyIFrameBlock?: Maybe;\n ThreeColumnCardContainerBlock?: Maybe;\n TwitterBlock?: Maybe;\n TwoColumnCTAListingBlock?: Maybe;\n TwoColumnCardContainerBlock?: Maybe;\n UrlElementBlock?: Maybe;\n VariationBase?: Maybe;\n VariationContent?: Maybe;\n VectorImageMediaData?: Maybe;\n VerticalTabbedContainerBlock?: Maybe;\n VideoFile?: Maybe;\n VideoWithCaptionsCardBlock?: Maybe;\n VisitorDataHiddenElementBlock?: Maybe;\n WebImageMediaData?: Maybe;\n XPostBlock?: Maybe;\n};\n\n\nexport type QueryRefAboutBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRefAccordionItemBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRefAccordionRowBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRefAccountAddressPageArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRefAccountInformationPageArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRefAddressesElementBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRefAdmissionsAndAidDetailPageArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRefAlertBannerBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRefArticleDetailPageArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRefArticleListingPageArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRefAssociationsArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRefAudienceCardBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRefAudienceLandingPageArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRefAudienceQuestionnaireContainerBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRefAudienceQuestionnaireItemBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRefAudioClipBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRefAudioFileArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRefAudioTranscriptModalBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRefBundleContentArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRefBuyOneGetOneDiscountItemsArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRefCtaBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRefCtaListingBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRefCtaListingWithImageBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRefCtaModuleBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRefCaptchaElementBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRefCartPageArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRefCatalogContentArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRefCategoriesArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRefCeCredentialValidationBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRefCheckoutPageArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRefChoiceElementBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRefCodingFileArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRefContactCardBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRefContactCardRowBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRefContentArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRefContentRecommendationsBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRefContinuousImageCarouselBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRefCookieHiddenElementBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRefCouponDataArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRefCourseAccordionBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRefCourseCardBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRefCourseCardContainerBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRefCourseNodeArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRefCourseProductArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRefCoursesAccordionItemBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRefCoursesAccordionRowBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRefCoursesTableBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRefCreateAccountPageArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRefDamAssetArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRefDamImageAssetArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRefDamVideoAssetArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRefDataArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRefDateTimeElementBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRefDateTimeRangeElementBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRefDiscountItemsArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRefDocumentMediaDataArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRefDynamicVariantArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRefEmployeeBenefitsPageArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRefErrorPageArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRefEventDetailPageArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRefEventListingPageArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRefExecutableMediaDataArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRefFacebookBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRefFeaturedCardBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRefFeaturedCardContainerBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRefFeaturedEventsBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRefFeaturedMenuTopItemBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRefFeaturedMenuTopLinkArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRefFeaturedNewsBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRefFileUploadElementBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRefFindUsModuleBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRefFixedOnePurchaseQuantityArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRefFixedPricePurchaseQuantityArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRefFolderPageArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRefFooterBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRefFooterLinkListBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRefForgotPasswordPageArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRefFormContainerBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRefFormStepBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRefGeneralBaseProductArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRefGeneralBaseVariationArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRefGeneralUseNodeArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRefGenericCardBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRefGenericCarouselBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRefGenericPageArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRefGenericProductArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRefGenericVariantArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRefGlobalRecommendedCoursesBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRefGuestCardBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRefHcaptchaElementBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRefHeaderBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRefHorizontalTabsWithCarouselBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRefHorizontalTabsWithCtaContainerBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRefHorizontalTabsWithCtaItemBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRefIconSectionContainerBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRefIconSectionItemBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRefImageCarouselBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRefImageCarouselCardBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRefImageChoiceElementBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRefImageMediaDataArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRefInstagramPostBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRefInvoiceProductArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRefKeywordTagsBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRefLandingPageArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRefLatestNewsBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRefLimitedRichTextHeadingBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRefLoginBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRefLoginPageArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRefLogoContainerBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRefMagazineCardBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRefMediaBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRefMediaContentRowBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRefMediaMastheadBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRefMediaRowBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRefMediaWithCaptionContainerBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRefMegaMenuBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRefMonetaryRewardArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRefMultipleMediaItemContentRowBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRefMultipleSectionsMediaBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRefMyAccountPageArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRefMyInvoicesPageArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRefMyOrdersPageArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRefNameYourOwnPriceProductArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRefNodeContentArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRefNumberElementBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRefOfficesAndServicesDetailPageArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRefOfficesAndServicesListingPageArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRefOptimizelyFormContainerBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRefOrderConfirmationPageArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRefPackageContentArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRefPageMetaDataArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRefParagraphTextElementBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRefPdfFileArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRefPeopleContactInformationBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRefPeopleDetailPageArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRefPeopleDirectoryListingPageArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRefPredefinedHiddenElementBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRefProductContentArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRefProductListNodeArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRefProgramDetailPageArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRefProgramHighlightsBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRefProgramListingPageArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRefPromotionScheduleArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRefPurchaseAmountArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRefPurchaseQuantityArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRefQuerystringHiddenElementBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRefQuoteBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRefQuoteWithImageCardBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRefRangeElementBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRefRecaptchaElementBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRefRedemptionLimitsDataArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRefRelatedCoursesBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRefRelatedNewsSliderBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRefRelatedOfficesSliderBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRefRelatedResourcesSliderBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRefRelationsArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRefReportingMediaDataArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRefResetButtonElementBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRefResetPasswordPageArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRefResourceDetailPageArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRefResourceListingPageArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRefRichTextItemsBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRefRightRailContainerBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRefRssReaderBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRefSearchResultsPageArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRefSectionListItemBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRefSectionVariationArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRefSelectionElementBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRefSeoInformationArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRefShippingDimensionsArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRefSimpleMastheadBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRefSiteDefinitionArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRefSiteUrlPredefinedHiddenElementBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRefSlateFormContainerBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRefSlidingCardContainerBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRefSocialMediaIconButtonBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRefStandardFileArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRefStandardPageArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRefStandardProductArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRefStandardProductVariationArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRefStartPageArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRefStatsCardBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRefStoreFrontNodeArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRefSubmitButtonElementBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRefTabbedItemBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRefTestimonialCardsCarouselBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRefTextBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRefTextLinkBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRefTextLinkRequiredBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRefTextareaElementBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRefTextboxElementBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRefThirdPartyIFrameBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRefThreeColumnCardContainerBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRefTwitterBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRefTwoColumnCtaListingBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRefTwoColumnCardContainerBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRefUrlElementBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRefVariationBaseArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRefVariationContentArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRefVectorImageMediaDataArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRefVerticalTabbedContainerBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRefVideoFileArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRefVideoWithCaptionsCardBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRefVisitorDataHiddenElementBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRefWebImageMediaDataArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\n\nexport type QueryRefXPostBlockArgs = {\n cursor?: InputMaybe;\n ids?: InputMaybe>>;\n limit?: Scalars['Int']['input'];\n locale?: InputMaybe>>;\n orderBy?: InputMaybe;\n skip?: Scalars['Int']['input'];\n where?: InputMaybe;\n};\n\nexport type QuerystringHiddenElementBlock = IContent & IData & {\n __typename?: 'QuerystringHiddenElementBlock';\n Ancestors?: Maybe>>;\n Category?: Maybe>>;\n Changed?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe;\n ExistingLanguages?: Maybe>>;\n IsCommonDraft?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe;\n PageFeaturedDescription?: Maybe;\n PageImageUrl?: Maybe;\n PageIsSearchable?: Maybe;\n PageNavigationTitle?: Maybe;\n ParentLink?: Maybe;\n PredefinedValue?: Maybe;\n RelativePath?: Maybe;\n RouteSegment?: Maybe;\n Saved?: Maybe;\n Shortcut?: Maybe;\n SiteId?: Maybe;\n StartPublish?: Maybe;\n Status?: Maybe;\n StopPublish?: Maybe;\n Url?: Maybe;\n /** @deprecated Use `_link` field instead */\n _children?: Maybe;\n _deleted?: Maybe;\n _fulltext?: Maybe>>;\n _id?: Maybe;\n _link?: Maybe;\n _modified?: Maybe;\n _score?: Maybe;\n};\n\n\nexport type QuerystringHiddenElementBlockNameArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type QuerystringHiddenElementBlockPredefinedValueArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type QuerystringHiddenElementBlock_FulltextArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type QuerystringHiddenElementBlock_LinkArgs = {\n type?: InputMaybe;\n};\n\nexport type QuerystringHiddenElementBlockAutocomplete = {\n __typename?: 'QuerystringHiddenElementBlockAutocomplete';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n ExistingLanguages?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n Status?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type QuerystringHiddenElementBlockAutocompleteAncestorsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type QuerystringHiddenElementBlockAutocompleteContentTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type QuerystringHiddenElementBlockAutocompletePageFeaturedDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type QuerystringHiddenElementBlockAutocompletePageImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type QuerystringHiddenElementBlockAutocompletePageNavigationTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type QuerystringHiddenElementBlockAutocompleteRelativePathArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type QuerystringHiddenElementBlockAutocompleteRouteSegmentArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type QuerystringHiddenElementBlockAutocompleteShortcutArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type QuerystringHiddenElementBlockAutocompleteSiteIdArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type QuerystringHiddenElementBlockAutocompleteStatusArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type QuerystringHiddenElementBlockAutocompleteUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type QuerystringHiddenElementBlockFacet = {\n __typename?: 'QuerystringHiddenElementBlockFacet';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n Changed?: Maybe>>;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe>>;\n ExistingLanguages?: Maybe;\n IsCommonDraft?: Maybe>>;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe>>;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageIsSearchable?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n PredefinedValue?: Maybe>>;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Saved?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n StartPublish?: Maybe>>;\n Status?: Maybe>>;\n StopPublish?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type QuerystringHiddenElementBlockFacetAncestorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type QuerystringHiddenElementBlockFacetChangedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type QuerystringHiddenElementBlockFacetContentTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type QuerystringHiddenElementBlockFacetCreatedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type QuerystringHiddenElementBlockFacetIsCommonDraftArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type QuerystringHiddenElementBlockFacetNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type QuerystringHiddenElementBlockFacetPageFeaturedDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type QuerystringHiddenElementBlockFacetPageImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type QuerystringHiddenElementBlockFacetPageIsSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type QuerystringHiddenElementBlockFacetPageNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type QuerystringHiddenElementBlockFacetPredefinedValueArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type QuerystringHiddenElementBlockFacetRelativePathArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type QuerystringHiddenElementBlockFacetRouteSegmentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type QuerystringHiddenElementBlockFacetSavedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type QuerystringHiddenElementBlockFacetShortcutArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type QuerystringHiddenElementBlockFacetSiteIdArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type QuerystringHiddenElementBlockFacetStartPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type QuerystringHiddenElementBlockFacetStatusArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type QuerystringHiddenElementBlockFacetStopPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type QuerystringHiddenElementBlockFacetUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type QuerystringHiddenElementBlockOrderByInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n PredefinedValue?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n _minimumScore?: InputMaybe;\n _modified?: InputMaybe;\n _ranking?: InputMaybe;\n _semanticWeight?: InputMaybe;\n};\n\nexport type QuerystringHiddenElementBlockOutput = {\n __typename?: 'QuerystringHiddenElementBlockOutput';\n autocomplete?: Maybe;\n cursor?: Maybe;\n facets?: Maybe;\n items?: Maybe>>;\n total?: Maybe;\n};\n\n\nexport type QuerystringHiddenElementBlockOutputTotalArgs = {\n all?: InputMaybe;\n};\n\nexport type QuerystringHiddenElementBlockWhereInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n PredefinedValue?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n _and?: InputMaybe>>;\n _fulltext?: InputMaybe;\n _modified?: InputMaybe;\n _not?: InputMaybe>>;\n _or?: InputMaybe>>;\n};\n\n/** Contains a quote, the quote's author, and the author's title. */\nexport type QuoteBlock = IContent & IData & {\n __typename?: 'QuoteBlock';\n Ancestors?: Maybe>>;\n Author?: Maybe;\n Category?: Maybe>>;\n Changed?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe;\n ExistingLanguages?: Maybe>>;\n IsCommonDraft?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe;\n PageFeaturedDescription?: Maybe;\n PageImageUrl?: Maybe;\n PageIsSearchable?: Maybe;\n PageNavigationTitle?: Maybe;\n ParentLink?: Maybe;\n Quote?: Maybe;\n RelativePath?: Maybe;\n RouteSegment?: Maybe;\n Saved?: Maybe;\n Shortcut?: Maybe;\n SiteId?: Maybe;\n StartPublish?: Maybe;\n Status?: Maybe;\n StopPublish?: Maybe;\n /** Will be displayed after the author name, preceded by a comma. */\n Term?: Maybe;\n Url?: Maybe;\n /** @deprecated Use `_link` field instead */\n _children?: Maybe;\n _deleted?: Maybe;\n _fulltext?: Maybe>>;\n _id?: Maybe;\n _link?: Maybe;\n _modified?: Maybe;\n _score?: Maybe;\n};\n\n\n/** Contains a quote, the quote's author, and the author's title. */\nexport type QuoteBlockAuthorArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Contains a quote, the quote's author, and the author's title. */\nexport type QuoteBlockNameArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Contains a quote, the quote's author, and the author's title. */\nexport type QuoteBlockQuoteArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Contains a quote, the quote's author, and the author's title. */\nexport type QuoteBlockTermArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Contains a quote, the quote's author, and the author's title. */\nexport type QuoteBlock_FulltextArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Contains a quote, the quote's author, and the author's title. */\nexport type QuoteBlock_LinkArgs = {\n type?: InputMaybe;\n};\n\nexport type QuoteBlockAutocomplete = {\n __typename?: 'QuoteBlockAutocomplete';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n ExistingLanguages?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n Status?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type QuoteBlockAutocompleteAncestorsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type QuoteBlockAutocompleteContentTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type QuoteBlockAutocompletePageFeaturedDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type QuoteBlockAutocompletePageImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type QuoteBlockAutocompletePageNavigationTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type QuoteBlockAutocompleteRelativePathArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type QuoteBlockAutocompleteRouteSegmentArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type QuoteBlockAutocompleteShortcutArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type QuoteBlockAutocompleteSiteIdArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type QuoteBlockAutocompleteStatusArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type QuoteBlockAutocompleteUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type QuoteBlockFacet = {\n __typename?: 'QuoteBlockFacet';\n Ancestors?: Maybe>>;\n Author?: Maybe>>;\n Category?: Maybe;\n Changed?: Maybe>>;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe>>;\n ExistingLanguages?: Maybe;\n IsCommonDraft?: Maybe>>;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe>>;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageIsSearchable?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n Quote?: Maybe>>;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Saved?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n StartPublish?: Maybe>>;\n Status?: Maybe>>;\n StopPublish?: Maybe>>;\n Term?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type QuoteBlockFacetAncestorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type QuoteBlockFacetAuthorArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type QuoteBlockFacetChangedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type QuoteBlockFacetContentTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type QuoteBlockFacetCreatedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type QuoteBlockFacetIsCommonDraftArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type QuoteBlockFacetNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type QuoteBlockFacetPageFeaturedDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type QuoteBlockFacetPageImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type QuoteBlockFacetPageIsSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type QuoteBlockFacetPageNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type QuoteBlockFacetQuoteArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type QuoteBlockFacetRelativePathArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type QuoteBlockFacetRouteSegmentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type QuoteBlockFacetSavedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type QuoteBlockFacetShortcutArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type QuoteBlockFacetSiteIdArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type QuoteBlockFacetStartPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type QuoteBlockFacetStatusArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type QuoteBlockFacetStopPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type QuoteBlockFacetTermArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type QuoteBlockFacetUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type QuoteBlockOrderByInput = {\n Ancestors?: InputMaybe;\n Author?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n Quote?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Term?: InputMaybe;\n Url?: InputMaybe;\n _minimumScore?: InputMaybe;\n _modified?: InputMaybe;\n _ranking?: InputMaybe;\n _semanticWeight?: InputMaybe;\n};\n\nexport type QuoteBlockOutput = {\n __typename?: 'QuoteBlockOutput';\n autocomplete?: Maybe;\n cursor?: Maybe;\n facets?: Maybe;\n items?: Maybe>>;\n total?: Maybe;\n};\n\n\nexport type QuoteBlockOutputTotalArgs = {\n all?: InputMaybe;\n};\n\nexport type QuoteBlockWhereInput = {\n Ancestors?: InputMaybe;\n Author?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n Quote?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Term?: InputMaybe;\n Url?: InputMaybe;\n _and?: InputMaybe>>;\n _fulltext?: InputMaybe;\n _modified?: InputMaybe;\n _not?: InputMaybe>>;\n _or?: InputMaybe>>;\n};\n\n/** Card that displays a static quote with an image. Is used in Testimonial Cards Carousel. */\nexport type QuoteWithImageCardBlock = IContent & IData & {\n __typename?: 'QuoteWithImageCardBlock';\n Ancestors?: Maybe>>;\n Category?: Maybe>>;\n Changed?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe;\n ExistingLanguages?: Maybe>>;\n IsCommonDraft?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe;\n PageFeaturedDescription?: Maybe;\n PageImageUrl?: Maybe;\n PageIsSearchable?: Maybe;\n PageNavigationTitle?: Maybe;\n ParentLink?: Maybe;\n QuoteBlock?: Maybe>>;\n RelativePath?: Maybe;\n RouteSegment?: Maybe;\n Saved?: Maybe;\n Shortcut?: Maybe;\n SiteId?: Maybe;\n StartPublish?: Maybe;\n Status?: Maybe;\n StopPublish?: Maybe;\n Url?: Maybe;\n /** @deprecated Use `_link` field instead */\n _children?: Maybe;\n _deleted?: Maybe;\n _fulltext?: Maybe>>;\n _id?: Maybe;\n _link?: Maybe;\n _modified?: Maybe;\n _score?: Maybe;\n};\n\n\n/** Card that displays a static quote with an image. Is used in Testimonial Cards Carousel. */\nexport type QuoteWithImageCardBlockNameArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Card that displays a static quote with an image. Is used in Testimonial Cards Carousel. */\nexport type QuoteWithImageCardBlockQuoteBlockArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Card that displays a static quote with an image. Is used in Testimonial Cards Carousel. */\nexport type QuoteWithImageCardBlock_FulltextArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Card that displays a static quote with an image. Is used in Testimonial Cards Carousel. */\nexport type QuoteWithImageCardBlock_LinkArgs = {\n type?: InputMaybe;\n};\n\nexport type QuoteWithImageCardBlockAutocomplete = {\n __typename?: 'QuoteWithImageCardBlockAutocomplete';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n ExistingLanguages?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n Status?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type QuoteWithImageCardBlockAutocompleteAncestorsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type QuoteWithImageCardBlockAutocompleteContentTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type QuoteWithImageCardBlockAutocompletePageFeaturedDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type QuoteWithImageCardBlockAutocompletePageImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type QuoteWithImageCardBlockAutocompletePageNavigationTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type QuoteWithImageCardBlockAutocompleteRelativePathArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type QuoteWithImageCardBlockAutocompleteRouteSegmentArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type QuoteWithImageCardBlockAutocompleteShortcutArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type QuoteWithImageCardBlockAutocompleteSiteIdArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type QuoteWithImageCardBlockAutocompleteStatusArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type QuoteWithImageCardBlockAutocompleteUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type QuoteWithImageCardBlockFacet = {\n __typename?: 'QuoteWithImageCardBlockFacet';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n Changed?: Maybe>>;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe>>;\n ExistingLanguages?: Maybe;\n IsCommonDraft?: Maybe>>;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe>>;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageIsSearchable?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n QuoteBlock?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Saved?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n StartPublish?: Maybe>>;\n Status?: Maybe>>;\n StopPublish?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type QuoteWithImageCardBlockFacetAncestorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type QuoteWithImageCardBlockFacetChangedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type QuoteWithImageCardBlockFacetContentTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type QuoteWithImageCardBlockFacetCreatedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type QuoteWithImageCardBlockFacetIsCommonDraftArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type QuoteWithImageCardBlockFacetNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type QuoteWithImageCardBlockFacetPageFeaturedDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type QuoteWithImageCardBlockFacetPageImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type QuoteWithImageCardBlockFacetPageIsSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type QuoteWithImageCardBlockFacetPageNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type QuoteWithImageCardBlockFacetRelativePathArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type QuoteWithImageCardBlockFacetRouteSegmentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type QuoteWithImageCardBlockFacetSavedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type QuoteWithImageCardBlockFacetShortcutArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type QuoteWithImageCardBlockFacetSiteIdArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type QuoteWithImageCardBlockFacetStartPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type QuoteWithImageCardBlockFacetStatusArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type QuoteWithImageCardBlockFacetStopPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type QuoteWithImageCardBlockFacetUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type QuoteWithImageCardBlockOrderByInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n QuoteBlock?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n _minimumScore?: InputMaybe;\n _modified?: InputMaybe;\n _ranking?: InputMaybe;\n _semanticWeight?: InputMaybe;\n};\n\nexport type QuoteWithImageCardBlockOutput = {\n __typename?: 'QuoteWithImageCardBlockOutput';\n autocomplete?: Maybe;\n cursor?: Maybe;\n facets?: Maybe;\n items?: Maybe>>;\n total?: Maybe;\n};\n\n\nexport type QuoteWithImageCardBlockOutputTotalArgs = {\n all?: InputMaybe;\n};\n\nexport type QuoteWithImageCardBlockWhereInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n QuoteBlock?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n _and?: InputMaybe>>;\n _fulltext?: InputMaybe;\n _modified?: InputMaybe;\n _not?: InputMaybe>>;\n _or?: InputMaybe>>;\n};\n\nexport type RangeElementBlock = IContent & IData & {\n __typename?: 'RangeElementBlock';\n Ancestors?: Maybe>>;\n Category?: Maybe>>;\n Changed?: Maybe;\n ConditionCombination?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe;\n Description?: Maybe;\n ExistingLanguages?: Maybe>>;\n IsCommonDraft?: Maybe;\n Label?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Max?: Maybe;\n Min?: Maybe;\n Name?: Maybe;\n PageFeaturedDescription?: Maybe;\n PageImageUrl?: Maybe;\n PageIsSearchable?: Maybe;\n PageNavigationTitle?: Maybe;\n ParentLink?: Maybe;\n PredefinedValue?: Maybe;\n RelativePath?: Maybe;\n RouteSegment?: Maybe;\n SatisfiedAction?: Maybe;\n Saved?: Maybe;\n Shortcut?: Maybe;\n SiteId?: Maybe;\n StartPublish?: Maybe;\n Status?: Maybe;\n Step?: Maybe;\n StopPublish?: Maybe;\n Url?: Maybe;\n /** @deprecated Use `_link` field instead */\n _children?: Maybe;\n _deleted?: Maybe;\n _fulltext?: Maybe>>;\n _id?: Maybe;\n _link?: Maybe;\n _modified?: Maybe;\n _score?: Maybe;\n};\n\n\nexport type RangeElementBlockDescriptionArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type RangeElementBlockLabelArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type RangeElementBlockNameArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type RangeElementBlockPredefinedValueArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type RangeElementBlockSatisfiedActionArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type RangeElementBlock_FulltextArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type RangeElementBlock_LinkArgs = {\n type?: InputMaybe;\n};\n\nexport type RangeElementBlockAutocomplete = {\n __typename?: 'RangeElementBlockAutocomplete';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n ExistingLanguages?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n Status?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type RangeElementBlockAutocompleteAncestorsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type RangeElementBlockAutocompleteContentTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type RangeElementBlockAutocompletePageFeaturedDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type RangeElementBlockAutocompletePageImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type RangeElementBlockAutocompletePageNavigationTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type RangeElementBlockAutocompleteRelativePathArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type RangeElementBlockAutocompleteRouteSegmentArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type RangeElementBlockAutocompleteShortcutArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type RangeElementBlockAutocompleteSiteIdArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type RangeElementBlockAutocompleteStatusArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type RangeElementBlockAutocompleteUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type RangeElementBlockFacet = {\n __typename?: 'RangeElementBlockFacet';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n Changed?: Maybe>>;\n ConditionCombination?: Maybe>>;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe>>;\n Description?: Maybe>>;\n ExistingLanguages?: Maybe;\n IsCommonDraft?: Maybe>>;\n Label?: Maybe>>;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Max?: Maybe>>;\n Min?: Maybe>>;\n Name?: Maybe>>;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageIsSearchable?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n PredefinedValue?: Maybe>>;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n SatisfiedAction?: Maybe>>;\n Saved?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n StartPublish?: Maybe>>;\n Status?: Maybe>>;\n Step?: Maybe>>;\n StopPublish?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type RangeElementBlockFacetAncestorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type RangeElementBlockFacetChangedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type RangeElementBlockFacetConditionCombinationArgs = {\n filters?: InputMaybe>;\n limit?: InputMaybe;\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n ranges?: InputMaybe>>;\n};\n\n\nexport type RangeElementBlockFacetContentTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type RangeElementBlockFacetCreatedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type RangeElementBlockFacetDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type RangeElementBlockFacetIsCommonDraftArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type RangeElementBlockFacetLabelArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type RangeElementBlockFacetMaxArgs = {\n filters?: InputMaybe>;\n limit?: InputMaybe;\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n ranges?: InputMaybe>>;\n};\n\n\nexport type RangeElementBlockFacetMinArgs = {\n filters?: InputMaybe>;\n limit?: InputMaybe;\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n ranges?: InputMaybe>>;\n};\n\n\nexport type RangeElementBlockFacetNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type RangeElementBlockFacetPageFeaturedDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type RangeElementBlockFacetPageImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type RangeElementBlockFacetPageIsSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type RangeElementBlockFacetPageNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type RangeElementBlockFacetPredefinedValueArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type RangeElementBlockFacetRelativePathArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type RangeElementBlockFacetRouteSegmentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type RangeElementBlockFacetSatisfiedActionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type RangeElementBlockFacetSavedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type RangeElementBlockFacetShortcutArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type RangeElementBlockFacetSiteIdArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type RangeElementBlockFacetStartPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type RangeElementBlockFacetStatusArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type RangeElementBlockFacetStepArgs = {\n filters?: InputMaybe>;\n limit?: InputMaybe;\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n ranges?: InputMaybe>>;\n};\n\n\nexport type RangeElementBlockFacetStopPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type RangeElementBlockFacetUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type RangeElementBlockOrderByInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ConditionCombination?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n Description?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Label?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Max?: InputMaybe;\n Min?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n PredefinedValue?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n SatisfiedAction?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n Step?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n _minimumScore?: InputMaybe;\n _modified?: InputMaybe;\n _ranking?: InputMaybe;\n _semanticWeight?: InputMaybe;\n};\n\nexport type RangeElementBlockOutput = {\n __typename?: 'RangeElementBlockOutput';\n autocomplete?: Maybe;\n cursor?: Maybe;\n facets?: Maybe;\n items?: Maybe>>;\n total?: Maybe;\n};\n\n\nexport type RangeElementBlockOutputTotalArgs = {\n all?: InputMaybe;\n};\n\nexport type RangeElementBlockWhereInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ConditionCombination?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n Description?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Label?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Max?: InputMaybe;\n Min?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n PredefinedValue?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n SatisfiedAction?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n Step?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n _and?: InputMaybe>>;\n _fulltext?: InputMaybe;\n _modified?: InputMaybe;\n _not?: InputMaybe>>;\n _or?: InputMaybe>>;\n};\n\nexport type RangeFacetsInput = {\n from?: InputMaybe;\n to?: InputMaybe;\n};\n\nexport enum Ranking {\n BoostOnly = 'BOOST_ONLY',\n Doc = 'DOC',\n Relevance = 'RELEVANCE',\n Semantic = 'SEMANTIC'\n}\n\nexport type RecaptchaElementBlock = IContent & IData & {\n __typename?: 'RecaptchaElementBlock';\n Ancestors?: Maybe>>;\n Category?: Maybe>>;\n Changed?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe;\n ExistingLanguages?: Maybe>>;\n IsCommonDraft?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe;\n PageFeaturedDescription?: Maybe;\n PageImageUrl?: Maybe;\n PageIsSearchable?: Maybe;\n PageNavigationTitle?: Maybe;\n ParentLink?: Maybe;\n RelativePath?: Maybe;\n RouteSegment?: Maybe;\n Saved?: Maybe;\n ScoreThreshold?: Maybe;\n SecretKey?: Maybe;\n Shortcut?: Maybe;\n SiteId?: Maybe;\n SiteKey?: Maybe;\n StartPublish?: Maybe;\n Status?: Maybe;\n StopPublish?: Maybe;\n Url?: Maybe;\n Validators?: Maybe;\n /** @deprecated Use `_link` field instead */\n _children?: Maybe;\n _deleted?: Maybe;\n _fulltext?: Maybe>>;\n _id?: Maybe;\n _link?: Maybe;\n _modified?: Maybe;\n _score?: Maybe;\n};\n\n\nexport type RecaptchaElementBlockNameArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type RecaptchaElementBlockSecretKeyArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type RecaptchaElementBlockSiteKeyArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type RecaptchaElementBlockValidatorsArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type RecaptchaElementBlock_FulltextArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type RecaptchaElementBlock_LinkArgs = {\n type?: InputMaybe;\n};\n\nexport type RecaptchaElementBlockAutocomplete = {\n __typename?: 'RecaptchaElementBlockAutocomplete';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n ExistingLanguages?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n Status?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type RecaptchaElementBlockAutocompleteAncestorsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type RecaptchaElementBlockAutocompleteContentTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type RecaptchaElementBlockAutocompletePageFeaturedDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type RecaptchaElementBlockAutocompletePageImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type RecaptchaElementBlockAutocompletePageNavigationTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type RecaptchaElementBlockAutocompleteRelativePathArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type RecaptchaElementBlockAutocompleteRouteSegmentArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type RecaptchaElementBlockAutocompleteShortcutArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type RecaptchaElementBlockAutocompleteSiteIdArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type RecaptchaElementBlockAutocompleteStatusArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type RecaptchaElementBlockAutocompleteUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type RecaptchaElementBlockFacet = {\n __typename?: 'RecaptchaElementBlockFacet';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n Changed?: Maybe>>;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe>>;\n ExistingLanguages?: Maybe;\n IsCommonDraft?: Maybe>>;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe>>;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageIsSearchable?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Saved?: Maybe>>;\n ScoreThreshold?: Maybe>>;\n SecretKey?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n SiteKey?: Maybe>>;\n StartPublish?: Maybe>>;\n Status?: Maybe>>;\n StopPublish?: Maybe>>;\n Url?: Maybe>>;\n Validators?: Maybe>>;\n};\n\n\nexport type RecaptchaElementBlockFacetAncestorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type RecaptchaElementBlockFacetChangedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type RecaptchaElementBlockFacetContentTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type RecaptchaElementBlockFacetCreatedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type RecaptchaElementBlockFacetIsCommonDraftArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type RecaptchaElementBlockFacetNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type RecaptchaElementBlockFacetPageFeaturedDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type RecaptchaElementBlockFacetPageImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type RecaptchaElementBlockFacetPageIsSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type RecaptchaElementBlockFacetPageNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type RecaptchaElementBlockFacetRelativePathArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type RecaptchaElementBlockFacetRouteSegmentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type RecaptchaElementBlockFacetSavedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type RecaptchaElementBlockFacetScoreThresholdArgs = {\n filters?: InputMaybe>;\n limit?: InputMaybe;\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n ranges?: InputMaybe>>;\n};\n\n\nexport type RecaptchaElementBlockFacetSecretKeyArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type RecaptchaElementBlockFacetShortcutArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type RecaptchaElementBlockFacetSiteIdArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type RecaptchaElementBlockFacetSiteKeyArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type RecaptchaElementBlockFacetStartPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type RecaptchaElementBlockFacetStatusArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type RecaptchaElementBlockFacetStopPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type RecaptchaElementBlockFacetUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type RecaptchaElementBlockFacetValidatorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type RecaptchaElementBlockOrderByInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n ScoreThreshold?: InputMaybe;\n SecretKey?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n SiteKey?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n Validators?: InputMaybe;\n _minimumScore?: InputMaybe;\n _modified?: InputMaybe;\n _ranking?: InputMaybe;\n _semanticWeight?: InputMaybe;\n};\n\nexport type RecaptchaElementBlockOutput = {\n __typename?: 'RecaptchaElementBlockOutput';\n autocomplete?: Maybe;\n cursor?: Maybe;\n facets?: Maybe;\n items?: Maybe>>;\n total?: Maybe;\n};\n\n\nexport type RecaptchaElementBlockOutputTotalArgs = {\n all?: InputMaybe;\n};\n\nexport type RecaptchaElementBlockWhereInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n ScoreThreshold?: InputMaybe;\n SecretKey?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n SiteKey?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n Validators?: InputMaybe;\n _and?: InputMaybe>>;\n _fulltext?: InputMaybe;\n _modified?: InputMaybe;\n _not?: InputMaybe>>;\n _or?: InputMaybe>>;\n};\n\nexport type RedemptionLimitsData = IContent & IData & {\n __typename?: 'RedemptionLimitsData';\n Ancestors?: Maybe>>;\n Category?: Maybe>>;\n Changed?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe;\n ExistingLanguages?: Maybe>>;\n IsCommonDraft?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe;\n PageFeaturedDescription?: Maybe;\n PageImageUrl?: Maybe;\n PageIsSearchable?: Maybe;\n PageNavigationTitle?: Maybe;\n ParentLink?: Maybe;\n PerCustomer?: Maybe;\n PerOrderForm?: Maybe;\n PerPromotion?: Maybe;\n RelativePath?: Maybe;\n RouteSegment?: Maybe;\n Saved?: Maybe;\n Shortcut?: Maybe;\n SiteId?: Maybe;\n StartPublish?: Maybe;\n Status?: Maybe;\n StopPublish?: Maybe;\n Url?: Maybe;\n /** @deprecated Use `_link` field instead */\n _children?: Maybe;\n _deleted?: Maybe;\n _fulltext?: Maybe>>;\n _id?: Maybe;\n _link?: Maybe;\n _modified?: Maybe;\n _score?: Maybe;\n};\n\n\nexport type RedemptionLimitsDataNameArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type RedemptionLimitsData_FulltextArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type RedemptionLimitsData_LinkArgs = {\n type?: InputMaybe;\n};\n\nexport type RedemptionLimitsDataAutocomplete = {\n __typename?: 'RedemptionLimitsDataAutocomplete';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n ExistingLanguages?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n Status?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type RedemptionLimitsDataAutocompleteAncestorsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type RedemptionLimitsDataAutocompleteContentTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type RedemptionLimitsDataAutocompletePageFeaturedDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type RedemptionLimitsDataAutocompletePageImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type RedemptionLimitsDataAutocompletePageNavigationTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type RedemptionLimitsDataAutocompleteRelativePathArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type RedemptionLimitsDataAutocompleteRouteSegmentArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type RedemptionLimitsDataAutocompleteShortcutArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type RedemptionLimitsDataAutocompleteSiteIdArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type RedemptionLimitsDataAutocompleteStatusArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type RedemptionLimitsDataAutocompleteUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type RedemptionLimitsDataFacet = {\n __typename?: 'RedemptionLimitsDataFacet';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n Changed?: Maybe>>;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe>>;\n ExistingLanguages?: Maybe;\n IsCommonDraft?: Maybe>>;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe>>;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageIsSearchable?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n PerCustomer?: Maybe>>;\n PerOrderForm?: Maybe>>;\n PerPromotion?: Maybe>>;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Saved?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n StartPublish?: Maybe>>;\n Status?: Maybe>>;\n StopPublish?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type RedemptionLimitsDataFacetAncestorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type RedemptionLimitsDataFacetChangedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type RedemptionLimitsDataFacetContentTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type RedemptionLimitsDataFacetCreatedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type RedemptionLimitsDataFacetIsCommonDraftArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type RedemptionLimitsDataFacetNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type RedemptionLimitsDataFacetPageFeaturedDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type RedemptionLimitsDataFacetPageImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type RedemptionLimitsDataFacetPageIsSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type RedemptionLimitsDataFacetPageNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type RedemptionLimitsDataFacetPerCustomerArgs = {\n filters?: InputMaybe>;\n limit?: InputMaybe;\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n ranges?: InputMaybe>>;\n};\n\n\nexport type RedemptionLimitsDataFacetPerOrderFormArgs = {\n filters?: InputMaybe>;\n limit?: InputMaybe;\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n ranges?: InputMaybe>>;\n};\n\n\nexport type RedemptionLimitsDataFacetPerPromotionArgs = {\n filters?: InputMaybe>;\n limit?: InputMaybe;\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n ranges?: InputMaybe>>;\n};\n\n\nexport type RedemptionLimitsDataFacetRelativePathArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type RedemptionLimitsDataFacetRouteSegmentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type RedemptionLimitsDataFacetSavedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type RedemptionLimitsDataFacetShortcutArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type RedemptionLimitsDataFacetSiteIdArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type RedemptionLimitsDataFacetStartPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type RedemptionLimitsDataFacetStatusArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type RedemptionLimitsDataFacetStopPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type RedemptionLimitsDataFacetUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type RedemptionLimitsDataOrderByInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n PerCustomer?: InputMaybe;\n PerOrderForm?: InputMaybe;\n PerPromotion?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n _minimumScore?: InputMaybe;\n _modified?: InputMaybe;\n _ranking?: InputMaybe;\n _semanticWeight?: InputMaybe;\n};\n\nexport type RedemptionLimitsDataOutput = {\n __typename?: 'RedemptionLimitsDataOutput';\n autocomplete?: Maybe;\n cursor?: Maybe;\n facets?: Maybe;\n items?: Maybe>>;\n total?: Maybe;\n};\n\n\nexport type RedemptionLimitsDataOutputTotalArgs = {\n all?: InputMaybe;\n};\n\nexport type RedemptionLimitsDataWhereInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n PerCustomer?: InputMaybe;\n PerOrderForm?: InputMaybe;\n PerPromotion?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n _and?: InputMaybe>>;\n _fulltext?: InputMaybe;\n _modified?: InputMaybe;\n _not?: InputMaybe>>;\n _or?: InputMaybe>>;\n};\n\n/** Shows related courses that are added manually or generated dynamically. */\nexport type RelatedCoursesBlock = IContent & IData & {\n __typename?: 'RelatedCoursesBlock';\n Ancestors?: Maybe>>;\n Category?: Maybe>>;\n Changed?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n /** If not empty, the courses will be retrieved dynamically. */\n CourseCategory?: Maybe;\n /** Add one or more courses that will be displayed on the page. */\n Courses?: Maybe>>;\n Created?: Maybe;\n Description?: Maybe;\n ExistingLanguages?: Maybe>>;\n /** Use {0} for the course name when the Course Category is selected. */\n Heading?: Maybe;\n IsCommonDraft?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe;\n PageFeaturedDescription?: Maybe;\n PageImageUrl?: Maybe;\n PageIsSearchable?: Maybe;\n PageNavigationTitle?: Maybe;\n ParentLink?: Maybe;\n RelativePath?: Maybe;\n RouteSegment?: Maybe;\n Saved?: Maybe;\n Shortcut?: Maybe;\n SiteId?: Maybe;\n StartPublish?: Maybe;\n Status?: Maybe;\n StopPublish?: Maybe;\n /** Used when Course Category is not empty. */\n TotalItems?: Maybe;\n Url?: Maybe;\n /** @deprecated Use `_link` field instead */\n _children?: Maybe;\n _deleted?: Maybe;\n _fulltext?: Maybe>>;\n _id?: Maybe;\n _link?: Maybe;\n _modified?: Maybe;\n _score?: Maybe;\n};\n\n\n/** Shows related courses that are added manually or generated dynamically. */\nexport type RelatedCoursesBlockCoursesArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Shows related courses that are added manually or generated dynamically. */\nexport type RelatedCoursesBlockDescriptionArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Shows related courses that are added manually or generated dynamically. */\nexport type RelatedCoursesBlockHeadingArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Shows related courses that are added manually or generated dynamically. */\nexport type RelatedCoursesBlockNameArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Shows related courses that are added manually or generated dynamically. */\nexport type RelatedCoursesBlock_FulltextArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Shows related courses that are added manually or generated dynamically. */\nexport type RelatedCoursesBlock_LinkArgs = {\n type?: InputMaybe;\n};\n\nexport type RelatedCoursesBlockAutocomplete = {\n __typename?: 'RelatedCoursesBlockAutocomplete';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n CourseCategory?: Maybe;\n ExistingLanguages?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n Status?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type RelatedCoursesBlockAutocompleteAncestorsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type RelatedCoursesBlockAutocompleteContentTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type RelatedCoursesBlockAutocompletePageFeaturedDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type RelatedCoursesBlockAutocompletePageImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type RelatedCoursesBlockAutocompletePageNavigationTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type RelatedCoursesBlockAutocompleteRelativePathArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type RelatedCoursesBlockAutocompleteRouteSegmentArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type RelatedCoursesBlockAutocompleteShortcutArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type RelatedCoursesBlockAutocompleteSiteIdArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type RelatedCoursesBlockAutocompleteStatusArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type RelatedCoursesBlockAutocompleteUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type RelatedCoursesBlockFacet = {\n __typename?: 'RelatedCoursesBlockFacet';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n Changed?: Maybe>>;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n CourseCategory?: Maybe;\n Courses?: Maybe;\n Created?: Maybe>>;\n Description?: Maybe>>;\n ExistingLanguages?: Maybe;\n Heading?: Maybe>>;\n IsCommonDraft?: Maybe>>;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe>>;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageIsSearchable?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Saved?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n StartPublish?: Maybe>>;\n Status?: Maybe>>;\n StopPublish?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type RelatedCoursesBlockFacetAncestorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type RelatedCoursesBlockFacetChangedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type RelatedCoursesBlockFacetContentTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type RelatedCoursesBlockFacetCreatedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type RelatedCoursesBlockFacetDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type RelatedCoursesBlockFacetHeadingArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type RelatedCoursesBlockFacetIsCommonDraftArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type RelatedCoursesBlockFacetNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type RelatedCoursesBlockFacetPageFeaturedDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type RelatedCoursesBlockFacetPageImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type RelatedCoursesBlockFacetPageIsSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type RelatedCoursesBlockFacetPageNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type RelatedCoursesBlockFacetRelativePathArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type RelatedCoursesBlockFacetRouteSegmentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type RelatedCoursesBlockFacetSavedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type RelatedCoursesBlockFacetShortcutArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type RelatedCoursesBlockFacetSiteIdArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type RelatedCoursesBlockFacetStartPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type RelatedCoursesBlockFacetStatusArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type RelatedCoursesBlockFacetStopPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type RelatedCoursesBlockFacetUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type RelatedCoursesBlockOrderByInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n CourseCategory?: InputMaybe;\n Courses?: InputMaybe;\n Created?: InputMaybe;\n Description?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n Heading?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n _minimumScore?: InputMaybe;\n _modified?: InputMaybe;\n _ranking?: InputMaybe;\n _semanticWeight?: InputMaybe;\n};\n\nexport type RelatedCoursesBlockOutput = {\n __typename?: 'RelatedCoursesBlockOutput';\n autocomplete?: Maybe;\n cursor?: Maybe;\n facets?: Maybe;\n items?: Maybe>>;\n total?: Maybe;\n};\n\n\nexport type RelatedCoursesBlockOutputTotalArgs = {\n all?: InputMaybe;\n};\n\nexport type RelatedCoursesBlockWhereInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n CourseCategory?: InputMaybe;\n Courses?: InputMaybe;\n Created?: InputMaybe;\n Description?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n Heading?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n _and?: InputMaybe>>;\n _fulltext?: InputMaybe;\n _modified?: InputMaybe;\n _not?: InputMaybe>>;\n _or?: InputMaybe>>;\n};\n\n/** Displays a list of blogs and news. Content can be added manually or loaded dynamically by Topic tag. */\nexport type RelatedNewsSliderBlock = IContent & IData & {\n __typename?: 'RelatedNewsSliderBlock';\n Ancestors?: Maybe>>;\n Category?: Maybe>>;\n Changed?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe;\n ExistingLanguages?: Maybe>>;\n Heading?: Maybe;\n IsCommonDraft?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe;\n PageFeaturedDescription?: Maybe;\n PageImageUrl?: Maybe;\n PageIsSearchable?: Maybe;\n PageNavigationTitle?: Maybe;\n ParentLink?: Maybe;\n RelativePath?: Maybe;\n RouteSegment?: Maybe;\n Saved?: Maybe;\n Shortcut?: Maybe;\n SiteId?: Maybe;\n StartPublish?: Maybe;\n Status?: Maybe;\n StopPublish?: Maybe;\n Url?: Maybe;\n /** @deprecated Use `_link` field instead */\n _children?: Maybe;\n _deleted?: Maybe;\n _fulltext?: Maybe>>;\n _id?: Maybe;\n _link?: Maybe;\n _modified?: Maybe;\n _score?: Maybe;\n};\n\n\n/** Displays a list of blogs and news. Content can be added manually or loaded dynamically by Topic tag. */\nexport type RelatedNewsSliderBlockHeadingArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Displays a list of blogs and news. Content can be added manually or loaded dynamically by Topic tag. */\nexport type RelatedNewsSliderBlockNameArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Displays a list of blogs and news. Content can be added manually or loaded dynamically by Topic tag. */\nexport type RelatedNewsSliderBlock_FulltextArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Displays a list of blogs and news. Content can be added manually or loaded dynamically by Topic tag. */\nexport type RelatedNewsSliderBlock_LinkArgs = {\n type?: InputMaybe;\n};\n\nexport type RelatedNewsSliderBlockAutocomplete = {\n __typename?: 'RelatedNewsSliderBlockAutocomplete';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n ExistingLanguages?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n Status?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type RelatedNewsSliderBlockAutocompleteAncestorsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type RelatedNewsSliderBlockAutocompleteContentTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type RelatedNewsSliderBlockAutocompletePageFeaturedDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type RelatedNewsSliderBlockAutocompletePageImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type RelatedNewsSliderBlockAutocompletePageNavigationTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type RelatedNewsSliderBlockAutocompleteRelativePathArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type RelatedNewsSliderBlockAutocompleteRouteSegmentArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type RelatedNewsSliderBlockAutocompleteShortcutArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type RelatedNewsSliderBlockAutocompleteSiteIdArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type RelatedNewsSliderBlockAutocompleteStatusArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type RelatedNewsSliderBlockAutocompleteUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type RelatedNewsSliderBlockFacet = {\n __typename?: 'RelatedNewsSliderBlockFacet';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n Changed?: Maybe>>;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe>>;\n ExistingLanguages?: Maybe;\n Heading?: Maybe>>;\n IsCommonDraft?: Maybe>>;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe>>;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageIsSearchable?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Saved?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n StartPublish?: Maybe>>;\n Status?: Maybe>>;\n StopPublish?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type RelatedNewsSliderBlockFacetAncestorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type RelatedNewsSliderBlockFacetChangedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type RelatedNewsSliderBlockFacetContentTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type RelatedNewsSliderBlockFacetCreatedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type RelatedNewsSliderBlockFacetHeadingArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type RelatedNewsSliderBlockFacetIsCommonDraftArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type RelatedNewsSliderBlockFacetNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type RelatedNewsSliderBlockFacetPageFeaturedDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type RelatedNewsSliderBlockFacetPageImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type RelatedNewsSliderBlockFacetPageIsSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type RelatedNewsSliderBlockFacetPageNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type RelatedNewsSliderBlockFacetRelativePathArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type RelatedNewsSliderBlockFacetRouteSegmentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type RelatedNewsSliderBlockFacetSavedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type RelatedNewsSliderBlockFacetShortcutArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type RelatedNewsSliderBlockFacetSiteIdArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type RelatedNewsSliderBlockFacetStartPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type RelatedNewsSliderBlockFacetStatusArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type RelatedNewsSliderBlockFacetStopPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type RelatedNewsSliderBlockFacetUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type RelatedNewsSliderBlockOrderByInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n Heading?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n _minimumScore?: InputMaybe;\n _modified?: InputMaybe;\n _ranking?: InputMaybe;\n _semanticWeight?: InputMaybe;\n};\n\nexport type RelatedNewsSliderBlockOutput = {\n __typename?: 'RelatedNewsSliderBlockOutput';\n autocomplete?: Maybe;\n cursor?: Maybe;\n facets?: Maybe;\n items?: Maybe>>;\n total?: Maybe;\n};\n\n\nexport type RelatedNewsSliderBlockOutputTotalArgs = {\n all?: InputMaybe;\n};\n\nexport type RelatedNewsSliderBlockWhereInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n Heading?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n _and?: InputMaybe>>;\n _fulltext?: InputMaybe;\n _modified?: InputMaybe;\n _not?: InputMaybe>>;\n _or?: InputMaybe>>;\n};\n\n/** Displays related Offices and Services pages in card format. */\nexport type RelatedOfficesSliderBlock = IContent & IData & {\n __typename?: 'RelatedOfficesSliderBlock';\n Ancestors?: Maybe>>;\n Category?: Maybe>>;\n Changed?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe;\n ExistingLanguages?: Maybe>>;\n Heading?: Maybe;\n IsCommonDraft?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe;\n /** Pages inserted here must have an Office and Services Image to display it as a card. */\n OfficesList?: Maybe>>;\n PageFeaturedDescription?: Maybe;\n PageImageUrl?: Maybe;\n PageIsSearchable?: Maybe;\n PageNavigationTitle?: Maybe;\n ParentLink?: Maybe;\n RelativePath?: Maybe;\n RouteSegment?: Maybe;\n Saved?: Maybe;\n Shortcut?: Maybe;\n SiteId?: Maybe;\n StartPublish?: Maybe;\n Status?: Maybe;\n StopPublish?: Maybe;\n Url?: Maybe;\n /** @deprecated Use `_link` field instead */\n _children?: Maybe;\n _deleted?: Maybe;\n _fulltext?: Maybe>>;\n _id?: Maybe;\n _link?: Maybe;\n _modified?: Maybe;\n _score?: Maybe;\n};\n\n\n/** Displays related Offices and Services pages in card format. */\nexport type RelatedOfficesSliderBlockHeadingArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Displays related Offices and Services pages in card format. */\nexport type RelatedOfficesSliderBlockNameArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Displays related Offices and Services pages in card format. */\nexport type RelatedOfficesSliderBlockOfficesListArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Displays related Offices and Services pages in card format. */\nexport type RelatedOfficesSliderBlock_FulltextArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Displays related Offices and Services pages in card format. */\nexport type RelatedOfficesSliderBlock_LinkArgs = {\n type?: InputMaybe;\n};\n\nexport type RelatedOfficesSliderBlockAutocomplete = {\n __typename?: 'RelatedOfficesSliderBlockAutocomplete';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n ExistingLanguages?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n Status?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type RelatedOfficesSliderBlockAutocompleteAncestorsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type RelatedOfficesSliderBlockAutocompleteContentTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type RelatedOfficesSliderBlockAutocompletePageFeaturedDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type RelatedOfficesSliderBlockAutocompletePageImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type RelatedOfficesSliderBlockAutocompletePageNavigationTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type RelatedOfficesSliderBlockAutocompleteRelativePathArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type RelatedOfficesSliderBlockAutocompleteRouteSegmentArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type RelatedOfficesSliderBlockAutocompleteShortcutArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type RelatedOfficesSliderBlockAutocompleteSiteIdArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type RelatedOfficesSliderBlockAutocompleteStatusArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type RelatedOfficesSliderBlockAutocompleteUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type RelatedOfficesSliderBlockFacet = {\n __typename?: 'RelatedOfficesSliderBlockFacet';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n Changed?: Maybe>>;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe>>;\n ExistingLanguages?: Maybe;\n Heading?: Maybe>>;\n IsCommonDraft?: Maybe>>;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe>>;\n OfficesList?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageIsSearchable?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Saved?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n StartPublish?: Maybe>>;\n Status?: Maybe>>;\n StopPublish?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type RelatedOfficesSliderBlockFacetAncestorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type RelatedOfficesSliderBlockFacetChangedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type RelatedOfficesSliderBlockFacetContentTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type RelatedOfficesSliderBlockFacetCreatedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type RelatedOfficesSliderBlockFacetHeadingArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type RelatedOfficesSliderBlockFacetIsCommonDraftArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type RelatedOfficesSliderBlockFacetNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type RelatedOfficesSliderBlockFacetPageFeaturedDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type RelatedOfficesSliderBlockFacetPageImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type RelatedOfficesSliderBlockFacetPageIsSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type RelatedOfficesSliderBlockFacetPageNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type RelatedOfficesSliderBlockFacetRelativePathArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type RelatedOfficesSliderBlockFacetRouteSegmentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type RelatedOfficesSliderBlockFacetSavedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type RelatedOfficesSliderBlockFacetShortcutArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type RelatedOfficesSliderBlockFacetSiteIdArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type RelatedOfficesSliderBlockFacetStartPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type RelatedOfficesSliderBlockFacetStatusArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type RelatedOfficesSliderBlockFacetStopPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type RelatedOfficesSliderBlockFacetUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type RelatedOfficesSliderBlockOrderByInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n Heading?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n OfficesList?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n _minimumScore?: InputMaybe;\n _modified?: InputMaybe;\n _ranking?: InputMaybe;\n _semanticWeight?: InputMaybe;\n};\n\nexport type RelatedOfficesSliderBlockOutput = {\n __typename?: 'RelatedOfficesSliderBlockOutput';\n autocomplete?: Maybe;\n cursor?: Maybe;\n facets?: Maybe;\n items?: Maybe>>;\n total?: Maybe;\n};\n\n\nexport type RelatedOfficesSliderBlockOutputTotalArgs = {\n all?: InputMaybe;\n};\n\nexport type RelatedOfficesSliderBlockWhereInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n Heading?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n OfficesList?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n _and?: InputMaybe>>;\n _fulltext?: InputMaybe;\n _modified?: InputMaybe;\n _not?: InputMaybe>>;\n _or?: InputMaybe>>;\n};\n\n/** Displays related Resource Detail pages in card format. */\nexport type RelatedResourcesSliderBlock = IContent & IData & {\n __typename?: 'RelatedResourcesSliderBlock';\n Ancestors?: Maybe>>;\n Category?: Maybe>>;\n Changed?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe;\n ExistingLanguages?: Maybe>>;\n Heading?: Maybe;\n IsCommonDraft?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe;\n PageFeaturedDescription?: Maybe;\n PageImageUrl?: Maybe;\n PageIsSearchable?: Maybe;\n PageNavigationTitle?: Maybe;\n ParentLink?: Maybe;\n RelativePath?: Maybe;\n ResourcesList?: Maybe>>;\n RouteSegment?: Maybe;\n Saved?: Maybe;\n Shortcut?: Maybe;\n SiteId?: Maybe;\n StartPublish?: Maybe;\n Status?: Maybe;\n StopPublish?: Maybe;\n Url?: Maybe;\n /** @deprecated Use `_link` field instead */\n _children?: Maybe;\n _deleted?: Maybe;\n _fulltext?: Maybe>>;\n _id?: Maybe;\n _link?: Maybe;\n _modified?: Maybe;\n _score?: Maybe;\n};\n\n\n/** Displays related Resource Detail pages in card format. */\nexport type RelatedResourcesSliderBlockHeadingArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Displays related Resource Detail pages in card format. */\nexport type RelatedResourcesSliderBlockNameArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Displays related Resource Detail pages in card format. */\nexport type RelatedResourcesSliderBlockResourcesListArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Displays related Resource Detail pages in card format. */\nexport type RelatedResourcesSliderBlock_FulltextArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Displays related Resource Detail pages in card format. */\nexport type RelatedResourcesSliderBlock_LinkArgs = {\n type?: InputMaybe;\n};\n\nexport type RelatedResourcesSliderBlockAutocomplete = {\n __typename?: 'RelatedResourcesSliderBlockAutocomplete';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n ExistingLanguages?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n Status?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type RelatedResourcesSliderBlockAutocompleteAncestorsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type RelatedResourcesSliderBlockAutocompleteContentTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type RelatedResourcesSliderBlockAutocompletePageFeaturedDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type RelatedResourcesSliderBlockAutocompletePageImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type RelatedResourcesSliderBlockAutocompletePageNavigationTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type RelatedResourcesSliderBlockAutocompleteRelativePathArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type RelatedResourcesSliderBlockAutocompleteRouteSegmentArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type RelatedResourcesSliderBlockAutocompleteShortcutArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type RelatedResourcesSliderBlockAutocompleteSiteIdArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type RelatedResourcesSliderBlockAutocompleteStatusArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type RelatedResourcesSliderBlockAutocompleteUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type RelatedResourcesSliderBlockFacet = {\n __typename?: 'RelatedResourcesSliderBlockFacet';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n Changed?: Maybe>>;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe>>;\n ExistingLanguages?: Maybe;\n Heading?: Maybe>>;\n IsCommonDraft?: Maybe>>;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe>>;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageIsSearchable?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n ResourcesList?: Maybe;\n RouteSegment?: Maybe>>;\n Saved?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n StartPublish?: Maybe>>;\n Status?: Maybe>>;\n StopPublish?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type RelatedResourcesSliderBlockFacetAncestorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type RelatedResourcesSliderBlockFacetChangedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type RelatedResourcesSliderBlockFacetContentTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type RelatedResourcesSliderBlockFacetCreatedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type RelatedResourcesSliderBlockFacetHeadingArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type RelatedResourcesSliderBlockFacetIsCommonDraftArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type RelatedResourcesSliderBlockFacetNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type RelatedResourcesSliderBlockFacetPageFeaturedDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type RelatedResourcesSliderBlockFacetPageImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type RelatedResourcesSliderBlockFacetPageIsSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type RelatedResourcesSliderBlockFacetPageNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type RelatedResourcesSliderBlockFacetRelativePathArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type RelatedResourcesSliderBlockFacetRouteSegmentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type RelatedResourcesSliderBlockFacetSavedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type RelatedResourcesSliderBlockFacetShortcutArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type RelatedResourcesSliderBlockFacetSiteIdArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type RelatedResourcesSliderBlockFacetStartPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type RelatedResourcesSliderBlockFacetStatusArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type RelatedResourcesSliderBlockFacetStopPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type RelatedResourcesSliderBlockFacetUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type RelatedResourcesSliderBlockOrderByInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n Heading?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n ResourcesList?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n _minimumScore?: InputMaybe;\n _modified?: InputMaybe;\n _ranking?: InputMaybe;\n _semanticWeight?: InputMaybe;\n};\n\nexport type RelatedResourcesSliderBlockOutput = {\n __typename?: 'RelatedResourcesSliderBlockOutput';\n autocomplete?: Maybe;\n cursor?: Maybe;\n facets?: Maybe;\n items?: Maybe>>;\n total?: Maybe;\n};\n\n\nexport type RelatedResourcesSliderBlockOutputTotalArgs = {\n all?: InputMaybe;\n};\n\nexport type RelatedResourcesSliderBlockWhereInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n Heading?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n ResourcesList?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n _and?: InputMaybe>>;\n _fulltext?: InputMaybe;\n _modified?: InputMaybe;\n _not?: InputMaybe>>;\n _or?: InputMaybe>>;\n};\n\nexport type Relations = IContent & IData & {\n __typename?: 'Relations';\n Ancestors?: Maybe>>;\n Category?: Maybe>>;\n Changed?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe;\n ExistingLanguages?: Maybe>>;\n IsCommonDraft?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe;\n PageFeaturedDescription?: Maybe;\n PageImageUrl?: Maybe;\n PageIsSearchable?: Maybe;\n PageNavigationTitle?: Maybe;\n ParentLink?: Maybe;\n RelativePath?: Maybe;\n RouteSegment?: Maybe;\n Saved?: Maybe;\n Shortcut?: Maybe;\n SiteId?: Maybe;\n StartPublish?: Maybe;\n Status?: Maybe;\n StopPublish?: Maybe;\n Url?: Maybe;\n /** @deprecated Use `_link` field instead */\n _children?: Maybe;\n _deleted?: Maybe;\n _fulltext?: Maybe>>;\n _id?: Maybe;\n _link?: Maybe;\n _modified?: Maybe;\n _score?: Maybe;\n};\n\n\nexport type RelationsNameArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type Relations_FulltextArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type Relations_LinkArgs = {\n type?: InputMaybe;\n};\n\nexport type RelationsAutocomplete = {\n __typename?: 'RelationsAutocomplete';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n ExistingLanguages?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n Status?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type RelationsAutocompleteAncestorsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type RelationsAutocompleteContentTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type RelationsAutocompletePageFeaturedDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type RelationsAutocompletePageImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type RelationsAutocompletePageNavigationTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type RelationsAutocompleteRelativePathArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type RelationsAutocompleteRouteSegmentArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type RelationsAutocompleteShortcutArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type RelationsAutocompleteSiteIdArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type RelationsAutocompleteStatusArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type RelationsAutocompleteUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type RelationsFacet = {\n __typename?: 'RelationsFacet';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n Changed?: Maybe>>;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe>>;\n ExistingLanguages?: Maybe;\n IsCommonDraft?: Maybe>>;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe>>;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageIsSearchable?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Saved?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n StartPublish?: Maybe>>;\n Status?: Maybe>>;\n StopPublish?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type RelationsFacetAncestorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type RelationsFacetChangedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type RelationsFacetContentTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type RelationsFacetCreatedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type RelationsFacetIsCommonDraftArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type RelationsFacetNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type RelationsFacetPageFeaturedDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type RelationsFacetPageImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type RelationsFacetPageIsSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type RelationsFacetPageNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type RelationsFacetRelativePathArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type RelationsFacetRouteSegmentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type RelationsFacetSavedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type RelationsFacetShortcutArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type RelationsFacetSiteIdArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type RelationsFacetStartPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type RelationsFacetStatusArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type RelationsFacetStopPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type RelationsFacetUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type RelationsOrderByInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n _minimumScore?: InputMaybe;\n _modified?: InputMaybe;\n _ranking?: InputMaybe;\n _semanticWeight?: InputMaybe;\n};\n\nexport type RelationsOutput = {\n __typename?: 'RelationsOutput';\n autocomplete?: Maybe;\n cursor?: Maybe;\n facets?: Maybe;\n items?: Maybe>>;\n total?: Maybe;\n};\n\n\nexport type RelationsOutputTotalArgs = {\n all?: InputMaybe;\n};\n\nexport type RelationsWhereInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n _and?: InputMaybe>>;\n _fulltext?: InputMaybe;\n _modified?: InputMaybe;\n _not?: InputMaybe>>;\n _or?: InputMaybe>>;\n};\n\nexport type ReportingMediaData = IContent & IData & {\n __typename?: 'ReportingMediaData';\n Ancestors?: Maybe>>;\n Category?: Maybe>>;\n Changed?: Maybe;\n Content?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe;\n ExistingLanguages?: Maybe>>;\n IsCommonDraft?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n MimeType?: Maybe;\n Name?: Maybe;\n PageFeaturedDescription?: Maybe;\n PageImageUrl?: Maybe;\n PageIsSearchable?: Maybe;\n PageNavigationTitle?: Maybe;\n ParentLink?: Maybe;\n RelativePath?: Maybe;\n RouteSegment?: Maybe;\n Saved?: Maybe;\n Shortcut?: Maybe;\n SiteId?: Maybe;\n StartPublish?: Maybe;\n Status?: Maybe;\n StopPublish?: Maybe;\n Thumbnail?: Maybe;\n Url?: Maybe;\n /** @deprecated Use `_link` field instead */\n _children?: Maybe;\n _deleted?: Maybe;\n _fulltext?: Maybe>>;\n _id?: Maybe;\n _link?: Maybe;\n _modified?: Maybe;\n _score?: Maybe;\n};\n\n\nexport type ReportingMediaDataContentArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type ReportingMediaDataNameArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type ReportingMediaData_FulltextArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type ReportingMediaData_LinkArgs = {\n type?: InputMaybe;\n};\n\nexport type ReportingMediaDataAutocomplete = {\n __typename?: 'ReportingMediaDataAutocomplete';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n ExistingLanguages?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n MimeType?: Maybe>>;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n Status?: Maybe>>;\n Thumbnail?: Maybe;\n Url?: Maybe>>;\n};\n\n\nexport type ReportingMediaDataAutocompleteAncestorsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ReportingMediaDataAutocompleteContentTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ReportingMediaDataAutocompleteMimeTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ReportingMediaDataAutocompletePageFeaturedDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ReportingMediaDataAutocompletePageImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ReportingMediaDataAutocompletePageNavigationTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ReportingMediaDataAutocompleteRelativePathArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ReportingMediaDataAutocompleteRouteSegmentArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ReportingMediaDataAutocompleteShortcutArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ReportingMediaDataAutocompleteSiteIdArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ReportingMediaDataAutocompleteStatusArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ReportingMediaDataAutocompleteUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type ReportingMediaDataFacet = {\n __typename?: 'ReportingMediaDataFacet';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n Changed?: Maybe>>;\n Content?: Maybe>>;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe>>;\n ExistingLanguages?: Maybe;\n IsCommonDraft?: Maybe>>;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n MimeType?: Maybe>>;\n Name?: Maybe>>;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageIsSearchable?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Saved?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n StartPublish?: Maybe>>;\n Status?: Maybe>>;\n StopPublish?: Maybe>>;\n Thumbnail?: Maybe;\n Url?: Maybe>>;\n};\n\n\nexport type ReportingMediaDataFacetAncestorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ReportingMediaDataFacetChangedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type ReportingMediaDataFacetContentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ReportingMediaDataFacetContentTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ReportingMediaDataFacetCreatedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type ReportingMediaDataFacetIsCommonDraftArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ReportingMediaDataFacetMimeTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ReportingMediaDataFacetNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ReportingMediaDataFacetPageFeaturedDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ReportingMediaDataFacetPageImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ReportingMediaDataFacetPageIsSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ReportingMediaDataFacetPageNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ReportingMediaDataFacetRelativePathArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ReportingMediaDataFacetRouteSegmentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ReportingMediaDataFacetSavedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type ReportingMediaDataFacetShortcutArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ReportingMediaDataFacetSiteIdArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ReportingMediaDataFacetStartPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type ReportingMediaDataFacetStatusArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ReportingMediaDataFacetStopPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type ReportingMediaDataFacetUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type ReportingMediaDataOrderByInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n Content?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n MimeType?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Thumbnail?: InputMaybe;\n Url?: InputMaybe;\n _minimumScore?: InputMaybe;\n _modified?: InputMaybe;\n _ranking?: InputMaybe;\n _semanticWeight?: InputMaybe;\n};\n\nexport type ReportingMediaDataOutput = {\n __typename?: 'ReportingMediaDataOutput';\n autocomplete?: Maybe;\n cursor?: Maybe;\n facets?: Maybe;\n items?: Maybe>>;\n total?: Maybe;\n};\n\n\nexport type ReportingMediaDataOutputTotalArgs = {\n all?: InputMaybe;\n};\n\nexport type ReportingMediaDataWhereInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n Content?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n MimeType?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Thumbnail?: InputMaybe;\n Url?: InputMaybe;\n _and?: InputMaybe>>;\n _fulltext?: InputMaybe;\n _modified?: InputMaybe;\n _not?: InputMaybe>>;\n _or?: InputMaybe>>;\n};\n\nexport type ResetButtonElementBlock = IContent & IData & {\n __typename?: 'ResetButtonElementBlock';\n Ancestors?: Maybe>>;\n Category?: Maybe>>;\n Changed?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe;\n Description?: Maybe;\n ExistingLanguages?: Maybe>>;\n IsCommonDraft?: Maybe;\n Label?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe;\n PageFeaturedDescription?: Maybe;\n PageImageUrl?: Maybe;\n PageIsSearchable?: Maybe;\n PageNavigationTitle?: Maybe;\n ParentLink?: Maybe;\n RelativePath?: Maybe;\n RouteSegment?: Maybe;\n Saved?: Maybe;\n Shortcut?: Maybe;\n SiteId?: Maybe;\n StartPublish?: Maybe;\n Status?: Maybe;\n StopPublish?: Maybe;\n Url?: Maybe;\n /** @deprecated Use `_link` field instead */\n _children?: Maybe;\n _deleted?: Maybe;\n _fulltext?: Maybe>>;\n _id?: Maybe;\n _link?: Maybe;\n _modified?: Maybe;\n _score?: Maybe;\n};\n\n\nexport type ResetButtonElementBlockDescriptionArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type ResetButtonElementBlockLabelArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type ResetButtonElementBlockNameArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type ResetButtonElementBlock_FulltextArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type ResetButtonElementBlock_LinkArgs = {\n type?: InputMaybe;\n};\n\nexport type ResetButtonElementBlockAutocomplete = {\n __typename?: 'ResetButtonElementBlockAutocomplete';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n ExistingLanguages?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n Status?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type ResetButtonElementBlockAutocompleteAncestorsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ResetButtonElementBlockAutocompleteContentTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ResetButtonElementBlockAutocompletePageFeaturedDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ResetButtonElementBlockAutocompletePageImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ResetButtonElementBlockAutocompletePageNavigationTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ResetButtonElementBlockAutocompleteRelativePathArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ResetButtonElementBlockAutocompleteRouteSegmentArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ResetButtonElementBlockAutocompleteShortcutArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ResetButtonElementBlockAutocompleteSiteIdArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ResetButtonElementBlockAutocompleteStatusArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ResetButtonElementBlockAutocompleteUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type ResetButtonElementBlockFacet = {\n __typename?: 'ResetButtonElementBlockFacet';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n Changed?: Maybe>>;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe>>;\n Description?: Maybe>>;\n ExistingLanguages?: Maybe;\n IsCommonDraft?: Maybe>>;\n Label?: Maybe>>;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe>>;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageIsSearchable?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Saved?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n StartPublish?: Maybe>>;\n Status?: Maybe>>;\n StopPublish?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type ResetButtonElementBlockFacetAncestorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ResetButtonElementBlockFacetChangedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type ResetButtonElementBlockFacetContentTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ResetButtonElementBlockFacetCreatedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type ResetButtonElementBlockFacetDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ResetButtonElementBlockFacetIsCommonDraftArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ResetButtonElementBlockFacetLabelArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ResetButtonElementBlockFacetNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ResetButtonElementBlockFacetPageFeaturedDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ResetButtonElementBlockFacetPageImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ResetButtonElementBlockFacetPageIsSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ResetButtonElementBlockFacetPageNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ResetButtonElementBlockFacetRelativePathArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ResetButtonElementBlockFacetRouteSegmentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ResetButtonElementBlockFacetSavedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type ResetButtonElementBlockFacetShortcutArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ResetButtonElementBlockFacetSiteIdArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ResetButtonElementBlockFacetStartPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type ResetButtonElementBlockFacetStatusArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ResetButtonElementBlockFacetStopPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type ResetButtonElementBlockFacetUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type ResetButtonElementBlockOrderByInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n Description?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Label?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n _minimumScore?: InputMaybe;\n _modified?: InputMaybe;\n _ranking?: InputMaybe;\n _semanticWeight?: InputMaybe;\n};\n\nexport type ResetButtonElementBlockOutput = {\n __typename?: 'ResetButtonElementBlockOutput';\n autocomplete?: Maybe;\n cursor?: Maybe;\n facets?: Maybe;\n items?: Maybe>>;\n total?: Maybe;\n};\n\n\nexport type ResetButtonElementBlockOutputTotalArgs = {\n all?: InputMaybe;\n};\n\nexport type ResetButtonElementBlockWhereInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n Description?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Label?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n _and?: InputMaybe>>;\n _fulltext?: InputMaybe;\n _modified?: InputMaybe;\n _not?: InputMaybe>>;\n _or?: InputMaybe>>;\n};\n\nexport type ResetPasswordPage = IContent & IData & {\n __typename?: 'ResetPasswordPage';\n Ancestors?: Maybe>>;\n AreaOfStudyFacet?: Maybe;\n BreadcrumbsTitle?: Maybe;\n CampusLocationFacet?: Maybe;\n Category?: Maybe>>;\n Changed?: Maybe;\n CollegeOrSchoolFacet?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe;\n DegreesFacet?: Maybe;\n DepartmentFacet?: Maybe;\n DisableIndexing?: Maybe;\n /** This will determine whether or not to show on the sitemap */\n ExcludeFromSitemap?: Maybe;\n ExistingLanguages?: Maybe>>;\n FeaturedDescription?: Maybe;\n Headline?: Maybe;\n HideSiteFooter?: Maybe;\n HideSiteHeader?: Maybe;\n IsCommonDraft?: Maybe;\n IsFeaturedContent?: Maybe;\n Keywords?: Maybe;\n KeywordsFacet?: Maybe;\n Language?: Maybe;\n LocationFacet?: Maybe;\n MainContentArea?: Maybe>>;\n MasterLanguage?: Maybe;\n Name?: Maybe;\n NavigationTitle?: Maybe;\n /** The link and text will be used when the page is displayed as a card in other modules. By default, the link is the same as the actual page. */\n OverrideCardLink?: Maybe;\n PageFeaturedDescription?: Maybe;\n /** Image that will be used when the page is displayed as a card for Generic Pages. Recommended Image Size: 1536x1152 px (4:3 Aspect Ratio) */\n PageImage?: Maybe;\n PageImageUrl?: Maybe;\n PageIsSearchable?: Maybe;\n PageNavigationTitle?: Maybe;\n ParentLink?: Maybe;\n ProgramTypeFacet?: Maybe;\n RelativePath?: Maybe;\n RouteSegment?: Maybe;\n Saved?: Maybe;\n /** This will determine whether or not to show on search */\n Searchable?: Maybe;\n Shortcut?: Maybe;\n /** This will determine whether or not breadcrumb will be displayed */\n ShowBreadcrumbs?: Maybe;\n /** This will determine whether or not commerce header will be displayed */\n ShowCommerceHeader?: Maybe;\n SiteId?: Maybe;\n StartPublish?: Maybe;\n Status?: Maybe;\n StopPublish?: Maybe;\n TrackOdp?: Maybe;\n Url?: Maybe;\n /** @deprecated Use `_link` field instead */\n _children?: Maybe;\n _deleted?: Maybe;\n _fulltext?: Maybe>>;\n _id?: Maybe;\n _link?: Maybe;\n _modified?: Maybe;\n _score?: Maybe;\n};\n\n\nexport type ResetPasswordPageDisableIndexingArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type ResetPasswordPageExcludeFromSitemapArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type ResetPasswordPageHeadlineArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type ResetPasswordPageHideSiteFooterArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type ResetPasswordPageHideSiteHeaderArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type ResetPasswordPageIsFeaturedContentArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type ResetPasswordPageKeywordsArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type ResetPasswordPageMainContentAreaArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type ResetPasswordPageNameArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type ResetPasswordPageNavigationTitleArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type ResetPasswordPageSearchableArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type ResetPasswordPageShowBreadcrumbsArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type ResetPasswordPageShowCommerceHeaderArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type ResetPasswordPageTrackOdpArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type ResetPasswordPage_FulltextArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type ResetPasswordPage_LinkArgs = {\n type?: InputMaybe;\n};\n\nexport type ResetPasswordPageAutocomplete = {\n __typename?: 'ResetPasswordPageAutocomplete';\n Ancestors?: Maybe>>;\n AreaOfStudyFacet?: Maybe;\n CampusLocationFacet?: Maybe;\n Category?: Maybe;\n CollegeOrSchoolFacet?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n DegreesFacet?: Maybe;\n DepartmentFacet?: Maybe;\n ExistingLanguages?: Maybe;\n KeywordsFacet?: Maybe;\n Language?: Maybe;\n LocationFacet?: Maybe;\n MasterLanguage?: Maybe;\n OverrideCardLink?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImage?: Maybe;\n PageImageUrl?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n ProgramTypeFacet?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n Status?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type ResetPasswordPageAutocompleteAncestorsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ResetPasswordPageAutocompleteContentTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ResetPasswordPageAutocompletePageFeaturedDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ResetPasswordPageAutocompletePageImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ResetPasswordPageAutocompletePageNavigationTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ResetPasswordPageAutocompleteRelativePathArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ResetPasswordPageAutocompleteRouteSegmentArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ResetPasswordPageAutocompleteShortcutArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ResetPasswordPageAutocompleteSiteIdArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ResetPasswordPageAutocompleteStatusArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ResetPasswordPageAutocompleteUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type ResetPasswordPageFacet = {\n __typename?: 'ResetPasswordPageFacet';\n Ancestors?: Maybe>>;\n AreaOfStudyFacet?: Maybe;\n CampusLocationFacet?: Maybe;\n Category?: Maybe;\n Changed?: Maybe>>;\n CollegeOrSchoolFacet?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe>>;\n DegreesFacet?: Maybe;\n DepartmentFacet?: Maybe;\n DisableIndexing?: Maybe>>;\n ExcludeFromSitemap?: Maybe>>;\n ExistingLanguages?: Maybe;\n Headline?: Maybe>>;\n HideSiteFooter?: Maybe>>;\n HideSiteHeader?: Maybe>>;\n IsCommonDraft?: Maybe>>;\n IsFeaturedContent?: Maybe>>;\n Keywords?: Maybe>>;\n KeywordsFacet?: Maybe;\n Language?: Maybe;\n LocationFacet?: Maybe;\n MainContentArea?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe>>;\n NavigationTitle?: Maybe>>;\n OverrideCardLink?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImage?: Maybe;\n PageImageUrl?: Maybe>>;\n PageIsSearchable?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n ProgramTypeFacet?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Saved?: Maybe>>;\n Searchable?: Maybe>>;\n Shortcut?: Maybe>>;\n ShowBreadcrumbs?: Maybe>>;\n ShowCommerceHeader?: Maybe>>;\n SiteId?: Maybe>>;\n StartPublish?: Maybe>>;\n Status?: Maybe>>;\n StopPublish?: Maybe>>;\n TrackOdp?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type ResetPasswordPageFacetAncestorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ResetPasswordPageFacetChangedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type ResetPasswordPageFacetContentTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ResetPasswordPageFacetCreatedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type ResetPasswordPageFacetDisableIndexingArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ResetPasswordPageFacetExcludeFromSitemapArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ResetPasswordPageFacetHeadlineArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ResetPasswordPageFacetHideSiteFooterArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ResetPasswordPageFacetHideSiteHeaderArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ResetPasswordPageFacetIsCommonDraftArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ResetPasswordPageFacetIsFeaturedContentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ResetPasswordPageFacetKeywordsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ResetPasswordPageFacetNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ResetPasswordPageFacetNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ResetPasswordPageFacetPageFeaturedDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ResetPasswordPageFacetPageImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ResetPasswordPageFacetPageIsSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ResetPasswordPageFacetPageNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ResetPasswordPageFacetRelativePathArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ResetPasswordPageFacetRouteSegmentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ResetPasswordPageFacetSavedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type ResetPasswordPageFacetSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ResetPasswordPageFacetShortcutArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ResetPasswordPageFacetShowBreadcrumbsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ResetPasswordPageFacetShowCommerceHeaderArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ResetPasswordPageFacetSiteIdArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ResetPasswordPageFacetStartPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type ResetPasswordPageFacetStatusArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ResetPasswordPageFacetStopPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type ResetPasswordPageFacetTrackOdpArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ResetPasswordPageFacetUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type ResetPasswordPageOrderByInput = {\n Ancestors?: InputMaybe;\n AreaOfStudyFacet?: InputMaybe;\n CampusLocationFacet?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n CollegeOrSchoolFacet?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n DegreesFacet?: InputMaybe;\n DepartmentFacet?: InputMaybe;\n DisableIndexing?: InputMaybe;\n ExcludeFromSitemap?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n Headline?: InputMaybe;\n HideSiteFooter?: InputMaybe;\n HideSiteHeader?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n IsFeaturedContent?: InputMaybe;\n Keywords?: InputMaybe;\n KeywordsFacet?: InputMaybe;\n Language?: InputMaybe;\n LocationFacet?: InputMaybe;\n MainContentArea?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n NavigationTitle?: InputMaybe;\n OverrideCardLink?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImage?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n ProgramTypeFacet?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Searchable?: InputMaybe;\n Shortcut?: InputMaybe;\n ShowBreadcrumbs?: InputMaybe;\n ShowCommerceHeader?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n TrackOdp?: InputMaybe;\n Url?: InputMaybe;\n _minimumScore?: InputMaybe;\n _modified?: InputMaybe;\n _ranking?: InputMaybe;\n _semanticWeight?: InputMaybe;\n};\n\nexport type ResetPasswordPageOutput = {\n __typename?: 'ResetPasswordPageOutput';\n autocomplete?: Maybe;\n cursor?: Maybe;\n facets?: Maybe;\n items?: Maybe>>;\n total?: Maybe;\n};\n\n\nexport type ResetPasswordPageOutputTotalArgs = {\n all?: InputMaybe;\n};\n\nexport type ResetPasswordPageWhereInput = {\n Ancestors?: InputMaybe;\n AreaOfStudyFacet?: InputMaybe;\n CampusLocationFacet?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n CollegeOrSchoolFacet?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n DegreesFacet?: InputMaybe;\n DepartmentFacet?: InputMaybe;\n DisableIndexing?: InputMaybe;\n ExcludeFromSitemap?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n Headline?: InputMaybe;\n HideSiteFooter?: InputMaybe;\n HideSiteHeader?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n IsFeaturedContent?: InputMaybe;\n Keywords?: InputMaybe;\n KeywordsFacet?: InputMaybe;\n Language?: InputMaybe;\n LocationFacet?: InputMaybe;\n MainContentArea?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n NavigationTitle?: InputMaybe;\n OverrideCardLink?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImage?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n ProgramTypeFacet?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Searchable?: InputMaybe;\n Shortcut?: InputMaybe;\n ShowBreadcrumbs?: InputMaybe;\n ShowCommerceHeader?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n TrackOdp?: InputMaybe;\n Url?: InputMaybe;\n _and?: InputMaybe>>;\n _fulltext?: InputMaybe;\n _modified?: InputMaybe;\n _not?: InputMaybe>>;\n _or?: InputMaybe>>;\n};\n\nexport type ResourceDetailPage = IContent & IData & {\n __typename?: 'ResourceDetailPage';\n Ancestors?: Maybe>>;\n AreaOfStudyFacet?: Maybe;\n BreadcrumbsTitle?: Maybe;\n CampusLocationFacet?: Maybe;\n Category?: Maybe>>;\n Changed?: Maybe;\n CollegeOrSchoolFacet?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe;\n DegreesFacet?: Maybe;\n DepartmentFacet?: Maybe;\n DisableIndexing?: Maybe;\n /** This will determine whether or not to show on the sitemap */\n ExcludeFromSitemap?: Maybe;\n ExistingLanguages?: Maybe>>;\n FeaturedDescription?: Maybe;\n HideSiteFooter?: Maybe;\n HideSiteHeader?: Maybe;\n IsCommonDraft?: Maybe;\n IsFeaturedContent?: Maybe;\n Keywords?: Maybe;\n KeywordsFacet?: Maybe;\n Language?: Maybe;\n LeftModules?: Maybe>>;\n LocationFacet?: Maybe;\n MainContentArea?: Maybe>>;\n MasterLanguage?: Maybe;\n Name?: Maybe;\n NavigationTitle?: Maybe;\n /** The link and text will be used when the page is displayed as a card in other modules. By default, the link is the same as the actual page. */\n OverrideCardLink?: Maybe;\n PageFeaturedDescription?: Maybe;\n /** Image that will be used when the page is displayed as a card for Generic Pages. Recommended Image Size: 1536x1152 px (4:3 Aspect Ratio) */\n PageImage?: Maybe;\n PageImageUrl?: Maybe;\n PageIsSearchable?: Maybe;\n PageNavigationTitle?: Maybe;\n ParentLink?: Maybe;\n ProgramTypeFacet?: Maybe;\n RelativePath?: Maybe;\n ResourceAudienceFacet?: Maybe;\n ResourceDescription?: Maybe;\n /** Recommended Image Size: 2880x1620 px (16:9 Aspect Ratio) */\n ResourceImage?: Maybe;\n ResourceName?: Maybe;\n ResourceOfficesAndServicesFacet?: Maybe;\n ResourceTypeFacet?: Maybe;\n RightRailModules?: Maybe>>;\n RouteSegment?: Maybe;\n Saved?: Maybe;\n /** This will determine whether or not to show on search */\n Searchable?: Maybe;\n Shortcut?: Maybe;\n /** This will determine whether or not breadcrumb will be displayed */\n ShowBreadcrumbs?: Maybe;\n /** This will determine whether or not commerce header will be displayed */\n ShowCommerceHeader?: Maybe;\n SiteId?: Maybe;\n StartPublish?: Maybe;\n Status?: Maybe;\n StopPublish?: Maybe;\n TrackOdp?: Maybe;\n Url?: Maybe;\n /** @deprecated Use `_link` field instead */\n _children?: Maybe;\n _deleted?: Maybe;\n _fulltext?: Maybe>>;\n _id?: Maybe;\n _link?: Maybe;\n _modified?: Maybe;\n _score?: Maybe;\n};\n\n\nexport type ResourceDetailPageDisableIndexingArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type ResourceDetailPageExcludeFromSitemapArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type ResourceDetailPageHideSiteFooterArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type ResourceDetailPageHideSiteHeaderArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type ResourceDetailPageIsFeaturedContentArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type ResourceDetailPageKeywordsArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type ResourceDetailPageLeftModulesArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type ResourceDetailPageMainContentAreaArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type ResourceDetailPageNameArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type ResourceDetailPageNavigationTitleArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type ResourceDetailPageResourceDescriptionArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type ResourceDetailPageResourceNameArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type ResourceDetailPageRightRailModulesArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type ResourceDetailPageSearchableArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type ResourceDetailPageShowBreadcrumbsArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type ResourceDetailPageShowCommerceHeaderArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type ResourceDetailPageTrackOdpArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type ResourceDetailPage_FulltextArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type ResourceDetailPage_LinkArgs = {\n type?: InputMaybe;\n};\n\nexport type ResourceDetailPageAutocomplete = {\n __typename?: 'ResourceDetailPageAutocomplete';\n Ancestors?: Maybe>>;\n AreaOfStudyFacet?: Maybe;\n CampusLocationFacet?: Maybe;\n Category?: Maybe;\n CollegeOrSchoolFacet?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n DegreesFacet?: Maybe;\n DepartmentFacet?: Maybe;\n ExistingLanguages?: Maybe;\n KeywordsFacet?: Maybe;\n Language?: Maybe;\n LocationFacet?: Maybe;\n MasterLanguage?: Maybe;\n OverrideCardLink?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImage?: Maybe;\n PageImageUrl?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n ProgramTypeFacet?: Maybe;\n RelativePath?: Maybe>>;\n ResourceAudienceFacet?: Maybe;\n ResourceImage?: Maybe;\n ResourceOfficesAndServicesFacet?: Maybe;\n ResourceTypeFacet?: Maybe;\n RouteSegment?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n Status?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type ResourceDetailPageAutocompleteAncestorsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ResourceDetailPageAutocompleteContentTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ResourceDetailPageAutocompletePageFeaturedDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ResourceDetailPageAutocompletePageImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ResourceDetailPageAutocompletePageNavigationTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ResourceDetailPageAutocompleteRelativePathArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ResourceDetailPageAutocompleteRouteSegmentArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ResourceDetailPageAutocompleteShortcutArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ResourceDetailPageAutocompleteSiteIdArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ResourceDetailPageAutocompleteStatusArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ResourceDetailPageAutocompleteUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type ResourceDetailPageFacet = {\n __typename?: 'ResourceDetailPageFacet';\n Ancestors?: Maybe>>;\n AreaOfStudyFacet?: Maybe;\n CampusLocationFacet?: Maybe;\n Category?: Maybe;\n Changed?: Maybe>>;\n CollegeOrSchoolFacet?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe>>;\n DegreesFacet?: Maybe;\n DepartmentFacet?: Maybe;\n DisableIndexing?: Maybe>>;\n ExcludeFromSitemap?: Maybe>>;\n ExistingLanguages?: Maybe;\n HideSiteFooter?: Maybe>>;\n HideSiteHeader?: Maybe>>;\n IsCommonDraft?: Maybe>>;\n IsFeaturedContent?: Maybe>>;\n Keywords?: Maybe>>;\n KeywordsFacet?: Maybe;\n Language?: Maybe;\n LeftModules?: Maybe;\n LocationFacet?: Maybe;\n MainContentArea?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe>>;\n NavigationTitle?: Maybe>>;\n OverrideCardLink?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImage?: Maybe;\n PageImageUrl?: Maybe>>;\n PageIsSearchable?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n ProgramTypeFacet?: Maybe;\n RelativePath?: Maybe>>;\n ResourceAudienceFacet?: Maybe;\n ResourceDescription?: Maybe>>;\n ResourceImage?: Maybe;\n ResourceName?: Maybe>>;\n ResourceOfficesAndServicesFacet?: Maybe;\n ResourceTypeFacet?: Maybe;\n RightRailModules?: Maybe;\n RouteSegment?: Maybe>>;\n Saved?: Maybe>>;\n Searchable?: Maybe>>;\n Shortcut?: Maybe>>;\n ShowBreadcrumbs?: Maybe>>;\n ShowCommerceHeader?: Maybe>>;\n SiteId?: Maybe>>;\n StartPublish?: Maybe>>;\n Status?: Maybe>>;\n StopPublish?: Maybe>>;\n TrackOdp?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type ResourceDetailPageFacetAncestorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ResourceDetailPageFacetChangedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type ResourceDetailPageFacetContentTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ResourceDetailPageFacetCreatedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type ResourceDetailPageFacetDisableIndexingArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ResourceDetailPageFacetExcludeFromSitemapArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ResourceDetailPageFacetHideSiteFooterArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ResourceDetailPageFacetHideSiteHeaderArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ResourceDetailPageFacetIsCommonDraftArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ResourceDetailPageFacetIsFeaturedContentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ResourceDetailPageFacetKeywordsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ResourceDetailPageFacetNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ResourceDetailPageFacetNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ResourceDetailPageFacetPageFeaturedDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ResourceDetailPageFacetPageImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ResourceDetailPageFacetPageIsSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ResourceDetailPageFacetPageNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ResourceDetailPageFacetRelativePathArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ResourceDetailPageFacetResourceDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ResourceDetailPageFacetResourceNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ResourceDetailPageFacetRouteSegmentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ResourceDetailPageFacetSavedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type ResourceDetailPageFacetSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ResourceDetailPageFacetShortcutArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ResourceDetailPageFacetShowBreadcrumbsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ResourceDetailPageFacetShowCommerceHeaderArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ResourceDetailPageFacetSiteIdArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ResourceDetailPageFacetStartPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type ResourceDetailPageFacetStatusArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ResourceDetailPageFacetStopPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type ResourceDetailPageFacetTrackOdpArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ResourceDetailPageFacetUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type ResourceDetailPageOrderByInput = {\n Ancestors?: InputMaybe;\n AreaOfStudyFacet?: InputMaybe;\n CampusLocationFacet?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n CollegeOrSchoolFacet?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n DegreesFacet?: InputMaybe;\n DepartmentFacet?: InputMaybe;\n DisableIndexing?: InputMaybe;\n ExcludeFromSitemap?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n HideSiteFooter?: InputMaybe;\n HideSiteHeader?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n IsFeaturedContent?: InputMaybe;\n Keywords?: InputMaybe;\n KeywordsFacet?: InputMaybe;\n Language?: InputMaybe;\n LeftModules?: InputMaybe;\n LocationFacet?: InputMaybe;\n MainContentArea?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n NavigationTitle?: InputMaybe;\n OverrideCardLink?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImage?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n ProgramTypeFacet?: InputMaybe;\n RelativePath?: InputMaybe;\n ResourceAudienceFacet?: InputMaybe;\n ResourceDescription?: InputMaybe;\n ResourceImage?: InputMaybe;\n ResourceName?: InputMaybe;\n ResourceOfficesAndServicesFacet?: InputMaybe;\n ResourceTypeFacet?: InputMaybe;\n RightRailModules?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Searchable?: InputMaybe;\n Shortcut?: InputMaybe;\n ShowBreadcrumbs?: InputMaybe;\n ShowCommerceHeader?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n TrackOdp?: InputMaybe;\n Url?: InputMaybe;\n _minimumScore?: InputMaybe;\n _modified?: InputMaybe;\n _ranking?: InputMaybe;\n _semanticWeight?: InputMaybe;\n};\n\nexport type ResourceDetailPageOutput = {\n __typename?: 'ResourceDetailPageOutput';\n autocomplete?: Maybe;\n cursor?: Maybe;\n facets?: Maybe;\n items?: Maybe>>;\n total?: Maybe;\n};\n\n\nexport type ResourceDetailPageOutputTotalArgs = {\n all?: InputMaybe;\n};\n\nexport type ResourceDetailPageWhereInput = {\n Ancestors?: InputMaybe;\n AreaOfStudyFacet?: InputMaybe;\n CampusLocationFacet?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n CollegeOrSchoolFacet?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n DegreesFacet?: InputMaybe;\n DepartmentFacet?: InputMaybe;\n DisableIndexing?: InputMaybe;\n ExcludeFromSitemap?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n HideSiteFooter?: InputMaybe;\n HideSiteHeader?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n IsFeaturedContent?: InputMaybe;\n Keywords?: InputMaybe;\n KeywordsFacet?: InputMaybe;\n Language?: InputMaybe;\n LeftModules?: InputMaybe;\n LocationFacet?: InputMaybe;\n MainContentArea?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n NavigationTitle?: InputMaybe;\n OverrideCardLink?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImage?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n ProgramTypeFacet?: InputMaybe;\n RelativePath?: InputMaybe;\n ResourceAudienceFacet?: InputMaybe;\n ResourceDescription?: InputMaybe;\n ResourceImage?: InputMaybe;\n ResourceName?: InputMaybe;\n ResourceOfficesAndServicesFacet?: InputMaybe;\n ResourceTypeFacet?: InputMaybe;\n RightRailModules?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Searchable?: InputMaybe;\n Shortcut?: InputMaybe;\n ShowBreadcrumbs?: InputMaybe;\n ShowCommerceHeader?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n TrackOdp?: InputMaybe;\n Url?: InputMaybe;\n _and?: InputMaybe>>;\n _fulltext?: InputMaybe;\n _modified?: InputMaybe;\n _not?: InputMaybe>>;\n _or?: InputMaybe>>;\n};\n\n/** Page with a list of resources with the ability to filter by tags. */\nexport type ResourceListingPage = IContent & IData & {\n __typename?: 'ResourceListingPage';\n Ancestors?: Maybe>>;\n AreaOfStudyFacet?: Maybe;\n BreadcrumbsTitle?: Maybe;\n CampusLocationFacet?: Maybe;\n Category?: Maybe>>;\n Changed?: Maybe;\n CollegeOrSchoolFacet?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe;\n DegreesFacet?: Maybe;\n DepartmentFacet?: Maybe;\n DisableIndexing?: Maybe;\n /** This will determine whether or not to show on the sitemap */\n ExcludeFromSitemap?: Maybe;\n ExistingLanguages?: Maybe>>;\n FeaturedDescription?: Maybe;\n HideSiteFooter?: Maybe;\n HideSiteHeader?: Maybe;\n IsCommonDraft?: Maybe;\n IsFeaturedContent?: Maybe;\n Keywords?: Maybe;\n KeywordsFacet?: Maybe;\n Language?: Maybe;\n LocationFacet?: Maybe;\n MainContentArea?: Maybe>>;\n MasterLanguage?: Maybe;\n Masthead?: Maybe>>;\n Name?: Maybe;\n NavigationTitle?: Maybe;\n /** The link and text will be used when the page is displayed as a card in other modules. By default, the link is the same as the actual page. */\n OverrideCardLink?: Maybe;\n PageFeaturedDescription?: Maybe;\n /** Image that will be used when the page is displayed as a card for Generic Pages. Recommended Image Size: 1536x1152 px (4:3 Aspect Ratio) */\n PageImage?: Maybe;\n PageImageUrl?: Maybe;\n PageIsSearchable?: Maybe;\n PageNavigationTitle?: Maybe;\n ParentLink?: Maybe;\n ProgramTypeFacet?: Maybe;\n RelativePath?: Maybe;\n RouteSegment?: Maybe;\n Saved?: Maybe;\n /** This will determine whether or not to show on search */\n Searchable?: Maybe;\n Shortcut?: Maybe;\n /** This will determine whether or not breadcrumb will be displayed */\n ShowBreadcrumbs?: Maybe;\n /** This will determine whether or not commerce header will be displayed */\n ShowCommerceHeader?: Maybe;\n SiteId?: Maybe;\n StartPublish?: Maybe;\n Status?: Maybe;\n StopPublish?: Maybe;\n TrackOdp?: Maybe;\n Url?: Maybe;\n /** @deprecated Use `_link` field instead */\n _children?: Maybe;\n _deleted?: Maybe;\n _fulltext?: Maybe>>;\n _id?: Maybe;\n _link?: Maybe;\n _modified?: Maybe;\n _score?: Maybe;\n};\n\n\n/** Page with a list of resources with the ability to filter by tags. */\nexport type ResourceListingPageDisableIndexingArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Page with a list of resources with the ability to filter by tags. */\nexport type ResourceListingPageExcludeFromSitemapArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Page with a list of resources with the ability to filter by tags. */\nexport type ResourceListingPageHideSiteFooterArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Page with a list of resources with the ability to filter by tags. */\nexport type ResourceListingPageHideSiteHeaderArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Page with a list of resources with the ability to filter by tags. */\nexport type ResourceListingPageIsFeaturedContentArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Page with a list of resources with the ability to filter by tags. */\nexport type ResourceListingPageKeywordsArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Page with a list of resources with the ability to filter by tags. */\nexport type ResourceListingPageMainContentAreaArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Page with a list of resources with the ability to filter by tags. */\nexport type ResourceListingPageMastheadArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Page with a list of resources with the ability to filter by tags. */\nexport type ResourceListingPageNameArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Page with a list of resources with the ability to filter by tags. */\nexport type ResourceListingPageNavigationTitleArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Page with a list of resources with the ability to filter by tags. */\nexport type ResourceListingPageSearchableArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Page with a list of resources with the ability to filter by tags. */\nexport type ResourceListingPageShowBreadcrumbsArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Page with a list of resources with the ability to filter by tags. */\nexport type ResourceListingPageShowCommerceHeaderArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Page with a list of resources with the ability to filter by tags. */\nexport type ResourceListingPageTrackOdpArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Page with a list of resources with the ability to filter by tags. */\nexport type ResourceListingPage_FulltextArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Page with a list of resources with the ability to filter by tags. */\nexport type ResourceListingPage_LinkArgs = {\n type?: InputMaybe;\n};\n\nexport type ResourceListingPageAutocomplete = {\n __typename?: 'ResourceListingPageAutocomplete';\n Ancestors?: Maybe>>;\n AreaOfStudyFacet?: Maybe;\n CampusLocationFacet?: Maybe;\n Category?: Maybe;\n CollegeOrSchoolFacet?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n DegreesFacet?: Maybe;\n DepartmentFacet?: Maybe;\n ExistingLanguages?: Maybe;\n KeywordsFacet?: Maybe;\n Language?: Maybe;\n LocationFacet?: Maybe;\n MasterLanguage?: Maybe;\n OverrideCardLink?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImage?: Maybe;\n PageImageUrl?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n ProgramTypeFacet?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n Status?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type ResourceListingPageAutocompleteAncestorsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ResourceListingPageAutocompleteContentTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ResourceListingPageAutocompletePageFeaturedDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ResourceListingPageAutocompletePageImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ResourceListingPageAutocompletePageNavigationTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ResourceListingPageAutocompleteRelativePathArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ResourceListingPageAutocompleteRouteSegmentArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ResourceListingPageAutocompleteShortcutArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ResourceListingPageAutocompleteSiteIdArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ResourceListingPageAutocompleteStatusArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ResourceListingPageAutocompleteUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type ResourceListingPageFacet = {\n __typename?: 'ResourceListingPageFacet';\n Ancestors?: Maybe>>;\n AreaOfStudyFacet?: Maybe;\n CampusLocationFacet?: Maybe;\n Category?: Maybe;\n Changed?: Maybe>>;\n CollegeOrSchoolFacet?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe>>;\n DegreesFacet?: Maybe;\n DepartmentFacet?: Maybe;\n DisableIndexing?: Maybe>>;\n ExcludeFromSitemap?: Maybe>>;\n ExistingLanguages?: Maybe;\n HideSiteFooter?: Maybe>>;\n HideSiteHeader?: Maybe>>;\n IsCommonDraft?: Maybe>>;\n IsFeaturedContent?: Maybe>>;\n Keywords?: Maybe>>;\n KeywordsFacet?: Maybe;\n Language?: Maybe;\n LocationFacet?: Maybe;\n MainContentArea?: Maybe;\n MasterLanguage?: Maybe;\n Masthead?: Maybe;\n Name?: Maybe>>;\n NavigationTitle?: Maybe>>;\n OverrideCardLink?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImage?: Maybe;\n PageImageUrl?: Maybe>>;\n PageIsSearchable?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n ProgramTypeFacet?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Saved?: Maybe>>;\n Searchable?: Maybe>>;\n Shortcut?: Maybe>>;\n ShowBreadcrumbs?: Maybe>>;\n ShowCommerceHeader?: Maybe>>;\n SiteId?: Maybe>>;\n StartPublish?: Maybe>>;\n Status?: Maybe>>;\n StopPublish?: Maybe>>;\n TrackOdp?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type ResourceListingPageFacetAncestorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ResourceListingPageFacetChangedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type ResourceListingPageFacetContentTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ResourceListingPageFacetCreatedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type ResourceListingPageFacetDisableIndexingArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ResourceListingPageFacetExcludeFromSitemapArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ResourceListingPageFacetHideSiteFooterArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ResourceListingPageFacetHideSiteHeaderArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ResourceListingPageFacetIsCommonDraftArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ResourceListingPageFacetIsFeaturedContentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ResourceListingPageFacetKeywordsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ResourceListingPageFacetNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ResourceListingPageFacetNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ResourceListingPageFacetPageFeaturedDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ResourceListingPageFacetPageImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ResourceListingPageFacetPageIsSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ResourceListingPageFacetPageNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ResourceListingPageFacetRelativePathArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ResourceListingPageFacetRouteSegmentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ResourceListingPageFacetSavedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type ResourceListingPageFacetSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ResourceListingPageFacetShortcutArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ResourceListingPageFacetShowBreadcrumbsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ResourceListingPageFacetShowCommerceHeaderArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ResourceListingPageFacetSiteIdArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ResourceListingPageFacetStartPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type ResourceListingPageFacetStatusArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ResourceListingPageFacetStopPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type ResourceListingPageFacetTrackOdpArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ResourceListingPageFacetUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type ResourceListingPageOrderByInput = {\n Ancestors?: InputMaybe;\n AreaOfStudyFacet?: InputMaybe;\n CampusLocationFacet?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n CollegeOrSchoolFacet?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n DegreesFacet?: InputMaybe;\n DepartmentFacet?: InputMaybe;\n DisableIndexing?: InputMaybe;\n ExcludeFromSitemap?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n HideSiteFooter?: InputMaybe;\n HideSiteHeader?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n IsFeaturedContent?: InputMaybe;\n Keywords?: InputMaybe;\n KeywordsFacet?: InputMaybe;\n Language?: InputMaybe;\n LocationFacet?: InputMaybe;\n MainContentArea?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Masthead?: InputMaybe;\n Name?: InputMaybe;\n NavigationTitle?: InputMaybe;\n OverrideCardLink?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImage?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n ProgramTypeFacet?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Searchable?: InputMaybe;\n Shortcut?: InputMaybe;\n ShowBreadcrumbs?: InputMaybe;\n ShowCommerceHeader?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n TrackOdp?: InputMaybe;\n Url?: InputMaybe;\n _minimumScore?: InputMaybe;\n _modified?: InputMaybe;\n _ranking?: InputMaybe;\n _semanticWeight?: InputMaybe;\n};\n\nexport type ResourceListingPageOutput = {\n __typename?: 'ResourceListingPageOutput';\n autocomplete?: Maybe;\n cursor?: Maybe;\n facets?: Maybe;\n items?: Maybe>>;\n total?: Maybe;\n};\n\n\nexport type ResourceListingPageOutputTotalArgs = {\n all?: InputMaybe;\n};\n\nexport type ResourceListingPageWhereInput = {\n Ancestors?: InputMaybe;\n AreaOfStudyFacet?: InputMaybe;\n CampusLocationFacet?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n CollegeOrSchoolFacet?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n DegreesFacet?: InputMaybe;\n DepartmentFacet?: InputMaybe;\n DisableIndexing?: InputMaybe;\n ExcludeFromSitemap?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n HideSiteFooter?: InputMaybe;\n HideSiteHeader?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n IsFeaturedContent?: InputMaybe;\n Keywords?: InputMaybe;\n KeywordsFacet?: InputMaybe;\n Language?: InputMaybe;\n LocationFacet?: InputMaybe;\n MainContentArea?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Masthead?: InputMaybe;\n Name?: InputMaybe;\n NavigationTitle?: InputMaybe;\n OverrideCardLink?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImage?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n ProgramTypeFacet?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Searchable?: InputMaybe;\n Shortcut?: InputMaybe;\n ShowBreadcrumbs?: InputMaybe;\n ShowCommerceHeader?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n TrackOdp?: InputMaybe;\n Url?: InputMaybe;\n _and?: InputMaybe>>;\n _fulltext?: InputMaybe;\n _modified?: InputMaybe;\n _not?: InputMaybe>>;\n _or?: InputMaybe>>;\n};\n\nexport type RichTextItemsBlock = IContent & IData & {\n __typename?: 'RichTextItemsBlock';\n Ancestors?: Maybe>>;\n Category?: Maybe>>;\n Changed?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe;\n ExistingLanguages?: Maybe>>;\n Heading?: Maybe;\n IsCommonDraft?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe;\n PageFeaturedDescription?: Maybe;\n PageImageUrl?: Maybe;\n PageIsSearchable?: Maybe;\n PageNavigationTitle?: Maybe;\n ParentLink?: Maybe;\n RelativePath?: Maybe;\n /** One or more Rich Text Blocks. */\n RichTextItems?: Maybe>>;\n RouteSegment?: Maybe;\n Saved?: Maybe;\n Shortcut?: Maybe;\n SiteId?: Maybe;\n StartPublish?: Maybe;\n Status?: Maybe;\n StopPublish?: Maybe;\n Url?: Maybe;\n /** @deprecated Use `_link` field instead */\n _children?: Maybe;\n _deleted?: Maybe;\n _fulltext?: Maybe>>;\n _id?: Maybe;\n _link?: Maybe;\n _modified?: Maybe;\n _score?: Maybe;\n};\n\n\nexport type RichTextItemsBlockHeadingArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type RichTextItemsBlockNameArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type RichTextItemsBlockRichTextItemsArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type RichTextItemsBlock_FulltextArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type RichTextItemsBlock_LinkArgs = {\n type?: InputMaybe;\n};\n\nexport type RichTextItemsBlockAutocomplete = {\n __typename?: 'RichTextItemsBlockAutocomplete';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n ExistingLanguages?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n Status?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type RichTextItemsBlockAutocompleteAncestorsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type RichTextItemsBlockAutocompleteContentTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type RichTextItemsBlockAutocompletePageFeaturedDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type RichTextItemsBlockAutocompletePageImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type RichTextItemsBlockAutocompletePageNavigationTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type RichTextItemsBlockAutocompleteRelativePathArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type RichTextItemsBlockAutocompleteRouteSegmentArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type RichTextItemsBlockAutocompleteShortcutArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type RichTextItemsBlockAutocompleteSiteIdArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type RichTextItemsBlockAutocompleteStatusArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type RichTextItemsBlockAutocompleteUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type RichTextItemsBlockFacet = {\n __typename?: 'RichTextItemsBlockFacet';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n Changed?: Maybe>>;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe>>;\n ExistingLanguages?: Maybe;\n Heading?: Maybe>>;\n IsCommonDraft?: Maybe>>;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe>>;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageIsSearchable?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RichTextItems?: Maybe;\n RouteSegment?: Maybe>>;\n Saved?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n StartPublish?: Maybe>>;\n Status?: Maybe>>;\n StopPublish?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type RichTextItemsBlockFacetAncestorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type RichTextItemsBlockFacetChangedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type RichTextItemsBlockFacetContentTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type RichTextItemsBlockFacetCreatedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type RichTextItemsBlockFacetHeadingArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type RichTextItemsBlockFacetIsCommonDraftArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type RichTextItemsBlockFacetNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type RichTextItemsBlockFacetPageFeaturedDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type RichTextItemsBlockFacetPageImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type RichTextItemsBlockFacetPageIsSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type RichTextItemsBlockFacetPageNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type RichTextItemsBlockFacetRelativePathArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type RichTextItemsBlockFacetRouteSegmentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type RichTextItemsBlockFacetSavedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type RichTextItemsBlockFacetShortcutArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type RichTextItemsBlockFacetSiteIdArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type RichTextItemsBlockFacetStartPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type RichTextItemsBlockFacetStatusArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type RichTextItemsBlockFacetStopPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type RichTextItemsBlockFacetUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type RichTextItemsBlockOrderByInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n Heading?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RichTextItems?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n _minimumScore?: InputMaybe;\n _modified?: InputMaybe;\n _ranking?: InputMaybe;\n _semanticWeight?: InputMaybe;\n};\n\nexport type RichTextItemsBlockOutput = {\n __typename?: 'RichTextItemsBlockOutput';\n autocomplete?: Maybe;\n cursor?: Maybe;\n facets?: Maybe;\n items?: Maybe>>;\n total?: Maybe;\n};\n\n\nexport type RichTextItemsBlockOutputTotalArgs = {\n all?: InputMaybe;\n};\n\nexport type RichTextItemsBlockWhereInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n Heading?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RichTextItems?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n _and?: InputMaybe>>;\n _fulltext?: InputMaybe;\n _modified?: InputMaybe;\n _not?: InputMaybe>>;\n _or?: InputMaybe>>;\n};\n\n/** Block that displays content in two columns, using a right rail layout. */\nexport type RightRailContainerBlock = IContent & IData & {\n __typename?: 'RightRailContainerBlock';\n Ancestors?: Maybe>>;\n Category?: Maybe>>;\n Changed?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe;\n ExistingLanguages?: Maybe>>;\n IsCommonDraft?: Maybe;\n Language?: Maybe;\n LeftModules?: Maybe>>;\n MasterLanguage?: Maybe;\n Name?: Maybe;\n PageFeaturedDescription?: Maybe;\n PageImageUrl?: Maybe;\n PageIsSearchable?: Maybe;\n PageNavigationTitle?: Maybe;\n ParentLink?: Maybe;\n RelativePath?: Maybe;\n RightRailModules?: Maybe>>;\n RouteSegment?: Maybe;\n Saved?: Maybe;\n Shortcut?: Maybe;\n SiteId?: Maybe;\n StartPublish?: Maybe;\n Status?: Maybe;\n StopPublish?: Maybe;\n Url?: Maybe;\n /** @deprecated Use `_link` field instead */\n _children?: Maybe;\n _deleted?: Maybe;\n _fulltext?: Maybe>>;\n _id?: Maybe;\n _link?: Maybe;\n _modified?: Maybe;\n _score?: Maybe;\n};\n\n\n/** Block that displays content in two columns, using a right rail layout. */\nexport type RightRailContainerBlockLeftModulesArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Block that displays content in two columns, using a right rail layout. */\nexport type RightRailContainerBlockNameArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Block that displays content in two columns, using a right rail layout. */\nexport type RightRailContainerBlockRightRailModulesArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Block that displays content in two columns, using a right rail layout. */\nexport type RightRailContainerBlock_FulltextArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Block that displays content in two columns, using a right rail layout. */\nexport type RightRailContainerBlock_LinkArgs = {\n type?: InputMaybe;\n};\n\nexport type RightRailContainerBlockAutocomplete = {\n __typename?: 'RightRailContainerBlockAutocomplete';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n ExistingLanguages?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n Status?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type RightRailContainerBlockAutocompleteAncestorsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type RightRailContainerBlockAutocompleteContentTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type RightRailContainerBlockAutocompletePageFeaturedDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type RightRailContainerBlockAutocompletePageImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type RightRailContainerBlockAutocompletePageNavigationTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type RightRailContainerBlockAutocompleteRelativePathArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type RightRailContainerBlockAutocompleteRouteSegmentArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type RightRailContainerBlockAutocompleteShortcutArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type RightRailContainerBlockAutocompleteSiteIdArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type RightRailContainerBlockAutocompleteStatusArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type RightRailContainerBlockAutocompleteUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type RightRailContainerBlockFacet = {\n __typename?: 'RightRailContainerBlockFacet';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n Changed?: Maybe>>;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe>>;\n ExistingLanguages?: Maybe;\n IsCommonDraft?: Maybe>>;\n Language?: Maybe;\n LeftModules?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe>>;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageIsSearchable?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RightRailModules?: Maybe;\n RouteSegment?: Maybe>>;\n Saved?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n StartPublish?: Maybe>>;\n Status?: Maybe>>;\n StopPublish?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type RightRailContainerBlockFacetAncestorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type RightRailContainerBlockFacetChangedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type RightRailContainerBlockFacetContentTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type RightRailContainerBlockFacetCreatedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type RightRailContainerBlockFacetIsCommonDraftArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type RightRailContainerBlockFacetNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type RightRailContainerBlockFacetPageFeaturedDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type RightRailContainerBlockFacetPageImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type RightRailContainerBlockFacetPageIsSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type RightRailContainerBlockFacetPageNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type RightRailContainerBlockFacetRelativePathArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type RightRailContainerBlockFacetRouteSegmentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type RightRailContainerBlockFacetSavedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type RightRailContainerBlockFacetShortcutArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type RightRailContainerBlockFacetSiteIdArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type RightRailContainerBlockFacetStartPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type RightRailContainerBlockFacetStatusArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type RightRailContainerBlockFacetStopPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type RightRailContainerBlockFacetUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type RightRailContainerBlockOrderByInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n LeftModules?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RightRailModules?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n _minimumScore?: InputMaybe;\n _modified?: InputMaybe;\n _ranking?: InputMaybe;\n _semanticWeight?: InputMaybe;\n};\n\nexport type RightRailContainerBlockOutput = {\n __typename?: 'RightRailContainerBlockOutput';\n autocomplete?: Maybe;\n cursor?: Maybe;\n facets?: Maybe;\n items?: Maybe>>;\n total?: Maybe;\n};\n\n\nexport type RightRailContainerBlockOutputTotalArgs = {\n all?: InputMaybe;\n};\n\nexport type RightRailContainerBlockWhereInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n LeftModules?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RightRailModules?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n _and?: InputMaybe>>;\n _fulltext?: InputMaybe;\n _modified?: InputMaybe;\n _not?: InputMaybe>>;\n _or?: InputMaybe>>;\n};\n\n/** Display content from a RSS feed */\nexport type RssReaderBlock = IContent & IData & {\n __typename?: 'RssReaderBlock';\n Ancestors?: Maybe>>;\n Category?: Maybe>>;\n Changed?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe;\n ExistingLanguages?: Maybe>>;\n Heading?: Maybe;\n IsCommonDraft?: Maybe;\n Language?: Maybe;\n /** Descriptive text for the RSS feed */\n MainBody?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe;\n PageFeaturedDescription?: Maybe;\n PageImageUrl?: Maybe;\n PageIsSearchable?: Maybe;\n PageNavigationTitle?: Maybe;\n ParentLink?: Maybe;\n RelativePath?: Maybe;\n RouteSegment?: Maybe;\n Saved?: Maybe;\n Shortcut?: Maybe;\n SiteId?: Maybe;\n StartPublish?: Maybe;\n Status?: Maybe;\n StopPublish?: Maybe;\n Url?: Maybe;\n /** @deprecated Use `_link` field instead */\n _children?: Maybe;\n _deleted?: Maybe;\n _fulltext?: Maybe>>;\n _id?: Maybe;\n _link?: Maybe;\n _modified?: Maybe;\n _score?: Maybe;\n};\n\n\n/** Display content from a RSS feed */\nexport type RssReaderBlockHeadingArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Display content from a RSS feed */\nexport type RssReaderBlockMainBodyArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Display content from a RSS feed */\nexport type RssReaderBlockNameArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Display content from a RSS feed */\nexport type RssReaderBlock_FulltextArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Display content from a RSS feed */\nexport type RssReaderBlock_LinkArgs = {\n type?: InputMaybe;\n};\n\nexport type RssReaderBlockAutocomplete = {\n __typename?: 'RssReaderBlockAutocomplete';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n ExistingLanguages?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n Status?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type RssReaderBlockAutocompleteAncestorsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type RssReaderBlockAutocompleteContentTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type RssReaderBlockAutocompletePageFeaturedDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type RssReaderBlockAutocompletePageImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type RssReaderBlockAutocompletePageNavigationTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type RssReaderBlockAutocompleteRelativePathArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type RssReaderBlockAutocompleteRouteSegmentArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type RssReaderBlockAutocompleteShortcutArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type RssReaderBlockAutocompleteSiteIdArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type RssReaderBlockAutocompleteStatusArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type RssReaderBlockAutocompleteUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type RssReaderBlockFacet = {\n __typename?: 'RssReaderBlockFacet';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n Changed?: Maybe>>;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe>>;\n ExistingLanguages?: Maybe;\n Heading?: Maybe>>;\n IsCommonDraft?: Maybe>>;\n Language?: Maybe;\n MainBody?: Maybe>>;\n MasterLanguage?: Maybe;\n Name?: Maybe>>;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageIsSearchable?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Saved?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n StartPublish?: Maybe>>;\n Status?: Maybe>>;\n StopPublish?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type RssReaderBlockFacetAncestorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type RssReaderBlockFacetChangedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type RssReaderBlockFacetContentTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type RssReaderBlockFacetCreatedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type RssReaderBlockFacetHeadingArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type RssReaderBlockFacetIsCommonDraftArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type RssReaderBlockFacetMainBodyArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type RssReaderBlockFacetNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type RssReaderBlockFacetPageFeaturedDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type RssReaderBlockFacetPageImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type RssReaderBlockFacetPageIsSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type RssReaderBlockFacetPageNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type RssReaderBlockFacetRelativePathArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type RssReaderBlockFacetRouteSegmentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type RssReaderBlockFacetSavedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type RssReaderBlockFacetShortcutArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type RssReaderBlockFacetSiteIdArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type RssReaderBlockFacetStartPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type RssReaderBlockFacetStatusArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type RssReaderBlockFacetStopPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type RssReaderBlockFacetUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type RssReaderBlockOrderByInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n Heading?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MainBody?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n _minimumScore?: InputMaybe;\n _modified?: InputMaybe;\n _ranking?: InputMaybe;\n _semanticWeight?: InputMaybe;\n};\n\nexport type RssReaderBlockOutput = {\n __typename?: 'RssReaderBlockOutput';\n autocomplete?: Maybe;\n cursor?: Maybe;\n facets?: Maybe;\n items?: Maybe>>;\n total?: Maybe;\n};\n\n\nexport type RssReaderBlockOutputTotalArgs = {\n all?: InputMaybe;\n};\n\nexport type RssReaderBlockWhereInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n Heading?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MainBody?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n _and?: InputMaybe>>;\n _fulltext?: InputMaybe;\n _modified?: InputMaybe;\n _not?: InputMaybe>>;\n _or?: InputMaybe>>;\n};\n\n/** Presents relevant and diverse information in response to user queries about the website content. */\nexport type SearchResultsPage = IContent & IData & {\n __typename?: 'SearchResultsPage';\n Ancestors?: Maybe>>;\n AreaOfStudyFacet?: Maybe;\n BreadcrumbsTitle?: Maybe;\n CampusLocationFacet?: Maybe;\n Category?: Maybe>>;\n Changed?: Maybe;\n CollegeOrSchoolFacet?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe;\n DegreesFacet?: Maybe;\n DepartmentFacet?: Maybe;\n DisableIndexing?: Maybe;\n /** This will determine whether or not to show on the sitemap */\n ExcludeFromSitemap?: Maybe;\n ExistingLanguages?: Maybe>>;\n FeaturedDescription?: Maybe;\n Heading?: Maybe;\n HideSiteFooter?: Maybe;\n HideSiteHeader?: Maybe;\n IsCommonDraft?: Maybe;\n IsFeaturedContent?: Maybe;\n Keywords?: Maybe;\n KeywordsFacet?: Maybe;\n Language?: Maybe;\n LocationFacet?: Maybe;\n MainContentArea?: Maybe>>;\n MasterLanguage?: Maybe;\n Name?: Maybe;\n NavigationTitle?: Maybe;\n /** The link and text will be used when the page is displayed as a card in other modules. By default, the link is the same as the actual page. */\n OverrideCardLink?: Maybe;\n PageFeaturedDescription?: Maybe;\n /** Image that will be used when the page is displayed as a card for Generic Pages. Recommended Image Size: 1536x1152 px (4:3 Aspect Ratio) */\n PageImage?: Maybe;\n PageImageUrl?: Maybe;\n PageIsSearchable?: Maybe;\n PageNavigationTitle?: Maybe;\n ParentLink?: Maybe;\n ProgramTypeFacet?: Maybe;\n RelativePath?: Maybe;\n RouteSegment?: Maybe;\n Saved?: Maybe;\n /** This will determine whether or not to show on search */\n Searchable?: Maybe;\n Shortcut?: Maybe;\n /** This will determine whether or not breadcrumb will be displayed */\n ShowBreadcrumbs?: Maybe;\n /** This will determine whether or not commerce header will be displayed */\n ShowCommerceHeader?: Maybe;\n SiteId?: Maybe;\n StartPublish?: Maybe;\n Status?: Maybe;\n StopPublish?: Maybe;\n TrackOdp?: Maybe;\n Url?: Maybe;\n /** @deprecated Use `_link` field instead */\n _children?: Maybe;\n _deleted?: Maybe;\n _fulltext?: Maybe>>;\n _id?: Maybe;\n _link?: Maybe;\n _modified?: Maybe;\n _score?: Maybe;\n};\n\n\n/** Presents relevant and diverse information in response to user queries about the website content. */\nexport type SearchResultsPageDisableIndexingArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Presents relevant and diverse information in response to user queries about the website content. */\nexport type SearchResultsPageExcludeFromSitemapArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Presents relevant and diverse information in response to user queries about the website content. */\nexport type SearchResultsPageHeadingArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Presents relevant and diverse information in response to user queries about the website content. */\nexport type SearchResultsPageHideSiteFooterArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Presents relevant and diverse information in response to user queries about the website content. */\nexport type SearchResultsPageHideSiteHeaderArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Presents relevant and diverse information in response to user queries about the website content. */\nexport type SearchResultsPageIsFeaturedContentArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Presents relevant and diverse information in response to user queries about the website content. */\nexport type SearchResultsPageKeywordsArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Presents relevant and diverse information in response to user queries about the website content. */\nexport type SearchResultsPageMainContentAreaArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Presents relevant and diverse information in response to user queries about the website content. */\nexport type SearchResultsPageNameArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Presents relevant and diverse information in response to user queries about the website content. */\nexport type SearchResultsPageNavigationTitleArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Presents relevant and diverse information in response to user queries about the website content. */\nexport type SearchResultsPageSearchableArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Presents relevant and diverse information in response to user queries about the website content. */\nexport type SearchResultsPageShowBreadcrumbsArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Presents relevant and diverse information in response to user queries about the website content. */\nexport type SearchResultsPageShowCommerceHeaderArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Presents relevant and diverse information in response to user queries about the website content. */\nexport type SearchResultsPageTrackOdpArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Presents relevant and diverse information in response to user queries about the website content. */\nexport type SearchResultsPage_FulltextArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Presents relevant and diverse information in response to user queries about the website content. */\nexport type SearchResultsPage_LinkArgs = {\n type?: InputMaybe;\n};\n\nexport type SearchResultsPageAutocomplete = {\n __typename?: 'SearchResultsPageAutocomplete';\n Ancestors?: Maybe>>;\n AreaOfStudyFacet?: Maybe;\n CampusLocationFacet?: Maybe;\n Category?: Maybe;\n CollegeOrSchoolFacet?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n DegreesFacet?: Maybe;\n DepartmentFacet?: Maybe;\n ExistingLanguages?: Maybe;\n KeywordsFacet?: Maybe;\n Language?: Maybe;\n LocationFacet?: Maybe;\n MasterLanguage?: Maybe;\n OverrideCardLink?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImage?: Maybe;\n PageImageUrl?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n ProgramTypeFacet?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n Status?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type SearchResultsPageAutocompleteAncestorsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type SearchResultsPageAutocompleteContentTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type SearchResultsPageAutocompletePageFeaturedDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type SearchResultsPageAutocompletePageImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type SearchResultsPageAutocompletePageNavigationTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type SearchResultsPageAutocompleteRelativePathArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type SearchResultsPageAutocompleteRouteSegmentArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type SearchResultsPageAutocompleteShortcutArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type SearchResultsPageAutocompleteSiteIdArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type SearchResultsPageAutocompleteStatusArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type SearchResultsPageAutocompleteUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type SearchResultsPageFacet = {\n __typename?: 'SearchResultsPageFacet';\n Ancestors?: Maybe>>;\n AreaOfStudyFacet?: Maybe;\n CampusLocationFacet?: Maybe;\n Category?: Maybe;\n Changed?: Maybe>>;\n CollegeOrSchoolFacet?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe>>;\n DegreesFacet?: Maybe;\n DepartmentFacet?: Maybe;\n DisableIndexing?: Maybe>>;\n ExcludeFromSitemap?: Maybe>>;\n ExistingLanguages?: Maybe;\n Heading?: Maybe>>;\n HideSiteFooter?: Maybe>>;\n HideSiteHeader?: Maybe>>;\n IsCommonDraft?: Maybe>>;\n IsFeaturedContent?: Maybe>>;\n Keywords?: Maybe>>;\n KeywordsFacet?: Maybe;\n Language?: Maybe;\n LocationFacet?: Maybe;\n MainContentArea?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe>>;\n NavigationTitle?: Maybe>>;\n OverrideCardLink?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImage?: Maybe;\n PageImageUrl?: Maybe>>;\n PageIsSearchable?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n ProgramTypeFacet?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Saved?: Maybe>>;\n Searchable?: Maybe>>;\n Shortcut?: Maybe>>;\n ShowBreadcrumbs?: Maybe>>;\n ShowCommerceHeader?: Maybe>>;\n SiteId?: Maybe>>;\n StartPublish?: Maybe>>;\n Status?: Maybe>>;\n StopPublish?: Maybe>>;\n TrackOdp?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type SearchResultsPageFacetAncestorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SearchResultsPageFacetChangedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type SearchResultsPageFacetContentTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SearchResultsPageFacetCreatedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type SearchResultsPageFacetDisableIndexingArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SearchResultsPageFacetExcludeFromSitemapArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SearchResultsPageFacetHeadingArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SearchResultsPageFacetHideSiteFooterArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SearchResultsPageFacetHideSiteHeaderArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SearchResultsPageFacetIsCommonDraftArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SearchResultsPageFacetIsFeaturedContentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SearchResultsPageFacetKeywordsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SearchResultsPageFacetNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SearchResultsPageFacetNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SearchResultsPageFacetPageFeaturedDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SearchResultsPageFacetPageImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SearchResultsPageFacetPageIsSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SearchResultsPageFacetPageNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SearchResultsPageFacetRelativePathArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SearchResultsPageFacetRouteSegmentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SearchResultsPageFacetSavedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type SearchResultsPageFacetSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SearchResultsPageFacetShortcutArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SearchResultsPageFacetShowBreadcrumbsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SearchResultsPageFacetShowCommerceHeaderArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SearchResultsPageFacetSiteIdArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SearchResultsPageFacetStartPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type SearchResultsPageFacetStatusArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SearchResultsPageFacetStopPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type SearchResultsPageFacetTrackOdpArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SearchResultsPageFacetUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type SearchResultsPageOrderByInput = {\n Ancestors?: InputMaybe;\n AreaOfStudyFacet?: InputMaybe;\n CampusLocationFacet?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n CollegeOrSchoolFacet?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n DegreesFacet?: InputMaybe;\n DepartmentFacet?: InputMaybe;\n DisableIndexing?: InputMaybe;\n ExcludeFromSitemap?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n Heading?: InputMaybe;\n HideSiteFooter?: InputMaybe;\n HideSiteHeader?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n IsFeaturedContent?: InputMaybe;\n Keywords?: InputMaybe;\n KeywordsFacet?: InputMaybe;\n Language?: InputMaybe;\n LocationFacet?: InputMaybe;\n MainContentArea?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n NavigationTitle?: InputMaybe;\n OverrideCardLink?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImage?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n ProgramTypeFacet?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Searchable?: InputMaybe;\n Shortcut?: InputMaybe;\n ShowBreadcrumbs?: InputMaybe;\n ShowCommerceHeader?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n TrackOdp?: InputMaybe;\n Url?: InputMaybe;\n _minimumScore?: InputMaybe;\n _modified?: InputMaybe;\n _ranking?: InputMaybe;\n _semanticWeight?: InputMaybe;\n};\n\nexport type SearchResultsPageOutput = {\n __typename?: 'SearchResultsPageOutput';\n autocomplete?: Maybe;\n cursor?: Maybe;\n facets?: Maybe;\n items?: Maybe>>;\n total?: Maybe;\n};\n\n\nexport type SearchResultsPageOutputTotalArgs = {\n all?: InputMaybe;\n};\n\nexport type SearchResultsPageWhereInput = {\n Ancestors?: InputMaybe;\n AreaOfStudyFacet?: InputMaybe;\n CampusLocationFacet?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n CollegeOrSchoolFacet?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n DegreesFacet?: InputMaybe;\n DepartmentFacet?: InputMaybe;\n DisableIndexing?: InputMaybe;\n ExcludeFromSitemap?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n Heading?: InputMaybe;\n HideSiteFooter?: InputMaybe;\n HideSiteHeader?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n IsFeaturedContent?: InputMaybe;\n Keywords?: InputMaybe;\n KeywordsFacet?: InputMaybe;\n Language?: InputMaybe;\n LocationFacet?: InputMaybe;\n MainContentArea?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n NavigationTitle?: InputMaybe;\n OverrideCardLink?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImage?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n ProgramTypeFacet?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Searchable?: InputMaybe;\n Shortcut?: InputMaybe;\n ShowBreadcrumbs?: InputMaybe;\n ShowCommerceHeader?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n TrackOdp?: InputMaybe;\n Url?: InputMaybe;\n _and?: InputMaybe>>;\n _fulltext?: InputMaybe;\n _modified?: InputMaybe;\n _not?: InputMaybe>>;\n _or?: InputMaybe>>;\n};\n\nexport type SearchableStringFilterInput = {\n /** `boost` influences the weight of a field by boosting a match with a number (default: 1) — counts more towards the eventual relevance score which can be projected with `_score` — at query time. Note that `boost` cannot be a negative number. */\n boost?: InputMaybe;\n /** `contains` performs full-text search on a word or phrase. */\n contains?: InputMaybe;\n /** `eq` matches on an exact value, but the value is case-insensitive. */\n eq?: InputMaybe;\n /** `exist` matches results that have this field. */\n exist?: InputMaybe;\n /** enables supporting fuzzy matching on the query terms (keywords), which returns items that contain terms in the content similar to the keywords, as measured by a _Levenshtein edit distance_. An edit distance is the number of one-character changes needed to turn one term into another. The edit distance is based on the length of the term. */\n fuzzy?: InputMaybe;\n /** `in` matches with 1 or more exact values in a list. Example: `in: [\"word1\", \"word2\", \"this is a phrase\"]` */\n in?: InputMaybe>>;\n /** `like` matches on substrings with wildcard support: `%` to match on 0 or more characters, `_` to match on any character. */\n like?: InputMaybe;\n /** `match` performs full-text search on a word or phrase where less relevant items are also returned. The `match` operator is only supported for `searchable` fields. It will improve fulltext search by making it easier to match on words. More exact matches will be ranked higher, less exact matches will be ranked lower. The `match` operator is supported with synonyms and fuzzy search. */\n match?: InputMaybe;\n /** `not_eq` retrieves results not matching with an exact (but case-insensitive) value. */\n notEq?: InputMaybe;\n /** `not_in` returns results that do not match with 1 or more exact values in a list. Example: `not_in: [\"word1\", \"word2\", \"this is a phrase\"]` */\n notIn?: InputMaybe>>;\n /** `starts_with` retrieves matches that start with a certain value (prefix). */\n startsWith?: InputMaybe;\n /** expands query value with synonyms. Example: if `H2O` is a synonym of `water`, then querying for `water` will also return results with `H2O`. */\n synonyms?: InputMaybe>>;\n};\n\n/** Block to be used in the Multiple Sections and Media module. */\nexport type SectionListItemBlock = IContent & IData & {\n __typename?: 'SectionListItemBlock';\n Ancestors?: Maybe>>;\n Category?: Maybe>>;\n Changed?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe;\n Description?: Maybe;\n ExistingLanguages?: Maybe>>;\n IsCommonDraft?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe;\n PageFeaturedDescription?: Maybe;\n PageImageUrl?: Maybe;\n PageIsSearchable?: Maybe;\n PageNavigationTitle?: Maybe;\n ParentLink?: Maybe;\n RelativePath?: Maybe;\n RouteSegment?: Maybe;\n Saved?: Maybe;\n Shortcut?: Maybe;\n SiteId?: Maybe;\n StartPublish?: Maybe;\n Status?: Maybe;\n StopPublish?: Maybe;\n Title?: Maybe;\n Url?: Maybe;\n /** @deprecated Use `_link` field instead */\n _children?: Maybe;\n _deleted?: Maybe;\n _fulltext?: Maybe>>;\n _id?: Maybe;\n _link?: Maybe;\n _modified?: Maybe;\n _score?: Maybe;\n};\n\n\n/** Block to be used in the Multiple Sections and Media module. */\nexport type SectionListItemBlockDescriptionArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Block to be used in the Multiple Sections and Media module. */\nexport type SectionListItemBlockNameArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Block to be used in the Multiple Sections and Media module. */\nexport type SectionListItemBlockTitleArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Block to be used in the Multiple Sections and Media module. */\nexport type SectionListItemBlock_FulltextArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Block to be used in the Multiple Sections and Media module. */\nexport type SectionListItemBlock_LinkArgs = {\n type?: InputMaybe;\n};\n\nexport type SectionListItemBlockAutocomplete = {\n __typename?: 'SectionListItemBlockAutocomplete';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n ExistingLanguages?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n Status?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type SectionListItemBlockAutocompleteAncestorsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type SectionListItemBlockAutocompleteContentTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type SectionListItemBlockAutocompletePageFeaturedDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type SectionListItemBlockAutocompletePageImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type SectionListItemBlockAutocompletePageNavigationTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type SectionListItemBlockAutocompleteRelativePathArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type SectionListItemBlockAutocompleteRouteSegmentArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type SectionListItemBlockAutocompleteShortcutArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type SectionListItemBlockAutocompleteSiteIdArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type SectionListItemBlockAutocompleteStatusArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type SectionListItemBlockAutocompleteUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type SectionListItemBlockFacet = {\n __typename?: 'SectionListItemBlockFacet';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n Changed?: Maybe>>;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe>>;\n Description?: Maybe>>;\n ExistingLanguages?: Maybe;\n IsCommonDraft?: Maybe>>;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe>>;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageIsSearchable?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Saved?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n StartPublish?: Maybe>>;\n Status?: Maybe>>;\n StopPublish?: Maybe>>;\n Title?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type SectionListItemBlockFacetAncestorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SectionListItemBlockFacetChangedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type SectionListItemBlockFacetContentTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SectionListItemBlockFacetCreatedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type SectionListItemBlockFacetDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SectionListItemBlockFacetIsCommonDraftArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SectionListItemBlockFacetNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SectionListItemBlockFacetPageFeaturedDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SectionListItemBlockFacetPageImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SectionListItemBlockFacetPageIsSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SectionListItemBlockFacetPageNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SectionListItemBlockFacetRelativePathArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SectionListItemBlockFacetRouteSegmentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SectionListItemBlockFacetSavedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type SectionListItemBlockFacetShortcutArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SectionListItemBlockFacetSiteIdArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SectionListItemBlockFacetStartPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type SectionListItemBlockFacetStatusArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SectionListItemBlockFacetStopPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type SectionListItemBlockFacetTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SectionListItemBlockFacetUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type SectionListItemBlockOrderByInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n Description?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Title?: InputMaybe;\n Url?: InputMaybe;\n _minimumScore?: InputMaybe;\n _modified?: InputMaybe;\n _ranking?: InputMaybe;\n _semanticWeight?: InputMaybe;\n};\n\nexport type SectionListItemBlockOutput = {\n __typename?: 'SectionListItemBlockOutput';\n autocomplete?: Maybe;\n cursor?: Maybe;\n facets?: Maybe;\n items?: Maybe>>;\n total?: Maybe;\n};\n\n\nexport type SectionListItemBlockOutputTotalArgs = {\n all?: InputMaybe;\n};\n\nexport type SectionListItemBlockWhereInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n Description?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Title?: InputMaybe;\n Url?: InputMaybe;\n _and?: InputMaybe>>;\n _fulltext?: InputMaybe;\n _modified?: InputMaybe;\n _not?: InputMaybe>>;\n _or?: InputMaybe>>;\n};\n\n/** Course section for Instant Enrollment */\nexport type SectionVariation = IContent & IData & {\n __typename?: 'SectionVariation';\n Ancestors?: Maybe>>;\n Associations?: Maybe;\n CatalogId?: Maybe;\n Categories?: Maybe;\n Changed?: Maybe;\n Code?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n CourseName?: Maybe;\n CourseTitle?: Maybe;\n Created?: Maybe;\n /** Page Specific Block in Page Header area. */\n CustomHeaders?: Maybe>>;\n DefaultImageUrl?: Maybe;\n DefaultMarketPrice?: Maybe;\n DescriptionInCart?: Maybe;\n DisplayName?: Maybe;\n EPiBlock_PageSettings_BodyAttributes?: Maybe;\n EPiBlock_PageSettings_HideBreadcrumbs?: Maybe;\n EPiBlock_PageSettings_SEOSitemaps?: Maybe;\n EPiBlock_PageSettings_SectionNavigationAnchor?: Maybe;\n EPiBlock_PageSettings_SectionNavigationDisplay?: Maybe;\n EPiBlock_PageSettings_ShowShareThis?: Maybe;\n EPiBlock_PageSettings_SolrKeywordsBoost?: Maybe;\n EPiBlock_PageSettings_SolrPageBoost?: Maybe;\n ExistingLanguages?: Maybe>>;\n FulfillmentEmail?: Maybe;\n /** Displays full-width below any sidebars a page may have */\n FullArea?: Maybe>>;\n GLAccountNumber?: Maybe;\n /** Displays the 'Hero' Content for page. Will only display the first hero-block. */\n HeroArea?: Maybe>>;\n /** Displays content side by side with any sidebars a page may have. Please only use an even amount of blocks in this content area. */\n InlineArea?: Maybe>>;\n InventoryReference?: Maybe;\n IsCommonDraft?: Maybe;\n Language?: Maybe;\n MainBody?: Maybe;\n MasterLanguage?: Maybe;\n MetaClassId?: Maybe;\n Name?: Maybe;\n NavigationName?: Maybe;\n /** If checked, updates from Colleague import are ignored. */\n OverrideImport?: Maybe;\n PageFeaturedDescription?: Maybe;\n PageImageUrl?: Maybe;\n PageIsSearchable?: Maybe;\n PageMetaData?: Maybe;\n PageNavigationTitle?: Maybe;\n ParentEntries?: Maybe;\n ParentLink?: Maybe;\n PriceReference?: Maybe;\n RelativePath?: Maybe;\n RouteSegment?: Maybe;\n Saved?: Maybe;\n SectionEndDate?: Maybe;\n SectionEndTime?: Maybe;\n SectionFaculty?: Maybe;\n SectionId?: Maybe;\n SectionInitialCapacity?: Maybe;\n SectionIsOnline?: Maybe;\n SectionLocation?: Maybe;\n SectionLocationId?: Maybe;\n SectionMeetOnFriday?: Maybe;\n SectionMeetOnMonday?: Maybe;\n SectionMeetOnSaturday?: Maybe;\n SectionMeetOnSunday?: Maybe;\n SectionMeetOnThursday?: Maybe;\n SectionMeetOnTuesday?: Maybe;\n SectionMeetOnWednesday?: Maybe;\n SectionMeetingDays?: Maybe;\n SectionRegion?: Maybe;\n SectionSeatsTaken?: Maybe;\n SectionStartDate?: Maybe;\n SectionStartTime?: Maybe;\n SectionTerm?: Maybe;\n SectionTermDescription?: Maybe;\n SectionTimeSegment?: Maybe;\n SeoInformation?: Maybe;\n SeoUri?: Maybe;\n ShippingDimensions?: Maybe;\n ShippingPackageId?: Maybe;\n Shortcut?: Maybe;\n /** Optional content for the sidebar area */\n SidebarContent?: Maybe>>;\n SiteId?: Maybe;\n StartPublish?: Maybe;\n Status?: Maybe;\n /** Content area that accepts Link Blocks. */\n StickyNavLinks?: Maybe;\n StopPublish?: Maybe;\n TaxCategoryId?: Maybe;\n /** Displays content above any sidebars a page may have */\n TopArea?: Maybe>>;\n TrackInventory?: Maybe;\n Url?: Maybe;\n Weight?: Maybe;\n /** @deprecated Use `_link` field instead */\n _children?: Maybe;\n _deleted?: Maybe;\n _fulltext?: Maybe>>;\n _id?: Maybe;\n _link?: Maybe;\n _modified?: Maybe;\n _score?: Maybe;\n};\n\n\n/** Course section for Instant Enrollment */\nexport type SectionVariationCodeArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Course section for Instant Enrollment */\nexport type SectionVariationCourseNameArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Course section for Instant Enrollment */\nexport type SectionVariationCourseTitleArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Course section for Instant Enrollment */\nexport type SectionVariationDisplayNameArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Course section for Instant Enrollment */\nexport type SectionVariationMainBodyArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Course section for Instant Enrollment */\nexport type SectionVariationNameArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Course section for Instant Enrollment */\nexport type SectionVariationNavigationNameArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Course section for Instant Enrollment */\nexport type SectionVariationSectionEndTimeArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Course section for Instant Enrollment */\nexport type SectionVariationSectionFacultyArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Course section for Instant Enrollment */\nexport type SectionVariationSectionIdArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Course section for Instant Enrollment */\nexport type SectionVariationSectionLocationArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Course section for Instant Enrollment */\nexport type SectionVariationSectionLocationIdArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Course section for Instant Enrollment */\nexport type SectionVariationSectionMeetingDaysArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Course section for Instant Enrollment */\nexport type SectionVariationSectionRegionArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Course section for Instant Enrollment */\nexport type SectionVariationSectionStartTimeArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Course section for Instant Enrollment */\nexport type SectionVariationSectionTermArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Course section for Instant Enrollment */\nexport type SectionVariationSectionTermDescriptionArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Course section for Instant Enrollment */\nexport type SectionVariationSectionTimeSegmentArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Course section for Instant Enrollment */\nexport type SectionVariation_FulltextArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Course section for Instant Enrollment */\nexport type SectionVariation_LinkArgs = {\n type?: InputMaybe;\n};\n\nexport type SectionVariationAssociations = {\n __typename?: 'SectionVariationAssociations';\n ContentLink?: Maybe;\n};\n\nexport type SectionVariationAssociationsAutocomplete = {\n __typename?: 'SectionVariationAssociationsAutocomplete';\n ContentLink?: Maybe;\n};\n\nexport type SectionVariationAssociationsFacet = {\n __typename?: 'SectionVariationAssociationsFacet';\n ContentLink?: Maybe;\n};\n\nexport type SectionVariationAssociationsOrderByInput = {\n ContentLink?: InputMaybe;\n};\n\nexport type SectionVariationAssociationsWhereInput = {\n ContentLink?: InputMaybe;\n};\n\nexport type SectionVariationAutocomplete = {\n __typename?: 'SectionVariationAutocomplete';\n Ancestors?: Maybe>>;\n Associations?: Maybe;\n Categories?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n CustomHeaders?: Maybe;\n DefaultImageUrl?: Maybe>>;\n EPiBlock_PageSettings_BodyAttributes?: Maybe>>;\n EPiBlock_PageSettings_SEOSitemaps?: Maybe>>;\n EPiBlock_PageSettings_SolrKeywordsBoost?: Maybe>>;\n ExistingLanguages?: Maybe;\n FullArea?: Maybe;\n HeroArea?: Maybe;\n InlineArea?: Maybe;\n InventoryReference?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageMetaData?: Maybe;\n PageNavigationTitle?: Maybe>>;\n ParentEntries?: Maybe;\n ParentLink?: Maybe;\n PriceReference?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n SeoInformation?: Maybe;\n SeoUri?: Maybe>>;\n ShippingDimensions?: Maybe>>;\n Shortcut?: Maybe>>;\n SidebarContent?: Maybe;\n SiteId?: Maybe>>;\n Status?: Maybe>>;\n StickyNavLinks?: Maybe>>;\n TopArea?: Maybe;\n Url?: Maybe>>;\n};\n\n\nexport type SectionVariationAutocompleteAncestorsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type SectionVariationAutocompleteContentTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type SectionVariationAutocompleteDefaultImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type SectionVariationAutocompleteEPiBlock_PageSettings_BodyAttributesArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type SectionVariationAutocompleteEPiBlock_PageSettings_SeoSitemapsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type SectionVariationAutocompleteEPiBlock_PageSettings_SolrKeywordsBoostArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type SectionVariationAutocompletePageFeaturedDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type SectionVariationAutocompletePageImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type SectionVariationAutocompletePageNavigationTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type SectionVariationAutocompleteRelativePathArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type SectionVariationAutocompleteRouteSegmentArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type SectionVariationAutocompleteSeoUriArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type SectionVariationAutocompleteShippingDimensionsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type SectionVariationAutocompleteShortcutArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type SectionVariationAutocompleteSiteIdArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type SectionVariationAutocompleteStatusArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type SectionVariationAutocompleteStickyNavLinksArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type SectionVariationAutocompleteUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type SectionVariationCategories = {\n __typename?: 'SectionVariationCategories';\n ContentLink?: Maybe;\n};\n\nexport type SectionVariationCategoriesAutocomplete = {\n __typename?: 'SectionVariationCategoriesAutocomplete';\n ContentLink?: Maybe;\n};\n\nexport type SectionVariationCategoriesFacet = {\n __typename?: 'SectionVariationCategoriesFacet';\n ContentLink?: Maybe;\n};\n\nexport type SectionVariationCategoriesOrderByInput = {\n ContentLink?: InputMaybe;\n};\n\nexport type SectionVariationCategoriesWhereInput = {\n ContentLink?: InputMaybe;\n};\n\nexport type SectionVariationFacet = {\n __typename?: 'SectionVariationFacet';\n Ancestors?: Maybe>>;\n Associations?: Maybe;\n CatalogId?: Maybe>>;\n Categories?: Maybe;\n Changed?: Maybe>>;\n Code?: Maybe>>;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n CourseName?: Maybe>>;\n CourseTitle?: Maybe>>;\n Created?: Maybe>>;\n CustomHeaders?: Maybe;\n DefaultImageUrl?: Maybe>>;\n DefaultMarketPrice?: Maybe>>;\n DisplayName?: Maybe>>;\n EPiBlock_PageSettings_BodyAttributes?: Maybe>>;\n EPiBlock_PageSettings_HideBreadcrumbs?: Maybe>>;\n EPiBlock_PageSettings_SEOSitemaps?: Maybe>>;\n EPiBlock_PageSettings_SectionNavigationAnchor?: Maybe>>;\n EPiBlock_PageSettings_SectionNavigationDisplay?: Maybe>>;\n EPiBlock_PageSettings_ShowShareThis?: Maybe>>;\n EPiBlock_PageSettings_SolrKeywordsBoost?: Maybe>>;\n EPiBlock_PageSettings_SolrPageBoost?: Maybe>>;\n ExistingLanguages?: Maybe;\n FullArea?: Maybe;\n HeroArea?: Maybe;\n InlineArea?: Maybe;\n InventoryReference?: Maybe;\n IsCommonDraft?: Maybe>>;\n Language?: Maybe;\n MainBody?: Maybe>>;\n MasterLanguage?: Maybe;\n MetaClassId?: Maybe>>;\n Name?: Maybe>>;\n NavigationName?: Maybe>>;\n OverrideImport?: Maybe>>;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageIsSearchable?: Maybe>>;\n PageMetaData?: Maybe;\n PageNavigationTitle?: Maybe>>;\n ParentEntries?: Maybe;\n ParentLink?: Maybe;\n PriceReference?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Saved?: Maybe>>;\n SectionEndDate?: Maybe>>;\n SectionEndTime?: Maybe>>;\n SectionFaculty?: Maybe>>;\n SectionId?: Maybe>>;\n SectionInitialCapacity?: Maybe>>;\n SectionIsOnline?: Maybe>>;\n SectionLocation?: Maybe>>;\n SectionLocationId?: Maybe>>;\n SectionMeetOnFriday?: Maybe>>;\n SectionMeetOnMonday?: Maybe>>;\n SectionMeetOnSaturday?: Maybe>>;\n SectionMeetOnSunday?: Maybe>>;\n SectionMeetOnThursday?: Maybe>>;\n SectionMeetOnTuesday?: Maybe>>;\n SectionMeetOnWednesday?: Maybe>>;\n SectionMeetingDays?: Maybe>>;\n SectionRegion?: Maybe>>;\n SectionSeatsTaken?: Maybe>>;\n SectionStartDate?: Maybe>>;\n SectionStartTime?: Maybe>>;\n SectionTerm?: Maybe>>;\n SectionTermDescription?: Maybe>>;\n SectionTimeSegment?: Maybe>>;\n SeoInformation?: Maybe;\n SeoUri?: Maybe>>;\n ShippingDimensions?: Maybe;\n ShippingPackageId?: Maybe>>;\n Shortcut?: Maybe>>;\n SidebarContent?: Maybe;\n SiteId?: Maybe>>;\n StartPublish?: Maybe>>;\n Status?: Maybe>>;\n StickyNavLinks?: Maybe>>;\n StopPublish?: Maybe>>;\n TaxCategoryId?: Maybe>>;\n TopArea?: Maybe;\n TrackInventory?: Maybe>>;\n Url?: Maybe>>;\n Weight?: Maybe>>;\n};\n\n\nexport type SectionVariationFacetAncestorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SectionVariationFacetCatalogIdArgs = {\n filters?: InputMaybe>;\n limit?: InputMaybe;\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n ranges?: InputMaybe>>;\n};\n\n\nexport type SectionVariationFacetChangedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type SectionVariationFacetCodeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SectionVariationFacetContentTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SectionVariationFacetCourseNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SectionVariationFacetCourseTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SectionVariationFacetCreatedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type SectionVariationFacetDefaultImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SectionVariationFacetDefaultMarketPriceArgs = {\n filters?: InputMaybe>;\n limit?: InputMaybe;\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n ranges?: InputMaybe>>;\n};\n\n\nexport type SectionVariationFacetDisplayNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SectionVariationFacetEPiBlock_PageSettings_BodyAttributesArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SectionVariationFacetEPiBlock_PageSettings_HideBreadcrumbsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SectionVariationFacetEPiBlock_PageSettings_SeoSitemapsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SectionVariationFacetEPiBlock_PageSettings_SectionNavigationAnchorArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SectionVariationFacetEPiBlock_PageSettings_SectionNavigationDisplayArgs = {\n filters?: InputMaybe>;\n limit?: InputMaybe;\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n ranges?: InputMaybe>>;\n};\n\n\nexport type SectionVariationFacetEPiBlock_PageSettings_ShowShareThisArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SectionVariationFacetEPiBlock_PageSettings_SolrKeywordsBoostArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SectionVariationFacetEPiBlock_PageSettings_SolrPageBoostArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SectionVariationFacetIsCommonDraftArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SectionVariationFacetMainBodyArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SectionVariationFacetMetaClassIdArgs = {\n filters?: InputMaybe>;\n limit?: InputMaybe;\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n ranges?: InputMaybe>>;\n};\n\n\nexport type SectionVariationFacetNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SectionVariationFacetNavigationNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SectionVariationFacetOverrideImportArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SectionVariationFacetPageFeaturedDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SectionVariationFacetPageImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SectionVariationFacetPageIsSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SectionVariationFacetPageNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SectionVariationFacetRelativePathArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SectionVariationFacetRouteSegmentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SectionVariationFacetSavedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type SectionVariationFacetSectionEndDateArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type SectionVariationFacetSectionEndTimeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SectionVariationFacetSectionFacultyArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SectionVariationFacetSectionIdArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SectionVariationFacetSectionInitialCapacityArgs = {\n filters?: InputMaybe>;\n limit?: InputMaybe;\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n ranges?: InputMaybe>>;\n};\n\n\nexport type SectionVariationFacetSectionIsOnlineArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SectionVariationFacetSectionLocationArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SectionVariationFacetSectionLocationIdArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SectionVariationFacetSectionMeetOnFridayArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SectionVariationFacetSectionMeetOnMondayArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SectionVariationFacetSectionMeetOnSaturdayArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SectionVariationFacetSectionMeetOnSundayArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SectionVariationFacetSectionMeetOnThursdayArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SectionVariationFacetSectionMeetOnTuesdayArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SectionVariationFacetSectionMeetOnWednesdayArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SectionVariationFacetSectionMeetingDaysArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SectionVariationFacetSectionRegionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SectionVariationFacetSectionSeatsTakenArgs = {\n filters?: InputMaybe>;\n limit?: InputMaybe;\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n ranges?: InputMaybe>>;\n};\n\n\nexport type SectionVariationFacetSectionStartDateArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type SectionVariationFacetSectionStartTimeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SectionVariationFacetSectionTermArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SectionVariationFacetSectionTermDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SectionVariationFacetSectionTimeSegmentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SectionVariationFacetSeoUriArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SectionVariationFacetShippingPackageIdArgs = {\n filters?: InputMaybe>;\n limit?: InputMaybe;\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n ranges?: InputMaybe>>;\n};\n\n\nexport type SectionVariationFacetShortcutArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SectionVariationFacetSiteIdArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SectionVariationFacetStartPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type SectionVariationFacetStatusArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SectionVariationFacetStickyNavLinksArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SectionVariationFacetStopPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type SectionVariationFacetTaxCategoryIdArgs = {\n filters?: InputMaybe>;\n limit?: InputMaybe;\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n ranges?: InputMaybe>>;\n};\n\n\nexport type SectionVariationFacetTrackInventoryArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SectionVariationFacetUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SectionVariationFacetWeightArgs = {\n filters?: InputMaybe>;\n limit?: InputMaybe;\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n ranges?: InputMaybe>>;\n};\n\nexport type SectionVariationOrderByInput = {\n Ancestors?: InputMaybe;\n Associations?: InputMaybe;\n CatalogId?: InputMaybe;\n Categories?: InputMaybe;\n Changed?: InputMaybe;\n Code?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n CourseName?: InputMaybe;\n CourseTitle?: InputMaybe;\n Created?: InputMaybe;\n CustomHeaders?: InputMaybe;\n DefaultImageUrl?: InputMaybe;\n DefaultMarketPrice?: InputMaybe;\n DisplayName?: InputMaybe;\n EPiBlock_PageSettings_BodyAttributes?: InputMaybe;\n EPiBlock_PageSettings_HideBreadcrumbs?: InputMaybe;\n EPiBlock_PageSettings_SEOSitemaps?: InputMaybe;\n EPiBlock_PageSettings_SectionNavigationAnchor?: InputMaybe;\n EPiBlock_PageSettings_SectionNavigationDisplay?: InputMaybe;\n EPiBlock_PageSettings_ShowShareThis?: InputMaybe;\n EPiBlock_PageSettings_SolrKeywordsBoost?: InputMaybe;\n EPiBlock_PageSettings_SolrPageBoost?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n FullArea?: InputMaybe;\n HeroArea?: InputMaybe;\n InlineArea?: InputMaybe;\n InventoryReference?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MainBody?: InputMaybe;\n MasterLanguage?: InputMaybe;\n MetaClassId?: InputMaybe;\n Name?: InputMaybe;\n NavigationName?: InputMaybe;\n OverrideImport?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageMetaData?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentEntries?: InputMaybe;\n ParentLink?: InputMaybe;\n PriceReference?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n SectionEndDate?: InputMaybe;\n SectionEndTime?: InputMaybe;\n SectionFaculty?: InputMaybe;\n SectionId?: InputMaybe;\n SectionInitialCapacity?: InputMaybe;\n SectionIsOnline?: InputMaybe;\n SectionLocation?: InputMaybe;\n SectionLocationId?: InputMaybe;\n SectionMeetOnFriday?: InputMaybe;\n SectionMeetOnMonday?: InputMaybe;\n SectionMeetOnSaturday?: InputMaybe;\n SectionMeetOnSunday?: InputMaybe;\n SectionMeetOnThursday?: InputMaybe;\n SectionMeetOnTuesday?: InputMaybe;\n SectionMeetOnWednesday?: InputMaybe;\n SectionMeetingDays?: InputMaybe;\n SectionRegion?: InputMaybe;\n SectionSeatsTaken?: InputMaybe;\n SectionStartDate?: InputMaybe;\n SectionStartTime?: InputMaybe;\n SectionTerm?: InputMaybe;\n SectionTermDescription?: InputMaybe;\n SectionTimeSegment?: InputMaybe;\n SeoInformation?: InputMaybe;\n SeoUri?: InputMaybe;\n ShippingDimensions?: InputMaybe;\n ShippingPackageId?: InputMaybe;\n Shortcut?: InputMaybe;\n SidebarContent?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StickyNavLinks?: InputMaybe;\n StopPublish?: InputMaybe;\n TaxCategoryId?: InputMaybe;\n TopArea?: InputMaybe;\n TrackInventory?: InputMaybe;\n Url?: InputMaybe;\n Weight?: InputMaybe;\n _minimumScore?: InputMaybe;\n _modified?: InputMaybe;\n _ranking?: InputMaybe;\n _semanticWeight?: InputMaybe;\n};\n\nexport type SectionVariationOutput = {\n __typename?: 'SectionVariationOutput';\n autocomplete?: Maybe;\n cursor?: Maybe;\n facets?: Maybe;\n items?: Maybe>>;\n total?: Maybe;\n};\n\n\nexport type SectionVariationOutputTotalArgs = {\n all?: InputMaybe;\n};\n\nexport type SectionVariationPageMetaData = {\n __typename?: 'SectionVariationPageMetaData';\n DisableSiteTitle?: Maybe;\n MetaDescription?: Maybe;\n MetaKeywords?: Maybe;\n MetaTitle?: Maybe;\n PageImage?: Maybe;\n ShareHashTags?: Maybe;\n ShareSummary?: Maybe;\n ShareTitle?: Maybe;\n SingleSentenceSummary?: Maybe;\n};\n\nexport type SectionVariationPageMetaDataAutocomplete = {\n __typename?: 'SectionVariationPageMetaDataAutocomplete';\n MetaDescription?: Maybe>>;\n MetaKeywords?: Maybe>>;\n MetaTitle?: Maybe>>;\n PageImage?: Maybe;\n ShareHashTags?: Maybe>>;\n ShareSummary?: Maybe>>;\n ShareTitle?: Maybe>>;\n SingleSentenceSummary?: Maybe>>;\n};\n\n\nexport type SectionVariationPageMetaDataAutocompleteMetaDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type SectionVariationPageMetaDataAutocompleteMetaKeywordsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type SectionVariationPageMetaDataAutocompleteMetaTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type SectionVariationPageMetaDataAutocompleteShareHashTagsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type SectionVariationPageMetaDataAutocompleteShareSummaryArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type SectionVariationPageMetaDataAutocompleteShareTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type SectionVariationPageMetaDataAutocompleteSingleSentenceSummaryArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type SectionVariationPageMetaDataFacet = {\n __typename?: 'SectionVariationPageMetaDataFacet';\n DisableSiteTitle?: Maybe>>;\n MetaDescription?: Maybe>>;\n MetaKeywords?: Maybe>>;\n MetaTitle?: Maybe>>;\n PageImage?: Maybe;\n ShareHashTags?: Maybe>>;\n ShareSummary?: Maybe>>;\n ShareTitle?: Maybe>>;\n SingleSentenceSummary?: Maybe>>;\n};\n\n\nexport type SectionVariationPageMetaDataFacetDisableSiteTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SectionVariationPageMetaDataFacetMetaDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SectionVariationPageMetaDataFacetMetaKeywordsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SectionVariationPageMetaDataFacetMetaTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SectionVariationPageMetaDataFacetShareHashTagsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SectionVariationPageMetaDataFacetShareSummaryArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SectionVariationPageMetaDataFacetShareTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SectionVariationPageMetaDataFacetSingleSentenceSummaryArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type SectionVariationPageMetaDataOrderByInput = {\n DisableSiteTitle?: InputMaybe;\n MetaDescription?: InputMaybe;\n MetaKeywords?: InputMaybe;\n MetaTitle?: InputMaybe;\n PageImage?: InputMaybe;\n ShareHashTags?: InputMaybe;\n ShareSummary?: InputMaybe;\n ShareTitle?: InputMaybe;\n SingleSentenceSummary?: InputMaybe;\n};\n\nexport type SectionVariationPageMetaDataWhereInput = {\n DisableSiteTitle?: InputMaybe;\n MetaDescription?: InputMaybe;\n MetaKeywords?: InputMaybe;\n MetaTitle?: InputMaybe;\n PageImage?: InputMaybe;\n ShareHashTags?: InputMaybe;\n ShareSummary?: InputMaybe;\n ShareTitle?: InputMaybe;\n SingleSentenceSummary?: InputMaybe;\n};\n\nexport type SectionVariationRelations = {\n __typename?: 'SectionVariationRelations';\n ContentLink?: Maybe;\n};\n\nexport type SectionVariationRelationsAutocomplete = {\n __typename?: 'SectionVariationRelationsAutocomplete';\n ContentLink?: Maybe;\n};\n\nexport type SectionVariationRelationsFacet = {\n __typename?: 'SectionVariationRelationsFacet';\n ContentLink?: Maybe;\n};\n\nexport type SectionVariationRelationsOrderByInput = {\n ContentLink?: InputMaybe;\n};\n\nexport type SectionVariationRelationsWhereInput = {\n ContentLink?: InputMaybe;\n};\n\nexport type SectionVariationSeoInformation = {\n __typename?: 'SectionVariationSeoInformation';\n Description?: Maybe;\n Keywords?: Maybe;\n Title?: Maybe;\n};\n\nexport type SectionVariationSeoInformationAutocomplete = {\n __typename?: 'SectionVariationSeoInformationAutocomplete';\n Description?: Maybe>>;\n Keywords?: Maybe>>;\n Title?: Maybe>>;\n};\n\n\nexport type SectionVariationSeoInformationAutocompleteDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type SectionVariationSeoInformationAutocompleteKeywordsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type SectionVariationSeoInformationAutocompleteTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type SectionVariationSeoInformationFacet = {\n __typename?: 'SectionVariationSeoInformationFacet';\n Description?: Maybe>>;\n Keywords?: Maybe>>;\n Title?: Maybe>>;\n};\n\n\nexport type SectionVariationSeoInformationFacetDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SectionVariationSeoInformationFacetKeywordsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SectionVariationSeoInformationFacetTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type SectionVariationSeoInformationOrderByInput = {\n Description?: InputMaybe;\n Keywords?: InputMaybe;\n Title?: InputMaybe;\n};\n\nexport type SectionVariationSeoInformationWhereInput = {\n Description?: InputMaybe;\n Keywords?: InputMaybe;\n Title?: InputMaybe;\n};\n\nexport type SectionVariationShippingDimensions = {\n __typename?: 'SectionVariationShippingDimensions';\n Height?: Maybe;\n Length?: Maybe;\n Width?: Maybe;\n};\n\nexport type SectionVariationShippingDimensionsFacet = {\n __typename?: 'SectionVariationShippingDimensionsFacet';\n Height?: Maybe>>;\n Length?: Maybe>>;\n Width?: Maybe>>;\n};\n\n\nexport type SectionVariationShippingDimensionsFacetHeightArgs = {\n filters?: InputMaybe>;\n limit?: InputMaybe;\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n ranges?: InputMaybe>>;\n};\n\n\nexport type SectionVariationShippingDimensionsFacetLengthArgs = {\n filters?: InputMaybe>;\n limit?: InputMaybe;\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n ranges?: InputMaybe>>;\n};\n\n\nexport type SectionVariationShippingDimensionsFacetWidthArgs = {\n filters?: InputMaybe>;\n limit?: InputMaybe;\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n ranges?: InputMaybe>>;\n};\n\nexport type SectionVariationShippingDimensionsOrderByInput = {\n Height?: InputMaybe;\n Length?: InputMaybe;\n Width?: InputMaybe;\n};\n\nexport type SectionVariationShippingDimensionsWhereInput = {\n Height?: InputMaybe;\n Length?: InputMaybe;\n Width?: InputMaybe;\n};\n\nexport type SectionVariationWhereInput = {\n Ancestors?: InputMaybe;\n Associations?: InputMaybe;\n CatalogId?: InputMaybe;\n Categories?: InputMaybe;\n Changed?: InputMaybe;\n Code?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n CourseName?: InputMaybe;\n CourseTitle?: InputMaybe;\n Created?: InputMaybe;\n CustomHeaders?: InputMaybe;\n DefaultImageUrl?: InputMaybe;\n DefaultMarketPrice?: InputMaybe;\n DisplayName?: InputMaybe;\n EPiBlock_PageSettings_BodyAttributes?: InputMaybe;\n EPiBlock_PageSettings_HideBreadcrumbs?: InputMaybe;\n EPiBlock_PageSettings_SEOSitemaps?: InputMaybe;\n EPiBlock_PageSettings_SectionNavigationAnchor?: InputMaybe;\n EPiBlock_PageSettings_SectionNavigationDisplay?: InputMaybe;\n EPiBlock_PageSettings_ShowShareThis?: InputMaybe;\n EPiBlock_PageSettings_SolrKeywordsBoost?: InputMaybe;\n EPiBlock_PageSettings_SolrPageBoost?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n FullArea?: InputMaybe;\n HeroArea?: InputMaybe;\n InlineArea?: InputMaybe;\n InventoryReference?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MainBody?: InputMaybe;\n MasterLanguage?: InputMaybe;\n MetaClassId?: InputMaybe;\n Name?: InputMaybe;\n NavigationName?: InputMaybe;\n OverrideImport?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageMetaData?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentEntries?: InputMaybe;\n ParentLink?: InputMaybe;\n PriceReference?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n SectionEndDate?: InputMaybe;\n SectionEndTime?: InputMaybe;\n SectionFaculty?: InputMaybe;\n SectionId?: InputMaybe;\n SectionInitialCapacity?: InputMaybe;\n SectionIsOnline?: InputMaybe;\n SectionLocation?: InputMaybe;\n SectionLocationId?: InputMaybe;\n SectionMeetOnFriday?: InputMaybe;\n SectionMeetOnMonday?: InputMaybe;\n SectionMeetOnSaturday?: InputMaybe;\n SectionMeetOnSunday?: InputMaybe;\n SectionMeetOnThursday?: InputMaybe;\n SectionMeetOnTuesday?: InputMaybe;\n SectionMeetOnWednesday?: InputMaybe;\n SectionMeetingDays?: InputMaybe;\n SectionRegion?: InputMaybe;\n SectionSeatsTaken?: InputMaybe;\n SectionStartDate?: InputMaybe;\n SectionStartTime?: InputMaybe;\n SectionTerm?: InputMaybe;\n SectionTermDescription?: InputMaybe;\n SectionTimeSegment?: InputMaybe;\n SeoInformation?: InputMaybe;\n SeoUri?: InputMaybe;\n ShippingDimensions?: InputMaybe;\n ShippingPackageId?: InputMaybe;\n Shortcut?: InputMaybe;\n SidebarContent?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StickyNavLinks?: InputMaybe;\n StopPublish?: InputMaybe;\n TaxCategoryId?: InputMaybe;\n TopArea?: InputMaybe;\n TrackInventory?: InputMaybe;\n Url?: InputMaybe;\n Weight?: InputMaybe;\n _and?: InputMaybe>>;\n _fulltext?: InputMaybe;\n _modified?: InputMaybe;\n _not?: InputMaybe>>;\n _or?: InputMaybe>>;\n};\n\nexport type SelectionElementBlock = IContent & IData & {\n __typename?: 'SelectionElementBlock';\n AllowMultiSelect?: Maybe;\n Ancestors?: Maybe>>;\n AutoComplete?: Maybe;\n Category?: Maybe>>;\n Changed?: Maybe;\n ConditionCombination?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe;\n Description?: Maybe;\n ExistingLanguages?: Maybe>>;\n Feed?: Maybe;\n IsCommonDraft?: Maybe;\n Label?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe;\n PageFeaturedDescription?: Maybe;\n PageImageUrl?: Maybe;\n PageIsSearchable?: Maybe;\n PageNavigationTitle?: Maybe;\n ParentLink?: Maybe;\n PlaceHolder?: Maybe;\n RelativePath?: Maybe;\n RouteSegment?: Maybe;\n SatisfiedAction?: Maybe;\n Saved?: Maybe;\n Shortcut?: Maybe;\n SiteId?: Maybe;\n StartPublish?: Maybe;\n Status?: Maybe;\n StopPublish?: Maybe;\n Url?: Maybe;\n Validators?: Maybe;\n /** @deprecated Use `_link` field instead */\n _children?: Maybe;\n _deleted?: Maybe;\n _fulltext?: Maybe>>;\n _id?: Maybe;\n _link?: Maybe;\n _modified?: Maybe;\n _score?: Maybe;\n};\n\n\nexport type SelectionElementBlockDescriptionArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type SelectionElementBlockFeedArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type SelectionElementBlockLabelArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type SelectionElementBlockNameArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type SelectionElementBlockPlaceHolderArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type SelectionElementBlockSatisfiedActionArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type SelectionElementBlockValidatorsArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type SelectionElementBlock_FulltextArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type SelectionElementBlock_LinkArgs = {\n type?: InputMaybe;\n};\n\nexport type SelectionElementBlockAutocomplete = {\n __typename?: 'SelectionElementBlockAutocomplete';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n ExistingLanguages?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n Status?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type SelectionElementBlockAutocompleteAncestorsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type SelectionElementBlockAutocompleteContentTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type SelectionElementBlockAutocompletePageFeaturedDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type SelectionElementBlockAutocompletePageImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type SelectionElementBlockAutocompletePageNavigationTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type SelectionElementBlockAutocompleteRelativePathArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type SelectionElementBlockAutocompleteRouteSegmentArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type SelectionElementBlockAutocompleteShortcutArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type SelectionElementBlockAutocompleteSiteIdArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type SelectionElementBlockAutocompleteStatusArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type SelectionElementBlockAutocompleteUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type SelectionElementBlockFacet = {\n __typename?: 'SelectionElementBlockFacet';\n AllowMultiSelect?: Maybe>>;\n Ancestors?: Maybe>>;\n AutoComplete?: Maybe>>;\n Category?: Maybe;\n Changed?: Maybe>>;\n ConditionCombination?: Maybe>>;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe>>;\n Description?: Maybe>>;\n ExistingLanguages?: Maybe;\n Feed?: Maybe>>;\n IsCommonDraft?: Maybe>>;\n Label?: Maybe>>;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe>>;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageIsSearchable?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n PlaceHolder?: Maybe>>;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n SatisfiedAction?: Maybe>>;\n Saved?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n StartPublish?: Maybe>>;\n Status?: Maybe>>;\n StopPublish?: Maybe>>;\n Url?: Maybe>>;\n Validators?: Maybe>>;\n};\n\n\nexport type SelectionElementBlockFacetAllowMultiSelectArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SelectionElementBlockFacetAncestorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SelectionElementBlockFacetAutoCompleteArgs = {\n filters?: InputMaybe>;\n limit?: InputMaybe;\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n ranges?: InputMaybe>>;\n};\n\n\nexport type SelectionElementBlockFacetChangedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type SelectionElementBlockFacetConditionCombinationArgs = {\n filters?: InputMaybe>;\n limit?: InputMaybe;\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n ranges?: InputMaybe>>;\n};\n\n\nexport type SelectionElementBlockFacetContentTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SelectionElementBlockFacetCreatedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type SelectionElementBlockFacetDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SelectionElementBlockFacetFeedArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SelectionElementBlockFacetIsCommonDraftArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SelectionElementBlockFacetLabelArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SelectionElementBlockFacetNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SelectionElementBlockFacetPageFeaturedDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SelectionElementBlockFacetPageImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SelectionElementBlockFacetPageIsSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SelectionElementBlockFacetPageNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SelectionElementBlockFacetPlaceHolderArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SelectionElementBlockFacetRelativePathArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SelectionElementBlockFacetRouteSegmentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SelectionElementBlockFacetSatisfiedActionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SelectionElementBlockFacetSavedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type SelectionElementBlockFacetShortcutArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SelectionElementBlockFacetSiteIdArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SelectionElementBlockFacetStartPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type SelectionElementBlockFacetStatusArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SelectionElementBlockFacetStopPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type SelectionElementBlockFacetUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SelectionElementBlockFacetValidatorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type SelectionElementBlockOrderByInput = {\n AllowMultiSelect?: InputMaybe;\n Ancestors?: InputMaybe;\n AutoComplete?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ConditionCombination?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n Description?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n Feed?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Label?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n PlaceHolder?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n SatisfiedAction?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n Validators?: InputMaybe;\n _minimumScore?: InputMaybe;\n _modified?: InputMaybe;\n _ranking?: InputMaybe;\n _semanticWeight?: InputMaybe;\n};\n\nexport type SelectionElementBlockOutput = {\n __typename?: 'SelectionElementBlockOutput';\n autocomplete?: Maybe;\n cursor?: Maybe;\n facets?: Maybe;\n items?: Maybe>>;\n total?: Maybe;\n};\n\n\nexport type SelectionElementBlockOutputTotalArgs = {\n all?: InputMaybe;\n};\n\nexport type SelectionElementBlockWhereInput = {\n AllowMultiSelect?: InputMaybe;\n Ancestors?: InputMaybe;\n AutoComplete?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ConditionCombination?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n Description?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n Feed?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Label?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n PlaceHolder?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n SatisfiedAction?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n Validators?: InputMaybe;\n _and?: InputMaybe>>;\n _fulltext?: InputMaybe;\n _modified?: InputMaybe;\n _not?: InputMaybe>>;\n _or?: InputMaybe>>;\n};\n\nexport type SeoInformation = IContent & IData & {\n __typename?: 'SeoInformation';\n Ancestors?: Maybe>>;\n Category?: Maybe>>;\n Changed?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe;\n Description?: Maybe;\n ExistingLanguages?: Maybe>>;\n IsCommonDraft?: Maybe;\n Keywords?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe;\n PageFeaturedDescription?: Maybe;\n PageImageUrl?: Maybe;\n PageIsSearchable?: Maybe;\n PageNavigationTitle?: Maybe;\n ParentLink?: Maybe;\n RelativePath?: Maybe;\n RouteSegment?: Maybe;\n Saved?: Maybe;\n Shortcut?: Maybe;\n SiteId?: Maybe;\n StartPublish?: Maybe;\n Status?: Maybe;\n StopPublish?: Maybe;\n Title?: Maybe;\n Url?: Maybe;\n /** @deprecated Use `_link` field instead */\n _children?: Maybe;\n _deleted?: Maybe;\n _fulltext?: Maybe>>;\n _id?: Maybe;\n _link?: Maybe;\n _modified?: Maybe;\n _score?: Maybe;\n};\n\n\nexport type SeoInformationDescriptionArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type SeoInformationKeywordsArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type SeoInformationNameArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type SeoInformationTitleArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type SeoInformation_FulltextArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type SeoInformation_LinkArgs = {\n type?: InputMaybe;\n};\n\nexport type SeoInformationAutocomplete = {\n __typename?: 'SeoInformationAutocomplete';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n ExistingLanguages?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n Status?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type SeoInformationAutocompleteAncestorsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type SeoInformationAutocompleteContentTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type SeoInformationAutocompletePageFeaturedDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type SeoInformationAutocompletePageImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type SeoInformationAutocompletePageNavigationTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type SeoInformationAutocompleteRelativePathArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type SeoInformationAutocompleteRouteSegmentArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type SeoInformationAutocompleteShortcutArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type SeoInformationAutocompleteSiteIdArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type SeoInformationAutocompleteStatusArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type SeoInformationAutocompleteUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type SeoInformationFacet = {\n __typename?: 'SeoInformationFacet';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n Changed?: Maybe>>;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe>>;\n Description?: Maybe>>;\n ExistingLanguages?: Maybe;\n IsCommonDraft?: Maybe>>;\n Keywords?: Maybe>>;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe>>;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageIsSearchable?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Saved?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n StartPublish?: Maybe>>;\n Status?: Maybe>>;\n StopPublish?: Maybe>>;\n Title?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type SeoInformationFacetAncestorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SeoInformationFacetChangedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type SeoInformationFacetContentTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SeoInformationFacetCreatedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type SeoInformationFacetDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SeoInformationFacetIsCommonDraftArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SeoInformationFacetKeywordsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SeoInformationFacetNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SeoInformationFacetPageFeaturedDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SeoInformationFacetPageImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SeoInformationFacetPageIsSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SeoInformationFacetPageNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SeoInformationFacetRelativePathArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SeoInformationFacetRouteSegmentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SeoInformationFacetSavedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type SeoInformationFacetShortcutArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SeoInformationFacetSiteIdArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SeoInformationFacetStartPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type SeoInformationFacetStatusArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SeoInformationFacetStopPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type SeoInformationFacetTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SeoInformationFacetUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type SeoInformationOrderByInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n Description?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Keywords?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Title?: InputMaybe;\n Url?: InputMaybe;\n _minimumScore?: InputMaybe;\n _modified?: InputMaybe;\n _ranking?: InputMaybe;\n _semanticWeight?: InputMaybe;\n};\n\nexport type SeoInformationOutput = {\n __typename?: 'SeoInformationOutput';\n autocomplete?: Maybe;\n cursor?: Maybe;\n facets?: Maybe;\n items?: Maybe>>;\n total?: Maybe;\n};\n\n\nexport type SeoInformationOutputTotalArgs = {\n all?: InputMaybe;\n};\n\nexport type SeoInformationWhereInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n Description?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Keywords?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Title?: InputMaybe;\n Url?: InputMaybe;\n _and?: InputMaybe>>;\n _fulltext?: InputMaybe;\n _modified?: InputMaybe;\n _not?: InputMaybe>>;\n _or?: InputMaybe>>;\n};\n\nexport type ShippingDimensions = IContent & IData & {\n __typename?: 'ShippingDimensions';\n Ancestors?: Maybe>>;\n Category?: Maybe>>;\n Changed?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe;\n ExistingLanguages?: Maybe>>;\n Height?: Maybe;\n IsCommonDraft?: Maybe;\n Language?: Maybe;\n Length?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe;\n PageFeaturedDescription?: Maybe;\n PageImageUrl?: Maybe;\n PageIsSearchable?: Maybe;\n PageNavigationTitle?: Maybe;\n ParentLink?: Maybe;\n RelativePath?: Maybe;\n RouteSegment?: Maybe;\n Saved?: Maybe;\n Shortcut?: Maybe;\n SiteId?: Maybe;\n StartPublish?: Maybe;\n Status?: Maybe;\n StopPublish?: Maybe;\n Url?: Maybe;\n Width?: Maybe;\n /** @deprecated Use `_link` field instead */\n _children?: Maybe;\n _deleted?: Maybe;\n _fulltext?: Maybe>>;\n _id?: Maybe;\n _link?: Maybe;\n _modified?: Maybe;\n _score?: Maybe;\n};\n\n\nexport type ShippingDimensionsNameArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type ShippingDimensions_FulltextArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type ShippingDimensions_LinkArgs = {\n type?: InputMaybe;\n};\n\nexport type ShippingDimensionsAutocomplete = {\n __typename?: 'ShippingDimensionsAutocomplete';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n ExistingLanguages?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n Status?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type ShippingDimensionsAutocompleteAncestorsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ShippingDimensionsAutocompleteContentTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ShippingDimensionsAutocompletePageFeaturedDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ShippingDimensionsAutocompletePageImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ShippingDimensionsAutocompletePageNavigationTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ShippingDimensionsAutocompleteRelativePathArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ShippingDimensionsAutocompleteRouteSegmentArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ShippingDimensionsAutocompleteShortcutArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ShippingDimensionsAutocompleteSiteIdArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ShippingDimensionsAutocompleteStatusArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ShippingDimensionsAutocompleteUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type ShippingDimensionsFacet = {\n __typename?: 'ShippingDimensionsFacet';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n Changed?: Maybe>>;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe>>;\n ExistingLanguages?: Maybe;\n Height?: Maybe>>;\n IsCommonDraft?: Maybe>>;\n Language?: Maybe;\n Length?: Maybe>>;\n MasterLanguage?: Maybe;\n Name?: Maybe>>;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageIsSearchable?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Saved?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n StartPublish?: Maybe>>;\n Status?: Maybe>>;\n StopPublish?: Maybe>>;\n Url?: Maybe>>;\n Width?: Maybe>>;\n};\n\n\nexport type ShippingDimensionsFacetAncestorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ShippingDimensionsFacetChangedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type ShippingDimensionsFacetContentTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ShippingDimensionsFacetCreatedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type ShippingDimensionsFacetHeightArgs = {\n filters?: InputMaybe>;\n limit?: InputMaybe;\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n ranges?: InputMaybe>>;\n};\n\n\nexport type ShippingDimensionsFacetIsCommonDraftArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ShippingDimensionsFacetLengthArgs = {\n filters?: InputMaybe>;\n limit?: InputMaybe;\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n ranges?: InputMaybe>>;\n};\n\n\nexport type ShippingDimensionsFacetNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ShippingDimensionsFacetPageFeaturedDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ShippingDimensionsFacetPageImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ShippingDimensionsFacetPageIsSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ShippingDimensionsFacetPageNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ShippingDimensionsFacetRelativePathArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ShippingDimensionsFacetRouteSegmentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ShippingDimensionsFacetSavedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type ShippingDimensionsFacetShortcutArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ShippingDimensionsFacetSiteIdArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ShippingDimensionsFacetStartPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type ShippingDimensionsFacetStatusArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ShippingDimensionsFacetStopPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type ShippingDimensionsFacetUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ShippingDimensionsFacetWidthArgs = {\n filters?: InputMaybe>;\n limit?: InputMaybe;\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n ranges?: InputMaybe>>;\n};\n\nexport type ShippingDimensionsOrderByInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n Height?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n Length?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n Width?: InputMaybe;\n _minimumScore?: InputMaybe;\n _modified?: InputMaybe;\n _ranking?: InputMaybe;\n _semanticWeight?: InputMaybe;\n};\n\nexport type ShippingDimensionsOutput = {\n __typename?: 'ShippingDimensionsOutput';\n autocomplete?: Maybe;\n cursor?: Maybe;\n facets?: Maybe;\n items?: Maybe>>;\n total?: Maybe;\n};\n\n\nexport type ShippingDimensionsOutputTotalArgs = {\n all?: InputMaybe;\n};\n\nexport type ShippingDimensionsWhereInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n Height?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n Length?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n Width?: InputMaybe;\n _and?: InputMaybe>>;\n _fulltext?: InputMaybe;\n _modified?: InputMaybe;\n _not?: InputMaybe>>;\n _or?: InputMaybe>>;\n};\n\n/** Simple masthead without media that can be used in various page templates. */\nexport type SimpleMastheadBlock = IContent & IData & {\n __typename?: 'SimpleMastheadBlock';\n Ancestors?: Maybe>>;\n Category?: Maybe>>;\n Changed?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe;\n Description?: Maybe;\n ExistingLanguages?: Maybe>>;\n Heading?: Maybe;\n IsCommonDraft?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe;\n PageFeaturedDescription?: Maybe;\n PageImageUrl?: Maybe;\n PageIsSearchable?: Maybe;\n PageNavigationTitle?: Maybe;\n ParentLink?: Maybe;\n RelativePath?: Maybe;\n RouteSegment?: Maybe;\n Saved?: Maybe;\n Shortcut?: Maybe;\n SiteId?: Maybe;\n StartPublish?: Maybe;\n Status?: Maybe;\n StopPublish?: Maybe;\n Url?: Maybe;\n /** @deprecated Use `_link` field instead */\n _children?: Maybe;\n _deleted?: Maybe;\n _fulltext?: Maybe>>;\n _id?: Maybe;\n _link?: Maybe;\n _modified?: Maybe;\n _score?: Maybe;\n};\n\n\n/** Simple masthead without media that can be used in various page templates. */\nexport type SimpleMastheadBlockDescriptionArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Simple masthead without media that can be used in various page templates. */\nexport type SimpleMastheadBlockHeadingArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Simple masthead without media that can be used in various page templates. */\nexport type SimpleMastheadBlockNameArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Simple masthead without media that can be used in various page templates. */\nexport type SimpleMastheadBlock_FulltextArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Simple masthead without media that can be used in various page templates. */\nexport type SimpleMastheadBlock_LinkArgs = {\n type?: InputMaybe;\n};\n\nexport type SimpleMastheadBlockAutocomplete = {\n __typename?: 'SimpleMastheadBlockAutocomplete';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n ExistingLanguages?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n Status?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type SimpleMastheadBlockAutocompleteAncestorsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type SimpleMastheadBlockAutocompleteContentTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type SimpleMastheadBlockAutocompletePageFeaturedDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type SimpleMastheadBlockAutocompletePageImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type SimpleMastheadBlockAutocompletePageNavigationTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type SimpleMastheadBlockAutocompleteRelativePathArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type SimpleMastheadBlockAutocompleteRouteSegmentArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type SimpleMastheadBlockAutocompleteShortcutArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type SimpleMastheadBlockAutocompleteSiteIdArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type SimpleMastheadBlockAutocompleteStatusArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type SimpleMastheadBlockAutocompleteUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type SimpleMastheadBlockFacet = {\n __typename?: 'SimpleMastheadBlockFacet';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n Changed?: Maybe>>;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe>>;\n Description?: Maybe>>;\n ExistingLanguages?: Maybe;\n Heading?: Maybe>>;\n IsCommonDraft?: Maybe>>;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe>>;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageIsSearchable?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Saved?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n StartPublish?: Maybe>>;\n Status?: Maybe>>;\n StopPublish?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type SimpleMastheadBlockFacetAncestorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SimpleMastheadBlockFacetChangedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type SimpleMastheadBlockFacetContentTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SimpleMastheadBlockFacetCreatedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type SimpleMastheadBlockFacetDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SimpleMastheadBlockFacetHeadingArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SimpleMastheadBlockFacetIsCommonDraftArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SimpleMastheadBlockFacetNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SimpleMastheadBlockFacetPageFeaturedDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SimpleMastheadBlockFacetPageImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SimpleMastheadBlockFacetPageIsSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SimpleMastheadBlockFacetPageNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SimpleMastheadBlockFacetRelativePathArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SimpleMastheadBlockFacetRouteSegmentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SimpleMastheadBlockFacetSavedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type SimpleMastheadBlockFacetShortcutArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SimpleMastheadBlockFacetSiteIdArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SimpleMastheadBlockFacetStartPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type SimpleMastheadBlockFacetStatusArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SimpleMastheadBlockFacetStopPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type SimpleMastheadBlockFacetUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type SimpleMastheadBlockOrderByInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n Description?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n Heading?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n _minimumScore?: InputMaybe;\n _modified?: InputMaybe;\n _ranking?: InputMaybe;\n _semanticWeight?: InputMaybe;\n};\n\nexport type SimpleMastheadBlockOutput = {\n __typename?: 'SimpleMastheadBlockOutput';\n autocomplete?: Maybe;\n cursor?: Maybe;\n facets?: Maybe;\n items?: Maybe>>;\n total?: Maybe;\n};\n\n\nexport type SimpleMastheadBlockOutputTotalArgs = {\n all?: InputMaybe;\n};\n\nexport type SimpleMastheadBlockWhereInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n Description?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n Heading?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n _and?: InputMaybe>>;\n _fulltext?: InputMaybe;\n _modified?: InputMaybe;\n _not?: InputMaybe>>;\n _or?: InputMaybe>>;\n};\n\nexport type SiteDefinition = IData & {\n __typename?: 'SiteDefinition';\n ContentLink?: Maybe;\n ContentRoots?: Maybe;\n ContentType?: Maybe>>;\n EditLocation?: Maybe;\n Hosts?: Maybe>>;\n Id?: Maybe;\n Languages?: Maybe>>;\n Name?: Maybe;\n Status?: Maybe;\n /** @deprecated Use `_link` field instead */\n _children?: Maybe;\n _deleted?: Maybe;\n _fulltext?: Maybe>>;\n _id?: Maybe;\n _link?: Maybe;\n _modified?: Maybe;\n _score?: Maybe;\n};\n\n\nexport type SiteDefinitionNameArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type SiteDefinition_FulltextArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type SiteDefinition_LinkArgs = {\n type?: InputMaybe;\n};\n\nexport type SiteDefinitionAutocomplete = {\n __typename?: 'SiteDefinitionAutocomplete';\n ContentLink?: Maybe;\n ContentRoots?: Maybe;\n ContentType?: Maybe>>;\n EditLocation?: Maybe>>;\n Hosts?: Maybe;\n Id?: Maybe>>;\n Languages?: Maybe;\n Status?: Maybe>>;\n};\n\n\nexport type SiteDefinitionAutocompleteContentTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type SiteDefinitionAutocompleteEditLocationArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type SiteDefinitionAutocompleteIdArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type SiteDefinitionAutocompleteStatusArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type SiteDefinitionFacet = {\n __typename?: 'SiteDefinitionFacet';\n ContentLink?: Maybe;\n ContentRoots?: Maybe;\n ContentType?: Maybe>>;\n EditLocation?: Maybe>>;\n Hosts?: Maybe;\n Id?: Maybe>>;\n Languages?: Maybe;\n Name?: Maybe>>;\n Status?: Maybe>>;\n};\n\n\nexport type SiteDefinitionFacetContentTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SiteDefinitionFacetEditLocationArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SiteDefinitionFacetIdArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SiteDefinitionFacetNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SiteDefinitionFacetStatusArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type SiteDefinitionLanguageModel = {\n __typename?: 'SiteDefinitionLanguageModel';\n DisplayName?: Maybe;\n IsMasterLanguage?: Maybe;\n Name?: Maybe;\n Url?: Maybe;\n UrlSegment?: Maybe;\n};\n\nexport type SiteDefinitionLanguageModelAutocomplete = {\n __typename?: 'SiteDefinitionLanguageModelAutocomplete';\n DisplayName?: Maybe>>;\n Name?: Maybe>>;\n Url?: Maybe>>;\n UrlSegment?: Maybe>>;\n};\n\n\nexport type SiteDefinitionLanguageModelAutocompleteDisplayNameArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type SiteDefinitionLanguageModelAutocompleteNameArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type SiteDefinitionLanguageModelAutocompleteUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type SiteDefinitionLanguageModelAutocompleteUrlSegmentArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type SiteDefinitionLanguageModelFacet = {\n __typename?: 'SiteDefinitionLanguageModelFacet';\n DisplayName?: Maybe>>;\n IsMasterLanguage?: Maybe>>;\n Name?: Maybe>>;\n Url?: Maybe>>;\n UrlSegment?: Maybe>>;\n};\n\n\nexport type SiteDefinitionLanguageModelFacetDisplayNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SiteDefinitionLanguageModelFacetIsMasterLanguageArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SiteDefinitionLanguageModelFacetNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SiteDefinitionLanguageModelFacetUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SiteDefinitionLanguageModelFacetUrlSegmentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type SiteDefinitionLanguageModelOrderByInput = {\n DisplayName?: InputMaybe;\n IsMasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n Url?: InputMaybe;\n UrlSegment?: InputMaybe;\n};\n\nexport type SiteDefinitionLanguageModelWhereInput = {\n DisplayName?: InputMaybe;\n IsMasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n Url?: InputMaybe;\n UrlSegment?: InputMaybe;\n};\n\nexport type SiteDefinitionOrderByInput = {\n ContentLink?: InputMaybe;\n ContentRoots?: InputMaybe;\n ContentType?: InputMaybe;\n EditLocation?: InputMaybe;\n Hosts?: InputMaybe;\n Id?: InputMaybe;\n Languages?: InputMaybe;\n Name?: InputMaybe;\n Status?: InputMaybe;\n _minimumScore?: InputMaybe;\n _modified?: InputMaybe;\n _ranking?: InputMaybe;\n _semanticWeight?: InputMaybe;\n};\n\nexport type SiteDefinitionOutput = {\n __typename?: 'SiteDefinitionOutput';\n autocomplete?: Maybe;\n cursor?: Maybe;\n facets?: Maybe;\n items?: Maybe>>;\n total?: Maybe;\n};\n\n\nexport type SiteDefinitionOutputTotalArgs = {\n all?: InputMaybe;\n};\n\nexport type SiteDefinitionWhereInput = {\n ContentLink?: InputMaybe;\n ContentRoots?: InputMaybe;\n ContentType?: InputMaybe;\n EditLocation?: InputMaybe;\n Hosts?: InputMaybe;\n Id?: InputMaybe;\n Languages?: InputMaybe;\n Name?: InputMaybe;\n Status?: InputMaybe;\n _and?: InputMaybe>>;\n _fulltext?: InputMaybe;\n _modified?: InputMaybe;\n _not?: InputMaybe>>;\n _or?: InputMaybe>>;\n};\n\nexport type SiteUrlPredefinedHiddenElementBlock = IContent & IData & {\n __typename?: 'SiteUrlPredefinedHiddenElementBlock';\n Ancestors?: Maybe>>;\n Category?: Maybe>>;\n Changed?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe;\n ExistingLanguages?: Maybe>>;\n IsCommonDraft?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe;\n PageFeaturedDescription?: Maybe;\n PageImageUrl?: Maybe;\n PageIsSearchable?: Maybe;\n PageNavigationTitle?: Maybe;\n ParentLink?: Maybe;\n PredefinedValue?: Maybe;\n RelativePath?: Maybe;\n RouteSegment?: Maybe;\n Saved?: Maybe;\n Shortcut?: Maybe;\n SiteId?: Maybe;\n StartPublish?: Maybe;\n Status?: Maybe;\n StopPublish?: Maybe;\n Url?: Maybe;\n /** @deprecated Use `_link` field instead */\n _children?: Maybe;\n _deleted?: Maybe;\n _fulltext?: Maybe>>;\n _id?: Maybe;\n _link?: Maybe;\n _modified?: Maybe;\n _score?: Maybe;\n};\n\n\nexport type SiteUrlPredefinedHiddenElementBlockNameArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type SiteUrlPredefinedHiddenElementBlockPredefinedValueArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type SiteUrlPredefinedHiddenElementBlock_FulltextArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type SiteUrlPredefinedHiddenElementBlock_LinkArgs = {\n type?: InputMaybe;\n};\n\nexport type SiteUrlPredefinedHiddenElementBlockAutocomplete = {\n __typename?: 'SiteUrlPredefinedHiddenElementBlockAutocomplete';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n ExistingLanguages?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n Status?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type SiteUrlPredefinedHiddenElementBlockAutocompleteAncestorsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type SiteUrlPredefinedHiddenElementBlockAutocompleteContentTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type SiteUrlPredefinedHiddenElementBlockAutocompletePageFeaturedDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type SiteUrlPredefinedHiddenElementBlockAutocompletePageImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type SiteUrlPredefinedHiddenElementBlockAutocompletePageNavigationTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type SiteUrlPredefinedHiddenElementBlockAutocompleteRelativePathArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type SiteUrlPredefinedHiddenElementBlockAutocompleteRouteSegmentArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type SiteUrlPredefinedHiddenElementBlockAutocompleteShortcutArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type SiteUrlPredefinedHiddenElementBlockAutocompleteSiteIdArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type SiteUrlPredefinedHiddenElementBlockAutocompleteStatusArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type SiteUrlPredefinedHiddenElementBlockAutocompleteUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type SiteUrlPredefinedHiddenElementBlockFacet = {\n __typename?: 'SiteUrlPredefinedHiddenElementBlockFacet';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n Changed?: Maybe>>;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe>>;\n ExistingLanguages?: Maybe;\n IsCommonDraft?: Maybe>>;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe>>;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageIsSearchable?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n PredefinedValue?: Maybe>>;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Saved?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n StartPublish?: Maybe>>;\n Status?: Maybe>>;\n StopPublish?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type SiteUrlPredefinedHiddenElementBlockFacetAncestorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SiteUrlPredefinedHiddenElementBlockFacetChangedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type SiteUrlPredefinedHiddenElementBlockFacetContentTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SiteUrlPredefinedHiddenElementBlockFacetCreatedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type SiteUrlPredefinedHiddenElementBlockFacetIsCommonDraftArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SiteUrlPredefinedHiddenElementBlockFacetNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SiteUrlPredefinedHiddenElementBlockFacetPageFeaturedDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SiteUrlPredefinedHiddenElementBlockFacetPageImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SiteUrlPredefinedHiddenElementBlockFacetPageIsSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SiteUrlPredefinedHiddenElementBlockFacetPageNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SiteUrlPredefinedHiddenElementBlockFacetPredefinedValueArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SiteUrlPredefinedHiddenElementBlockFacetRelativePathArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SiteUrlPredefinedHiddenElementBlockFacetRouteSegmentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SiteUrlPredefinedHiddenElementBlockFacetSavedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type SiteUrlPredefinedHiddenElementBlockFacetShortcutArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SiteUrlPredefinedHiddenElementBlockFacetSiteIdArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SiteUrlPredefinedHiddenElementBlockFacetStartPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type SiteUrlPredefinedHiddenElementBlockFacetStatusArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SiteUrlPredefinedHiddenElementBlockFacetStopPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type SiteUrlPredefinedHiddenElementBlockFacetUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type SiteUrlPredefinedHiddenElementBlockOrderByInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n PredefinedValue?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n _minimumScore?: InputMaybe;\n _modified?: InputMaybe;\n _ranking?: InputMaybe;\n _semanticWeight?: InputMaybe;\n};\n\nexport type SiteUrlPredefinedHiddenElementBlockOutput = {\n __typename?: 'SiteUrlPredefinedHiddenElementBlockOutput';\n autocomplete?: Maybe;\n cursor?: Maybe;\n facets?: Maybe;\n items?: Maybe>>;\n total?: Maybe;\n};\n\n\nexport type SiteUrlPredefinedHiddenElementBlockOutputTotalArgs = {\n all?: InputMaybe;\n};\n\nexport type SiteUrlPredefinedHiddenElementBlockWhereInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n PredefinedValue?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n _and?: InputMaybe>>;\n _fulltext?: InputMaybe;\n _modified?: InputMaybe;\n _not?: InputMaybe>>;\n _or?: InputMaybe>>;\n};\n\n/** Module that contains a heading, description, and a Slate form. */\nexport type SlateFormContainerBlock = IContent & IData & {\n __typename?: 'SlateFormContainerBlock';\n Address?: Maybe;\n Ancestors?: Maybe>>;\n Category?: Maybe>>;\n Changed?: Maybe;\n ContactName?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe;\n Description?: Maybe;\n Email?: Maybe;\n ExistingLanguages?: Maybe>>;\n Heading?: Maybe;\n IsCommonDraft?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe;\n PageFeaturedDescription?: Maybe;\n PageImageUrl?: Maybe;\n PageIsSearchable?: Maybe;\n PageNavigationTitle?: Maybe;\n ParentLink?: Maybe;\n Phone?: Maybe;\n RelativePath?: Maybe;\n RouteSegment?: Maybe;\n Saved?: Maybe;\n Shortcut?: Maybe;\n SiteId?: Maybe;\n StartPublish?: Maybe;\n Status?: Maybe;\n StopPublish?: Maybe;\n Url?: Maybe;\n /** @deprecated Use `_link` field instead */\n _children?: Maybe;\n _deleted?: Maybe;\n _fulltext?: Maybe>>;\n _id?: Maybe;\n _link?: Maybe;\n _modified?: Maybe;\n _score?: Maybe;\n};\n\n\n/** Module that contains a heading, description, and a Slate form. */\nexport type SlateFormContainerBlockAddressArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Module that contains a heading, description, and a Slate form. */\nexport type SlateFormContainerBlockContactNameArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Module that contains a heading, description, and a Slate form. */\nexport type SlateFormContainerBlockDescriptionArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Module that contains a heading, description, and a Slate form. */\nexport type SlateFormContainerBlockEmailArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Module that contains a heading, description, and a Slate form. */\nexport type SlateFormContainerBlockHeadingArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Module that contains a heading, description, and a Slate form. */\nexport type SlateFormContainerBlockNameArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Module that contains a heading, description, and a Slate form. */\nexport type SlateFormContainerBlockPhoneArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Module that contains a heading, description, and a Slate form. */\nexport type SlateFormContainerBlock_FulltextArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Module that contains a heading, description, and a Slate form. */\nexport type SlateFormContainerBlock_LinkArgs = {\n type?: InputMaybe;\n};\n\nexport type SlateFormContainerBlockAutocomplete = {\n __typename?: 'SlateFormContainerBlockAutocomplete';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n ExistingLanguages?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n Status?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type SlateFormContainerBlockAutocompleteAncestorsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type SlateFormContainerBlockAutocompleteContentTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type SlateFormContainerBlockAutocompletePageFeaturedDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type SlateFormContainerBlockAutocompletePageImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type SlateFormContainerBlockAutocompletePageNavigationTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type SlateFormContainerBlockAutocompleteRelativePathArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type SlateFormContainerBlockAutocompleteRouteSegmentArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type SlateFormContainerBlockAutocompleteShortcutArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type SlateFormContainerBlockAutocompleteSiteIdArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type SlateFormContainerBlockAutocompleteStatusArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type SlateFormContainerBlockAutocompleteUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type SlateFormContainerBlockFacet = {\n __typename?: 'SlateFormContainerBlockFacet';\n Address?: Maybe>>;\n Ancestors?: Maybe>>;\n Category?: Maybe;\n Changed?: Maybe>>;\n ContactName?: Maybe>>;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe>>;\n Description?: Maybe>>;\n Email?: Maybe>>;\n ExistingLanguages?: Maybe;\n Heading?: Maybe>>;\n IsCommonDraft?: Maybe>>;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe>>;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageIsSearchable?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n Phone?: Maybe>>;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Saved?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n StartPublish?: Maybe>>;\n Status?: Maybe>>;\n StopPublish?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type SlateFormContainerBlockFacetAddressArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SlateFormContainerBlockFacetAncestorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SlateFormContainerBlockFacetChangedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type SlateFormContainerBlockFacetContactNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SlateFormContainerBlockFacetContentTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SlateFormContainerBlockFacetCreatedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type SlateFormContainerBlockFacetDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SlateFormContainerBlockFacetEmailArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SlateFormContainerBlockFacetHeadingArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SlateFormContainerBlockFacetIsCommonDraftArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SlateFormContainerBlockFacetNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SlateFormContainerBlockFacetPageFeaturedDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SlateFormContainerBlockFacetPageImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SlateFormContainerBlockFacetPageIsSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SlateFormContainerBlockFacetPageNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SlateFormContainerBlockFacetPhoneArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SlateFormContainerBlockFacetRelativePathArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SlateFormContainerBlockFacetRouteSegmentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SlateFormContainerBlockFacetSavedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type SlateFormContainerBlockFacetShortcutArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SlateFormContainerBlockFacetSiteIdArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SlateFormContainerBlockFacetStartPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type SlateFormContainerBlockFacetStatusArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SlateFormContainerBlockFacetStopPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type SlateFormContainerBlockFacetUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type SlateFormContainerBlockOrderByInput = {\n Address?: InputMaybe;\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContactName?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n Description?: InputMaybe;\n Email?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n Heading?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n Phone?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n _minimumScore?: InputMaybe;\n _modified?: InputMaybe;\n _ranking?: InputMaybe;\n _semanticWeight?: InputMaybe;\n};\n\nexport type SlateFormContainerBlockOutput = {\n __typename?: 'SlateFormContainerBlockOutput';\n autocomplete?: Maybe;\n cursor?: Maybe;\n facets?: Maybe;\n items?: Maybe>>;\n total?: Maybe;\n};\n\n\nexport type SlateFormContainerBlockOutputTotalArgs = {\n all?: InputMaybe;\n};\n\nexport type SlateFormContainerBlockWhereInput = {\n Address?: InputMaybe;\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContactName?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n Description?: InputMaybe;\n Email?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n Heading?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n Phone?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n _and?: InputMaybe>>;\n _fulltext?: InputMaybe;\n _modified?: InputMaybe;\n _not?: InputMaybe>>;\n _or?: InputMaybe>>;\n};\n\n/** Container with cards, featuring a mobile-friendly slider that displays cards horizontally. */\nexport type SlidingCardContainerBlock = IContent & IData & {\n __typename?: 'SlidingCardContainerBlock';\n Ancestors?: Maybe>>;\n Cards?: Maybe>>;\n Category?: Maybe>>;\n Changed?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe;\n ExistingLanguages?: Maybe>>;\n Heading?: Maybe;\n IsCommonDraft?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe;\n PageFeaturedDescription?: Maybe;\n PageImageUrl?: Maybe;\n PageIsSearchable?: Maybe;\n PageNavigationTitle?: Maybe;\n ParentLink?: Maybe;\n RelativePath?: Maybe;\n RouteSegment?: Maybe;\n Saved?: Maybe;\n Shortcut?: Maybe;\n SiteId?: Maybe;\n StartPublish?: Maybe;\n Status?: Maybe;\n StopPublish?: Maybe;\n Url?: Maybe;\n /** @deprecated Use `_link` field instead */\n _children?: Maybe;\n _deleted?: Maybe;\n _fulltext?: Maybe>>;\n _id?: Maybe;\n _link?: Maybe;\n _modified?: Maybe;\n _score?: Maybe;\n};\n\n\n/** Container with cards, featuring a mobile-friendly slider that displays cards horizontally. */\nexport type SlidingCardContainerBlockCardsArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Container with cards, featuring a mobile-friendly slider that displays cards horizontally. */\nexport type SlidingCardContainerBlockHeadingArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Container with cards, featuring a mobile-friendly slider that displays cards horizontally. */\nexport type SlidingCardContainerBlockNameArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Container with cards, featuring a mobile-friendly slider that displays cards horizontally. */\nexport type SlidingCardContainerBlock_FulltextArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Container with cards, featuring a mobile-friendly slider that displays cards horizontally. */\nexport type SlidingCardContainerBlock_LinkArgs = {\n type?: InputMaybe;\n};\n\nexport type SlidingCardContainerBlockAutocomplete = {\n __typename?: 'SlidingCardContainerBlockAutocomplete';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n ExistingLanguages?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n Status?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type SlidingCardContainerBlockAutocompleteAncestorsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type SlidingCardContainerBlockAutocompleteContentTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type SlidingCardContainerBlockAutocompletePageFeaturedDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type SlidingCardContainerBlockAutocompletePageImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type SlidingCardContainerBlockAutocompletePageNavigationTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type SlidingCardContainerBlockAutocompleteRelativePathArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type SlidingCardContainerBlockAutocompleteRouteSegmentArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type SlidingCardContainerBlockAutocompleteShortcutArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type SlidingCardContainerBlockAutocompleteSiteIdArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type SlidingCardContainerBlockAutocompleteStatusArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type SlidingCardContainerBlockAutocompleteUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type SlidingCardContainerBlockFacet = {\n __typename?: 'SlidingCardContainerBlockFacet';\n Ancestors?: Maybe>>;\n Cards?: Maybe;\n Category?: Maybe;\n Changed?: Maybe>>;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe>>;\n ExistingLanguages?: Maybe;\n Heading?: Maybe>>;\n IsCommonDraft?: Maybe>>;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe>>;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageIsSearchable?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Saved?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n StartPublish?: Maybe>>;\n Status?: Maybe>>;\n StopPublish?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type SlidingCardContainerBlockFacetAncestorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SlidingCardContainerBlockFacetChangedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type SlidingCardContainerBlockFacetContentTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SlidingCardContainerBlockFacetCreatedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type SlidingCardContainerBlockFacetHeadingArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SlidingCardContainerBlockFacetIsCommonDraftArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SlidingCardContainerBlockFacetNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SlidingCardContainerBlockFacetPageFeaturedDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SlidingCardContainerBlockFacetPageImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SlidingCardContainerBlockFacetPageIsSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SlidingCardContainerBlockFacetPageNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SlidingCardContainerBlockFacetRelativePathArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SlidingCardContainerBlockFacetRouteSegmentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SlidingCardContainerBlockFacetSavedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type SlidingCardContainerBlockFacetShortcutArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SlidingCardContainerBlockFacetSiteIdArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SlidingCardContainerBlockFacetStartPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type SlidingCardContainerBlockFacetStatusArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SlidingCardContainerBlockFacetStopPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type SlidingCardContainerBlockFacetUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type SlidingCardContainerBlockOrderByInput = {\n Ancestors?: InputMaybe;\n Cards?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n Heading?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n _minimumScore?: InputMaybe;\n _modified?: InputMaybe;\n _ranking?: InputMaybe;\n _semanticWeight?: InputMaybe;\n};\n\nexport type SlidingCardContainerBlockOutput = {\n __typename?: 'SlidingCardContainerBlockOutput';\n autocomplete?: Maybe;\n cursor?: Maybe;\n facets?: Maybe;\n items?: Maybe>>;\n total?: Maybe;\n};\n\n\nexport type SlidingCardContainerBlockOutputTotalArgs = {\n all?: InputMaybe;\n};\n\nexport type SlidingCardContainerBlockWhereInput = {\n Ancestors?: InputMaybe;\n Cards?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n Heading?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n _and?: InputMaybe>>;\n _fulltext?: InputMaybe;\n _modified?: InputMaybe;\n _not?: InputMaybe>>;\n _or?: InputMaybe>>;\n};\n\n/** Social media icon for header and footer */\nexport type SocialMediaIconButtonBlock = IContent & IData & {\n __typename?: 'SocialMediaIconButtonBlock';\n Ancestors?: Maybe>>;\n Category?: Maybe>>;\n Changed?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe;\n ExistingLanguages?: Maybe>>;\n IsCommonDraft?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe;\n PageFeaturedDescription?: Maybe;\n PageImageUrl?: Maybe;\n PageIsSearchable?: Maybe;\n PageNavigationTitle?: Maybe;\n ParentLink?: Maybe;\n RelativePath?: Maybe;\n RouteSegment?: Maybe;\n Saved?: Maybe;\n Shortcut?: Maybe;\n SiteId?: Maybe;\n StartPublish?: Maybe;\n Status?: Maybe;\n StopPublish?: Maybe;\n Url?: Maybe;\n /** @deprecated Use `_link` field instead */\n _children?: Maybe;\n _deleted?: Maybe;\n _fulltext?: Maybe>>;\n _id?: Maybe;\n _link?: Maybe;\n _modified?: Maybe;\n _score?: Maybe;\n};\n\n\n/** Social media icon for header and footer */\nexport type SocialMediaIconButtonBlockNameArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Social media icon for header and footer */\nexport type SocialMediaIconButtonBlock_FulltextArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Social media icon for header and footer */\nexport type SocialMediaIconButtonBlock_LinkArgs = {\n type?: InputMaybe;\n};\n\nexport type SocialMediaIconButtonBlockAutocomplete = {\n __typename?: 'SocialMediaIconButtonBlockAutocomplete';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n ExistingLanguages?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n Status?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type SocialMediaIconButtonBlockAutocompleteAncestorsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type SocialMediaIconButtonBlockAutocompleteContentTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type SocialMediaIconButtonBlockAutocompletePageFeaturedDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type SocialMediaIconButtonBlockAutocompletePageImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type SocialMediaIconButtonBlockAutocompletePageNavigationTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type SocialMediaIconButtonBlockAutocompleteRelativePathArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type SocialMediaIconButtonBlockAutocompleteRouteSegmentArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type SocialMediaIconButtonBlockAutocompleteShortcutArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type SocialMediaIconButtonBlockAutocompleteSiteIdArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type SocialMediaIconButtonBlockAutocompleteStatusArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type SocialMediaIconButtonBlockAutocompleteUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type SocialMediaIconButtonBlockFacet = {\n __typename?: 'SocialMediaIconButtonBlockFacet';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n Changed?: Maybe>>;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe>>;\n ExistingLanguages?: Maybe;\n IsCommonDraft?: Maybe>>;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe>>;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageIsSearchable?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Saved?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n StartPublish?: Maybe>>;\n Status?: Maybe>>;\n StopPublish?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type SocialMediaIconButtonBlockFacetAncestorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SocialMediaIconButtonBlockFacetChangedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type SocialMediaIconButtonBlockFacetContentTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SocialMediaIconButtonBlockFacetCreatedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type SocialMediaIconButtonBlockFacetIsCommonDraftArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SocialMediaIconButtonBlockFacetNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SocialMediaIconButtonBlockFacetPageFeaturedDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SocialMediaIconButtonBlockFacetPageImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SocialMediaIconButtonBlockFacetPageIsSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SocialMediaIconButtonBlockFacetPageNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SocialMediaIconButtonBlockFacetRelativePathArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SocialMediaIconButtonBlockFacetRouteSegmentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SocialMediaIconButtonBlockFacetSavedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type SocialMediaIconButtonBlockFacetShortcutArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SocialMediaIconButtonBlockFacetSiteIdArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SocialMediaIconButtonBlockFacetStartPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type SocialMediaIconButtonBlockFacetStatusArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SocialMediaIconButtonBlockFacetStopPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type SocialMediaIconButtonBlockFacetUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type SocialMediaIconButtonBlockOrderByInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n _minimumScore?: InputMaybe;\n _modified?: InputMaybe;\n _ranking?: InputMaybe;\n _semanticWeight?: InputMaybe;\n};\n\nexport type SocialMediaIconButtonBlockOutput = {\n __typename?: 'SocialMediaIconButtonBlockOutput';\n autocomplete?: Maybe;\n cursor?: Maybe;\n facets?: Maybe;\n items?: Maybe>>;\n total?: Maybe;\n};\n\n\nexport type SocialMediaIconButtonBlockOutputTotalArgs = {\n all?: InputMaybe;\n};\n\nexport type SocialMediaIconButtonBlockWhereInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n _and?: InputMaybe>>;\n _fulltext?: InputMaybe;\n _modified?: InputMaybe;\n _not?: InputMaybe>>;\n _or?: InputMaybe>>;\n};\n\n/** Used for standard file types such as Word, Excel, PowerPoint or text documents. */\nexport type StandardFile = IContent & IData & {\n __typename?: 'StandardFile';\n Ancestors?: Maybe>>;\n Category?: Maybe>>;\n Changed?: Maybe;\n Content?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe;\n ExistingLanguages?: Maybe>>;\n IsCommonDraft?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n MimeType?: Maybe;\n Name?: Maybe;\n PageFeaturedDescription?: Maybe;\n PageImageUrl?: Maybe;\n PageIsSearchable?: Maybe;\n PageNavigationTitle?: Maybe;\n ParentLink?: Maybe;\n RelativePath?: Maybe;\n RouteSegment?: Maybe;\n Saved?: Maybe;\n Shortcut?: Maybe;\n SiteId?: Maybe;\n StartPublish?: Maybe;\n Status?: Maybe;\n StopPublish?: Maybe;\n Thumbnail?: Maybe;\n Url?: Maybe;\n /** @deprecated Use `_link` field instead */\n _children?: Maybe;\n _deleted?: Maybe;\n _fulltext?: Maybe>>;\n _id?: Maybe;\n _link?: Maybe;\n _modified?: Maybe;\n _score?: Maybe;\n};\n\n\n/** Used for standard file types such as Word, Excel, PowerPoint or text documents. */\nexport type StandardFileContentArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Used for standard file types such as Word, Excel, PowerPoint or text documents. */\nexport type StandardFileNameArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Used for standard file types such as Word, Excel, PowerPoint or text documents. */\nexport type StandardFile_FulltextArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Used for standard file types such as Word, Excel, PowerPoint or text documents. */\nexport type StandardFile_LinkArgs = {\n type?: InputMaybe;\n};\n\nexport type StandardFileAutocomplete = {\n __typename?: 'StandardFileAutocomplete';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n ExistingLanguages?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n MimeType?: Maybe>>;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n Status?: Maybe>>;\n Thumbnail?: Maybe;\n Url?: Maybe>>;\n};\n\n\nexport type StandardFileAutocompleteAncestorsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type StandardFileAutocompleteContentTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type StandardFileAutocompleteMimeTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type StandardFileAutocompletePageFeaturedDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type StandardFileAutocompletePageImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type StandardFileAutocompletePageNavigationTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type StandardFileAutocompleteRelativePathArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type StandardFileAutocompleteRouteSegmentArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type StandardFileAutocompleteShortcutArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type StandardFileAutocompleteSiteIdArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type StandardFileAutocompleteStatusArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type StandardFileAutocompleteUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type StandardFileFacet = {\n __typename?: 'StandardFileFacet';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n Changed?: Maybe>>;\n Content?: Maybe>>;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe>>;\n ExistingLanguages?: Maybe;\n IsCommonDraft?: Maybe>>;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n MimeType?: Maybe>>;\n Name?: Maybe>>;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageIsSearchable?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Saved?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n StartPublish?: Maybe>>;\n Status?: Maybe>>;\n StopPublish?: Maybe>>;\n Thumbnail?: Maybe;\n Url?: Maybe>>;\n};\n\n\nexport type StandardFileFacetAncestorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type StandardFileFacetChangedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type StandardFileFacetContentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type StandardFileFacetContentTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type StandardFileFacetCreatedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type StandardFileFacetIsCommonDraftArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type StandardFileFacetMimeTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type StandardFileFacetNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type StandardFileFacetPageFeaturedDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type StandardFileFacetPageImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type StandardFileFacetPageIsSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type StandardFileFacetPageNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type StandardFileFacetRelativePathArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type StandardFileFacetRouteSegmentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type StandardFileFacetSavedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type StandardFileFacetShortcutArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type StandardFileFacetSiteIdArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type StandardFileFacetStartPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type StandardFileFacetStatusArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type StandardFileFacetStopPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type StandardFileFacetUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type StandardFileOrderByInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n Content?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n MimeType?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Thumbnail?: InputMaybe;\n Url?: InputMaybe;\n _minimumScore?: InputMaybe;\n _modified?: InputMaybe;\n _ranking?: InputMaybe;\n _semanticWeight?: InputMaybe;\n};\n\nexport type StandardFileOutput = {\n __typename?: 'StandardFileOutput';\n autocomplete?: Maybe;\n cursor?: Maybe;\n facets?: Maybe;\n items?: Maybe>>;\n total?: Maybe;\n};\n\n\nexport type StandardFileOutputTotalArgs = {\n all?: InputMaybe;\n};\n\nexport type StandardFileWhereInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n Content?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n MimeType?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Thumbnail?: InputMaybe;\n Url?: InputMaybe;\n _and?: InputMaybe>>;\n _fulltext?: InputMaybe;\n _modified?: InputMaybe;\n _not?: InputMaybe>>;\n _or?: InputMaybe>>;\n};\n\n/** Allows for creation of rich standard pages */\nexport type StandardPage = IContent & IData & {\n __typename?: 'StandardPage';\n Ancestors?: Maybe>>;\n AreaOfStudyFacet?: Maybe;\n BreadcrumbsTitle?: Maybe;\n CampusLocationFacet?: Maybe;\n Category?: Maybe>>;\n Changed?: Maybe;\n CollegeOrSchoolFacet?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe;\n DegreesFacet?: Maybe;\n DepartmentFacet?: Maybe;\n DisableIndexing?: Maybe;\n /** This will determine whether or not to show on the sitemap */\n ExcludeFromSitemap?: Maybe;\n ExistingLanguages?: Maybe>>;\n FeaturedDescription?: Maybe;\n HideSiteFooter?: Maybe;\n HideSiteHeader?: Maybe;\n IsCommonDraft?: Maybe;\n IsFeaturedContent?: Maybe;\n Keywords?: Maybe;\n KeywordsFacet?: Maybe;\n Language?: Maybe;\n LocationFacet?: Maybe;\n MainContentArea?: Maybe>>;\n MasterLanguage?: Maybe;\n Name?: Maybe;\n NavigationTitle?: Maybe;\n /** The link and text will be used when the page is displayed as a card in other modules. By default, the link is the same as the actual page. */\n OverrideCardLink?: Maybe;\n PageFeaturedDescription?: Maybe;\n /** Image that will be used when the page is displayed as a card for Generic Pages. Recommended Image Size: 1536x1152 px (4:3 Aspect Ratio) */\n PageImage?: Maybe;\n PageImageUrl?: Maybe;\n PageIsSearchable?: Maybe;\n PageNavigationTitle?: Maybe;\n ParentLink?: Maybe;\n ProgramTypeFacet?: Maybe;\n RelativePath?: Maybe;\n RouteSegment?: Maybe;\n Saved?: Maybe;\n /** This will determine whether or not to show on search */\n Searchable?: Maybe;\n Shortcut?: Maybe;\n /** This will determine whether or not breadcrumb will be displayed */\n ShowBreadcrumbs?: Maybe;\n /** This will determine whether or not commerce header will be displayed */\n ShowCommerceHeader?: Maybe;\n SiteId?: Maybe;\n StartPublish?: Maybe;\n Status?: Maybe;\n StopPublish?: Maybe;\n TrackOdp?: Maybe;\n Url?: Maybe;\n /** @deprecated Use `_link` field instead */\n _children?: Maybe;\n _deleted?: Maybe;\n _fulltext?: Maybe>>;\n _id?: Maybe;\n _link?: Maybe;\n _modified?: Maybe;\n _score?: Maybe;\n};\n\n\n/** Allows for creation of rich standard pages */\nexport type StandardPageDisableIndexingArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Allows for creation of rich standard pages */\nexport type StandardPageExcludeFromSitemapArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Allows for creation of rich standard pages */\nexport type StandardPageHideSiteFooterArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Allows for creation of rich standard pages */\nexport type StandardPageHideSiteHeaderArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Allows for creation of rich standard pages */\nexport type StandardPageIsFeaturedContentArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Allows for creation of rich standard pages */\nexport type StandardPageKeywordsArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Allows for creation of rich standard pages */\nexport type StandardPageMainContentAreaArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Allows for creation of rich standard pages */\nexport type StandardPageNameArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Allows for creation of rich standard pages */\nexport type StandardPageNavigationTitleArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Allows for creation of rich standard pages */\nexport type StandardPageSearchableArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Allows for creation of rich standard pages */\nexport type StandardPageShowBreadcrumbsArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Allows for creation of rich standard pages */\nexport type StandardPageShowCommerceHeaderArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Allows for creation of rich standard pages */\nexport type StandardPageTrackOdpArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Allows for creation of rich standard pages */\nexport type StandardPage_FulltextArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Allows for creation of rich standard pages */\nexport type StandardPage_LinkArgs = {\n type?: InputMaybe;\n};\n\nexport type StandardPageAutocomplete = {\n __typename?: 'StandardPageAutocomplete';\n Ancestors?: Maybe>>;\n AreaOfStudyFacet?: Maybe;\n CampusLocationFacet?: Maybe;\n Category?: Maybe;\n CollegeOrSchoolFacet?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n DegreesFacet?: Maybe;\n DepartmentFacet?: Maybe;\n ExistingLanguages?: Maybe;\n KeywordsFacet?: Maybe;\n Language?: Maybe;\n LocationFacet?: Maybe;\n MasterLanguage?: Maybe;\n OverrideCardLink?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImage?: Maybe;\n PageImageUrl?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n ProgramTypeFacet?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n Status?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type StandardPageAutocompleteAncestorsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type StandardPageAutocompleteContentTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type StandardPageAutocompletePageFeaturedDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type StandardPageAutocompletePageImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type StandardPageAutocompletePageNavigationTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type StandardPageAutocompleteRelativePathArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type StandardPageAutocompleteRouteSegmentArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type StandardPageAutocompleteShortcutArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type StandardPageAutocompleteSiteIdArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type StandardPageAutocompleteStatusArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type StandardPageAutocompleteUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type StandardPageFacet = {\n __typename?: 'StandardPageFacet';\n Ancestors?: Maybe>>;\n AreaOfStudyFacet?: Maybe;\n CampusLocationFacet?: Maybe;\n Category?: Maybe;\n Changed?: Maybe>>;\n CollegeOrSchoolFacet?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe>>;\n DegreesFacet?: Maybe;\n DepartmentFacet?: Maybe;\n DisableIndexing?: Maybe>>;\n ExcludeFromSitemap?: Maybe>>;\n ExistingLanguages?: Maybe;\n HideSiteFooter?: Maybe>>;\n HideSiteHeader?: Maybe>>;\n IsCommonDraft?: Maybe>>;\n IsFeaturedContent?: Maybe>>;\n Keywords?: Maybe>>;\n KeywordsFacet?: Maybe;\n Language?: Maybe;\n LocationFacet?: Maybe;\n MainContentArea?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe>>;\n NavigationTitle?: Maybe>>;\n OverrideCardLink?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImage?: Maybe;\n PageImageUrl?: Maybe>>;\n PageIsSearchable?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n ProgramTypeFacet?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Saved?: Maybe>>;\n Searchable?: Maybe>>;\n Shortcut?: Maybe>>;\n ShowBreadcrumbs?: Maybe>>;\n ShowCommerceHeader?: Maybe>>;\n SiteId?: Maybe>>;\n StartPublish?: Maybe>>;\n Status?: Maybe>>;\n StopPublish?: Maybe>>;\n TrackOdp?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type StandardPageFacetAncestorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type StandardPageFacetChangedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type StandardPageFacetContentTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type StandardPageFacetCreatedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type StandardPageFacetDisableIndexingArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type StandardPageFacetExcludeFromSitemapArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type StandardPageFacetHideSiteFooterArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type StandardPageFacetHideSiteHeaderArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type StandardPageFacetIsCommonDraftArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type StandardPageFacetIsFeaturedContentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type StandardPageFacetKeywordsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type StandardPageFacetNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type StandardPageFacetNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type StandardPageFacetPageFeaturedDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type StandardPageFacetPageImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type StandardPageFacetPageIsSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type StandardPageFacetPageNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type StandardPageFacetRelativePathArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type StandardPageFacetRouteSegmentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type StandardPageFacetSavedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type StandardPageFacetSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type StandardPageFacetShortcutArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type StandardPageFacetShowBreadcrumbsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type StandardPageFacetShowCommerceHeaderArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type StandardPageFacetSiteIdArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type StandardPageFacetStartPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type StandardPageFacetStatusArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type StandardPageFacetStopPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type StandardPageFacetTrackOdpArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type StandardPageFacetUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type StandardPageOrderByInput = {\n Ancestors?: InputMaybe;\n AreaOfStudyFacet?: InputMaybe;\n CampusLocationFacet?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n CollegeOrSchoolFacet?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n DegreesFacet?: InputMaybe;\n DepartmentFacet?: InputMaybe;\n DisableIndexing?: InputMaybe;\n ExcludeFromSitemap?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n HideSiteFooter?: InputMaybe;\n HideSiteHeader?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n IsFeaturedContent?: InputMaybe;\n Keywords?: InputMaybe;\n KeywordsFacet?: InputMaybe;\n Language?: InputMaybe;\n LocationFacet?: InputMaybe;\n MainContentArea?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n NavigationTitle?: InputMaybe;\n OverrideCardLink?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImage?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n ProgramTypeFacet?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Searchable?: InputMaybe;\n Shortcut?: InputMaybe;\n ShowBreadcrumbs?: InputMaybe;\n ShowCommerceHeader?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n TrackOdp?: InputMaybe;\n Url?: InputMaybe;\n _minimumScore?: InputMaybe;\n _modified?: InputMaybe;\n _ranking?: InputMaybe;\n _semanticWeight?: InputMaybe;\n};\n\nexport type StandardPageOutput = {\n __typename?: 'StandardPageOutput';\n autocomplete?: Maybe;\n cursor?: Maybe;\n facets?: Maybe;\n items?: Maybe>>;\n total?: Maybe;\n};\n\n\nexport type StandardPageOutputTotalArgs = {\n all?: InputMaybe;\n};\n\nexport type StandardPageWhereInput = {\n Ancestors?: InputMaybe;\n AreaOfStudyFacet?: InputMaybe;\n CampusLocationFacet?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n CollegeOrSchoolFacet?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n DegreesFacet?: InputMaybe;\n DepartmentFacet?: InputMaybe;\n DisableIndexing?: InputMaybe;\n ExcludeFromSitemap?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n HideSiteFooter?: InputMaybe;\n HideSiteHeader?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n IsFeaturedContent?: InputMaybe;\n Keywords?: InputMaybe;\n KeywordsFacet?: InputMaybe;\n Language?: InputMaybe;\n LocationFacet?: InputMaybe;\n MainContentArea?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n NavigationTitle?: InputMaybe;\n OverrideCardLink?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImage?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n ProgramTypeFacet?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Searchable?: InputMaybe;\n Shortcut?: InputMaybe;\n ShowBreadcrumbs?: InputMaybe;\n ShowCommerceHeader?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n TrackOdp?: InputMaybe;\n Url?: InputMaybe;\n _and?: InputMaybe>>;\n _fulltext?: InputMaybe;\n _modified?: InputMaybe;\n _not?: InputMaybe>>;\n _or?: InputMaybe>>;\n};\n\n/** Standard product type for any product sold. */\nexport type StandardProduct = IContent & IData & {\n __typename?: 'StandardProduct';\n Ancestors?: Maybe>>;\n Associations?: Maybe;\n CatalogId?: Maybe;\n Categories?: Maybe;\n Changed?: Maybe;\n Code?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe;\n /** Page Specific Block in Page Header area. */\n CustomHeaders?: Maybe>>;\n DefaultImageUrl?: Maybe;\n DefaultMarketPrice?: Maybe;\n /** Describe the product. */\n Description?: Maybe;\n DescriptionInCart?: Maybe;\n DisplayName?: Maybe;\n EPiBlock_PageSettings_BodyAttributes?: Maybe;\n EPiBlock_PageSettings_HideBreadcrumbs?: Maybe;\n EPiBlock_PageSettings_SEOSitemaps?: Maybe;\n EPiBlock_PageSettings_SectionNavigationAnchor?: Maybe;\n EPiBlock_PageSettings_SectionNavigationDisplay?: Maybe;\n EPiBlock_PageSettings_ShowShareThis?: Maybe;\n EPiBlock_PageSettings_SolrKeywordsBoost?: Maybe;\n EPiBlock_PageSettings_SolrPageBoost?: Maybe;\n ExistingLanguages?: Maybe>>;\n /** Used in featured product blocks. Recommended Image Size: 800x800 px (1:1 Aspect Ratio) */\n FeaturedItemImage?: Maybe;\n /** Used in featured product blocks. */\n FeaturedItemText?: Maybe;\n /** Used in featured product blocks. */\n FeaturedItemTitle?: Maybe;\n /** Send a fulfillment email to this address whenever an order is placed */\n FulfillmentEmail?: Maybe;\n /** Displays full-width below any sidebars a page may have */\n FullArea?: Maybe>>;\n GLAccountNumber?: Maybe;\n /** Displays the 'Hero' Content for page. Will only display the first hero-block. */\n HeroArea?: Maybe>>;\n HiddenFromSearch?: Maybe;\n /** Displays content side by side with any sidebars a page may have. Please only use an even amount of blocks in this content area. */\n InlineArea?: Maybe>>;\n IsCommonDraft?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n MetaClassId?: Maybe;\n Name?: Maybe;\n NavigationName?: Maybe;\n /** If showing notes, provide a prompt to customer to indicate what notes they should input. */\n NotesPrompt?: Maybe;\n PageFeaturedDescription?: Maybe;\n PageImageUrl?: Maybe;\n PageIsSearchable?: Maybe;\n PageMetaData?: Maybe;\n PageNavigationTitle?: Maybe;\n ParentEntries?: Maybe;\n ParentLink?: Maybe;\n ProductType?: Maybe;\n ProductTypeFacet?: Maybe;\n RelativePath?: Maybe;\n RouteSegment?: Maybe;\n Saved?: Maybe;\n SeoInformation?: Maybe;\n SeoUri?: Maybe;\n /** Used in Listing Pages. */\n ShortDescription?: Maybe;\n Shortcut?: Maybe;\n /** Optional content for the sidebar area */\n SidebarContent?: Maybe>>;\n SiteId?: Maybe;\n StartPublish?: Maybe;\n Status?: Maybe;\n /** Content area that accepts Link Blocks. */\n StickyNavLinks?: Maybe;\n StopPublish?: Maybe;\n /** Displays content above any sidebars a page may have */\n TopArea?: Maybe>>;\n Url?: Maybe;\n VariantsReference?: Maybe;\n /** @deprecated Use `_link` field instead */\n _children?: Maybe;\n _deleted?: Maybe;\n _fulltext?: Maybe>>;\n _id?: Maybe;\n _link?: Maybe;\n _modified?: Maybe;\n _score?: Maybe;\n};\n\n\n/** Standard product type for any product sold. */\nexport type StandardProductCodeArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Standard product type for any product sold. */\nexport type StandardProductDescriptionArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Standard product type for any product sold. */\nexport type StandardProductDescriptionInCartArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Standard product type for any product sold. */\nexport type StandardProductDisplayNameArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Standard product type for any product sold. */\nexport type StandardProductFeaturedItemTextArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Standard product type for any product sold. */\nexport type StandardProductFeaturedItemTitleArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Standard product type for any product sold. */\nexport type StandardProductFulfillmentEmailArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Standard product type for any product sold. */\nexport type StandardProductGlAccountNumberArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Standard product type for any product sold. */\nexport type StandardProductHiddenFromSearchArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Standard product type for any product sold. */\nexport type StandardProductNameArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Standard product type for any product sold. */\nexport type StandardProductNavigationNameArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Standard product type for any product sold. */\nexport type StandardProductProductTypeArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Standard product type for any product sold. */\nexport type StandardProductShortDescriptionArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Standard product type for any product sold. */\nexport type StandardProduct_FulltextArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Standard product type for any product sold. */\nexport type StandardProduct_LinkArgs = {\n type?: InputMaybe;\n};\n\nexport type StandardProductAssociations = {\n __typename?: 'StandardProductAssociations';\n ContentLink?: Maybe;\n};\n\nexport type StandardProductAssociationsAutocomplete = {\n __typename?: 'StandardProductAssociationsAutocomplete';\n ContentLink?: Maybe;\n};\n\nexport type StandardProductAssociationsFacet = {\n __typename?: 'StandardProductAssociationsFacet';\n ContentLink?: Maybe;\n};\n\nexport type StandardProductAssociationsOrderByInput = {\n ContentLink?: InputMaybe;\n};\n\nexport type StandardProductAssociationsWhereInput = {\n ContentLink?: InputMaybe;\n};\n\nexport type StandardProductAutocomplete = {\n __typename?: 'StandardProductAutocomplete';\n Ancestors?: Maybe>>;\n Associations?: Maybe;\n Categories?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n CustomHeaders?: Maybe;\n DefaultImageUrl?: Maybe>>;\n EPiBlock_PageSettings_BodyAttributes?: Maybe>>;\n EPiBlock_PageSettings_SEOSitemaps?: Maybe>>;\n EPiBlock_PageSettings_SolrKeywordsBoost?: Maybe>>;\n ExistingLanguages?: Maybe;\n FeaturedItemImage?: Maybe;\n FullArea?: Maybe;\n HeroArea?: Maybe;\n InlineArea?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageMetaData?: Maybe;\n PageNavigationTitle?: Maybe>>;\n ParentEntries?: Maybe;\n ParentLink?: Maybe;\n ProductTypeFacet?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n SeoInformation?: Maybe;\n SeoUri?: Maybe>>;\n Shortcut?: Maybe>>;\n SidebarContent?: Maybe;\n SiteId?: Maybe>>;\n Status?: Maybe>>;\n StickyNavLinks?: Maybe>>;\n TopArea?: Maybe;\n Url?: Maybe>>;\n VariantsReference?: Maybe;\n};\n\n\nexport type StandardProductAutocompleteAncestorsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type StandardProductAutocompleteContentTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type StandardProductAutocompleteDefaultImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type StandardProductAutocompleteEPiBlock_PageSettings_BodyAttributesArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type StandardProductAutocompleteEPiBlock_PageSettings_SeoSitemapsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type StandardProductAutocompleteEPiBlock_PageSettings_SolrKeywordsBoostArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type StandardProductAutocompletePageFeaturedDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type StandardProductAutocompletePageImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type StandardProductAutocompletePageNavigationTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type StandardProductAutocompleteRelativePathArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type StandardProductAutocompleteRouteSegmentArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type StandardProductAutocompleteSeoUriArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type StandardProductAutocompleteShortcutArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type StandardProductAutocompleteSiteIdArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type StandardProductAutocompleteStatusArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type StandardProductAutocompleteStickyNavLinksArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type StandardProductAutocompleteUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type StandardProductCategories = {\n __typename?: 'StandardProductCategories';\n ContentLink?: Maybe;\n};\n\nexport type StandardProductCategoriesAutocomplete = {\n __typename?: 'StandardProductCategoriesAutocomplete';\n ContentLink?: Maybe;\n};\n\nexport type StandardProductCategoriesFacet = {\n __typename?: 'StandardProductCategoriesFacet';\n ContentLink?: Maybe;\n};\n\nexport type StandardProductCategoriesOrderByInput = {\n ContentLink?: InputMaybe;\n};\n\nexport type StandardProductCategoriesWhereInput = {\n ContentLink?: InputMaybe;\n};\n\nexport type StandardProductFacet = {\n __typename?: 'StandardProductFacet';\n Ancestors?: Maybe>>;\n Associations?: Maybe;\n CatalogId?: Maybe>>;\n Categories?: Maybe;\n Changed?: Maybe>>;\n Code?: Maybe>>;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe>>;\n CustomHeaders?: Maybe;\n DefaultImageUrl?: Maybe>>;\n DefaultMarketPrice?: Maybe>>;\n Description?: Maybe>>;\n DescriptionInCart?: Maybe>>;\n DisplayName?: Maybe>>;\n EPiBlock_PageSettings_BodyAttributes?: Maybe>>;\n EPiBlock_PageSettings_HideBreadcrumbs?: Maybe>>;\n EPiBlock_PageSettings_SEOSitemaps?: Maybe>>;\n EPiBlock_PageSettings_SectionNavigationAnchor?: Maybe>>;\n EPiBlock_PageSettings_SectionNavigationDisplay?: Maybe>>;\n EPiBlock_PageSettings_ShowShareThis?: Maybe>>;\n EPiBlock_PageSettings_SolrKeywordsBoost?: Maybe>>;\n EPiBlock_PageSettings_SolrPageBoost?: Maybe>>;\n ExistingLanguages?: Maybe;\n FeaturedItemImage?: Maybe;\n FeaturedItemText?: Maybe>>;\n FeaturedItemTitle?: Maybe>>;\n FulfillmentEmail?: Maybe>>;\n FullArea?: Maybe;\n GLAccountNumber?: Maybe>>;\n HeroArea?: Maybe;\n HiddenFromSearch?: Maybe>>;\n InlineArea?: Maybe;\n IsCommonDraft?: Maybe>>;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n MetaClassId?: Maybe>>;\n Name?: Maybe>>;\n NavigationName?: Maybe>>;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageIsSearchable?: Maybe>>;\n PageMetaData?: Maybe;\n PageNavigationTitle?: Maybe>>;\n ParentEntries?: Maybe;\n ParentLink?: Maybe;\n ProductType?: Maybe>>;\n ProductTypeFacet?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Saved?: Maybe>>;\n SeoInformation?: Maybe;\n SeoUri?: Maybe>>;\n ShortDescription?: Maybe>>;\n Shortcut?: Maybe>>;\n SidebarContent?: Maybe;\n SiteId?: Maybe>>;\n StartPublish?: Maybe>>;\n Status?: Maybe>>;\n StickyNavLinks?: Maybe>>;\n StopPublish?: Maybe>>;\n TopArea?: Maybe;\n Url?: Maybe>>;\n VariantsReference?: Maybe;\n};\n\n\nexport type StandardProductFacetAncestorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type StandardProductFacetCatalogIdArgs = {\n filters?: InputMaybe>;\n limit?: InputMaybe;\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n ranges?: InputMaybe>>;\n};\n\n\nexport type StandardProductFacetChangedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type StandardProductFacetCodeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type StandardProductFacetContentTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type StandardProductFacetCreatedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type StandardProductFacetDefaultImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type StandardProductFacetDefaultMarketPriceArgs = {\n filters?: InputMaybe>;\n limit?: InputMaybe;\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n ranges?: InputMaybe>>;\n};\n\n\nexport type StandardProductFacetDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type StandardProductFacetDescriptionInCartArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type StandardProductFacetDisplayNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type StandardProductFacetEPiBlock_PageSettings_BodyAttributesArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type StandardProductFacetEPiBlock_PageSettings_HideBreadcrumbsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type StandardProductFacetEPiBlock_PageSettings_SeoSitemapsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type StandardProductFacetEPiBlock_PageSettings_SectionNavigationAnchorArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type StandardProductFacetEPiBlock_PageSettings_SectionNavigationDisplayArgs = {\n filters?: InputMaybe>;\n limit?: InputMaybe;\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n ranges?: InputMaybe>>;\n};\n\n\nexport type StandardProductFacetEPiBlock_PageSettings_ShowShareThisArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type StandardProductFacetEPiBlock_PageSettings_SolrKeywordsBoostArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type StandardProductFacetEPiBlock_PageSettings_SolrPageBoostArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type StandardProductFacetFeaturedItemTextArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type StandardProductFacetFeaturedItemTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type StandardProductFacetFulfillmentEmailArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type StandardProductFacetGlAccountNumberArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type StandardProductFacetHiddenFromSearchArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type StandardProductFacetIsCommonDraftArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type StandardProductFacetMetaClassIdArgs = {\n filters?: InputMaybe>;\n limit?: InputMaybe;\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n ranges?: InputMaybe>>;\n};\n\n\nexport type StandardProductFacetNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type StandardProductFacetNavigationNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type StandardProductFacetPageFeaturedDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type StandardProductFacetPageImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type StandardProductFacetPageIsSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type StandardProductFacetPageNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type StandardProductFacetProductTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type StandardProductFacetRelativePathArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type StandardProductFacetRouteSegmentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type StandardProductFacetSavedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type StandardProductFacetSeoUriArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type StandardProductFacetShortDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type StandardProductFacetShortcutArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type StandardProductFacetSiteIdArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type StandardProductFacetStartPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type StandardProductFacetStatusArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type StandardProductFacetStickyNavLinksArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type StandardProductFacetStopPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type StandardProductFacetUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type StandardProductOrderByInput = {\n Ancestors?: InputMaybe;\n Associations?: InputMaybe;\n CatalogId?: InputMaybe;\n Categories?: InputMaybe;\n Changed?: InputMaybe;\n Code?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n CustomHeaders?: InputMaybe;\n DefaultImageUrl?: InputMaybe;\n DefaultMarketPrice?: InputMaybe;\n Description?: InputMaybe;\n DescriptionInCart?: InputMaybe;\n DisplayName?: InputMaybe;\n EPiBlock_PageSettings_BodyAttributes?: InputMaybe;\n EPiBlock_PageSettings_HideBreadcrumbs?: InputMaybe;\n EPiBlock_PageSettings_SEOSitemaps?: InputMaybe;\n EPiBlock_PageSettings_SectionNavigationAnchor?: InputMaybe;\n EPiBlock_PageSettings_SectionNavigationDisplay?: InputMaybe;\n EPiBlock_PageSettings_ShowShareThis?: InputMaybe;\n EPiBlock_PageSettings_SolrKeywordsBoost?: InputMaybe;\n EPiBlock_PageSettings_SolrPageBoost?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n FeaturedItemImage?: InputMaybe;\n FeaturedItemText?: InputMaybe;\n FeaturedItemTitle?: InputMaybe;\n FulfillmentEmail?: InputMaybe;\n FullArea?: InputMaybe;\n GLAccountNumber?: InputMaybe;\n HeroArea?: InputMaybe;\n HiddenFromSearch?: InputMaybe;\n InlineArea?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n MetaClassId?: InputMaybe;\n Name?: InputMaybe;\n NavigationName?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageMetaData?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentEntries?: InputMaybe;\n ParentLink?: InputMaybe;\n ProductType?: InputMaybe;\n ProductTypeFacet?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n SeoInformation?: InputMaybe;\n SeoUri?: InputMaybe;\n ShortDescription?: InputMaybe;\n Shortcut?: InputMaybe;\n SidebarContent?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StickyNavLinks?: InputMaybe;\n StopPublish?: InputMaybe;\n TopArea?: InputMaybe;\n Url?: InputMaybe;\n VariantsReference?: InputMaybe;\n _minimumScore?: InputMaybe;\n _modified?: InputMaybe;\n _ranking?: InputMaybe;\n _semanticWeight?: InputMaybe;\n};\n\nexport type StandardProductOutput = {\n __typename?: 'StandardProductOutput';\n autocomplete?: Maybe;\n cursor?: Maybe;\n facets?: Maybe;\n items?: Maybe>>;\n total?: Maybe;\n};\n\n\nexport type StandardProductOutputTotalArgs = {\n all?: InputMaybe;\n};\n\nexport type StandardProductPageMetaData = {\n __typename?: 'StandardProductPageMetaData';\n DisableSiteTitle?: Maybe;\n MetaDescription?: Maybe;\n MetaKeywords?: Maybe;\n MetaTitle?: Maybe;\n PageImage?: Maybe;\n ShareHashTags?: Maybe;\n ShareSummary?: Maybe;\n ShareTitle?: Maybe;\n SingleSentenceSummary?: Maybe;\n};\n\nexport type StandardProductPageMetaDataAutocomplete = {\n __typename?: 'StandardProductPageMetaDataAutocomplete';\n MetaDescription?: Maybe>>;\n MetaKeywords?: Maybe>>;\n MetaTitle?: Maybe>>;\n PageImage?: Maybe;\n ShareHashTags?: Maybe>>;\n ShareSummary?: Maybe>>;\n ShareTitle?: Maybe>>;\n SingleSentenceSummary?: Maybe>>;\n};\n\n\nexport type StandardProductPageMetaDataAutocompleteMetaDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type StandardProductPageMetaDataAutocompleteMetaKeywordsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type StandardProductPageMetaDataAutocompleteMetaTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type StandardProductPageMetaDataAutocompleteShareHashTagsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type StandardProductPageMetaDataAutocompleteShareSummaryArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type StandardProductPageMetaDataAutocompleteShareTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type StandardProductPageMetaDataAutocompleteSingleSentenceSummaryArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type StandardProductPageMetaDataFacet = {\n __typename?: 'StandardProductPageMetaDataFacet';\n DisableSiteTitle?: Maybe>>;\n MetaDescription?: Maybe>>;\n MetaKeywords?: Maybe>>;\n MetaTitle?: Maybe>>;\n PageImage?: Maybe;\n ShareHashTags?: Maybe>>;\n ShareSummary?: Maybe>>;\n ShareTitle?: Maybe>>;\n SingleSentenceSummary?: Maybe>>;\n};\n\n\nexport type StandardProductPageMetaDataFacetDisableSiteTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type StandardProductPageMetaDataFacetMetaDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type StandardProductPageMetaDataFacetMetaKeywordsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type StandardProductPageMetaDataFacetMetaTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type StandardProductPageMetaDataFacetShareHashTagsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type StandardProductPageMetaDataFacetShareSummaryArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type StandardProductPageMetaDataFacetShareTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type StandardProductPageMetaDataFacetSingleSentenceSummaryArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type StandardProductPageMetaDataOrderByInput = {\n DisableSiteTitle?: InputMaybe;\n MetaDescription?: InputMaybe;\n MetaKeywords?: InputMaybe;\n MetaTitle?: InputMaybe;\n PageImage?: InputMaybe;\n ShareHashTags?: InputMaybe;\n ShareSummary?: InputMaybe;\n ShareTitle?: InputMaybe;\n SingleSentenceSummary?: InputMaybe;\n};\n\nexport type StandardProductPageMetaDataWhereInput = {\n DisableSiteTitle?: InputMaybe;\n MetaDescription?: InputMaybe;\n MetaKeywords?: InputMaybe;\n MetaTitle?: InputMaybe;\n PageImage?: InputMaybe;\n ShareHashTags?: InputMaybe;\n ShareSummary?: InputMaybe;\n ShareTitle?: InputMaybe;\n SingleSentenceSummary?: InputMaybe;\n};\n\nexport type StandardProductRelations = {\n __typename?: 'StandardProductRelations';\n ContentLink?: Maybe;\n};\n\nexport type StandardProductRelationsAutocomplete = {\n __typename?: 'StandardProductRelationsAutocomplete';\n ContentLink?: Maybe;\n};\n\nexport type StandardProductRelationsFacet = {\n __typename?: 'StandardProductRelationsFacet';\n ContentLink?: Maybe;\n};\n\nexport type StandardProductRelationsOrderByInput = {\n ContentLink?: InputMaybe;\n};\n\nexport type StandardProductRelationsWhereInput = {\n ContentLink?: InputMaybe;\n};\n\nexport type StandardProductSeoInformation = {\n __typename?: 'StandardProductSeoInformation';\n Description?: Maybe;\n Keywords?: Maybe;\n Title?: Maybe;\n};\n\nexport type StandardProductSeoInformationAutocomplete = {\n __typename?: 'StandardProductSeoInformationAutocomplete';\n Description?: Maybe>>;\n Keywords?: Maybe>>;\n Title?: Maybe>>;\n};\n\n\nexport type StandardProductSeoInformationAutocompleteDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type StandardProductSeoInformationAutocompleteKeywordsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type StandardProductSeoInformationAutocompleteTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type StandardProductSeoInformationFacet = {\n __typename?: 'StandardProductSeoInformationFacet';\n Description?: Maybe>>;\n Keywords?: Maybe>>;\n Title?: Maybe>>;\n};\n\n\nexport type StandardProductSeoInformationFacetDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type StandardProductSeoInformationFacetKeywordsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type StandardProductSeoInformationFacetTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type StandardProductSeoInformationOrderByInput = {\n Description?: InputMaybe;\n Keywords?: InputMaybe;\n Title?: InputMaybe;\n};\n\nexport type StandardProductSeoInformationWhereInput = {\n Description?: InputMaybe;\n Keywords?: InputMaybe;\n Title?: InputMaybe;\n};\n\n/** Variation for Standard Product */\nexport type StandardProductVariation = IContent & IData & {\n __typename?: 'StandardProductVariation';\n Ancestors?: Maybe>>;\n Associations?: Maybe;\n CatalogId?: Maybe;\n Categories?: Maybe;\n Changed?: Maybe;\n Code?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe;\n DefaultImageUrl?: Maybe;\n DefaultMarketPrice?: Maybe;\n /** Describe the product. */\n Description?: Maybe;\n DescriptionInCart?: Maybe;\n DisplayName?: Maybe;\n ExistingLanguages?: Maybe>>;\n FulfillmentEmail?: Maybe;\n GLAccountNumber?: Maybe;\n InventoryReference?: Maybe;\n IsCommonDraft?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n MetaClassId?: Maybe;\n Name?: Maybe;\n PageFeaturedDescription?: Maybe;\n PageImageUrl?: Maybe;\n PageIsSearchable?: Maybe;\n PageNavigationTitle?: Maybe;\n ParentEntries?: Maybe;\n ParentLink?: Maybe;\n PriceReference?: Maybe;\n RelativePath?: Maybe;\n RouteSegment?: Maybe;\n Saved?: Maybe;\n SeoInformation?: Maybe;\n SeoUri?: Maybe;\n ShippingDimensions?: Maybe;\n ShippingPackageId?: Maybe;\n Shortcut?: Maybe;\n SiteId?: Maybe;\n StartPublish?: Maybe;\n Status?: Maybe;\n StopPublish?: Maybe;\n TaxCategoryId?: Maybe;\n TrackInventory?: Maybe;\n Url?: Maybe;\n Weight?: Maybe;\n /** @deprecated Use `_link` field instead */\n _children?: Maybe;\n _deleted?: Maybe;\n _fulltext?: Maybe>>;\n _id?: Maybe;\n _link?: Maybe;\n _modified?: Maybe;\n _score?: Maybe;\n};\n\n\n/** Variation for Standard Product */\nexport type StandardProductVariationCodeArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Variation for Standard Product */\nexport type StandardProductVariationDescriptionArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Variation for Standard Product */\nexport type StandardProductVariationDisplayNameArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Variation for Standard Product */\nexport type StandardProductVariationNameArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Variation for Standard Product */\nexport type StandardProductVariation_FulltextArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Variation for Standard Product */\nexport type StandardProductVariation_LinkArgs = {\n type?: InputMaybe;\n};\n\nexport type StandardProductVariationAssociations = {\n __typename?: 'StandardProductVariationAssociations';\n ContentLink?: Maybe;\n};\n\nexport type StandardProductVariationAssociationsAutocomplete = {\n __typename?: 'StandardProductVariationAssociationsAutocomplete';\n ContentLink?: Maybe;\n};\n\nexport type StandardProductVariationAssociationsFacet = {\n __typename?: 'StandardProductVariationAssociationsFacet';\n ContentLink?: Maybe;\n};\n\nexport type StandardProductVariationAssociationsOrderByInput = {\n ContentLink?: InputMaybe;\n};\n\nexport type StandardProductVariationAssociationsWhereInput = {\n ContentLink?: InputMaybe;\n};\n\nexport type StandardProductVariationAutocomplete = {\n __typename?: 'StandardProductVariationAutocomplete';\n Ancestors?: Maybe>>;\n Associations?: Maybe;\n Categories?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n DefaultImageUrl?: Maybe>>;\n ExistingLanguages?: Maybe;\n InventoryReference?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentEntries?: Maybe;\n ParentLink?: Maybe;\n PriceReference?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n SeoInformation?: Maybe;\n SeoUri?: Maybe>>;\n ShippingDimensions?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n Status?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type StandardProductVariationAutocompleteAncestorsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type StandardProductVariationAutocompleteContentTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type StandardProductVariationAutocompleteDefaultImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type StandardProductVariationAutocompletePageFeaturedDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type StandardProductVariationAutocompletePageImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type StandardProductVariationAutocompletePageNavigationTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type StandardProductVariationAutocompleteRelativePathArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type StandardProductVariationAutocompleteRouteSegmentArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type StandardProductVariationAutocompleteSeoUriArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type StandardProductVariationAutocompleteShippingDimensionsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type StandardProductVariationAutocompleteShortcutArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type StandardProductVariationAutocompleteSiteIdArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type StandardProductVariationAutocompleteStatusArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type StandardProductVariationAutocompleteUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type StandardProductVariationCategories = {\n __typename?: 'StandardProductVariationCategories';\n ContentLink?: Maybe;\n};\n\nexport type StandardProductVariationCategoriesAutocomplete = {\n __typename?: 'StandardProductVariationCategoriesAutocomplete';\n ContentLink?: Maybe;\n};\n\nexport type StandardProductVariationCategoriesFacet = {\n __typename?: 'StandardProductVariationCategoriesFacet';\n ContentLink?: Maybe;\n};\n\nexport type StandardProductVariationCategoriesOrderByInput = {\n ContentLink?: InputMaybe;\n};\n\nexport type StandardProductVariationCategoriesWhereInput = {\n ContentLink?: InputMaybe;\n};\n\nexport type StandardProductVariationFacet = {\n __typename?: 'StandardProductVariationFacet';\n Ancestors?: Maybe>>;\n Associations?: Maybe;\n CatalogId?: Maybe>>;\n Categories?: Maybe;\n Changed?: Maybe>>;\n Code?: Maybe>>;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe>>;\n DefaultImageUrl?: Maybe>>;\n DefaultMarketPrice?: Maybe>>;\n Description?: Maybe>>;\n DisplayName?: Maybe>>;\n ExistingLanguages?: Maybe;\n InventoryReference?: Maybe;\n IsCommonDraft?: Maybe>>;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n MetaClassId?: Maybe>>;\n Name?: Maybe>>;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageIsSearchable?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentEntries?: Maybe;\n ParentLink?: Maybe;\n PriceReference?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Saved?: Maybe>>;\n SeoInformation?: Maybe;\n SeoUri?: Maybe>>;\n ShippingDimensions?: Maybe;\n ShippingPackageId?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n StartPublish?: Maybe>>;\n Status?: Maybe>>;\n StopPublish?: Maybe>>;\n TaxCategoryId?: Maybe>>;\n TrackInventory?: Maybe>>;\n Url?: Maybe>>;\n Weight?: Maybe>>;\n};\n\n\nexport type StandardProductVariationFacetAncestorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type StandardProductVariationFacetCatalogIdArgs = {\n filters?: InputMaybe>;\n limit?: InputMaybe;\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n ranges?: InputMaybe>>;\n};\n\n\nexport type StandardProductVariationFacetChangedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type StandardProductVariationFacetCodeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type StandardProductVariationFacetContentTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type StandardProductVariationFacetCreatedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type StandardProductVariationFacetDefaultImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type StandardProductVariationFacetDefaultMarketPriceArgs = {\n filters?: InputMaybe>;\n limit?: InputMaybe;\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n ranges?: InputMaybe>>;\n};\n\n\nexport type StandardProductVariationFacetDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type StandardProductVariationFacetDisplayNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type StandardProductVariationFacetIsCommonDraftArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type StandardProductVariationFacetMetaClassIdArgs = {\n filters?: InputMaybe>;\n limit?: InputMaybe;\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n ranges?: InputMaybe>>;\n};\n\n\nexport type StandardProductVariationFacetNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type StandardProductVariationFacetPageFeaturedDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type StandardProductVariationFacetPageImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type StandardProductVariationFacetPageIsSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type StandardProductVariationFacetPageNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type StandardProductVariationFacetRelativePathArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type StandardProductVariationFacetRouteSegmentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type StandardProductVariationFacetSavedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type StandardProductVariationFacetSeoUriArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type StandardProductVariationFacetShippingPackageIdArgs = {\n filters?: InputMaybe>;\n limit?: InputMaybe;\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n ranges?: InputMaybe>>;\n};\n\n\nexport type StandardProductVariationFacetShortcutArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type StandardProductVariationFacetSiteIdArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type StandardProductVariationFacetStartPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type StandardProductVariationFacetStatusArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type StandardProductVariationFacetStopPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type StandardProductVariationFacetTaxCategoryIdArgs = {\n filters?: InputMaybe>;\n limit?: InputMaybe;\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n ranges?: InputMaybe>>;\n};\n\n\nexport type StandardProductVariationFacetTrackInventoryArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type StandardProductVariationFacetUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type StandardProductVariationFacetWeightArgs = {\n filters?: InputMaybe>;\n limit?: InputMaybe;\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n ranges?: InputMaybe>>;\n};\n\nexport type StandardProductVariationOrderByInput = {\n Ancestors?: InputMaybe;\n Associations?: InputMaybe;\n CatalogId?: InputMaybe;\n Categories?: InputMaybe;\n Changed?: InputMaybe;\n Code?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n DefaultImageUrl?: InputMaybe;\n DefaultMarketPrice?: InputMaybe;\n Description?: InputMaybe;\n DisplayName?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n InventoryReference?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n MetaClassId?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentEntries?: InputMaybe;\n ParentLink?: InputMaybe;\n PriceReference?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n SeoInformation?: InputMaybe;\n SeoUri?: InputMaybe;\n ShippingDimensions?: InputMaybe;\n ShippingPackageId?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n TaxCategoryId?: InputMaybe;\n TrackInventory?: InputMaybe;\n Url?: InputMaybe;\n Weight?: InputMaybe;\n _minimumScore?: InputMaybe;\n _modified?: InputMaybe;\n _ranking?: InputMaybe;\n _semanticWeight?: InputMaybe;\n};\n\nexport type StandardProductVariationOutput = {\n __typename?: 'StandardProductVariationOutput';\n autocomplete?: Maybe;\n cursor?: Maybe;\n facets?: Maybe;\n items?: Maybe>>;\n total?: Maybe;\n};\n\n\nexport type StandardProductVariationOutputTotalArgs = {\n all?: InputMaybe;\n};\n\nexport type StandardProductVariationRelations = {\n __typename?: 'StandardProductVariationRelations';\n ContentLink?: Maybe;\n};\n\nexport type StandardProductVariationRelationsAutocomplete = {\n __typename?: 'StandardProductVariationRelationsAutocomplete';\n ContentLink?: Maybe;\n};\n\nexport type StandardProductVariationRelationsFacet = {\n __typename?: 'StandardProductVariationRelationsFacet';\n ContentLink?: Maybe;\n};\n\nexport type StandardProductVariationRelationsOrderByInput = {\n ContentLink?: InputMaybe;\n};\n\nexport type StandardProductVariationRelationsWhereInput = {\n ContentLink?: InputMaybe;\n};\n\nexport type StandardProductVariationSeoInformation = {\n __typename?: 'StandardProductVariationSeoInformation';\n Description?: Maybe;\n Keywords?: Maybe;\n Title?: Maybe;\n};\n\nexport type StandardProductVariationSeoInformationAutocomplete = {\n __typename?: 'StandardProductVariationSeoInformationAutocomplete';\n Description?: Maybe>>;\n Keywords?: Maybe>>;\n Title?: Maybe>>;\n};\n\n\nexport type StandardProductVariationSeoInformationAutocompleteDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type StandardProductVariationSeoInformationAutocompleteKeywordsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type StandardProductVariationSeoInformationAutocompleteTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type StandardProductVariationSeoInformationFacet = {\n __typename?: 'StandardProductVariationSeoInformationFacet';\n Description?: Maybe>>;\n Keywords?: Maybe>>;\n Title?: Maybe>>;\n};\n\n\nexport type StandardProductVariationSeoInformationFacetDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type StandardProductVariationSeoInformationFacetKeywordsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type StandardProductVariationSeoInformationFacetTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type StandardProductVariationSeoInformationOrderByInput = {\n Description?: InputMaybe;\n Keywords?: InputMaybe;\n Title?: InputMaybe;\n};\n\nexport type StandardProductVariationSeoInformationWhereInput = {\n Description?: InputMaybe;\n Keywords?: InputMaybe;\n Title?: InputMaybe;\n};\n\nexport type StandardProductVariationShippingDimensions = {\n __typename?: 'StandardProductVariationShippingDimensions';\n Height?: Maybe;\n Length?: Maybe;\n Width?: Maybe;\n};\n\nexport type StandardProductVariationShippingDimensionsFacet = {\n __typename?: 'StandardProductVariationShippingDimensionsFacet';\n Height?: Maybe>>;\n Length?: Maybe>>;\n Width?: Maybe>>;\n};\n\n\nexport type StandardProductVariationShippingDimensionsFacetHeightArgs = {\n filters?: InputMaybe>;\n limit?: InputMaybe;\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n ranges?: InputMaybe>>;\n};\n\n\nexport type StandardProductVariationShippingDimensionsFacetLengthArgs = {\n filters?: InputMaybe>;\n limit?: InputMaybe;\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n ranges?: InputMaybe>>;\n};\n\n\nexport type StandardProductVariationShippingDimensionsFacetWidthArgs = {\n filters?: InputMaybe>;\n limit?: InputMaybe;\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n ranges?: InputMaybe>>;\n};\n\nexport type StandardProductVariationShippingDimensionsOrderByInput = {\n Height?: InputMaybe;\n Length?: InputMaybe;\n Width?: InputMaybe;\n};\n\nexport type StandardProductVariationShippingDimensionsWhereInput = {\n Height?: InputMaybe;\n Length?: InputMaybe;\n Width?: InputMaybe;\n};\n\nexport type StandardProductVariationWhereInput = {\n Ancestors?: InputMaybe;\n Associations?: InputMaybe;\n CatalogId?: InputMaybe;\n Categories?: InputMaybe;\n Changed?: InputMaybe;\n Code?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n DefaultImageUrl?: InputMaybe;\n DefaultMarketPrice?: InputMaybe;\n Description?: InputMaybe;\n DisplayName?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n InventoryReference?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n MetaClassId?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentEntries?: InputMaybe;\n ParentLink?: InputMaybe;\n PriceReference?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n SeoInformation?: InputMaybe;\n SeoUri?: InputMaybe;\n ShippingDimensions?: InputMaybe;\n ShippingPackageId?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n TaxCategoryId?: InputMaybe;\n TrackInventory?: InputMaybe;\n Url?: InputMaybe;\n Weight?: InputMaybe;\n _and?: InputMaybe>>;\n _fulltext?: InputMaybe;\n _modified?: InputMaybe;\n _not?: InputMaybe>>;\n _or?: InputMaybe>>;\n};\n\nexport type StandardProductWhereInput = {\n Ancestors?: InputMaybe;\n Associations?: InputMaybe;\n CatalogId?: InputMaybe;\n Categories?: InputMaybe;\n Changed?: InputMaybe;\n Code?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n CustomHeaders?: InputMaybe;\n DefaultImageUrl?: InputMaybe;\n DefaultMarketPrice?: InputMaybe;\n Description?: InputMaybe;\n DescriptionInCart?: InputMaybe;\n DisplayName?: InputMaybe;\n EPiBlock_PageSettings_BodyAttributes?: InputMaybe;\n EPiBlock_PageSettings_HideBreadcrumbs?: InputMaybe;\n EPiBlock_PageSettings_SEOSitemaps?: InputMaybe;\n EPiBlock_PageSettings_SectionNavigationAnchor?: InputMaybe;\n EPiBlock_PageSettings_SectionNavigationDisplay?: InputMaybe;\n EPiBlock_PageSettings_ShowShareThis?: InputMaybe;\n EPiBlock_PageSettings_SolrKeywordsBoost?: InputMaybe;\n EPiBlock_PageSettings_SolrPageBoost?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n FeaturedItemImage?: InputMaybe;\n FeaturedItemText?: InputMaybe;\n FeaturedItemTitle?: InputMaybe;\n FulfillmentEmail?: InputMaybe;\n FullArea?: InputMaybe;\n GLAccountNumber?: InputMaybe;\n HeroArea?: InputMaybe;\n HiddenFromSearch?: InputMaybe;\n InlineArea?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n MetaClassId?: InputMaybe;\n Name?: InputMaybe;\n NavigationName?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageMetaData?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentEntries?: InputMaybe;\n ParentLink?: InputMaybe;\n ProductType?: InputMaybe;\n ProductTypeFacet?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n SeoInformation?: InputMaybe;\n SeoUri?: InputMaybe;\n ShortDescription?: InputMaybe;\n Shortcut?: InputMaybe;\n SidebarContent?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StickyNavLinks?: InputMaybe;\n StopPublish?: InputMaybe;\n TopArea?: InputMaybe;\n Url?: InputMaybe;\n VariantsReference?: InputMaybe;\n _and?: InputMaybe>>;\n _fulltext?: InputMaybe;\n _modified?: InputMaybe;\n _not?: InputMaybe>>;\n _or?: InputMaybe>>;\n};\n\n/** Used for home page of all sites. */\nexport type StartPage = IContent & IData & {\n __typename?: 'StartPage';\n Ancestors?: Maybe>>;\n AreaOfStudyFacet?: Maybe;\n BreadcrumbsTitle?: Maybe;\n CampusLocationFacet?: Maybe;\n Category?: Maybe>>;\n Changed?: Maybe;\n CollegeOrSchoolFacet?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe;\n DegreesFacet?: Maybe;\n DepartmentFacet?: Maybe;\n DisableIndexing?: Maybe;\n /** This will determine whether or not to show on the sitemap */\n ExcludeFromSitemap?: Maybe;\n ExistingLanguages?: Maybe>>;\n FeaturedDescription?: Maybe;\n HideSiteFooter?: Maybe;\n HideSiteHeader?: Maybe;\n IsCommonDraft?: Maybe;\n IsFeaturedContent?: Maybe;\n Keywords?: Maybe;\n KeywordsFacet?: Maybe;\n Language?: Maybe;\n LocationFacet?: Maybe;\n MainContentArea?: Maybe>>;\n MasterLanguage?: Maybe;\n MediaMasthead?: Maybe>>;\n Name?: Maybe;\n NavigationTitle?: Maybe;\n /** The link and text will be used when the page is displayed as a card in other modules. By default, the link is the same as the actual page. */\n OverrideCardLink?: Maybe;\n PageFeaturedDescription?: Maybe;\n /** Image that will be used when the page is displayed as a card for Generic Pages. Recommended Image Size: 1536x1152 px (4:3 Aspect Ratio) */\n PageImage?: Maybe;\n PageImageUrl?: Maybe;\n PageIsSearchable?: Maybe;\n PageNavigationTitle?: Maybe;\n ParentLink?: Maybe;\n ProgramTypeFacet?: Maybe;\n RelativePath?: Maybe;\n RouteSegment?: Maybe;\n Saved?: Maybe;\n /** This will determine whether or not to show on search */\n Searchable?: Maybe;\n Shortcut?: Maybe;\n /** This will determine whether or not breadcrumb will be displayed */\n ShowBreadcrumbs?: Maybe;\n /** This will determine whether or not commerce header will be displayed */\n ShowCommerceHeader?: Maybe;\n SiteId?: Maybe;\n StartPublish?: Maybe;\n Status?: Maybe;\n StopPublish?: Maybe;\n TrackOdp?: Maybe;\n Url?: Maybe;\n /** @deprecated Use `_link` field instead */\n _children?: Maybe;\n _deleted?: Maybe;\n _fulltext?: Maybe>>;\n _id?: Maybe;\n _link?: Maybe;\n _modified?: Maybe;\n _score?: Maybe;\n};\n\n\n/** Used for home page of all sites. */\nexport type StartPageDisableIndexingArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Used for home page of all sites. */\nexport type StartPageExcludeFromSitemapArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Used for home page of all sites. */\nexport type StartPageHideSiteFooterArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Used for home page of all sites. */\nexport type StartPageHideSiteHeaderArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Used for home page of all sites. */\nexport type StartPageIsFeaturedContentArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Used for home page of all sites. */\nexport type StartPageKeywordsArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Used for home page of all sites. */\nexport type StartPageMainContentAreaArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Used for home page of all sites. */\nexport type StartPageMediaMastheadArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Used for home page of all sites. */\nexport type StartPageNameArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Used for home page of all sites. */\nexport type StartPageNavigationTitleArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Used for home page of all sites. */\nexport type StartPageSearchableArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Used for home page of all sites. */\nexport type StartPageShowBreadcrumbsArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Used for home page of all sites. */\nexport type StartPageShowCommerceHeaderArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Used for home page of all sites. */\nexport type StartPageTrackOdpArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Used for home page of all sites. */\nexport type StartPage_FulltextArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Used for home page of all sites. */\nexport type StartPage_LinkArgs = {\n type?: InputMaybe;\n};\n\nexport type StartPageAutocomplete = {\n __typename?: 'StartPageAutocomplete';\n Ancestors?: Maybe>>;\n AreaOfStudyFacet?: Maybe;\n CampusLocationFacet?: Maybe;\n Category?: Maybe;\n CollegeOrSchoolFacet?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n DegreesFacet?: Maybe;\n DepartmentFacet?: Maybe;\n ExistingLanguages?: Maybe;\n KeywordsFacet?: Maybe;\n Language?: Maybe;\n LocationFacet?: Maybe;\n MasterLanguage?: Maybe;\n OverrideCardLink?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImage?: Maybe;\n PageImageUrl?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n ProgramTypeFacet?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n Status?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type StartPageAutocompleteAncestorsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type StartPageAutocompleteContentTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type StartPageAutocompletePageFeaturedDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type StartPageAutocompletePageImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type StartPageAutocompletePageNavigationTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type StartPageAutocompleteRelativePathArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type StartPageAutocompleteRouteSegmentArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type StartPageAutocompleteShortcutArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type StartPageAutocompleteSiteIdArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type StartPageAutocompleteStatusArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type StartPageAutocompleteUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type StartPageFacet = {\n __typename?: 'StartPageFacet';\n Ancestors?: Maybe>>;\n AreaOfStudyFacet?: Maybe;\n CampusLocationFacet?: Maybe;\n Category?: Maybe;\n Changed?: Maybe>>;\n CollegeOrSchoolFacet?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe>>;\n DegreesFacet?: Maybe;\n DepartmentFacet?: Maybe;\n DisableIndexing?: Maybe>>;\n ExcludeFromSitemap?: Maybe>>;\n ExistingLanguages?: Maybe;\n HideSiteFooter?: Maybe>>;\n HideSiteHeader?: Maybe>>;\n IsCommonDraft?: Maybe>>;\n IsFeaturedContent?: Maybe>>;\n Keywords?: Maybe>>;\n KeywordsFacet?: Maybe;\n Language?: Maybe;\n LocationFacet?: Maybe;\n MainContentArea?: Maybe;\n MasterLanguage?: Maybe;\n MediaMasthead?: Maybe;\n Name?: Maybe>>;\n NavigationTitle?: Maybe>>;\n OverrideCardLink?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImage?: Maybe;\n PageImageUrl?: Maybe>>;\n PageIsSearchable?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n ProgramTypeFacet?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Saved?: Maybe>>;\n Searchable?: Maybe>>;\n Shortcut?: Maybe>>;\n ShowBreadcrumbs?: Maybe>>;\n ShowCommerceHeader?: Maybe>>;\n SiteId?: Maybe>>;\n StartPublish?: Maybe>>;\n Status?: Maybe>>;\n StopPublish?: Maybe>>;\n TrackOdp?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type StartPageFacetAncestorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type StartPageFacetChangedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type StartPageFacetContentTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type StartPageFacetCreatedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type StartPageFacetDisableIndexingArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type StartPageFacetExcludeFromSitemapArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type StartPageFacetHideSiteFooterArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type StartPageFacetHideSiteHeaderArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type StartPageFacetIsCommonDraftArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type StartPageFacetIsFeaturedContentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type StartPageFacetKeywordsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type StartPageFacetNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type StartPageFacetNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type StartPageFacetPageFeaturedDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type StartPageFacetPageImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type StartPageFacetPageIsSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type StartPageFacetPageNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type StartPageFacetRelativePathArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type StartPageFacetRouteSegmentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type StartPageFacetSavedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type StartPageFacetSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type StartPageFacetShortcutArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type StartPageFacetShowBreadcrumbsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type StartPageFacetShowCommerceHeaderArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type StartPageFacetSiteIdArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type StartPageFacetStartPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type StartPageFacetStatusArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type StartPageFacetStopPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type StartPageFacetTrackOdpArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type StartPageFacetUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type StartPageOrderByInput = {\n Ancestors?: InputMaybe;\n AreaOfStudyFacet?: InputMaybe;\n CampusLocationFacet?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n CollegeOrSchoolFacet?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n DegreesFacet?: InputMaybe;\n DepartmentFacet?: InputMaybe;\n DisableIndexing?: InputMaybe;\n ExcludeFromSitemap?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n HideSiteFooter?: InputMaybe;\n HideSiteHeader?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n IsFeaturedContent?: InputMaybe;\n Keywords?: InputMaybe;\n KeywordsFacet?: InputMaybe;\n Language?: InputMaybe;\n LocationFacet?: InputMaybe;\n MainContentArea?: InputMaybe;\n MasterLanguage?: InputMaybe;\n MediaMasthead?: InputMaybe;\n Name?: InputMaybe;\n NavigationTitle?: InputMaybe;\n OverrideCardLink?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImage?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n ProgramTypeFacet?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Searchable?: InputMaybe;\n Shortcut?: InputMaybe;\n ShowBreadcrumbs?: InputMaybe;\n ShowCommerceHeader?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n TrackOdp?: InputMaybe;\n Url?: InputMaybe;\n _minimumScore?: InputMaybe;\n _modified?: InputMaybe;\n _ranking?: InputMaybe;\n _semanticWeight?: InputMaybe;\n};\n\nexport type StartPageOutput = {\n __typename?: 'StartPageOutput';\n autocomplete?: Maybe;\n cursor?: Maybe;\n facets?: Maybe;\n items?: Maybe>>;\n total?: Maybe;\n};\n\n\nexport type StartPageOutputTotalArgs = {\n all?: InputMaybe;\n};\n\nexport type StartPageWhereInput = {\n Ancestors?: InputMaybe;\n AreaOfStudyFacet?: InputMaybe;\n CampusLocationFacet?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n CollegeOrSchoolFacet?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n DegreesFacet?: InputMaybe;\n DepartmentFacet?: InputMaybe;\n DisableIndexing?: InputMaybe;\n ExcludeFromSitemap?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n HideSiteFooter?: InputMaybe;\n HideSiteHeader?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n IsFeaturedContent?: InputMaybe;\n Keywords?: InputMaybe;\n KeywordsFacet?: InputMaybe;\n Language?: InputMaybe;\n LocationFacet?: InputMaybe;\n MainContentArea?: InputMaybe;\n MasterLanguage?: InputMaybe;\n MediaMasthead?: InputMaybe;\n Name?: InputMaybe;\n NavigationTitle?: InputMaybe;\n OverrideCardLink?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImage?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n ProgramTypeFacet?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Searchable?: InputMaybe;\n Shortcut?: InputMaybe;\n ShowBreadcrumbs?: InputMaybe;\n ShowCommerceHeader?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n TrackOdp?: InputMaybe;\n Url?: InputMaybe;\n _and?: InputMaybe>>;\n _fulltext?: InputMaybe;\n _modified?: InputMaybe;\n _not?: InputMaybe>>;\n _or?: InputMaybe>>;\n};\n\n/** Cards that highlight University of Redlands statistics. */\nexport type StatsCardBlock = IContent & IData & {\n __typename?: 'StatsCardBlock';\n Ancestors?: Maybe>>;\n Category?: Maybe>>;\n Changed?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe;\n ExistingLanguages?: Maybe>>;\n IsCommonDraft?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe;\n PageFeaturedDescription?: Maybe;\n PageImageUrl?: Maybe;\n PageIsSearchable?: Maybe;\n PageNavigationTitle?: Maybe;\n ParentLink?: Maybe;\n RelativePath?: Maybe;\n RouteSegment?: Maybe;\n Saved?: Maybe;\n Shortcut?: Maybe;\n SiteId?: Maybe;\n StartPublish?: Maybe;\n StatsDescription?: Maybe;\n StatsHeadline?: Maybe;\n StatsText?: Maybe;\n Status?: Maybe;\n StopPublish?: Maybe;\n Url?: Maybe;\n /** @deprecated Use `_link` field instead */\n _children?: Maybe;\n _deleted?: Maybe;\n _fulltext?: Maybe>>;\n _id?: Maybe;\n _link?: Maybe;\n _modified?: Maybe;\n _score?: Maybe;\n};\n\n\n/** Cards that highlight University of Redlands statistics. */\nexport type StatsCardBlockNameArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Cards that highlight University of Redlands statistics. */\nexport type StatsCardBlockStatsDescriptionArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Cards that highlight University of Redlands statistics. */\nexport type StatsCardBlockStatsHeadlineArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Cards that highlight University of Redlands statistics. */\nexport type StatsCardBlockStatsTextArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Cards that highlight University of Redlands statistics. */\nexport type StatsCardBlock_FulltextArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Cards that highlight University of Redlands statistics. */\nexport type StatsCardBlock_LinkArgs = {\n type?: InputMaybe;\n};\n\nexport type StatsCardBlockAutocomplete = {\n __typename?: 'StatsCardBlockAutocomplete';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n ExistingLanguages?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n Status?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type StatsCardBlockAutocompleteAncestorsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type StatsCardBlockAutocompleteContentTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type StatsCardBlockAutocompletePageFeaturedDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type StatsCardBlockAutocompletePageImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type StatsCardBlockAutocompletePageNavigationTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type StatsCardBlockAutocompleteRelativePathArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type StatsCardBlockAutocompleteRouteSegmentArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type StatsCardBlockAutocompleteShortcutArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type StatsCardBlockAutocompleteSiteIdArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type StatsCardBlockAutocompleteStatusArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type StatsCardBlockAutocompleteUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type StatsCardBlockFacet = {\n __typename?: 'StatsCardBlockFacet';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n Changed?: Maybe>>;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe>>;\n ExistingLanguages?: Maybe;\n IsCommonDraft?: Maybe>>;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe>>;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageIsSearchable?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Saved?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n StartPublish?: Maybe>>;\n StatsDescription?: Maybe>>;\n StatsHeadline?: Maybe>>;\n StatsText?: Maybe>>;\n Status?: Maybe>>;\n StopPublish?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type StatsCardBlockFacetAncestorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type StatsCardBlockFacetChangedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type StatsCardBlockFacetContentTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type StatsCardBlockFacetCreatedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type StatsCardBlockFacetIsCommonDraftArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type StatsCardBlockFacetNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type StatsCardBlockFacetPageFeaturedDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type StatsCardBlockFacetPageImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type StatsCardBlockFacetPageIsSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type StatsCardBlockFacetPageNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type StatsCardBlockFacetRelativePathArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type StatsCardBlockFacetRouteSegmentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type StatsCardBlockFacetSavedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type StatsCardBlockFacetShortcutArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type StatsCardBlockFacetSiteIdArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type StatsCardBlockFacetStartPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type StatsCardBlockFacetStatsDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type StatsCardBlockFacetStatsHeadlineArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type StatsCardBlockFacetStatsTextArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type StatsCardBlockFacetStatusArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type StatsCardBlockFacetStopPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type StatsCardBlockFacetUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type StatsCardBlockOrderByInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n StatsDescription?: InputMaybe;\n StatsHeadline?: InputMaybe;\n StatsText?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n _minimumScore?: InputMaybe;\n _modified?: InputMaybe;\n _ranking?: InputMaybe;\n _semanticWeight?: InputMaybe;\n};\n\nexport type StatsCardBlockOutput = {\n __typename?: 'StatsCardBlockOutput';\n autocomplete?: Maybe;\n cursor?: Maybe;\n facets?: Maybe;\n items?: Maybe>>;\n total?: Maybe;\n};\n\n\nexport type StatsCardBlockOutputTotalArgs = {\n all?: InputMaybe;\n};\n\nexport type StatsCardBlockWhereInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n StatsDescription?: InputMaybe;\n StatsHeadline?: InputMaybe;\n StatsText?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n _and?: InputMaybe>>;\n _fulltext?: InputMaybe;\n _modified?: InputMaybe;\n _not?: InputMaybe>>;\n _or?: InputMaybe>>;\n};\n\n/** The Store Front is the starting point to organize your catalog. */\nexport type StoreFrontNode = IContent & IData & {\n __typename?: 'StoreFrontNode';\n Ancestors?: Maybe>>;\n CatalogId?: Maybe;\n Categories?: Maybe;\n CategoryDescription?: Maybe;\n CategoryLongName?: Maybe;\n CategoryLongTeaser?: Maybe;\n CategoryTeaser?: Maybe;\n Changed?: Maybe;\n Code?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe;\n DisplayName?: Maybe;\n EPiBlock_PageSettings_BodyAttributes?: Maybe;\n EPiBlock_PageSettings_HideBreadcrumbs?: Maybe;\n EPiBlock_PageSettings_SEOSitemaps?: Maybe;\n EPiBlock_PageSettings_SectionNavigationAnchor?: Maybe;\n EPiBlock_PageSettings_SectionNavigationDisplay?: Maybe;\n EPiBlock_PageSettings_ShowShareThis?: Maybe;\n EPiBlock_PageSettings_SolrKeywordsBoost?: Maybe;\n EPiBlock_PageSettings_SolrPageBoost?: Maybe;\n ExistingLanguages?: Maybe>>;\n FeaturedRows?: Maybe>>;\n IsCommonDraft?: Maybe;\n Language?: Maybe;\n MainBody?: Maybe;\n MainTitle?: Maybe;\n MasterLanguage?: Maybe;\n MetaClassId?: Maybe;\n Name?: Maybe;\n NavigationName?: Maybe;\n NodeLongTeaser?: Maybe;\n NodeShortTeaser?: Maybe;\n PageFeaturedDescription?: Maybe;\n PageImageUrl?: Maybe;\n PageIsSearchable?: Maybe;\n PageMetaData?: Maybe;\n PageNavigationTitle?: Maybe;\n ParentLink?: Maybe;\n RelativePath?: Maybe;\n RouteSegment?: Maybe;\n Saved?: Maybe;\n SeoInformation?: Maybe;\n SeoUri?: Maybe;\n Shortcut?: Maybe;\n /** Item will be shown in top navigation menu. */\n ShowInNavigation?: Maybe;\n SiteId?: Maybe;\n StartPublish?: Maybe;\n Status?: Maybe;\n /** Content area that accepts Link Blocks. */\n StickyNavLinks?: Maybe;\n StopPublish?: Maybe;\n /** Displays content above any sidebars a page may have */\n TopArea?: Maybe>>;\n Url?: Maybe;\n /** @deprecated Use `_link` field instead */\n _children?: Maybe;\n _deleted?: Maybe;\n _fulltext?: Maybe>>;\n _id?: Maybe;\n _link?: Maybe;\n _modified?: Maybe;\n _score?: Maybe;\n};\n\n\n/** The Store Front is the starting point to organize your catalog. */\nexport type StoreFrontNodeCategoryDescriptionArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** The Store Front is the starting point to organize your catalog. */\nexport type StoreFrontNodeCategoryLongNameArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** The Store Front is the starting point to organize your catalog. */\nexport type StoreFrontNodeCategoryLongTeaserArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** The Store Front is the starting point to organize your catalog. */\nexport type StoreFrontNodeCategoryTeaserArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** The Store Front is the starting point to organize your catalog. */\nexport type StoreFrontNodeCodeArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** The Store Front is the starting point to organize your catalog. */\nexport type StoreFrontNodeDisplayNameArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** The Store Front is the starting point to organize your catalog. */\nexport type StoreFrontNodeFeaturedRowsArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** The Store Front is the starting point to organize your catalog. */\nexport type StoreFrontNodeMainBodyArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** The Store Front is the starting point to organize your catalog. */\nexport type StoreFrontNodeMainTitleArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** The Store Front is the starting point to organize your catalog. */\nexport type StoreFrontNodeNameArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** The Store Front is the starting point to organize your catalog. */\nexport type StoreFrontNodeNavigationNameArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** The Store Front is the starting point to organize your catalog. */\nexport type StoreFrontNodeNodeLongTeaserArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** The Store Front is the starting point to organize your catalog. */\nexport type StoreFrontNodeNodeShortTeaserArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** The Store Front is the starting point to organize your catalog. */\nexport type StoreFrontNodeShowInNavigationArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** The Store Front is the starting point to organize your catalog. */\nexport type StoreFrontNode_FulltextArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** The Store Front is the starting point to organize your catalog. */\nexport type StoreFrontNode_LinkArgs = {\n type?: InputMaybe;\n};\n\nexport type StoreFrontNodeAutocomplete = {\n __typename?: 'StoreFrontNodeAutocomplete';\n Ancestors?: Maybe>>;\n Categories?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n EPiBlock_PageSettings_BodyAttributes?: Maybe>>;\n EPiBlock_PageSettings_SEOSitemaps?: Maybe>>;\n EPiBlock_PageSettings_SolrKeywordsBoost?: Maybe>>;\n ExistingLanguages?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageMetaData?: Maybe;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n SeoInformation?: Maybe;\n SeoUri?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n Status?: Maybe>>;\n StickyNavLinks?: Maybe>>;\n TopArea?: Maybe;\n Url?: Maybe>>;\n};\n\n\nexport type StoreFrontNodeAutocompleteAncestorsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type StoreFrontNodeAutocompleteContentTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type StoreFrontNodeAutocompleteEPiBlock_PageSettings_BodyAttributesArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type StoreFrontNodeAutocompleteEPiBlock_PageSettings_SeoSitemapsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type StoreFrontNodeAutocompleteEPiBlock_PageSettings_SolrKeywordsBoostArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type StoreFrontNodeAutocompletePageFeaturedDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type StoreFrontNodeAutocompletePageImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type StoreFrontNodeAutocompletePageNavigationTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type StoreFrontNodeAutocompleteRelativePathArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type StoreFrontNodeAutocompleteRouteSegmentArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type StoreFrontNodeAutocompleteSeoUriArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type StoreFrontNodeAutocompleteShortcutArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type StoreFrontNodeAutocompleteSiteIdArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type StoreFrontNodeAutocompleteStatusArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type StoreFrontNodeAutocompleteStickyNavLinksArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type StoreFrontNodeAutocompleteUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type StoreFrontNodeCategories = {\n __typename?: 'StoreFrontNodeCategories';\n ContentLink?: Maybe;\n};\n\nexport type StoreFrontNodeCategoriesAutocomplete = {\n __typename?: 'StoreFrontNodeCategoriesAutocomplete';\n ContentLink?: Maybe;\n};\n\nexport type StoreFrontNodeCategoriesFacet = {\n __typename?: 'StoreFrontNodeCategoriesFacet';\n ContentLink?: Maybe;\n};\n\nexport type StoreFrontNodeCategoriesOrderByInput = {\n ContentLink?: InputMaybe;\n};\n\nexport type StoreFrontNodeCategoriesWhereInput = {\n ContentLink?: InputMaybe;\n};\n\nexport type StoreFrontNodeFacet = {\n __typename?: 'StoreFrontNodeFacet';\n Ancestors?: Maybe>>;\n CatalogId?: Maybe>>;\n Categories?: Maybe;\n CategoryDescription?: Maybe>>;\n CategoryLongName?: Maybe>>;\n CategoryLongTeaser?: Maybe>>;\n CategoryTeaser?: Maybe>>;\n Changed?: Maybe>>;\n Code?: Maybe>>;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe>>;\n DisplayName?: Maybe>>;\n EPiBlock_PageSettings_BodyAttributes?: Maybe>>;\n EPiBlock_PageSettings_HideBreadcrumbs?: Maybe>>;\n EPiBlock_PageSettings_SEOSitemaps?: Maybe>>;\n EPiBlock_PageSettings_SectionNavigationAnchor?: Maybe>>;\n EPiBlock_PageSettings_SectionNavigationDisplay?: Maybe>>;\n EPiBlock_PageSettings_ShowShareThis?: Maybe>>;\n EPiBlock_PageSettings_SolrKeywordsBoost?: Maybe>>;\n EPiBlock_PageSettings_SolrPageBoost?: Maybe>>;\n ExistingLanguages?: Maybe;\n FeaturedRows?: Maybe;\n IsCommonDraft?: Maybe>>;\n Language?: Maybe;\n MainBody?: Maybe>>;\n MainTitle?: Maybe>>;\n MasterLanguage?: Maybe;\n MetaClassId?: Maybe>>;\n Name?: Maybe>>;\n NavigationName?: Maybe>>;\n NodeLongTeaser?: Maybe>>;\n NodeShortTeaser?: Maybe>>;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageIsSearchable?: Maybe>>;\n PageMetaData?: Maybe;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Saved?: Maybe>>;\n SeoInformation?: Maybe;\n SeoUri?: Maybe>>;\n Shortcut?: Maybe>>;\n ShowInNavigation?: Maybe>>;\n SiteId?: Maybe>>;\n StartPublish?: Maybe>>;\n Status?: Maybe>>;\n StickyNavLinks?: Maybe>>;\n StopPublish?: Maybe>>;\n TopArea?: Maybe;\n Url?: Maybe>>;\n};\n\n\nexport type StoreFrontNodeFacetAncestorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type StoreFrontNodeFacetCatalogIdArgs = {\n filters?: InputMaybe>;\n limit?: InputMaybe;\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n ranges?: InputMaybe>>;\n};\n\n\nexport type StoreFrontNodeFacetCategoryDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type StoreFrontNodeFacetCategoryLongNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type StoreFrontNodeFacetCategoryLongTeaserArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type StoreFrontNodeFacetCategoryTeaserArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type StoreFrontNodeFacetChangedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type StoreFrontNodeFacetCodeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type StoreFrontNodeFacetContentTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type StoreFrontNodeFacetCreatedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type StoreFrontNodeFacetDisplayNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type StoreFrontNodeFacetEPiBlock_PageSettings_BodyAttributesArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type StoreFrontNodeFacetEPiBlock_PageSettings_HideBreadcrumbsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type StoreFrontNodeFacetEPiBlock_PageSettings_SeoSitemapsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type StoreFrontNodeFacetEPiBlock_PageSettings_SectionNavigationAnchorArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type StoreFrontNodeFacetEPiBlock_PageSettings_SectionNavigationDisplayArgs = {\n filters?: InputMaybe>;\n limit?: InputMaybe;\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n ranges?: InputMaybe>>;\n};\n\n\nexport type StoreFrontNodeFacetEPiBlock_PageSettings_ShowShareThisArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type StoreFrontNodeFacetEPiBlock_PageSettings_SolrKeywordsBoostArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type StoreFrontNodeFacetEPiBlock_PageSettings_SolrPageBoostArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type StoreFrontNodeFacetIsCommonDraftArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type StoreFrontNodeFacetMainBodyArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type StoreFrontNodeFacetMainTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type StoreFrontNodeFacetMetaClassIdArgs = {\n filters?: InputMaybe>;\n limit?: InputMaybe;\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n ranges?: InputMaybe>>;\n};\n\n\nexport type StoreFrontNodeFacetNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type StoreFrontNodeFacetNavigationNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type StoreFrontNodeFacetNodeLongTeaserArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type StoreFrontNodeFacetNodeShortTeaserArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type StoreFrontNodeFacetPageFeaturedDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type StoreFrontNodeFacetPageImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type StoreFrontNodeFacetPageIsSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type StoreFrontNodeFacetPageNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type StoreFrontNodeFacetRelativePathArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type StoreFrontNodeFacetRouteSegmentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type StoreFrontNodeFacetSavedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type StoreFrontNodeFacetSeoUriArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type StoreFrontNodeFacetShortcutArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type StoreFrontNodeFacetShowInNavigationArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type StoreFrontNodeFacetSiteIdArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type StoreFrontNodeFacetStartPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type StoreFrontNodeFacetStatusArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type StoreFrontNodeFacetStickyNavLinksArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type StoreFrontNodeFacetStopPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type StoreFrontNodeFacetUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type StoreFrontNodeOrderByInput = {\n Ancestors?: InputMaybe;\n CatalogId?: InputMaybe;\n Categories?: InputMaybe;\n CategoryDescription?: InputMaybe;\n CategoryLongName?: InputMaybe;\n CategoryLongTeaser?: InputMaybe;\n CategoryTeaser?: InputMaybe;\n Changed?: InputMaybe;\n Code?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n DisplayName?: InputMaybe;\n EPiBlock_PageSettings_BodyAttributes?: InputMaybe;\n EPiBlock_PageSettings_HideBreadcrumbs?: InputMaybe;\n EPiBlock_PageSettings_SEOSitemaps?: InputMaybe;\n EPiBlock_PageSettings_SectionNavigationAnchor?: InputMaybe;\n EPiBlock_PageSettings_SectionNavigationDisplay?: InputMaybe;\n EPiBlock_PageSettings_ShowShareThis?: InputMaybe;\n EPiBlock_PageSettings_SolrKeywordsBoost?: InputMaybe;\n EPiBlock_PageSettings_SolrPageBoost?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n FeaturedRows?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MainBody?: InputMaybe;\n MainTitle?: InputMaybe;\n MasterLanguage?: InputMaybe;\n MetaClassId?: InputMaybe;\n Name?: InputMaybe;\n NavigationName?: InputMaybe;\n NodeLongTeaser?: InputMaybe;\n NodeShortTeaser?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageMetaData?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n SeoInformation?: InputMaybe;\n SeoUri?: InputMaybe;\n Shortcut?: InputMaybe;\n ShowInNavigation?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StickyNavLinks?: InputMaybe;\n StopPublish?: InputMaybe;\n TopArea?: InputMaybe;\n Url?: InputMaybe;\n _minimumScore?: InputMaybe;\n _modified?: InputMaybe;\n _ranking?: InputMaybe;\n _semanticWeight?: InputMaybe;\n};\n\nexport type StoreFrontNodeOutput = {\n __typename?: 'StoreFrontNodeOutput';\n autocomplete?: Maybe;\n cursor?: Maybe;\n facets?: Maybe;\n items?: Maybe>>;\n total?: Maybe;\n};\n\n\nexport type StoreFrontNodeOutputTotalArgs = {\n all?: InputMaybe;\n};\n\nexport type StoreFrontNodePageMetaData = {\n __typename?: 'StoreFrontNodePageMetaData';\n DisableSiteTitle?: Maybe;\n MetaDescription?: Maybe;\n MetaKeywords?: Maybe;\n MetaTitle?: Maybe;\n PageImage?: Maybe;\n ShareHashTags?: Maybe;\n ShareSummary?: Maybe;\n ShareTitle?: Maybe;\n SingleSentenceSummary?: Maybe;\n};\n\nexport type StoreFrontNodePageMetaDataAutocomplete = {\n __typename?: 'StoreFrontNodePageMetaDataAutocomplete';\n MetaDescription?: Maybe>>;\n MetaKeywords?: Maybe>>;\n MetaTitle?: Maybe>>;\n PageImage?: Maybe;\n ShareHashTags?: Maybe>>;\n ShareSummary?: Maybe>>;\n ShareTitle?: Maybe>>;\n SingleSentenceSummary?: Maybe>>;\n};\n\n\nexport type StoreFrontNodePageMetaDataAutocompleteMetaDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type StoreFrontNodePageMetaDataAutocompleteMetaKeywordsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type StoreFrontNodePageMetaDataAutocompleteMetaTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type StoreFrontNodePageMetaDataAutocompleteShareHashTagsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type StoreFrontNodePageMetaDataAutocompleteShareSummaryArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type StoreFrontNodePageMetaDataAutocompleteShareTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type StoreFrontNodePageMetaDataAutocompleteSingleSentenceSummaryArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type StoreFrontNodePageMetaDataFacet = {\n __typename?: 'StoreFrontNodePageMetaDataFacet';\n DisableSiteTitle?: Maybe>>;\n MetaDescription?: Maybe>>;\n MetaKeywords?: Maybe>>;\n MetaTitle?: Maybe>>;\n PageImage?: Maybe;\n ShareHashTags?: Maybe>>;\n ShareSummary?: Maybe>>;\n ShareTitle?: Maybe>>;\n SingleSentenceSummary?: Maybe>>;\n};\n\n\nexport type StoreFrontNodePageMetaDataFacetDisableSiteTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type StoreFrontNodePageMetaDataFacetMetaDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type StoreFrontNodePageMetaDataFacetMetaKeywordsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type StoreFrontNodePageMetaDataFacetMetaTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type StoreFrontNodePageMetaDataFacetShareHashTagsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type StoreFrontNodePageMetaDataFacetShareSummaryArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type StoreFrontNodePageMetaDataFacetShareTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type StoreFrontNodePageMetaDataFacetSingleSentenceSummaryArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type StoreFrontNodePageMetaDataOrderByInput = {\n DisableSiteTitle?: InputMaybe;\n MetaDescription?: InputMaybe;\n MetaKeywords?: InputMaybe;\n MetaTitle?: InputMaybe;\n PageImage?: InputMaybe;\n ShareHashTags?: InputMaybe;\n ShareSummary?: InputMaybe;\n ShareTitle?: InputMaybe;\n SingleSentenceSummary?: InputMaybe;\n};\n\nexport type StoreFrontNodePageMetaDataWhereInput = {\n DisableSiteTitle?: InputMaybe;\n MetaDescription?: InputMaybe;\n MetaKeywords?: InputMaybe;\n MetaTitle?: InputMaybe;\n PageImage?: InputMaybe;\n ShareHashTags?: InputMaybe;\n ShareSummary?: InputMaybe;\n ShareTitle?: InputMaybe;\n SingleSentenceSummary?: InputMaybe;\n};\n\nexport type StoreFrontNodeSeoInformation = {\n __typename?: 'StoreFrontNodeSeoInformation';\n Description?: Maybe;\n Keywords?: Maybe;\n Title?: Maybe;\n};\n\nexport type StoreFrontNodeSeoInformationAutocomplete = {\n __typename?: 'StoreFrontNodeSeoInformationAutocomplete';\n Description?: Maybe>>;\n Keywords?: Maybe>>;\n Title?: Maybe>>;\n};\n\n\nexport type StoreFrontNodeSeoInformationAutocompleteDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type StoreFrontNodeSeoInformationAutocompleteKeywordsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type StoreFrontNodeSeoInformationAutocompleteTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type StoreFrontNodeSeoInformationFacet = {\n __typename?: 'StoreFrontNodeSeoInformationFacet';\n Description?: Maybe>>;\n Keywords?: Maybe>>;\n Title?: Maybe>>;\n};\n\n\nexport type StoreFrontNodeSeoInformationFacetDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type StoreFrontNodeSeoInformationFacetKeywordsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type StoreFrontNodeSeoInformationFacetTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type StoreFrontNodeSeoInformationOrderByInput = {\n Description?: InputMaybe;\n Keywords?: InputMaybe;\n Title?: InputMaybe;\n};\n\nexport type StoreFrontNodeSeoInformationWhereInput = {\n Description?: InputMaybe;\n Keywords?: InputMaybe;\n Title?: InputMaybe;\n};\n\nexport type StoreFrontNodeWhereInput = {\n Ancestors?: InputMaybe;\n CatalogId?: InputMaybe;\n Categories?: InputMaybe;\n CategoryDescription?: InputMaybe;\n CategoryLongName?: InputMaybe;\n CategoryLongTeaser?: InputMaybe;\n CategoryTeaser?: InputMaybe;\n Changed?: InputMaybe;\n Code?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n DisplayName?: InputMaybe;\n EPiBlock_PageSettings_BodyAttributes?: InputMaybe;\n EPiBlock_PageSettings_HideBreadcrumbs?: InputMaybe;\n EPiBlock_PageSettings_SEOSitemaps?: InputMaybe;\n EPiBlock_PageSettings_SectionNavigationAnchor?: InputMaybe;\n EPiBlock_PageSettings_SectionNavigationDisplay?: InputMaybe;\n EPiBlock_PageSettings_ShowShareThis?: InputMaybe;\n EPiBlock_PageSettings_SolrKeywordsBoost?: InputMaybe;\n EPiBlock_PageSettings_SolrPageBoost?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n FeaturedRows?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MainBody?: InputMaybe;\n MainTitle?: InputMaybe;\n MasterLanguage?: InputMaybe;\n MetaClassId?: InputMaybe;\n Name?: InputMaybe;\n NavigationName?: InputMaybe;\n NodeLongTeaser?: InputMaybe;\n NodeShortTeaser?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageMetaData?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n SeoInformation?: InputMaybe;\n SeoUri?: InputMaybe;\n Shortcut?: InputMaybe;\n ShowInNavigation?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StickyNavLinks?: InputMaybe;\n StopPublish?: InputMaybe;\n TopArea?: InputMaybe;\n Url?: InputMaybe;\n _and?: InputMaybe>>;\n _fulltext?: InputMaybe;\n _modified?: InputMaybe;\n _not?: InputMaybe>>;\n _or?: InputMaybe>>;\n};\n\nexport type StringFacet = {\n __typename?: 'StringFacet';\n count?: Maybe;\n name?: Maybe;\n};\n\nexport type StringFilterInput = {\n /** `boost` influences the weight of a field by boosting a match with a number (default: 1) — counts more towards the eventual relevance score which can be projected with `_score` — at query time. Note that `boost` cannot be a negative number. */\n boost?: InputMaybe;\n /** `ends_with` retrieves matches that end with a certain value (suffix). */\n endsWith?: InputMaybe;\n /** `eq` matches on an exact value, but the value is case-insensitive. */\n eq?: InputMaybe;\n /** `exist` matches results that have this field. */\n exist?: InputMaybe;\n /** enables supporting fuzzy matching on the query terms (keywords), which returns items that contain terms in the content similar to the keywords, as measured by a _Levenshtein edit distance_. An edit distance is the number of one-character changes needed to turn one term into another. The edit distance is based on the length of the term. */\n fuzzy?: InputMaybe;\n /** `in` matches with 1 or more exact values in a list. Example: `in: [\"word1\", \"word2\", \"this is a phrase\"]` */\n in?: InputMaybe>>;\n /** `like` matches on substrings with wildcard support: `%` to match on 0 or more characters, `_` to match on any character. */\n like?: InputMaybe;\n /** `not_eq` retrieves results not matching with an exact (but case-insensitive) value. */\n notEq?: InputMaybe;\n /** `not_in` returns results that do not match with 1 or more exact values in a list. Example: `not_in: [\"word1\", \"word2\", \"this is a phrase\"]` */\n notIn?: InputMaybe>>;\n /** `starts_with` retrieves matches that start with a certain value (prefix). */\n startsWith?: InputMaybe;\n /** expands query value with synonyms. Example: if `H2O` is a synonym of `water`, then querying for `water` will also return results with `H2O`. */\n synonyms?: InputMaybe>>;\n};\n\nexport type SubmitButtonElementBlock = IContent & IData & {\n __typename?: 'SubmitButtonElementBlock';\n Ancestors?: Maybe>>;\n Category?: Maybe>>;\n Changed?: Maybe;\n ConditionCombination?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe;\n Description?: Maybe;\n ExistingLanguages?: Maybe>>;\n FinalizeForm?: Maybe;\n Image?: Maybe;\n IsCommonDraft?: Maybe;\n Label?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe;\n PageFeaturedDescription?: Maybe;\n PageImageUrl?: Maybe;\n PageIsSearchable?: Maybe;\n PageNavigationTitle?: Maybe;\n ParentLink?: Maybe;\n RedirectToPage?: Maybe;\n RelativePath?: Maybe;\n RouteSegment?: Maybe;\n SatisfiedAction?: Maybe;\n Saved?: Maybe;\n Shortcut?: Maybe;\n SiteId?: Maybe;\n StartPublish?: Maybe;\n Status?: Maybe;\n StopPublish?: Maybe;\n Url?: Maybe;\n /** @deprecated Use `_link` field instead */\n _children?: Maybe;\n _deleted?: Maybe;\n _fulltext?: Maybe>>;\n _id?: Maybe;\n _link?: Maybe;\n _modified?: Maybe;\n _score?: Maybe;\n};\n\n\nexport type SubmitButtonElementBlockDescriptionArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type SubmitButtonElementBlockLabelArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type SubmitButtonElementBlockNameArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type SubmitButtonElementBlockSatisfiedActionArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type SubmitButtonElementBlock_FulltextArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type SubmitButtonElementBlock_LinkArgs = {\n type?: InputMaybe;\n};\n\nexport type SubmitButtonElementBlockAutocomplete = {\n __typename?: 'SubmitButtonElementBlockAutocomplete';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n ExistingLanguages?: Maybe;\n Image?: Maybe>>;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RedirectToPage?: Maybe>>;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n Status?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type SubmitButtonElementBlockAutocompleteAncestorsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type SubmitButtonElementBlockAutocompleteContentTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type SubmitButtonElementBlockAutocompleteImageArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type SubmitButtonElementBlockAutocompletePageFeaturedDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type SubmitButtonElementBlockAutocompletePageImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type SubmitButtonElementBlockAutocompletePageNavigationTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type SubmitButtonElementBlockAutocompleteRedirectToPageArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type SubmitButtonElementBlockAutocompleteRelativePathArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type SubmitButtonElementBlockAutocompleteRouteSegmentArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type SubmitButtonElementBlockAutocompleteShortcutArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type SubmitButtonElementBlockAutocompleteSiteIdArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type SubmitButtonElementBlockAutocompleteStatusArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type SubmitButtonElementBlockAutocompleteUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type SubmitButtonElementBlockFacet = {\n __typename?: 'SubmitButtonElementBlockFacet';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n Changed?: Maybe>>;\n ConditionCombination?: Maybe>>;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe>>;\n Description?: Maybe>>;\n ExistingLanguages?: Maybe;\n FinalizeForm?: Maybe>>;\n Image?: Maybe>>;\n IsCommonDraft?: Maybe>>;\n Label?: Maybe>>;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe>>;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageIsSearchable?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RedirectToPage?: Maybe>>;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n SatisfiedAction?: Maybe>>;\n Saved?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n StartPublish?: Maybe>>;\n Status?: Maybe>>;\n StopPublish?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type SubmitButtonElementBlockFacetAncestorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SubmitButtonElementBlockFacetChangedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type SubmitButtonElementBlockFacetConditionCombinationArgs = {\n filters?: InputMaybe>;\n limit?: InputMaybe;\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n ranges?: InputMaybe>>;\n};\n\n\nexport type SubmitButtonElementBlockFacetContentTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SubmitButtonElementBlockFacetCreatedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type SubmitButtonElementBlockFacetDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SubmitButtonElementBlockFacetFinalizeFormArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SubmitButtonElementBlockFacetImageArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SubmitButtonElementBlockFacetIsCommonDraftArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SubmitButtonElementBlockFacetLabelArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SubmitButtonElementBlockFacetNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SubmitButtonElementBlockFacetPageFeaturedDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SubmitButtonElementBlockFacetPageImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SubmitButtonElementBlockFacetPageIsSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SubmitButtonElementBlockFacetPageNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SubmitButtonElementBlockFacetRedirectToPageArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SubmitButtonElementBlockFacetRelativePathArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SubmitButtonElementBlockFacetRouteSegmentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SubmitButtonElementBlockFacetSatisfiedActionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SubmitButtonElementBlockFacetSavedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type SubmitButtonElementBlockFacetShortcutArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SubmitButtonElementBlockFacetSiteIdArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SubmitButtonElementBlockFacetStartPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type SubmitButtonElementBlockFacetStatusArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type SubmitButtonElementBlockFacetStopPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type SubmitButtonElementBlockFacetUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type SubmitButtonElementBlockOrderByInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ConditionCombination?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n Description?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n FinalizeForm?: InputMaybe;\n Image?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Label?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RedirectToPage?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n SatisfiedAction?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n _minimumScore?: InputMaybe;\n _modified?: InputMaybe;\n _ranking?: InputMaybe;\n _semanticWeight?: InputMaybe;\n};\n\nexport type SubmitButtonElementBlockOutput = {\n __typename?: 'SubmitButtonElementBlockOutput';\n autocomplete?: Maybe;\n cursor?: Maybe;\n facets?: Maybe;\n items?: Maybe>>;\n total?: Maybe;\n};\n\n\nexport type SubmitButtonElementBlockOutputTotalArgs = {\n all?: InputMaybe;\n};\n\nexport type SubmitButtonElementBlockWhereInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ConditionCombination?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n Description?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n FinalizeForm?: InputMaybe;\n Image?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Label?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RedirectToPage?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n SatisfiedAction?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n _and?: InputMaybe>>;\n _fulltext?: InputMaybe;\n _modified?: InputMaybe;\n _not?: InputMaybe>>;\n _or?: InputMaybe>>;\n};\n\nexport enum SynonymSlot {\n /** synonym slot 1 */\n One = 'ONE',\n /** synonym slot 2 */\n Two = 'TWO'\n}\n\n/** Items to be used in Vertical Tabbed Container and in Horizontal Tabs Carousel. */\nexport type TabbedItemBlock = IContent & IData & {\n __typename?: 'TabbedItemBlock';\n Ancestors?: Maybe>>;\n Category?: Maybe>>;\n Changed?: Maybe;\n ContentBlocks?: Maybe>>;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe;\n ExistingLanguages?: Maybe>>;\n IsCommonDraft?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe;\n PageFeaturedDescription?: Maybe;\n PageImageUrl?: Maybe;\n PageIsSearchable?: Maybe;\n PageNavigationTitle?: Maybe;\n ParentLink?: Maybe;\n RelativePath?: Maybe;\n RouteSegment?: Maybe;\n Saved?: Maybe;\n Shortcut?: Maybe;\n SiteId?: Maybe;\n StartPublish?: Maybe;\n Status?: Maybe;\n StopPublish?: Maybe;\n TabTitle?: Maybe;\n Url?: Maybe;\n /** @deprecated Use `_link` field instead */\n _children?: Maybe;\n _deleted?: Maybe;\n _fulltext?: Maybe>>;\n _id?: Maybe;\n _link?: Maybe;\n _modified?: Maybe;\n _score?: Maybe;\n};\n\n\n/** Items to be used in Vertical Tabbed Container and in Horizontal Tabs Carousel. */\nexport type TabbedItemBlockContentBlocksArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Items to be used in Vertical Tabbed Container and in Horizontal Tabs Carousel. */\nexport type TabbedItemBlockNameArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Items to be used in Vertical Tabbed Container and in Horizontal Tabs Carousel. */\nexport type TabbedItemBlockTabTitleArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Items to be used in Vertical Tabbed Container and in Horizontal Tabs Carousel. */\nexport type TabbedItemBlock_FulltextArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Items to be used in Vertical Tabbed Container and in Horizontal Tabs Carousel. */\nexport type TabbedItemBlock_LinkArgs = {\n type?: InputMaybe;\n};\n\nexport type TabbedItemBlockAutocomplete = {\n __typename?: 'TabbedItemBlockAutocomplete';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n ExistingLanguages?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n Status?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type TabbedItemBlockAutocompleteAncestorsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type TabbedItemBlockAutocompleteContentTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type TabbedItemBlockAutocompletePageFeaturedDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type TabbedItemBlockAutocompletePageImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type TabbedItemBlockAutocompletePageNavigationTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type TabbedItemBlockAutocompleteRelativePathArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type TabbedItemBlockAutocompleteRouteSegmentArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type TabbedItemBlockAutocompleteShortcutArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type TabbedItemBlockAutocompleteSiteIdArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type TabbedItemBlockAutocompleteStatusArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type TabbedItemBlockAutocompleteUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type TabbedItemBlockFacet = {\n __typename?: 'TabbedItemBlockFacet';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n Changed?: Maybe>>;\n ContentBlocks?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe>>;\n ExistingLanguages?: Maybe;\n IsCommonDraft?: Maybe>>;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe>>;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageIsSearchable?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Saved?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n StartPublish?: Maybe>>;\n Status?: Maybe>>;\n StopPublish?: Maybe>>;\n TabTitle?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type TabbedItemBlockFacetAncestorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type TabbedItemBlockFacetChangedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type TabbedItemBlockFacetContentTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type TabbedItemBlockFacetCreatedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type TabbedItemBlockFacetIsCommonDraftArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type TabbedItemBlockFacetNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type TabbedItemBlockFacetPageFeaturedDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type TabbedItemBlockFacetPageImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type TabbedItemBlockFacetPageIsSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type TabbedItemBlockFacetPageNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type TabbedItemBlockFacetRelativePathArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type TabbedItemBlockFacetRouteSegmentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type TabbedItemBlockFacetSavedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type TabbedItemBlockFacetShortcutArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type TabbedItemBlockFacetSiteIdArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type TabbedItemBlockFacetStartPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type TabbedItemBlockFacetStatusArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type TabbedItemBlockFacetStopPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type TabbedItemBlockFacetTabTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type TabbedItemBlockFacetUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type TabbedItemBlockOrderByInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentBlocks?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n TabTitle?: InputMaybe;\n Url?: InputMaybe;\n _minimumScore?: InputMaybe;\n _modified?: InputMaybe;\n _ranking?: InputMaybe;\n _semanticWeight?: InputMaybe;\n};\n\nexport type TabbedItemBlockOutput = {\n __typename?: 'TabbedItemBlockOutput';\n autocomplete?: Maybe;\n cursor?: Maybe;\n facets?: Maybe;\n items?: Maybe>>;\n total?: Maybe;\n};\n\n\nexport type TabbedItemBlockOutputTotalArgs = {\n all?: InputMaybe;\n};\n\nexport type TabbedItemBlockWhereInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentBlocks?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n TabTitle?: InputMaybe;\n Url?: InputMaybe;\n _and?: InputMaybe>>;\n _fulltext?: InputMaybe;\n _modified?: InputMaybe;\n _not?: InputMaybe>>;\n _or?: InputMaybe>>;\n};\n\n/** Module that showcases several testimonials in a carousel (Video with Captions Card and Quote with Image Card) */\nexport type TestimonialCardsCarouselBlock = IContent & IData & {\n __typename?: 'TestimonialCardsCarouselBlock';\n Ancestors?: Maybe>>;\n Category?: Maybe>>;\n Changed?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe;\n ExistingLanguages?: Maybe>>;\n IsCommonDraft?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe;\n PageFeaturedDescription?: Maybe;\n PageImageUrl?: Maybe;\n PageIsSearchable?: Maybe;\n PageNavigationTitle?: Maybe;\n ParentLink?: Maybe;\n RelativePath?: Maybe;\n RouteSegment?: Maybe;\n Saved?: Maybe;\n Shortcut?: Maybe;\n SiteId?: Maybe;\n StartPublish?: Maybe;\n Status?: Maybe;\n StopPublish?: Maybe;\n TestimonialCardBlocks?: Maybe>>;\n Url?: Maybe;\n /** @deprecated Use `_link` field instead */\n _children?: Maybe;\n _deleted?: Maybe;\n _fulltext?: Maybe>>;\n _id?: Maybe;\n _link?: Maybe;\n _modified?: Maybe;\n _score?: Maybe;\n};\n\n\n/** Module that showcases several testimonials in a carousel (Video with Captions Card and Quote with Image Card) */\nexport type TestimonialCardsCarouselBlockNameArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Module that showcases several testimonials in a carousel (Video with Captions Card and Quote with Image Card) */\nexport type TestimonialCardsCarouselBlockTestimonialCardBlocksArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Module that showcases several testimonials in a carousel (Video with Captions Card and Quote with Image Card) */\nexport type TestimonialCardsCarouselBlock_FulltextArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Module that showcases several testimonials in a carousel (Video with Captions Card and Quote with Image Card) */\nexport type TestimonialCardsCarouselBlock_LinkArgs = {\n type?: InputMaybe;\n};\n\nexport type TestimonialCardsCarouselBlockAutocomplete = {\n __typename?: 'TestimonialCardsCarouselBlockAutocomplete';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n ExistingLanguages?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n Status?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type TestimonialCardsCarouselBlockAutocompleteAncestorsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type TestimonialCardsCarouselBlockAutocompleteContentTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type TestimonialCardsCarouselBlockAutocompletePageFeaturedDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type TestimonialCardsCarouselBlockAutocompletePageImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type TestimonialCardsCarouselBlockAutocompletePageNavigationTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type TestimonialCardsCarouselBlockAutocompleteRelativePathArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type TestimonialCardsCarouselBlockAutocompleteRouteSegmentArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type TestimonialCardsCarouselBlockAutocompleteShortcutArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type TestimonialCardsCarouselBlockAutocompleteSiteIdArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type TestimonialCardsCarouselBlockAutocompleteStatusArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type TestimonialCardsCarouselBlockAutocompleteUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type TestimonialCardsCarouselBlockFacet = {\n __typename?: 'TestimonialCardsCarouselBlockFacet';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n Changed?: Maybe>>;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe>>;\n ExistingLanguages?: Maybe;\n IsCommonDraft?: Maybe>>;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe>>;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageIsSearchable?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Saved?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n StartPublish?: Maybe>>;\n Status?: Maybe>>;\n StopPublish?: Maybe>>;\n TestimonialCardBlocks?: Maybe;\n Url?: Maybe>>;\n};\n\n\nexport type TestimonialCardsCarouselBlockFacetAncestorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type TestimonialCardsCarouselBlockFacetChangedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type TestimonialCardsCarouselBlockFacetContentTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type TestimonialCardsCarouselBlockFacetCreatedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type TestimonialCardsCarouselBlockFacetIsCommonDraftArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type TestimonialCardsCarouselBlockFacetNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type TestimonialCardsCarouselBlockFacetPageFeaturedDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type TestimonialCardsCarouselBlockFacetPageImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type TestimonialCardsCarouselBlockFacetPageIsSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type TestimonialCardsCarouselBlockFacetPageNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type TestimonialCardsCarouselBlockFacetRelativePathArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type TestimonialCardsCarouselBlockFacetRouteSegmentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type TestimonialCardsCarouselBlockFacetSavedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type TestimonialCardsCarouselBlockFacetShortcutArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type TestimonialCardsCarouselBlockFacetSiteIdArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type TestimonialCardsCarouselBlockFacetStartPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type TestimonialCardsCarouselBlockFacetStatusArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type TestimonialCardsCarouselBlockFacetStopPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type TestimonialCardsCarouselBlockFacetUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type TestimonialCardsCarouselBlockOrderByInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n TestimonialCardBlocks?: InputMaybe;\n Url?: InputMaybe;\n _minimumScore?: InputMaybe;\n _modified?: InputMaybe;\n _ranking?: InputMaybe;\n _semanticWeight?: InputMaybe;\n};\n\nexport type TestimonialCardsCarouselBlockOutput = {\n __typename?: 'TestimonialCardsCarouselBlockOutput';\n autocomplete?: Maybe;\n cursor?: Maybe;\n facets?: Maybe;\n items?: Maybe>>;\n total?: Maybe;\n};\n\n\nexport type TestimonialCardsCarouselBlockOutputTotalArgs = {\n all?: InputMaybe;\n};\n\nexport type TestimonialCardsCarouselBlockWhereInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n TestimonialCardBlocks?: InputMaybe;\n Url?: InputMaybe;\n _and?: InputMaybe>>;\n _fulltext?: InputMaybe;\n _modified?: InputMaybe;\n _not?: InputMaybe>>;\n _or?: InputMaybe>>;\n};\n\nexport type TextBlock = IContent & IData & {\n __typename?: 'TextBlock';\n Ancestors?: Maybe>>;\n Category?: Maybe>>;\n Changed?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe;\n ExistingLanguages?: Maybe>>;\n IsCommonDraft?: Maybe;\n Language?: Maybe;\n MainBody?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe;\n PageFeaturedDescription?: Maybe;\n PageImageUrl?: Maybe;\n PageIsSearchable?: Maybe;\n PageNavigationTitle?: Maybe;\n ParentLink?: Maybe;\n RelativePath?: Maybe;\n RouteSegment?: Maybe;\n Saved?: Maybe;\n Shortcut?: Maybe;\n SiteId?: Maybe;\n StartPublish?: Maybe;\n Status?: Maybe;\n StopPublish?: Maybe;\n Url?: Maybe;\n /** @deprecated Use `_link` field instead */\n _children?: Maybe;\n _deleted?: Maybe;\n _fulltext?: Maybe>>;\n _id?: Maybe;\n _link?: Maybe;\n _modified?: Maybe;\n _score?: Maybe;\n};\n\n\nexport type TextBlockMainBodyArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type TextBlockNameArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type TextBlock_FulltextArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type TextBlock_LinkArgs = {\n type?: InputMaybe;\n};\n\nexport type TextBlockAutocomplete = {\n __typename?: 'TextBlockAutocomplete';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n ExistingLanguages?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n Status?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type TextBlockAutocompleteAncestorsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type TextBlockAutocompleteContentTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type TextBlockAutocompletePageFeaturedDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type TextBlockAutocompletePageImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type TextBlockAutocompletePageNavigationTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type TextBlockAutocompleteRelativePathArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type TextBlockAutocompleteRouteSegmentArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type TextBlockAutocompleteShortcutArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type TextBlockAutocompleteSiteIdArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type TextBlockAutocompleteStatusArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type TextBlockAutocompleteUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type TextBlockFacet = {\n __typename?: 'TextBlockFacet';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n Changed?: Maybe>>;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe>>;\n ExistingLanguages?: Maybe;\n IsCommonDraft?: Maybe>>;\n Language?: Maybe;\n MainBody?: Maybe>>;\n MasterLanguage?: Maybe;\n Name?: Maybe>>;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageIsSearchable?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Saved?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n StartPublish?: Maybe>>;\n Status?: Maybe>>;\n StopPublish?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type TextBlockFacetAncestorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type TextBlockFacetChangedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type TextBlockFacetContentTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type TextBlockFacetCreatedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type TextBlockFacetIsCommonDraftArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type TextBlockFacetMainBodyArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type TextBlockFacetNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type TextBlockFacetPageFeaturedDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type TextBlockFacetPageImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type TextBlockFacetPageIsSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type TextBlockFacetPageNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type TextBlockFacetRelativePathArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type TextBlockFacetRouteSegmentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type TextBlockFacetSavedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type TextBlockFacetShortcutArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type TextBlockFacetSiteIdArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type TextBlockFacetStartPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type TextBlockFacetStatusArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type TextBlockFacetStopPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type TextBlockFacetUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type TextBlockOrderByInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MainBody?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n _minimumScore?: InputMaybe;\n _modified?: InputMaybe;\n _ranking?: InputMaybe;\n _semanticWeight?: InputMaybe;\n};\n\nexport type TextBlockOutput = {\n __typename?: 'TextBlockOutput';\n autocomplete?: Maybe;\n cursor?: Maybe;\n facets?: Maybe;\n items?: Maybe>>;\n total?: Maybe;\n};\n\n\nexport type TextBlockOutputTotalArgs = {\n all?: InputMaybe;\n};\n\nexport type TextBlockWhereInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MainBody?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n _and?: InputMaybe>>;\n _fulltext?: InputMaybe;\n _modified?: InputMaybe;\n _not?: InputMaybe>>;\n _or?: InputMaybe>>;\n};\n\nexport type TextLinkBlock = IContent & IData & {\n __typename?: 'TextLinkBlock';\n Ancestors?: Maybe>>;\n Category?: Maybe>>;\n Changed?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe;\n ExistingLanguages?: Maybe>>;\n IsCommonDraft?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe;\n PageFeaturedDescription?: Maybe;\n PageImageUrl?: Maybe;\n PageIsSearchable?: Maybe;\n PageNavigationTitle?: Maybe;\n ParentLink?: Maybe;\n RelativePath?: Maybe;\n RouteSegment?: Maybe;\n Saved?: Maybe;\n Shortcut?: Maybe;\n SiteId?: Maybe;\n StartPublish?: Maybe;\n Status?: Maybe;\n StopPublish?: Maybe;\n Target?: Maybe;\n Text?: Maybe;\n Url?: Maybe;\n /** @deprecated Use `_link` field instead */\n _children?: Maybe;\n _deleted?: Maybe;\n _fulltext?: Maybe>>;\n _id?: Maybe;\n _link?: Maybe;\n _modified?: Maybe;\n _score?: Maybe;\n};\n\n\nexport type TextLinkBlockNameArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type TextLinkBlockTargetArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type TextLinkBlockTextArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type TextLinkBlock_FulltextArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type TextLinkBlock_LinkArgs = {\n type?: InputMaybe;\n};\n\nexport type TextLinkBlockAutocomplete = {\n __typename?: 'TextLinkBlockAutocomplete';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n ExistingLanguages?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n Status?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type TextLinkBlockAutocompleteAncestorsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type TextLinkBlockAutocompleteContentTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type TextLinkBlockAutocompletePageFeaturedDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type TextLinkBlockAutocompletePageImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type TextLinkBlockAutocompletePageNavigationTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type TextLinkBlockAutocompleteRelativePathArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type TextLinkBlockAutocompleteRouteSegmentArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type TextLinkBlockAutocompleteShortcutArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type TextLinkBlockAutocompleteSiteIdArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type TextLinkBlockAutocompleteStatusArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type TextLinkBlockAutocompleteUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type TextLinkBlockFacet = {\n __typename?: 'TextLinkBlockFacet';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n Changed?: Maybe>>;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe>>;\n ExistingLanguages?: Maybe;\n IsCommonDraft?: Maybe>>;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe>>;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageIsSearchable?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Saved?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n StartPublish?: Maybe>>;\n Status?: Maybe>>;\n StopPublish?: Maybe>>;\n Target?: Maybe>>;\n Text?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type TextLinkBlockFacetAncestorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type TextLinkBlockFacetChangedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type TextLinkBlockFacetContentTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type TextLinkBlockFacetCreatedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type TextLinkBlockFacetIsCommonDraftArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type TextLinkBlockFacetNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type TextLinkBlockFacetPageFeaturedDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type TextLinkBlockFacetPageImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type TextLinkBlockFacetPageIsSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type TextLinkBlockFacetPageNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type TextLinkBlockFacetRelativePathArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type TextLinkBlockFacetRouteSegmentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type TextLinkBlockFacetSavedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type TextLinkBlockFacetShortcutArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type TextLinkBlockFacetSiteIdArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type TextLinkBlockFacetStartPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type TextLinkBlockFacetStatusArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type TextLinkBlockFacetStopPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type TextLinkBlockFacetTargetArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type TextLinkBlockFacetTextArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type TextLinkBlockFacetUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type TextLinkBlockOrderByInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Target?: InputMaybe;\n Text?: InputMaybe;\n Url?: InputMaybe;\n _minimumScore?: InputMaybe;\n _modified?: InputMaybe;\n _ranking?: InputMaybe;\n _semanticWeight?: InputMaybe;\n};\n\nexport type TextLinkBlockOutput = {\n __typename?: 'TextLinkBlockOutput';\n autocomplete?: Maybe;\n cursor?: Maybe;\n facets?: Maybe;\n items?: Maybe>>;\n total?: Maybe;\n};\n\n\nexport type TextLinkBlockOutputTotalArgs = {\n all?: InputMaybe;\n};\n\nexport type TextLinkBlockWhereInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Target?: InputMaybe;\n Text?: InputMaybe;\n Url?: InputMaybe;\n _and?: InputMaybe>>;\n _fulltext?: InputMaybe;\n _modified?: InputMaybe;\n _not?: InputMaybe>>;\n _or?: InputMaybe>>;\n};\n\nexport type TextLinkRequiredBlock = IContent & IData & {\n __typename?: 'TextLinkRequiredBlock';\n Ancestors?: Maybe>>;\n Category?: Maybe>>;\n Changed?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe;\n ExistingLanguages?: Maybe>>;\n IsCommonDraft?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe;\n PageFeaturedDescription?: Maybe;\n PageImageUrl?: Maybe;\n PageIsSearchable?: Maybe;\n PageNavigationTitle?: Maybe;\n ParentLink?: Maybe;\n RelativePath?: Maybe;\n RouteSegment?: Maybe;\n Saved?: Maybe;\n Shortcut?: Maybe;\n SiteId?: Maybe;\n StartPublish?: Maybe;\n Status?: Maybe;\n StopPublish?: Maybe;\n Target?: Maybe;\n Text?: Maybe;\n Url?: Maybe;\n /** @deprecated Use `_link` field instead */\n _children?: Maybe;\n _deleted?: Maybe;\n _fulltext?: Maybe>>;\n _id?: Maybe;\n _link?: Maybe;\n _modified?: Maybe;\n _score?: Maybe;\n};\n\n\nexport type TextLinkRequiredBlockNameArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type TextLinkRequiredBlockTargetArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type TextLinkRequiredBlockTextArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type TextLinkRequiredBlock_FulltextArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type TextLinkRequiredBlock_LinkArgs = {\n type?: InputMaybe;\n};\n\nexport type TextLinkRequiredBlockAutocomplete = {\n __typename?: 'TextLinkRequiredBlockAutocomplete';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n ExistingLanguages?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n Status?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type TextLinkRequiredBlockAutocompleteAncestorsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type TextLinkRequiredBlockAutocompleteContentTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type TextLinkRequiredBlockAutocompletePageFeaturedDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type TextLinkRequiredBlockAutocompletePageImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type TextLinkRequiredBlockAutocompletePageNavigationTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type TextLinkRequiredBlockAutocompleteRelativePathArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type TextLinkRequiredBlockAutocompleteRouteSegmentArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type TextLinkRequiredBlockAutocompleteShortcutArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type TextLinkRequiredBlockAutocompleteSiteIdArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type TextLinkRequiredBlockAutocompleteStatusArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type TextLinkRequiredBlockAutocompleteUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type TextLinkRequiredBlockFacet = {\n __typename?: 'TextLinkRequiredBlockFacet';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n Changed?: Maybe>>;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe>>;\n ExistingLanguages?: Maybe;\n IsCommonDraft?: Maybe>>;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe>>;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageIsSearchable?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Saved?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n StartPublish?: Maybe>>;\n Status?: Maybe>>;\n StopPublish?: Maybe>>;\n Target?: Maybe>>;\n Text?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type TextLinkRequiredBlockFacetAncestorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type TextLinkRequiredBlockFacetChangedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type TextLinkRequiredBlockFacetContentTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type TextLinkRequiredBlockFacetCreatedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type TextLinkRequiredBlockFacetIsCommonDraftArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type TextLinkRequiredBlockFacetNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type TextLinkRequiredBlockFacetPageFeaturedDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type TextLinkRequiredBlockFacetPageImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type TextLinkRequiredBlockFacetPageIsSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type TextLinkRequiredBlockFacetPageNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type TextLinkRequiredBlockFacetRelativePathArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type TextLinkRequiredBlockFacetRouteSegmentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type TextLinkRequiredBlockFacetSavedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type TextLinkRequiredBlockFacetShortcutArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type TextLinkRequiredBlockFacetSiteIdArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type TextLinkRequiredBlockFacetStartPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type TextLinkRequiredBlockFacetStatusArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type TextLinkRequiredBlockFacetStopPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type TextLinkRequiredBlockFacetTargetArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type TextLinkRequiredBlockFacetTextArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type TextLinkRequiredBlockFacetUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type TextLinkRequiredBlockOrderByInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Target?: InputMaybe;\n Text?: InputMaybe;\n Url?: InputMaybe;\n _minimumScore?: InputMaybe;\n _modified?: InputMaybe;\n _ranking?: InputMaybe;\n _semanticWeight?: InputMaybe;\n};\n\nexport type TextLinkRequiredBlockOutput = {\n __typename?: 'TextLinkRequiredBlockOutput';\n autocomplete?: Maybe;\n cursor?: Maybe;\n facets?: Maybe;\n items?: Maybe>>;\n total?: Maybe;\n};\n\n\nexport type TextLinkRequiredBlockOutputTotalArgs = {\n all?: InputMaybe;\n};\n\nexport type TextLinkRequiredBlockWhereInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Target?: InputMaybe;\n Text?: InputMaybe;\n Url?: InputMaybe;\n _and?: InputMaybe>>;\n _fulltext?: InputMaybe;\n _modified?: InputMaybe;\n _not?: InputMaybe>>;\n _or?: InputMaybe>>;\n};\n\nexport type TextareaElementBlock = IContent & IData & {\n __typename?: 'TextareaElementBlock';\n Ancestors?: Maybe>>;\n AutoComplete?: Maybe;\n Category?: Maybe>>;\n Changed?: Maybe;\n ConditionCombination?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe;\n Description?: Maybe;\n ExistingLanguages?: Maybe>>;\n IsCommonDraft?: Maybe;\n Label?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe;\n PageFeaturedDescription?: Maybe;\n PageImageUrl?: Maybe;\n PageIsSearchable?: Maybe;\n PageNavigationTitle?: Maybe;\n ParentLink?: Maybe;\n PlaceHolder?: Maybe;\n RelativePath?: Maybe;\n RouteSegment?: Maybe;\n SatisfiedAction?: Maybe;\n Saved?: Maybe;\n Shortcut?: Maybe;\n SiteId?: Maybe;\n StartPublish?: Maybe;\n Status?: Maybe;\n StopPublish?: Maybe;\n Url?: Maybe;\n Validators?: Maybe;\n /** @deprecated Use `_link` field instead */\n _children?: Maybe;\n _deleted?: Maybe;\n _fulltext?: Maybe>>;\n _id?: Maybe;\n _link?: Maybe;\n _modified?: Maybe;\n _score?: Maybe;\n};\n\n\nexport type TextareaElementBlockDescriptionArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type TextareaElementBlockLabelArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type TextareaElementBlockNameArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type TextareaElementBlockPlaceHolderArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type TextareaElementBlockSatisfiedActionArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type TextareaElementBlockValidatorsArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type TextareaElementBlock_FulltextArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type TextareaElementBlock_LinkArgs = {\n type?: InputMaybe;\n};\n\nexport type TextareaElementBlockAutocomplete = {\n __typename?: 'TextareaElementBlockAutocomplete';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n ExistingLanguages?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n Status?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type TextareaElementBlockAutocompleteAncestorsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type TextareaElementBlockAutocompleteContentTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type TextareaElementBlockAutocompletePageFeaturedDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type TextareaElementBlockAutocompletePageImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type TextareaElementBlockAutocompletePageNavigationTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type TextareaElementBlockAutocompleteRelativePathArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type TextareaElementBlockAutocompleteRouteSegmentArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type TextareaElementBlockAutocompleteShortcutArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type TextareaElementBlockAutocompleteSiteIdArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type TextareaElementBlockAutocompleteStatusArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type TextareaElementBlockAutocompleteUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type TextareaElementBlockFacet = {\n __typename?: 'TextareaElementBlockFacet';\n Ancestors?: Maybe>>;\n AutoComplete?: Maybe>>;\n Category?: Maybe;\n Changed?: Maybe>>;\n ConditionCombination?: Maybe>>;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe>>;\n Description?: Maybe>>;\n ExistingLanguages?: Maybe;\n IsCommonDraft?: Maybe>>;\n Label?: Maybe>>;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe>>;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageIsSearchable?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n PlaceHolder?: Maybe>>;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n SatisfiedAction?: Maybe>>;\n Saved?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n StartPublish?: Maybe>>;\n Status?: Maybe>>;\n StopPublish?: Maybe>>;\n Url?: Maybe>>;\n Validators?: Maybe>>;\n};\n\n\nexport type TextareaElementBlockFacetAncestorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type TextareaElementBlockFacetAutoCompleteArgs = {\n filters?: InputMaybe>;\n limit?: InputMaybe;\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n ranges?: InputMaybe>>;\n};\n\n\nexport type TextareaElementBlockFacetChangedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type TextareaElementBlockFacetConditionCombinationArgs = {\n filters?: InputMaybe>;\n limit?: InputMaybe;\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n ranges?: InputMaybe>>;\n};\n\n\nexport type TextareaElementBlockFacetContentTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type TextareaElementBlockFacetCreatedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type TextareaElementBlockFacetDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type TextareaElementBlockFacetIsCommonDraftArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type TextareaElementBlockFacetLabelArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type TextareaElementBlockFacetNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type TextareaElementBlockFacetPageFeaturedDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type TextareaElementBlockFacetPageImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type TextareaElementBlockFacetPageIsSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type TextareaElementBlockFacetPageNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type TextareaElementBlockFacetPlaceHolderArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type TextareaElementBlockFacetRelativePathArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type TextareaElementBlockFacetRouteSegmentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type TextareaElementBlockFacetSatisfiedActionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type TextareaElementBlockFacetSavedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type TextareaElementBlockFacetShortcutArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type TextareaElementBlockFacetSiteIdArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type TextareaElementBlockFacetStartPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type TextareaElementBlockFacetStatusArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type TextareaElementBlockFacetStopPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type TextareaElementBlockFacetUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type TextareaElementBlockFacetValidatorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type TextareaElementBlockOrderByInput = {\n Ancestors?: InputMaybe;\n AutoComplete?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ConditionCombination?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n Description?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Label?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n PlaceHolder?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n SatisfiedAction?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n Validators?: InputMaybe;\n _minimumScore?: InputMaybe;\n _modified?: InputMaybe;\n _ranking?: InputMaybe;\n _semanticWeight?: InputMaybe;\n};\n\nexport type TextareaElementBlockOutput = {\n __typename?: 'TextareaElementBlockOutput';\n autocomplete?: Maybe;\n cursor?: Maybe;\n facets?: Maybe;\n items?: Maybe>>;\n total?: Maybe;\n};\n\n\nexport type TextareaElementBlockOutputTotalArgs = {\n all?: InputMaybe;\n};\n\nexport type TextareaElementBlockWhereInput = {\n Ancestors?: InputMaybe;\n AutoComplete?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ConditionCombination?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n Description?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Label?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n PlaceHolder?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n SatisfiedAction?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n Validators?: InputMaybe;\n _and?: InputMaybe>>;\n _fulltext?: InputMaybe;\n _modified?: InputMaybe;\n _not?: InputMaybe>>;\n _or?: InputMaybe>>;\n};\n\nexport type TextboxElementBlock = IContent & IData & {\n __typename?: 'TextboxElementBlock';\n Ancestors?: Maybe>>;\n AutoComplete?: Maybe;\n Category?: Maybe>>;\n Changed?: Maybe;\n ConditionCombination?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe;\n Description?: Maybe;\n ExistingLanguages?: Maybe>>;\n IsCommonDraft?: Maybe;\n Label?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe;\n PageFeaturedDescription?: Maybe;\n PageImageUrl?: Maybe;\n PageIsSearchable?: Maybe;\n PageNavigationTitle?: Maybe;\n ParentLink?: Maybe;\n PlaceHolder?: Maybe;\n PredefinedValue?: Maybe;\n RelativePath?: Maybe;\n RouteSegment?: Maybe;\n SatisfiedAction?: Maybe;\n Saved?: Maybe;\n Shortcut?: Maybe;\n SiteId?: Maybe;\n StartPublish?: Maybe;\n Status?: Maybe;\n StopPublish?: Maybe;\n Url?: Maybe;\n Validators?: Maybe;\n /** @deprecated Use `_link` field instead */\n _children?: Maybe;\n _deleted?: Maybe;\n _fulltext?: Maybe>>;\n _id?: Maybe;\n _link?: Maybe;\n _modified?: Maybe;\n _score?: Maybe;\n};\n\n\nexport type TextboxElementBlockDescriptionArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type TextboxElementBlockLabelArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type TextboxElementBlockNameArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type TextboxElementBlockPlaceHolderArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type TextboxElementBlockPredefinedValueArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type TextboxElementBlockSatisfiedActionArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type TextboxElementBlockValidatorsArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type TextboxElementBlock_FulltextArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type TextboxElementBlock_LinkArgs = {\n type?: InputMaybe;\n};\n\nexport type TextboxElementBlockAutocomplete = {\n __typename?: 'TextboxElementBlockAutocomplete';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n ExistingLanguages?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n Status?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type TextboxElementBlockAutocompleteAncestorsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type TextboxElementBlockAutocompleteContentTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type TextboxElementBlockAutocompletePageFeaturedDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type TextboxElementBlockAutocompletePageImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type TextboxElementBlockAutocompletePageNavigationTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type TextboxElementBlockAutocompleteRelativePathArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type TextboxElementBlockAutocompleteRouteSegmentArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type TextboxElementBlockAutocompleteShortcutArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type TextboxElementBlockAutocompleteSiteIdArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type TextboxElementBlockAutocompleteStatusArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type TextboxElementBlockAutocompleteUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type TextboxElementBlockFacet = {\n __typename?: 'TextboxElementBlockFacet';\n Ancestors?: Maybe>>;\n AutoComplete?: Maybe>>;\n Category?: Maybe;\n Changed?: Maybe>>;\n ConditionCombination?: Maybe>>;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe>>;\n Description?: Maybe>>;\n ExistingLanguages?: Maybe;\n IsCommonDraft?: Maybe>>;\n Label?: Maybe>>;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe>>;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageIsSearchable?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n PlaceHolder?: Maybe>>;\n PredefinedValue?: Maybe>>;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n SatisfiedAction?: Maybe>>;\n Saved?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n StartPublish?: Maybe>>;\n Status?: Maybe>>;\n StopPublish?: Maybe>>;\n Url?: Maybe>>;\n Validators?: Maybe>>;\n};\n\n\nexport type TextboxElementBlockFacetAncestorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type TextboxElementBlockFacetAutoCompleteArgs = {\n filters?: InputMaybe>;\n limit?: InputMaybe;\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n ranges?: InputMaybe>>;\n};\n\n\nexport type TextboxElementBlockFacetChangedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type TextboxElementBlockFacetConditionCombinationArgs = {\n filters?: InputMaybe>;\n limit?: InputMaybe;\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n ranges?: InputMaybe>>;\n};\n\n\nexport type TextboxElementBlockFacetContentTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type TextboxElementBlockFacetCreatedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type TextboxElementBlockFacetDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type TextboxElementBlockFacetIsCommonDraftArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type TextboxElementBlockFacetLabelArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type TextboxElementBlockFacetNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type TextboxElementBlockFacetPageFeaturedDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type TextboxElementBlockFacetPageImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type TextboxElementBlockFacetPageIsSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type TextboxElementBlockFacetPageNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type TextboxElementBlockFacetPlaceHolderArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type TextboxElementBlockFacetPredefinedValueArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type TextboxElementBlockFacetRelativePathArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type TextboxElementBlockFacetRouteSegmentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type TextboxElementBlockFacetSatisfiedActionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type TextboxElementBlockFacetSavedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type TextboxElementBlockFacetShortcutArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type TextboxElementBlockFacetSiteIdArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type TextboxElementBlockFacetStartPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type TextboxElementBlockFacetStatusArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type TextboxElementBlockFacetStopPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type TextboxElementBlockFacetUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type TextboxElementBlockFacetValidatorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type TextboxElementBlockOrderByInput = {\n Ancestors?: InputMaybe;\n AutoComplete?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ConditionCombination?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n Description?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Label?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n PlaceHolder?: InputMaybe;\n PredefinedValue?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n SatisfiedAction?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n Validators?: InputMaybe;\n _minimumScore?: InputMaybe;\n _modified?: InputMaybe;\n _ranking?: InputMaybe;\n _semanticWeight?: InputMaybe;\n};\n\nexport type TextboxElementBlockOutput = {\n __typename?: 'TextboxElementBlockOutput';\n autocomplete?: Maybe;\n cursor?: Maybe;\n facets?: Maybe;\n items?: Maybe>>;\n total?: Maybe;\n};\n\n\nexport type TextboxElementBlockOutputTotalArgs = {\n all?: InputMaybe;\n};\n\nexport type TextboxElementBlockWhereInput = {\n Ancestors?: InputMaybe;\n AutoComplete?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ConditionCombination?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n Description?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Label?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n PlaceHolder?: InputMaybe;\n PredefinedValue?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n SatisfiedAction?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n Validators?: InputMaybe;\n _and?: InputMaybe>>;\n _fulltext?: InputMaybe;\n _modified?: InputMaybe;\n _not?: InputMaybe>>;\n _or?: InputMaybe>>;\n};\n\n/** Allow content authors to display content from a 3rd party via iFrame or script. Use carefully. */\nexport type ThirdPartyIFrameBlock = IContent & IData & {\n __typename?: 'ThirdPartyIFrameBlock';\n Ancestors?: Maybe>>;\n Category?: Maybe>>;\n Changed?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe;\n ExistingLanguages?: Maybe>>;\n IsCommonDraft?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe;\n PageFeaturedDescription?: Maybe;\n PageImageUrl?: Maybe;\n PageIsSearchable?: Maybe;\n PageNavigationTitle?: Maybe;\n ParentLink?: Maybe;\n RelativePath?: Maybe;\n RouteSegment?: Maybe;\n Saved?: Maybe;\n Shortcut?: Maybe;\n SiteId?: Maybe;\n StartPublish?: Maybe;\n Status?: Maybe;\n StopPublish?: Maybe;\n Url?: Maybe;\n /** @deprecated Use `_link` field instead */\n _children?: Maybe;\n _deleted?: Maybe;\n _fulltext?: Maybe>>;\n _id?: Maybe;\n _link?: Maybe;\n _modified?: Maybe;\n _score?: Maybe;\n};\n\n\n/** Allow content authors to display content from a 3rd party via iFrame or script. Use carefully. */\nexport type ThirdPartyIFrameBlockNameArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Allow content authors to display content from a 3rd party via iFrame or script. Use carefully. */\nexport type ThirdPartyIFrameBlock_FulltextArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Allow content authors to display content from a 3rd party via iFrame or script. Use carefully. */\nexport type ThirdPartyIFrameBlock_LinkArgs = {\n type?: InputMaybe;\n};\n\nexport type ThirdPartyIFrameBlockAutocomplete = {\n __typename?: 'ThirdPartyIFrameBlockAutocomplete';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n ExistingLanguages?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n Status?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type ThirdPartyIFrameBlockAutocompleteAncestorsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ThirdPartyIFrameBlockAutocompleteContentTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ThirdPartyIFrameBlockAutocompletePageFeaturedDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ThirdPartyIFrameBlockAutocompletePageImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ThirdPartyIFrameBlockAutocompletePageNavigationTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ThirdPartyIFrameBlockAutocompleteRelativePathArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ThirdPartyIFrameBlockAutocompleteRouteSegmentArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ThirdPartyIFrameBlockAutocompleteShortcutArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ThirdPartyIFrameBlockAutocompleteSiteIdArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ThirdPartyIFrameBlockAutocompleteStatusArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ThirdPartyIFrameBlockAutocompleteUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type ThirdPartyIFrameBlockFacet = {\n __typename?: 'ThirdPartyIFrameBlockFacet';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n Changed?: Maybe>>;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe>>;\n ExistingLanguages?: Maybe;\n IsCommonDraft?: Maybe>>;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe>>;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageIsSearchable?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Saved?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n StartPublish?: Maybe>>;\n Status?: Maybe>>;\n StopPublish?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type ThirdPartyIFrameBlockFacetAncestorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ThirdPartyIFrameBlockFacetChangedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type ThirdPartyIFrameBlockFacetContentTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ThirdPartyIFrameBlockFacetCreatedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type ThirdPartyIFrameBlockFacetIsCommonDraftArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ThirdPartyIFrameBlockFacetNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ThirdPartyIFrameBlockFacetPageFeaturedDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ThirdPartyIFrameBlockFacetPageImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ThirdPartyIFrameBlockFacetPageIsSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ThirdPartyIFrameBlockFacetPageNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ThirdPartyIFrameBlockFacetRelativePathArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ThirdPartyIFrameBlockFacetRouteSegmentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ThirdPartyIFrameBlockFacetSavedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type ThirdPartyIFrameBlockFacetShortcutArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ThirdPartyIFrameBlockFacetSiteIdArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ThirdPartyIFrameBlockFacetStartPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type ThirdPartyIFrameBlockFacetStatusArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ThirdPartyIFrameBlockFacetStopPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type ThirdPartyIFrameBlockFacetUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type ThirdPartyIFrameBlockOrderByInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n _minimumScore?: InputMaybe;\n _modified?: InputMaybe;\n _ranking?: InputMaybe;\n _semanticWeight?: InputMaybe;\n};\n\nexport type ThirdPartyIFrameBlockOutput = {\n __typename?: 'ThirdPartyIFrameBlockOutput';\n autocomplete?: Maybe;\n cursor?: Maybe;\n facets?: Maybe;\n items?: Maybe>>;\n total?: Maybe;\n};\n\n\nexport type ThirdPartyIFrameBlockOutputTotalArgs = {\n all?: InputMaybe;\n};\n\nexport type ThirdPartyIFrameBlockWhereInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n _and?: InputMaybe>>;\n _fulltext?: InputMaybe;\n _modified?: InputMaybe;\n _not?: InputMaybe>>;\n _or?: InputMaybe>>;\n};\n\n/** Allows to create a module with 3 Generic Image Cards. */\nexport type ThreeColumnCardContainerBlock = IContent & IData & {\n __typename?: 'ThreeColumnCardContainerBlock';\n Ancestors?: Maybe>>;\n Category?: Maybe>>;\n Changed?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe;\n Description?: Maybe;\n ExistingLanguages?: Maybe>>;\n Heading?: Maybe;\n /** Can use Generic or News detail pages, or Contact Card block. If a Contact Card is inserted, the background style changes to dark. */\n ImageCards?: Maybe>>;\n IsCommonDraft?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe;\n PageFeaturedDescription?: Maybe;\n PageImageUrl?: Maybe;\n PageIsSearchable?: Maybe;\n PageNavigationTitle?: Maybe;\n ParentLink?: Maybe;\n RelativePath?: Maybe;\n RouteSegment?: Maybe;\n Saved?: Maybe;\n Shortcut?: Maybe;\n SiteId?: Maybe;\n StartPublish?: Maybe;\n Status?: Maybe;\n StopPublish?: Maybe;\n Url?: Maybe;\n /** @deprecated Use `_link` field instead */\n _children?: Maybe;\n _deleted?: Maybe;\n _fulltext?: Maybe>>;\n _id?: Maybe;\n _link?: Maybe;\n _modified?: Maybe;\n _score?: Maybe;\n};\n\n\n/** Allows to create a module with 3 Generic Image Cards. */\nexport type ThreeColumnCardContainerBlockDescriptionArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Allows to create a module with 3 Generic Image Cards. */\nexport type ThreeColumnCardContainerBlockHeadingArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Allows to create a module with 3 Generic Image Cards. */\nexport type ThreeColumnCardContainerBlockImageCardsArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Allows to create a module with 3 Generic Image Cards. */\nexport type ThreeColumnCardContainerBlockNameArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Allows to create a module with 3 Generic Image Cards. */\nexport type ThreeColumnCardContainerBlock_FulltextArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Allows to create a module with 3 Generic Image Cards. */\nexport type ThreeColumnCardContainerBlock_LinkArgs = {\n type?: InputMaybe;\n};\n\nexport type ThreeColumnCardContainerBlockAutocomplete = {\n __typename?: 'ThreeColumnCardContainerBlockAutocomplete';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n ExistingLanguages?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n Status?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type ThreeColumnCardContainerBlockAutocompleteAncestorsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ThreeColumnCardContainerBlockAutocompleteContentTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ThreeColumnCardContainerBlockAutocompletePageFeaturedDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ThreeColumnCardContainerBlockAutocompletePageImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ThreeColumnCardContainerBlockAutocompletePageNavigationTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ThreeColumnCardContainerBlockAutocompleteRelativePathArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ThreeColumnCardContainerBlockAutocompleteRouteSegmentArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ThreeColumnCardContainerBlockAutocompleteShortcutArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ThreeColumnCardContainerBlockAutocompleteSiteIdArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ThreeColumnCardContainerBlockAutocompleteStatusArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type ThreeColumnCardContainerBlockAutocompleteUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type ThreeColumnCardContainerBlockFacet = {\n __typename?: 'ThreeColumnCardContainerBlockFacet';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n Changed?: Maybe>>;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe>>;\n Description?: Maybe>>;\n ExistingLanguages?: Maybe;\n Heading?: Maybe>>;\n ImageCards?: Maybe;\n IsCommonDraft?: Maybe>>;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe>>;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageIsSearchable?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Saved?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n StartPublish?: Maybe>>;\n Status?: Maybe>>;\n StopPublish?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type ThreeColumnCardContainerBlockFacetAncestorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ThreeColumnCardContainerBlockFacetChangedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type ThreeColumnCardContainerBlockFacetContentTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ThreeColumnCardContainerBlockFacetCreatedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type ThreeColumnCardContainerBlockFacetDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ThreeColumnCardContainerBlockFacetHeadingArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ThreeColumnCardContainerBlockFacetIsCommonDraftArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ThreeColumnCardContainerBlockFacetNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ThreeColumnCardContainerBlockFacetPageFeaturedDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ThreeColumnCardContainerBlockFacetPageImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ThreeColumnCardContainerBlockFacetPageIsSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ThreeColumnCardContainerBlockFacetPageNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ThreeColumnCardContainerBlockFacetRelativePathArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ThreeColumnCardContainerBlockFacetRouteSegmentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ThreeColumnCardContainerBlockFacetSavedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type ThreeColumnCardContainerBlockFacetShortcutArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ThreeColumnCardContainerBlockFacetSiteIdArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ThreeColumnCardContainerBlockFacetStartPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type ThreeColumnCardContainerBlockFacetStatusArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type ThreeColumnCardContainerBlockFacetStopPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type ThreeColumnCardContainerBlockFacetUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type ThreeColumnCardContainerBlockOrderByInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n Description?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n Heading?: InputMaybe;\n ImageCards?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n _minimumScore?: InputMaybe;\n _modified?: InputMaybe;\n _ranking?: InputMaybe;\n _semanticWeight?: InputMaybe;\n};\n\nexport type ThreeColumnCardContainerBlockOutput = {\n __typename?: 'ThreeColumnCardContainerBlockOutput';\n autocomplete?: Maybe;\n cursor?: Maybe;\n facets?: Maybe;\n items?: Maybe>>;\n total?: Maybe;\n};\n\n\nexport type ThreeColumnCardContainerBlockOutputTotalArgs = {\n all?: InputMaybe;\n};\n\nexport type ThreeColumnCardContainerBlockWhereInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n Description?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n Heading?: InputMaybe;\n ImageCards?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n _and?: InputMaybe>>;\n _fulltext?: InputMaybe;\n _modified?: InputMaybe;\n _not?: InputMaybe>>;\n _or?: InputMaybe>>;\n};\n\n/** Display content from a Twitter feed */\nexport type TwitterBlock = IContent & IData & {\n __typename?: 'TwitterBlock';\n Ancestors?: Maybe>>;\n Category?: Maybe>>;\n Changed?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe;\n ExistingLanguages?: Maybe>>;\n IsCommonDraft?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe;\n PageFeaturedDescription?: Maybe;\n PageImageUrl?: Maybe;\n PageIsSearchable?: Maybe;\n PageNavigationTitle?: Maybe;\n ParentLink?: Maybe;\n RelativePath?: Maybe;\n RouteSegment?: Maybe;\n Saved?: Maybe;\n Shortcut?: Maybe;\n SiteId?: Maybe;\n StartPublish?: Maybe;\n Status?: Maybe;\n StopPublish?: Maybe;\n Url?: Maybe;\n /** @deprecated Use `_link` field instead */\n _children?: Maybe;\n _deleted?: Maybe;\n _fulltext?: Maybe>>;\n _id?: Maybe;\n _link?: Maybe;\n _modified?: Maybe;\n _score?: Maybe;\n};\n\n\n/** Display content from a Twitter feed */\nexport type TwitterBlockNameArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Display content from a Twitter feed */\nexport type TwitterBlock_FulltextArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Display content from a Twitter feed */\nexport type TwitterBlock_LinkArgs = {\n type?: InputMaybe;\n};\n\nexport type TwitterBlockAutocomplete = {\n __typename?: 'TwitterBlockAutocomplete';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n ExistingLanguages?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n Status?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type TwitterBlockAutocompleteAncestorsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type TwitterBlockAutocompleteContentTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type TwitterBlockAutocompletePageFeaturedDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type TwitterBlockAutocompletePageImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type TwitterBlockAutocompletePageNavigationTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type TwitterBlockAutocompleteRelativePathArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type TwitterBlockAutocompleteRouteSegmentArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type TwitterBlockAutocompleteShortcutArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type TwitterBlockAutocompleteSiteIdArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type TwitterBlockAutocompleteStatusArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type TwitterBlockAutocompleteUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type TwitterBlockFacet = {\n __typename?: 'TwitterBlockFacet';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n Changed?: Maybe>>;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe>>;\n ExistingLanguages?: Maybe;\n IsCommonDraft?: Maybe>>;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe>>;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageIsSearchable?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Saved?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n StartPublish?: Maybe>>;\n Status?: Maybe>>;\n StopPublish?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type TwitterBlockFacetAncestorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type TwitterBlockFacetChangedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type TwitterBlockFacetContentTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type TwitterBlockFacetCreatedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type TwitterBlockFacetIsCommonDraftArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type TwitterBlockFacetNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type TwitterBlockFacetPageFeaturedDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type TwitterBlockFacetPageImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type TwitterBlockFacetPageIsSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type TwitterBlockFacetPageNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type TwitterBlockFacetRelativePathArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type TwitterBlockFacetRouteSegmentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type TwitterBlockFacetSavedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type TwitterBlockFacetShortcutArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type TwitterBlockFacetSiteIdArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type TwitterBlockFacetStartPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type TwitterBlockFacetStatusArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type TwitterBlockFacetStopPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type TwitterBlockFacetUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type TwitterBlockOrderByInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n _minimumScore?: InputMaybe;\n _modified?: InputMaybe;\n _ranking?: InputMaybe;\n _semanticWeight?: InputMaybe;\n};\n\nexport type TwitterBlockOutput = {\n __typename?: 'TwitterBlockOutput';\n autocomplete?: Maybe;\n cursor?: Maybe;\n facets?: Maybe;\n items?: Maybe>>;\n total?: Maybe;\n};\n\n\nexport type TwitterBlockOutputTotalArgs = {\n all?: InputMaybe;\n};\n\nexport type TwitterBlockWhereInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n _and?: InputMaybe>>;\n _fulltext?: InputMaybe;\n _modified?: InputMaybe;\n _not?: InputMaybe>>;\n _or?: InputMaybe>>;\n};\n\n/** Module that displays up to ten CTAs in a 2-column container. */\nexport type TwoColumnCtaListingBlock = IContent & IData & {\n __typename?: 'TwoColumnCTAListingBlock';\n Ancestors?: Maybe>>;\n Category?: Maybe>>;\n Changed?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe;\n ExistingLanguages?: Maybe>>;\n Heading?: Maybe;\n IsCommonDraft?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe;\n PageFeaturedDescription?: Maybe;\n PageImageUrl?: Maybe;\n PageIsSearchable?: Maybe;\n PageNavigationTitle?: Maybe;\n ParentLink?: Maybe;\n RelativePath?: Maybe;\n RouteSegment?: Maybe;\n Saved?: Maybe;\n Shortcut?: Maybe;\n SiteId?: Maybe;\n StartPublish?: Maybe;\n Status?: Maybe;\n StopPublish?: Maybe;\n Url?: Maybe;\n /** @deprecated Use `_link` field instead */\n _children?: Maybe;\n _deleted?: Maybe;\n _fulltext?: Maybe>>;\n _id?: Maybe;\n _link?: Maybe;\n _modified?: Maybe;\n _score?: Maybe;\n};\n\n\n/** Module that displays up to ten CTAs in a 2-column container. */\nexport type TwoColumnCtaListingBlockHeadingArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Module that displays up to ten CTAs in a 2-column container. */\nexport type TwoColumnCtaListingBlockNameArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Module that displays up to ten CTAs in a 2-column container. */\nexport type TwoColumnCtaListingBlock_FulltextArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Module that displays up to ten CTAs in a 2-column container. */\nexport type TwoColumnCtaListingBlock_LinkArgs = {\n type?: InputMaybe;\n};\n\nexport type TwoColumnCtaListingBlockAutocomplete = {\n __typename?: 'TwoColumnCTAListingBlockAutocomplete';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n ExistingLanguages?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n Status?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type TwoColumnCtaListingBlockAutocompleteAncestorsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type TwoColumnCtaListingBlockAutocompleteContentTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type TwoColumnCtaListingBlockAutocompletePageFeaturedDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type TwoColumnCtaListingBlockAutocompletePageImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type TwoColumnCtaListingBlockAutocompletePageNavigationTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type TwoColumnCtaListingBlockAutocompleteRelativePathArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type TwoColumnCtaListingBlockAutocompleteRouteSegmentArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type TwoColumnCtaListingBlockAutocompleteShortcutArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type TwoColumnCtaListingBlockAutocompleteSiteIdArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type TwoColumnCtaListingBlockAutocompleteStatusArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type TwoColumnCtaListingBlockAutocompleteUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type TwoColumnCtaListingBlockFacet = {\n __typename?: 'TwoColumnCTAListingBlockFacet';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n Changed?: Maybe>>;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe>>;\n ExistingLanguages?: Maybe;\n Heading?: Maybe>>;\n IsCommonDraft?: Maybe>>;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe>>;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageIsSearchable?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Saved?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n StartPublish?: Maybe>>;\n Status?: Maybe>>;\n StopPublish?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type TwoColumnCtaListingBlockFacetAncestorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type TwoColumnCtaListingBlockFacetChangedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type TwoColumnCtaListingBlockFacetContentTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type TwoColumnCtaListingBlockFacetCreatedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type TwoColumnCtaListingBlockFacetHeadingArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type TwoColumnCtaListingBlockFacetIsCommonDraftArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type TwoColumnCtaListingBlockFacetNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type TwoColumnCtaListingBlockFacetPageFeaturedDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type TwoColumnCtaListingBlockFacetPageImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type TwoColumnCtaListingBlockFacetPageIsSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type TwoColumnCtaListingBlockFacetPageNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type TwoColumnCtaListingBlockFacetRelativePathArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type TwoColumnCtaListingBlockFacetRouteSegmentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type TwoColumnCtaListingBlockFacetSavedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type TwoColumnCtaListingBlockFacetShortcutArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type TwoColumnCtaListingBlockFacetSiteIdArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type TwoColumnCtaListingBlockFacetStartPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type TwoColumnCtaListingBlockFacetStatusArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type TwoColumnCtaListingBlockFacetStopPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type TwoColumnCtaListingBlockFacetUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type TwoColumnCtaListingBlockOrderByInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n Heading?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n _minimumScore?: InputMaybe;\n _modified?: InputMaybe;\n _ranking?: InputMaybe;\n _semanticWeight?: InputMaybe;\n};\n\nexport type TwoColumnCtaListingBlockOutput = {\n __typename?: 'TwoColumnCTAListingBlockOutput';\n autocomplete?: Maybe;\n cursor?: Maybe;\n facets?: Maybe;\n items?: Maybe>>;\n total?: Maybe;\n};\n\n\nexport type TwoColumnCtaListingBlockOutputTotalArgs = {\n all?: InputMaybe;\n};\n\nexport type TwoColumnCtaListingBlockWhereInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n Heading?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n _and?: InputMaybe>>;\n _fulltext?: InputMaybe;\n _modified?: InputMaybe;\n _not?: InputMaybe>>;\n _or?: InputMaybe>>;\n};\n\n/** Module that displays Content Cards in a 2-column container. */\nexport type TwoColumnCardContainerBlock = IContent & IData & {\n __typename?: 'TwoColumnCardContainerBlock';\n Ancestors?: Maybe>>;\n CardBlocks?: Maybe>>;\n Category?: Maybe>>;\n Changed?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe;\n ExistingLanguages?: Maybe>>;\n Heading?: Maybe;\n IsCommonDraft?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe;\n PageFeaturedDescription?: Maybe;\n PageImageUrl?: Maybe;\n PageIsSearchable?: Maybe;\n PageNavigationTitle?: Maybe;\n ParentLink?: Maybe;\n RelativePath?: Maybe;\n RouteSegment?: Maybe;\n Saved?: Maybe;\n Shortcut?: Maybe;\n SiteId?: Maybe;\n StartPublish?: Maybe;\n Status?: Maybe;\n StopPublish?: Maybe;\n Url?: Maybe;\n /** @deprecated Use `_link` field instead */\n _children?: Maybe;\n _deleted?: Maybe;\n _fulltext?: Maybe>>;\n _id?: Maybe;\n _link?: Maybe;\n _modified?: Maybe;\n _score?: Maybe;\n};\n\n\n/** Module that displays Content Cards in a 2-column container. */\nexport type TwoColumnCardContainerBlockCardBlocksArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Module that displays Content Cards in a 2-column container. */\nexport type TwoColumnCardContainerBlockHeadingArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Module that displays Content Cards in a 2-column container. */\nexport type TwoColumnCardContainerBlockNameArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Module that displays Content Cards in a 2-column container. */\nexport type TwoColumnCardContainerBlock_FulltextArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Module that displays Content Cards in a 2-column container. */\nexport type TwoColumnCardContainerBlock_LinkArgs = {\n type?: InputMaybe;\n};\n\nexport type TwoColumnCardContainerBlockAutocomplete = {\n __typename?: 'TwoColumnCardContainerBlockAutocomplete';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n ExistingLanguages?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n Status?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type TwoColumnCardContainerBlockAutocompleteAncestorsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type TwoColumnCardContainerBlockAutocompleteContentTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type TwoColumnCardContainerBlockAutocompletePageFeaturedDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type TwoColumnCardContainerBlockAutocompletePageImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type TwoColumnCardContainerBlockAutocompletePageNavigationTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type TwoColumnCardContainerBlockAutocompleteRelativePathArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type TwoColumnCardContainerBlockAutocompleteRouteSegmentArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type TwoColumnCardContainerBlockAutocompleteShortcutArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type TwoColumnCardContainerBlockAutocompleteSiteIdArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type TwoColumnCardContainerBlockAutocompleteStatusArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type TwoColumnCardContainerBlockAutocompleteUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type TwoColumnCardContainerBlockFacet = {\n __typename?: 'TwoColumnCardContainerBlockFacet';\n Ancestors?: Maybe>>;\n CardBlocks?: Maybe;\n Category?: Maybe;\n Changed?: Maybe>>;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe>>;\n ExistingLanguages?: Maybe;\n Heading?: Maybe>>;\n IsCommonDraft?: Maybe>>;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe>>;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageIsSearchable?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Saved?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n StartPublish?: Maybe>>;\n Status?: Maybe>>;\n StopPublish?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type TwoColumnCardContainerBlockFacetAncestorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type TwoColumnCardContainerBlockFacetChangedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type TwoColumnCardContainerBlockFacetContentTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type TwoColumnCardContainerBlockFacetCreatedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type TwoColumnCardContainerBlockFacetHeadingArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type TwoColumnCardContainerBlockFacetIsCommonDraftArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type TwoColumnCardContainerBlockFacetNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type TwoColumnCardContainerBlockFacetPageFeaturedDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type TwoColumnCardContainerBlockFacetPageImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type TwoColumnCardContainerBlockFacetPageIsSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type TwoColumnCardContainerBlockFacetPageNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type TwoColumnCardContainerBlockFacetRelativePathArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type TwoColumnCardContainerBlockFacetRouteSegmentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type TwoColumnCardContainerBlockFacetSavedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type TwoColumnCardContainerBlockFacetShortcutArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type TwoColumnCardContainerBlockFacetSiteIdArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type TwoColumnCardContainerBlockFacetStartPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type TwoColumnCardContainerBlockFacetStatusArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type TwoColumnCardContainerBlockFacetStopPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type TwoColumnCardContainerBlockFacetUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type TwoColumnCardContainerBlockOrderByInput = {\n Ancestors?: InputMaybe;\n CardBlocks?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n Heading?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n _minimumScore?: InputMaybe;\n _modified?: InputMaybe;\n _ranking?: InputMaybe;\n _semanticWeight?: InputMaybe;\n};\n\nexport type TwoColumnCardContainerBlockOutput = {\n __typename?: 'TwoColumnCardContainerBlockOutput';\n autocomplete?: Maybe;\n cursor?: Maybe;\n facets?: Maybe;\n items?: Maybe>>;\n total?: Maybe;\n};\n\n\nexport type TwoColumnCardContainerBlockOutputTotalArgs = {\n all?: InputMaybe;\n};\n\nexport type TwoColumnCardContainerBlockWhereInput = {\n Ancestors?: InputMaybe;\n CardBlocks?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n Heading?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n _and?: InputMaybe>>;\n _fulltext?: InputMaybe;\n _modified?: InputMaybe;\n _not?: InputMaybe>>;\n _or?: InputMaybe>>;\n};\n\nexport type UrlElementBlock = IContent & IData & {\n __typename?: 'UrlElementBlock';\n Ancestors?: Maybe>>;\n Category?: Maybe>>;\n Changed?: Maybe;\n ConditionCombination?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe;\n Description?: Maybe;\n ExistingLanguages?: Maybe>>;\n IsCommonDraft?: Maybe;\n Label?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe;\n PageFeaturedDescription?: Maybe;\n PageImageUrl?: Maybe;\n PageIsSearchable?: Maybe;\n PageNavigationTitle?: Maybe;\n ParentLink?: Maybe;\n PlaceHolder?: Maybe;\n PredefinedValue?: Maybe;\n RelativePath?: Maybe;\n RouteSegment?: Maybe;\n SatisfiedAction?: Maybe;\n Saved?: Maybe;\n Shortcut?: Maybe;\n SiteId?: Maybe;\n StartPublish?: Maybe;\n Status?: Maybe;\n StopPublish?: Maybe;\n Url?: Maybe;\n Validators?: Maybe;\n /** @deprecated Use `_link` field instead */\n _children?: Maybe;\n _deleted?: Maybe;\n _fulltext?: Maybe>>;\n _id?: Maybe;\n _link?: Maybe;\n _modified?: Maybe;\n _score?: Maybe;\n};\n\n\nexport type UrlElementBlockDescriptionArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type UrlElementBlockLabelArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type UrlElementBlockNameArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type UrlElementBlockPlaceHolderArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type UrlElementBlockPredefinedValueArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type UrlElementBlockSatisfiedActionArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type UrlElementBlockValidatorsArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type UrlElementBlock_FulltextArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type UrlElementBlock_LinkArgs = {\n type?: InputMaybe;\n};\n\nexport type UrlElementBlockAutocomplete = {\n __typename?: 'UrlElementBlockAutocomplete';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n ExistingLanguages?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n Status?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type UrlElementBlockAutocompleteAncestorsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type UrlElementBlockAutocompleteContentTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type UrlElementBlockAutocompletePageFeaturedDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type UrlElementBlockAutocompletePageImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type UrlElementBlockAutocompletePageNavigationTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type UrlElementBlockAutocompleteRelativePathArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type UrlElementBlockAutocompleteRouteSegmentArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type UrlElementBlockAutocompleteShortcutArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type UrlElementBlockAutocompleteSiteIdArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type UrlElementBlockAutocompleteStatusArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type UrlElementBlockAutocompleteUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type UrlElementBlockFacet = {\n __typename?: 'UrlElementBlockFacet';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n Changed?: Maybe>>;\n ConditionCombination?: Maybe>>;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe>>;\n Description?: Maybe>>;\n ExistingLanguages?: Maybe;\n IsCommonDraft?: Maybe>>;\n Label?: Maybe>>;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe>>;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageIsSearchable?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n PlaceHolder?: Maybe>>;\n PredefinedValue?: Maybe>>;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n SatisfiedAction?: Maybe>>;\n Saved?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n StartPublish?: Maybe>>;\n Status?: Maybe>>;\n StopPublish?: Maybe>>;\n Url?: Maybe>>;\n Validators?: Maybe>>;\n};\n\n\nexport type UrlElementBlockFacetAncestorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type UrlElementBlockFacetChangedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type UrlElementBlockFacetConditionCombinationArgs = {\n filters?: InputMaybe>;\n limit?: InputMaybe;\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n ranges?: InputMaybe>>;\n};\n\n\nexport type UrlElementBlockFacetContentTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type UrlElementBlockFacetCreatedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type UrlElementBlockFacetDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type UrlElementBlockFacetIsCommonDraftArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type UrlElementBlockFacetLabelArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type UrlElementBlockFacetNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type UrlElementBlockFacetPageFeaturedDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type UrlElementBlockFacetPageImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type UrlElementBlockFacetPageIsSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type UrlElementBlockFacetPageNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type UrlElementBlockFacetPlaceHolderArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type UrlElementBlockFacetPredefinedValueArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type UrlElementBlockFacetRelativePathArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type UrlElementBlockFacetRouteSegmentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type UrlElementBlockFacetSatisfiedActionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type UrlElementBlockFacetSavedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type UrlElementBlockFacetShortcutArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type UrlElementBlockFacetSiteIdArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type UrlElementBlockFacetStartPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type UrlElementBlockFacetStatusArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type UrlElementBlockFacetStopPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type UrlElementBlockFacetUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type UrlElementBlockFacetValidatorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type UrlElementBlockOrderByInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ConditionCombination?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n Description?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Label?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n PlaceHolder?: InputMaybe;\n PredefinedValue?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n SatisfiedAction?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n Validators?: InputMaybe;\n _minimumScore?: InputMaybe;\n _modified?: InputMaybe;\n _ranking?: InputMaybe;\n _semanticWeight?: InputMaybe;\n};\n\nexport type UrlElementBlockOutput = {\n __typename?: 'UrlElementBlockOutput';\n autocomplete?: Maybe;\n cursor?: Maybe;\n facets?: Maybe;\n items?: Maybe>>;\n total?: Maybe;\n};\n\n\nexport type UrlElementBlockOutputTotalArgs = {\n all?: InputMaybe;\n};\n\nexport type UrlElementBlockWhereInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ConditionCombination?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n Description?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Label?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n PlaceHolder?: InputMaybe;\n PredefinedValue?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n SatisfiedAction?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n Validators?: InputMaybe;\n _and?: InputMaybe>>;\n _fulltext?: InputMaybe;\n _modified?: InputMaybe;\n _not?: InputMaybe>>;\n _or?: InputMaybe>>;\n};\n\nexport type VariationBase = IContent & IData & {\n __typename?: 'VariationBase';\n Ancestors?: Maybe>>;\n Associations?: Maybe;\n CatalogId?: Maybe;\n Categories?: Maybe;\n Changed?: Maybe;\n Code?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe;\n DefaultImageUrl?: Maybe;\n DefaultMarketPrice?: Maybe;\n DescriptionInCart?: Maybe;\n DisplayName?: Maybe;\n ExistingLanguages?: Maybe>>;\n FulfillmentEmail?: Maybe;\n GLAccountNumber?: Maybe;\n InventoryReference?: Maybe;\n IsCommonDraft?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n MetaClassId?: Maybe;\n Name?: Maybe;\n PageFeaturedDescription?: Maybe;\n PageImageUrl?: Maybe;\n PageIsSearchable?: Maybe;\n PageNavigationTitle?: Maybe;\n ParentEntries?: Maybe;\n ParentLink?: Maybe;\n PriceReference?: Maybe;\n RelativePath?: Maybe;\n RouteSegment?: Maybe;\n Saved?: Maybe;\n SeoInformation?: Maybe;\n SeoUri?: Maybe;\n ShippingDimensions?: Maybe;\n ShippingPackageId?: Maybe;\n Shortcut?: Maybe;\n SiteId?: Maybe;\n StartPublish?: Maybe;\n Status?: Maybe;\n StopPublish?: Maybe;\n TaxCategoryId?: Maybe;\n TrackInventory?: Maybe;\n Url?: Maybe;\n Weight?: Maybe;\n /** @deprecated Use `_link` field instead */\n _children?: Maybe;\n _deleted?: Maybe;\n _fulltext?: Maybe>>;\n _id?: Maybe;\n _link?: Maybe;\n _modified?: Maybe;\n _score?: Maybe;\n};\n\n\nexport type VariationBaseCodeArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type VariationBaseDisplayNameArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type VariationBaseNameArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type VariationBase_FulltextArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type VariationBase_LinkArgs = {\n type?: InputMaybe;\n};\n\nexport type VariationBaseAssociations = {\n __typename?: 'VariationBaseAssociations';\n ContentLink?: Maybe;\n};\n\nexport type VariationBaseAssociationsAutocomplete = {\n __typename?: 'VariationBaseAssociationsAutocomplete';\n ContentLink?: Maybe;\n};\n\nexport type VariationBaseAssociationsFacet = {\n __typename?: 'VariationBaseAssociationsFacet';\n ContentLink?: Maybe;\n};\n\nexport type VariationBaseAssociationsOrderByInput = {\n ContentLink?: InputMaybe;\n};\n\nexport type VariationBaseAssociationsWhereInput = {\n ContentLink?: InputMaybe;\n};\n\nexport type VariationBaseAutocomplete = {\n __typename?: 'VariationBaseAutocomplete';\n Ancestors?: Maybe>>;\n Associations?: Maybe;\n Categories?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n DefaultImageUrl?: Maybe>>;\n ExistingLanguages?: Maybe;\n InventoryReference?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentEntries?: Maybe;\n ParentLink?: Maybe;\n PriceReference?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n SeoInformation?: Maybe;\n SeoUri?: Maybe>>;\n ShippingDimensions?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n Status?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type VariationBaseAutocompleteAncestorsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type VariationBaseAutocompleteContentTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type VariationBaseAutocompleteDefaultImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type VariationBaseAutocompletePageFeaturedDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type VariationBaseAutocompletePageImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type VariationBaseAutocompletePageNavigationTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type VariationBaseAutocompleteRelativePathArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type VariationBaseAutocompleteRouteSegmentArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type VariationBaseAutocompleteSeoUriArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type VariationBaseAutocompleteShippingDimensionsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type VariationBaseAutocompleteShortcutArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type VariationBaseAutocompleteSiteIdArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type VariationBaseAutocompleteStatusArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type VariationBaseAutocompleteUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type VariationBaseCategories = {\n __typename?: 'VariationBaseCategories';\n ContentLink?: Maybe;\n};\n\nexport type VariationBaseCategoriesAutocomplete = {\n __typename?: 'VariationBaseCategoriesAutocomplete';\n ContentLink?: Maybe;\n};\n\nexport type VariationBaseCategoriesFacet = {\n __typename?: 'VariationBaseCategoriesFacet';\n ContentLink?: Maybe;\n};\n\nexport type VariationBaseCategoriesOrderByInput = {\n ContentLink?: InputMaybe;\n};\n\nexport type VariationBaseCategoriesWhereInput = {\n ContentLink?: InputMaybe;\n};\n\nexport type VariationBaseFacet = {\n __typename?: 'VariationBaseFacet';\n Ancestors?: Maybe>>;\n Associations?: Maybe;\n CatalogId?: Maybe>>;\n Categories?: Maybe;\n Changed?: Maybe>>;\n Code?: Maybe>>;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe>>;\n DefaultImageUrl?: Maybe>>;\n DefaultMarketPrice?: Maybe>>;\n DisplayName?: Maybe>>;\n ExistingLanguages?: Maybe;\n InventoryReference?: Maybe;\n IsCommonDraft?: Maybe>>;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n MetaClassId?: Maybe>>;\n Name?: Maybe>>;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageIsSearchable?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentEntries?: Maybe;\n ParentLink?: Maybe;\n PriceReference?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Saved?: Maybe>>;\n SeoInformation?: Maybe;\n SeoUri?: Maybe>>;\n ShippingDimensions?: Maybe;\n ShippingPackageId?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n StartPublish?: Maybe>>;\n Status?: Maybe>>;\n StopPublish?: Maybe>>;\n TaxCategoryId?: Maybe>>;\n TrackInventory?: Maybe>>;\n Url?: Maybe>>;\n Weight?: Maybe>>;\n};\n\n\nexport type VariationBaseFacetAncestorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type VariationBaseFacetCatalogIdArgs = {\n filters?: InputMaybe>;\n limit?: InputMaybe;\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n ranges?: InputMaybe>>;\n};\n\n\nexport type VariationBaseFacetChangedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type VariationBaseFacetCodeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type VariationBaseFacetContentTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type VariationBaseFacetCreatedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type VariationBaseFacetDefaultImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type VariationBaseFacetDefaultMarketPriceArgs = {\n filters?: InputMaybe>;\n limit?: InputMaybe;\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n ranges?: InputMaybe>>;\n};\n\n\nexport type VariationBaseFacetDisplayNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type VariationBaseFacetIsCommonDraftArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type VariationBaseFacetMetaClassIdArgs = {\n filters?: InputMaybe>;\n limit?: InputMaybe;\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n ranges?: InputMaybe>>;\n};\n\n\nexport type VariationBaseFacetNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type VariationBaseFacetPageFeaturedDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type VariationBaseFacetPageImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type VariationBaseFacetPageIsSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type VariationBaseFacetPageNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type VariationBaseFacetRelativePathArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type VariationBaseFacetRouteSegmentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type VariationBaseFacetSavedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type VariationBaseFacetSeoUriArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type VariationBaseFacetShippingPackageIdArgs = {\n filters?: InputMaybe>;\n limit?: InputMaybe;\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n ranges?: InputMaybe>>;\n};\n\n\nexport type VariationBaseFacetShortcutArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type VariationBaseFacetSiteIdArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type VariationBaseFacetStartPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type VariationBaseFacetStatusArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type VariationBaseFacetStopPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type VariationBaseFacetTaxCategoryIdArgs = {\n filters?: InputMaybe>;\n limit?: InputMaybe;\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n ranges?: InputMaybe>>;\n};\n\n\nexport type VariationBaseFacetTrackInventoryArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type VariationBaseFacetUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type VariationBaseFacetWeightArgs = {\n filters?: InputMaybe>;\n limit?: InputMaybe;\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n ranges?: InputMaybe>>;\n};\n\nexport type VariationBaseOrderByInput = {\n Ancestors?: InputMaybe;\n Associations?: InputMaybe;\n CatalogId?: InputMaybe;\n Categories?: InputMaybe;\n Changed?: InputMaybe;\n Code?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n DefaultImageUrl?: InputMaybe;\n DefaultMarketPrice?: InputMaybe;\n DisplayName?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n InventoryReference?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n MetaClassId?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentEntries?: InputMaybe;\n ParentLink?: InputMaybe;\n PriceReference?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n SeoInformation?: InputMaybe;\n SeoUri?: InputMaybe;\n ShippingDimensions?: InputMaybe;\n ShippingPackageId?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n TaxCategoryId?: InputMaybe;\n TrackInventory?: InputMaybe;\n Url?: InputMaybe;\n Weight?: InputMaybe;\n _minimumScore?: InputMaybe;\n _modified?: InputMaybe;\n _ranking?: InputMaybe;\n _semanticWeight?: InputMaybe;\n};\n\nexport type VariationBaseOutput = {\n __typename?: 'VariationBaseOutput';\n autocomplete?: Maybe;\n cursor?: Maybe;\n facets?: Maybe;\n items?: Maybe>>;\n total?: Maybe;\n};\n\n\nexport type VariationBaseOutputTotalArgs = {\n all?: InputMaybe;\n};\n\nexport type VariationBaseRelations = {\n __typename?: 'VariationBaseRelations';\n ContentLink?: Maybe;\n};\n\nexport type VariationBaseRelationsAutocomplete = {\n __typename?: 'VariationBaseRelationsAutocomplete';\n ContentLink?: Maybe;\n};\n\nexport type VariationBaseRelationsFacet = {\n __typename?: 'VariationBaseRelationsFacet';\n ContentLink?: Maybe;\n};\n\nexport type VariationBaseRelationsOrderByInput = {\n ContentLink?: InputMaybe;\n};\n\nexport type VariationBaseRelationsWhereInput = {\n ContentLink?: InputMaybe;\n};\n\nexport type VariationBaseSeoInformation = {\n __typename?: 'VariationBaseSeoInformation';\n Description?: Maybe;\n Keywords?: Maybe;\n Title?: Maybe;\n};\n\nexport type VariationBaseSeoInformationAutocomplete = {\n __typename?: 'VariationBaseSeoInformationAutocomplete';\n Description?: Maybe>>;\n Keywords?: Maybe>>;\n Title?: Maybe>>;\n};\n\n\nexport type VariationBaseSeoInformationAutocompleteDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type VariationBaseSeoInformationAutocompleteKeywordsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type VariationBaseSeoInformationAutocompleteTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type VariationBaseSeoInformationFacet = {\n __typename?: 'VariationBaseSeoInformationFacet';\n Description?: Maybe>>;\n Keywords?: Maybe>>;\n Title?: Maybe>>;\n};\n\n\nexport type VariationBaseSeoInformationFacetDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type VariationBaseSeoInformationFacetKeywordsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type VariationBaseSeoInformationFacetTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type VariationBaseSeoInformationOrderByInput = {\n Description?: InputMaybe;\n Keywords?: InputMaybe;\n Title?: InputMaybe;\n};\n\nexport type VariationBaseSeoInformationWhereInput = {\n Description?: InputMaybe;\n Keywords?: InputMaybe;\n Title?: InputMaybe;\n};\n\nexport type VariationBaseShippingDimensions = {\n __typename?: 'VariationBaseShippingDimensions';\n Height?: Maybe;\n Length?: Maybe;\n Width?: Maybe;\n};\n\nexport type VariationBaseShippingDimensionsFacet = {\n __typename?: 'VariationBaseShippingDimensionsFacet';\n Height?: Maybe>>;\n Length?: Maybe>>;\n Width?: Maybe>>;\n};\n\n\nexport type VariationBaseShippingDimensionsFacetHeightArgs = {\n filters?: InputMaybe>;\n limit?: InputMaybe;\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n ranges?: InputMaybe>>;\n};\n\n\nexport type VariationBaseShippingDimensionsFacetLengthArgs = {\n filters?: InputMaybe>;\n limit?: InputMaybe;\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n ranges?: InputMaybe>>;\n};\n\n\nexport type VariationBaseShippingDimensionsFacetWidthArgs = {\n filters?: InputMaybe>;\n limit?: InputMaybe;\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n ranges?: InputMaybe>>;\n};\n\nexport type VariationBaseShippingDimensionsOrderByInput = {\n Height?: InputMaybe;\n Length?: InputMaybe;\n Width?: InputMaybe;\n};\n\nexport type VariationBaseShippingDimensionsWhereInput = {\n Height?: InputMaybe;\n Length?: InputMaybe;\n Width?: InputMaybe;\n};\n\nexport type VariationBaseWhereInput = {\n Ancestors?: InputMaybe;\n Associations?: InputMaybe;\n CatalogId?: InputMaybe;\n Categories?: InputMaybe;\n Changed?: InputMaybe;\n Code?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n DefaultImageUrl?: InputMaybe;\n DefaultMarketPrice?: InputMaybe;\n DisplayName?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n InventoryReference?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n MetaClassId?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentEntries?: InputMaybe;\n ParentLink?: InputMaybe;\n PriceReference?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n SeoInformation?: InputMaybe;\n SeoUri?: InputMaybe;\n ShippingDimensions?: InputMaybe;\n ShippingPackageId?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n TaxCategoryId?: InputMaybe;\n TrackInventory?: InputMaybe;\n Url?: InputMaybe;\n Weight?: InputMaybe;\n _and?: InputMaybe>>;\n _fulltext?: InputMaybe;\n _modified?: InputMaybe;\n _not?: InputMaybe>>;\n _or?: InputMaybe>>;\n};\n\nexport type VariationContent = IContent & IData & {\n __typename?: 'VariationContent';\n Ancestors?: Maybe>>;\n Associations?: Maybe;\n CatalogId?: Maybe;\n Categories?: Maybe;\n Changed?: Maybe;\n Code?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe;\n DefaultImageUrl?: Maybe;\n DefaultMarketPrice?: Maybe;\n DisplayName?: Maybe;\n ExistingLanguages?: Maybe>>;\n InventoryReference?: Maybe;\n IsCommonDraft?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n MetaClassId?: Maybe;\n Name?: Maybe;\n PageFeaturedDescription?: Maybe;\n PageImageUrl?: Maybe;\n PageIsSearchable?: Maybe;\n PageNavigationTitle?: Maybe;\n ParentEntries?: Maybe;\n ParentLink?: Maybe;\n PriceReference?: Maybe;\n RelativePath?: Maybe;\n RouteSegment?: Maybe;\n Saved?: Maybe;\n SeoInformation?: Maybe;\n SeoUri?: Maybe;\n ShippingDimensions?: Maybe;\n ShippingPackageId?: Maybe;\n Shortcut?: Maybe;\n SiteId?: Maybe;\n StartPublish?: Maybe;\n Status?: Maybe;\n StopPublish?: Maybe;\n TaxCategoryId?: Maybe;\n TrackInventory?: Maybe;\n Url?: Maybe;\n Weight?: Maybe;\n /** @deprecated Use `_link` field instead */\n _children?: Maybe;\n _deleted?: Maybe;\n _fulltext?: Maybe>>;\n _id?: Maybe;\n _link?: Maybe;\n _modified?: Maybe;\n _score?: Maybe;\n};\n\n\nexport type VariationContentCodeArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type VariationContentDisplayNameArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type VariationContentNameArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type VariationContent_FulltextArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type VariationContent_LinkArgs = {\n type?: InputMaybe;\n};\n\nexport type VariationContentAssociations = {\n __typename?: 'VariationContentAssociations';\n ContentLink?: Maybe;\n};\n\nexport type VariationContentAssociationsAutocomplete = {\n __typename?: 'VariationContentAssociationsAutocomplete';\n ContentLink?: Maybe;\n};\n\nexport type VariationContentAssociationsFacet = {\n __typename?: 'VariationContentAssociationsFacet';\n ContentLink?: Maybe;\n};\n\nexport type VariationContentAssociationsOrderByInput = {\n ContentLink?: InputMaybe;\n};\n\nexport type VariationContentAssociationsWhereInput = {\n ContentLink?: InputMaybe;\n};\n\nexport type VariationContentAutocomplete = {\n __typename?: 'VariationContentAutocomplete';\n Ancestors?: Maybe>>;\n Associations?: Maybe;\n Categories?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n DefaultImageUrl?: Maybe>>;\n ExistingLanguages?: Maybe;\n InventoryReference?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentEntries?: Maybe;\n ParentLink?: Maybe;\n PriceReference?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n SeoInformation?: Maybe;\n SeoUri?: Maybe>>;\n ShippingDimensions?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n Status?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type VariationContentAutocompleteAncestorsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type VariationContentAutocompleteContentTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type VariationContentAutocompleteDefaultImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type VariationContentAutocompletePageFeaturedDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type VariationContentAutocompletePageImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type VariationContentAutocompletePageNavigationTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type VariationContentAutocompleteRelativePathArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type VariationContentAutocompleteRouteSegmentArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type VariationContentAutocompleteSeoUriArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type VariationContentAutocompleteShippingDimensionsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type VariationContentAutocompleteShortcutArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type VariationContentAutocompleteSiteIdArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type VariationContentAutocompleteStatusArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type VariationContentAutocompleteUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type VariationContentCategories = {\n __typename?: 'VariationContentCategories';\n ContentLink?: Maybe;\n};\n\nexport type VariationContentCategoriesAutocomplete = {\n __typename?: 'VariationContentCategoriesAutocomplete';\n ContentLink?: Maybe;\n};\n\nexport type VariationContentCategoriesFacet = {\n __typename?: 'VariationContentCategoriesFacet';\n ContentLink?: Maybe;\n};\n\nexport type VariationContentCategoriesOrderByInput = {\n ContentLink?: InputMaybe;\n};\n\nexport type VariationContentCategoriesWhereInput = {\n ContentLink?: InputMaybe;\n};\n\nexport type VariationContentFacet = {\n __typename?: 'VariationContentFacet';\n Ancestors?: Maybe>>;\n Associations?: Maybe;\n CatalogId?: Maybe>>;\n Categories?: Maybe;\n Changed?: Maybe>>;\n Code?: Maybe>>;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe>>;\n DefaultImageUrl?: Maybe>>;\n DefaultMarketPrice?: Maybe>>;\n DisplayName?: Maybe>>;\n ExistingLanguages?: Maybe;\n InventoryReference?: Maybe;\n IsCommonDraft?: Maybe>>;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n MetaClassId?: Maybe>>;\n Name?: Maybe>>;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageIsSearchable?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentEntries?: Maybe;\n ParentLink?: Maybe;\n PriceReference?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Saved?: Maybe>>;\n SeoInformation?: Maybe;\n SeoUri?: Maybe>>;\n ShippingDimensions?: Maybe;\n ShippingPackageId?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n StartPublish?: Maybe>>;\n Status?: Maybe>>;\n StopPublish?: Maybe>>;\n TaxCategoryId?: Maybe>>;\n TrackInventory?: Maybe>>;\n Url?: Maybe>>;\n Weight?: Maybe>>;\n};\n\n\nexport type VariationContentFacetAncestorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type VariationContentFacetCatalogIdArgs = {\n filters?: InputMaybe>;\n limit?: InputMaybe;\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n ranges?: InputMaybe>>;\n};\n\n\nexport type VariationContentFacetChangedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type VariationContentFacetCodeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type VariationContentFacetContentTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type VariationContentFacetCreatedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type VariationContentFacetDefaultImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type VariationContentFacetDefaultMarketPriceArgs = {\n filters?: InputMaybe>;\n limit?: InputMaybe;\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n ranges?: InputMaybe>>;\n};\n\n\nexport type VariationContentFacetDisplayNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type VariationContentFacetIsCommonDraftArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type VariationContentFacetMetaClassIdArgs = {\n filters?: InputMaybe>;\n limit?: InputMaybe;\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n ranges?: InputMaybe>>;\n};\n\n\nexport type VariationContentFacetNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type VariationContentFacetPageFeaturedDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type VariationContentFacetPageImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type VariationContentFacetPageIsSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type VariationContentFacetPageNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type VariationContentFacetRelativePathArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type VariationContentFacetRouteSegmentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type VariationContentFacetSavedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type VariationContentFacetSeoUriArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type VariationContentFacetShippingPackageIdArgs = {\n filters?: InputMaybe>;\n limit?: InputMaybe;\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n ranges?: InputMaybe>>;\n};\n\n\nexport type VariationContentFacetShortcutArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type VariationContentFacetSiteIdArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type VariationContentFacetStartPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type VariationContentFacetStatusArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type VariationContentFacetStopPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type VariationContentFacetTaxCategoryIdArgs = {\n filters?: InputMaybe>;\n limit?: InputMaybe;\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n ranges?: InputMaybe>>;\n};\n\n\nexport type VariationContentFacetTrackInventoryArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type VariationContentFacetUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type VariationContentFacetWeightArgs = {\n filters?: InputMaybe>;\n limit?: InputMaybe;\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n ranges?: InputMaybe>>;\n};\n\nexport type VariationContentOrderByInput = {\n Ancestors?: InputMaybe;\n Associations?: InputMaybe;\n CatalogId?: InputMaybe;\n Categories?: InputMaybe;\n Changed?: InputMaybe;\n Code?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n DefaultImageUrl?: InputMaybe;\n DefaultMarketPrice?: InputMaybe;\n DisplayName?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n InventoryReference?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n MetaClassId?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentEntries?: InputMaybe;\n ParentLink?: InputMaybe;\n PriceReference?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n SeoInformation?: InputMaybe;\n SeoUri?: InputMaybe;\n ShippingDimensions?: InputMaybe;\n ShippingPackageId?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n TaxCategoryId?: InputMaybe;\n TrackInventory?: InputMaybe;\n Url?: InputMaybe;\n Weight?: InputMaybe;\n _minimumScore?: InputMaybe;\n _modified?: InputMaybe;\n _ranking?: InputMaybe;\n _semanticWeight?: InputMaybe;\n};\n\nexport type VariationContentOutput = {\n __typename?: 'VariationContentOutput';\n autocomplete?: Maybe;\n cursor?: Maybe;\n facets?: Maybe;\n items?: Maybe>>;\n total?: Maybe;\n};\n\n\nexport type VariationContentOutputTotalArgs = {\n all?: InputMaybe;\n};\n\nexport type VariationContentRelations = {\n __typename?: 'VariationContentRelations';\n ContentLink?: Maybe;\n};\n\nexport type VariationContentRelationsAutocomplete = {\n __typename?: 'VariationContentRelationsAutocomplete';\n ContentLink?: Maybe;\n};\n\nexport type VariationContentRelationsFacet = {\n __typename?: 'VariationContentRelationsFacet';\n ContentLink?: Maybe;\n};\n\nexport type VariationContentRelationsOrderByInput = {\n ContentLink?: InputMaybe;\n};\n\nexport type VariationContentRelationsWhereInput = {\n ContentLink?: InputMaybe;\n};\n\nexport type VariationContentSeoInformation = {\n __typename?: 'VariationContentSeoInformation';\n Description?: Maybe;\n Keywords?: Maybe;\n Title?: Maybe;\n};\n\nexport type VariationContentSeoInformationAutocomplete = {\n __typename?: 'VariationContentSeoInformationAutocomplete';\n Description?: Maybe>>;\n Keywords?: Maybe>>;\n Title?: Maybe>>;\n};\n\n\nexport type VariationContentSeoInformationAutocompleteDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type VariationContentSeoInformationAutocompleteKeywordsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type VariationContentSeoInformationAutocompleteTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type VariationContentSeoInformationFacet = {\n __typename?: 'VariationContentSeoInformationFacet';\n Description?: Maybe>>;\n Keywords?: Maybe>>;\n Title?: Maybe>>;\n};\n\n\nexport type VariationContentSeoInformationFacetDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type VariationContentSeoInformationFacetKeywordsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type VariationContentSeoInformationFacetTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type VariationContentSeoInformationOrderByInput = {\n Description?: InputMaybe;\n Keywords?: InputMaybe;\n Title?: InputMaybe;\n};\n\nexport type VariationContentSeoInformationWhereInput = {\n Description?: InputMaybe;\n Keywords?: InputMaybe;\n Title?: InputMaybe;\n};\n\nexport type VariationContentShippingDimensions = {\n __typename?: 'VariationContentShippingDimensions';\n Height?: Maybe;\n Length?: Maybe;\n Width?: Maybe;\n};\n\nexport type VariationContentShippingDimensionsFacet = {\n __typename?: 'VariationContentShippingDimensionsFacet';\n Height?: Maybe>>;\n Length?: Maybe>>;\n Width?: Maybe>>;\n};\n\n\nexport type VariationContentShippingDimensionsFacetHeightArgs = {\n filters?: InputMaybe>;\n limit?: InputMaybe;\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n ranges?: InputMaybe>>;\n};\n\n\nexport type VariationContentShippingDimensionsFacetLengthArgs = {\n filters?: InputMaybe>;\n limit?: InputMaybe;\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n ranges?: InputMaybe>>;\n};\n\n\nexport type VariationContentShippingDimensionsFacetWidthArgs = {\n filters?: InputMaybe>;\n limit?: InputMaybe;\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n ranges?: InputMaybe>>;\n};\n\nexport type VariationContentShippingDimensionsOrderByInput = {\n Height?: InputMaybe;\n Length?: InputMaybe;\n Width?: InputMaybe;\n};\n\nexport type VariationContentShippingDimensionsWhereInput = {\n Height?: InputMaybe;\n Length?: InputMaybe;\n Width?: InputMaybe;\n};\n\nexport type VariationContentWhereInput = {\n Ancestors?: InputMaybe;\n Associations?: InputMaybe;\n CatalogId?: InputMaybe;\n Categories?: InputMaybe;\n Changed?: InputMaybe;\n Code?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n DefaultImageUrl?: InputMaybe;\n DefaultMarketPrice?: InputMaybe;\n DisplayName?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n InventoryReference?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n MetaClassId?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentEntries?: InputMaybe;\n ParentLink?: InputMaybe;\n PriceReference?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n SeoInformation?: InputMaybe;\n SeoUri?: InputMaybe;\n ShippingDimensions?: InputMaybe;\n ShippingPackageId?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n TaxCategoryId?: InputMaybe;\n TrackInventory?: InputMaybe;\n Url?: InputMaybe;\n Weight?: InputMaybe;\n _and?: InputMaybe>>;\n _fulltext?: InputMaybe;\n _modified?: InputMaybe;\n _not?: InputMaybe>>;\n _or?: InputMaybe>>;\n};\n\n/** Used for svg image file type */\nexport type VectorImageMediaData = IContent & IData & {\n __typename?: 'VectorImageMediaData';\n AltText?: Maybe;\n Ancestors?: Maybe>>;\n Category?: Maybe>>;\n Changed?: Maybe;\n Content?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe;\n /** Description of the image */\n Description?: Maybe;\n ExistingLanguages?: Maybe>>;\n IsCommonDraft?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n MimeType?: Maybe;\n Name?: Maybe;\n PageFeaturedDescription?: Maybe;\n PageImageUrl?: Maybe;\n PageIsSearchable?: Maybe;\n PageNavigationTitle?: Maybe;\n ParentLink?: Maybe;\n RelativePath?: Maybe;\n RouteSegment?: Maybe;\n Saved?: Maybe;\n Shortcut?: Maybe;\n SiteId?: Maybe;\n StartPublish?: Maybe;\n Status?: Maybe;\n StopPublish?: Maybe;\n Thumbnail?: Maybe;\n Title?: Maybe;\n Url?: Maybe;\n /** @deprecated Use `_link` field instead */\n _children?: Maybe;\n _deleted?: Maybe;\n _fulltext?: Maybe>>;\n _id?: Maybe;\n _link?: Maybe;\n _modified?: Maybe;\n _score?: Maybe;\n};\n\n\n/** Used for svg image file type */\nexport type VectorImageMediaDataAltTextArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Used for svg image file type */\nexport type VectorImageMediaDataContentArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Used for svg image file type */\nexport type VectorImageMediaDataDescriptionArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Used for svg image file type */\nexport type VectorImageMediaDataNameArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Used for svg image file type */\nexport type VectorImageMediaDataTitleArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Used for svg image file type */\nexport type VectorImageMediaData_FulltextArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Used for svg image file type */\nexport type VectorImageMediaData_LinkArgs = {\n type?: InputMaybe;\n};\n\nexport type VectorImageMediaDataAutocomplete = {\n __typename?: 'VectorImageMediaDataAutocomplete';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n ExistingLanguages?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n MimeType?: Maybe>>;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n Status?: Maybe>>;\n Thumbnail?: Maybe;\n Url?: Maybe>>;\n};\n\n\nexport type VectorImageMediaDataAutocompleteAncestorsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type VectorImageMediaDataAutocompleteContentTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type VectorImageMediaDataAutocompleteMimeTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type VectorImageMediaDataAutocompletePageFeaturedDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type VectorImageMediaDataAutocompletePageImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type VectorImageMediaDataAutocompletePageNavigationTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type VectorImageMediaDataAutocompleteRelativePathArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type VectorImageMediaDataAutocompleteRouteSegmentArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type VectorImageMediaDataAutocompleteShortcutArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type VectorImageMediaDataAutocompleteSiteIdArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type VectorImageMediaDataAutocompleteStatusArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type VectorImageMediaDataAutocompleteUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type VectorImageMediaDataFacet = {\n __typename?: 'VectorImageMediaDataFacet';\n AltText?: Maybe>>;\n Ancestors?: Maybe>>;\n Category?: Maybe;\n Changed?: Maybe>>;\n Content?: Maybe>>;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe>>;\n Description?: Maybe>>;\n ExistingLanguages?: Maybe;\n IsCommonDraft?: Maybe>>;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n MimeType?: Maybe>>;\n Name?: Maybe>>;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageIsSearchable?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Saved?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n StartPublish?: Maybe>>;\n Status?: Maybe>>;\n StopPublish?: Maybe>>;\n Thumbnail?: Maybe;\n Title?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type VectorImageMediaDataFacetAltTextArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type VectorImageMediaDataFacetAncestorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type VectorImageMediaDataFacetChangedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type VectorImageMediaDataFacetContentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type VectorImageMediaDataFacetContentTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type VectorImageMediaDataFacetCreatedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type VectorImageMediaDataFacetDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type VectorImageMediaDataFacetIsCommonDraftArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type VectorImageMediaDataFacetMimeTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type VectorImageMediaDataFacetNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type VectorImageMediaDataFacetPageFeaturedDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type VectorImageMediaDataFacetPageImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type VectorImageMediaDataFacetPageIsSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type VectorImageMediaDataFacetPageNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type VectorImageMediaDataFacetRelativePathArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type VectorImageMediaDataFacetRouteSegmentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type VectorImageMediaDataFacetSavedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type VectorImageMediaDataFacetShortcutArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type VectorImageMediaDataFacetSiteIdArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type VectorImageMediaDataFacetStartPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type VectorImageMediaDataFacetStatusArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type VectorImageMediaDataFacetStopPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type VectorImageMediaDataFacetTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type VectorImageMediaDataFacetUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type VectorImageMediaDataOrderByInput = {\n AltText?: InputMaybe;\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n Content?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n Description?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n MimeType?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Thumbnail?: InputMaybe;\n Title?: InputMaybe;\n Url?: InputMaybe;\n _minimumScore?: InputMaybe;\n _modified?: InputMaybe;\n _ranking?: InputMaybe;\n _semanticWeight?: InputMaybe;\n};\n\nexport type VectorImageMediaDataOutput = {\n __typename?: 'VectorImageMediaDataOutput';\n autocomplete?: Maybe;\n cursor?: Maybe;\n facets?: Maybe;\n items?: Maybe>>;\n total?: Maybe;\n};\n\n\nexport type VectorImageMediaDataOutputTotalArgs = {\n all?: InputMaybe;\n};\n\nexport type VectorImageMediaDataWhereInput = {\n AltText?: InputMaybe;\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n Content?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n Description?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n MimeType?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Thumbnail?: InputMaybe;\n Title?: InputMaybe;\n Url?: InputMaybe;\n _and?: InputMaybe>>;\n _fulltext?: InputMaybe;\n _modified?: InputMaybe;\n _not?: InputMaybe>>;\n _or?: InputMaybe>>;\n};\n\n/** Module that organizes content into tabs arranged vertically. */\nexport type VerticalTabbedContainerBlock = IContent & IData & {\n __typename?: 'VerticalTabbedContainerBlock';\n Ancestors?: Maybe>>;\n Category?: Maybe>>;\n Changed?: Maybe;\n ContentLink?: Maybe;\n ContentTabs?: Maybe>>;\n ContentType?: Maybe>>;\n Created?: Maybe;\n ExistingLanguages?: Maybe>>;\n Heading?: Maybe;\n IsCommonDraft?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe;\n PageFeaturedDescription?: Maybe;\n PageImageUrl?: Maybe;\n PageIsSearchable?: Maybe;\n PageNavigationTitle?: Maybe;\n ParentLink?: Maybe;\n RelativePath?: Maybe;\n RouteSegment?: Maybe;\n Saved?: Maybe;\n Shortcut?: Maybe;\n SiteId?: Maybe;\n StartPublish?: Maybe;\n Status?: Maybe;\n StopPublish?: Maybe;\n Url?: Maybe;\n /** @deprecated Use `_link` field instead */\n _children?: Maybe;\n _deleted?: Maybe;\n _fulltext?: Maybe>>;\n _id?: Maybe;\n _link?: Maybe;\n _modified?: Maybe;\n _score?: Maybe;\n};\n\n\n/** Module that organizes content into tabs arranged vertically. */\nexport type VerticalTabbedContainerBlockContentTabsArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Module that organizes content into tabs arranged vertically. */\nexport type VerticalTabbedContainerBlockHeadingArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Module that organizes content into tabs arranged vertically. */\nexport type VerticalTabbedContainerBlockNameArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Module that organizes content into tabs arranged vertically. */\nexport type VerticalTabbedContainerBlock_FulltextArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Module that organizes content into tabs arranged vertically. */\nexport type VerticalTabbedContainerBlock_LinkArgs = {\n type?: InputMaybe;\n};\n\nexport type VerticalTabbedContainerBlockAutocomplete = {\n __typename?: 'VerticalTabbedContainerBlockAutocomplete';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n ExistingLanguages?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n Status?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type VerticalTabbedContainerBlockAutocompleteAncestorsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type VerticalTabbedContainerBlockAutocompleteContentTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type VerticalTabbedContainerBlockAutocompletePageFeaturedDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type VerticalTabbedContainerBlockAutocompletePageImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type VerticalTabbedContainerBlockAutocompletePageNavigationTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type VerticalTabbedContainerBlockAutocompleteRelativePathArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type VerticalTabbedContainerBlockAutocompleteRouteSegmentArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type VerticalTabbedContainerBlockAutocompleteShortcutArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type VerticalTabbedContainerBlockAutocompleteSiteIdArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type VerticalTabbedContainerBlockAutocompleteStatusArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type VerticalTabbedContainerBlockAutocompleteUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type VerticalTabbedContainerBlockFacet = {\n __typename?: 'VerticalTabbedContainerBlockFacet';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n Changed?: Maybe>>;\n ContentLink?: Maybe;\n ContentTabs?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe>>;\n ExistingLanguages?: Maybe;\n Heading?: Maybe>>;\n IsCommonDraft?: Maybe>>;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe>>;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageIsSearchable?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Saved?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n StartPublish?: Maybe>>;\n Status?: Maybe>>;\n StopPublish?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type VerticalTabbedContainerBlockFacetAncestorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type VerticalTabbedContainerBlockFacetChangedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type VerticalTabbedContainerBlockFacetContentTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type VerticalTabbedContainerBlockFacetCreatedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type VerticalTabbedContainerBlockFacetHeadingArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type VerticalTabbedContainerBlockFacetIsCommonDraftArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type VerticalTabbedContainerBlockFacetNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type VerticalTabbedContainerBlockFacetPageFeaturedDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type VerticalTabbedContainerBlockFacetPageImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type VerticalTabbedContainerBlockFacetPageIsSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type VerticalTabbedContainerBlockFacetPageNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type VerticalTabbedContainerBlockFacetRelativePathArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type VerticalTabbedContainerBlockFacetRouteSegmentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type VerticalTabbedContainerBlockFacetSavedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type VerticalTabbedContainerBlockFacetShortcutArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type VerticalTabbedContainerBlockFacetSiteIdArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type VerticalTabbedContainerBlockFacetStartPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type VerticalTabbedContainerBlockFacetStatusArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type VerticalTabbedContainerBlockFacetStopPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type VerticalTabbedContainerBlockFacetUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type VerticalTabbedContainerBlockOrderByInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentTabs?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n Heading?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n _minimumScore?: InputMaybe;\n _modified?: InputMaybe;\n _ranking?: InputMaybe;\n _semanticWeight?: InputMaybe;\n};\n\nexport type VerticalTabbedContainerBlockOutput = {\n __typename?: 'VerticalTabbedContainerBlockOutput';\n autocomplete?: Maybe;\n cursor?: Maybe;\n facets?: Maybe;\n items?: Maybe>>;\n total?: Maybe;\n};\n\n\nexport type VerticalTabbedContainerBlockOutputTotalArgs = {\n all?: InputMaybe;\n};\n\nexport type VerticalTabbedContainerBlockWhereInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentTabs?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n Heading?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n _and?: InputMaybe>>;\n _fulltext?: InputMaybe;\n _modified?: InputMaybe;\n _not?: InputMaybe>>;\n _or?: InputMaybe>>;\n};\n\n/** Used for video file types such as mp4, flv, webm */\nexport type VideoFile = IContent & IData & {\n __typename?: 'VideoFile';\n Ancestors?: Maybe>>;\n Category?: Maybe>>;\n Changed?: Maybe;\n Content?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe;\n ExistingLanguages?: Maybe>>;\n IsCommonDraft?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n MimeType?: Maybe;\n Name?: Maybe;\n PageFeaturedDescription?: Maybe;\n PageImageUrl?: Maybe;\n PageIsSearchable?: Maybe;\n PageNavigationTitle?: Maybe;\n ParentLink?: Maybe;\n RelativePath?: Maybe;\n RouteSegment?: Maybe;\n Saved?: Maybe;\n Shortcut?: Maybe;\n SiteId?: Maybe;\n StartPublish?: Maybe;\n Status?: Maybe;\n StopPublish?: Maybe;\n Thumbnail?: Maybe;\n Url?: Maybe;\n /** @deprecated Use `_link` field instead */\n _children?: Maybe;\n _deleted?: Maybe;\n _fulltext?: Maybe>>;\n _id?: Maybe;\n _link?: Maybe;\n _modified?: Maybe;\n _score?: Maybe;\n};\n\n\n/** Used for video file types such as mp4, flv, webm */\nexport type VideoFileContentArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Used for video file types such as mp4, flv, webm */\nexport type VideoFileNameArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Used for video file types such as mp4, flv, webm */\nexport type VideoFile_FulltextArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Used for video file types such as mp4, flv, webm */\nexport type VideoFile_LinkArgs = {\n type?: InputMaybe;\n};\n\nexport type VideoFileAutocomplete = {\n __typename?: 'VideoFileAutocomplete';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n ExistingLanguages?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n MimeType?: Maybe>>;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n Status?: Maybe>>;\n Thumbnail?: Maybe;\n Url?: Maybe>>;\n};\n\n\nexport type VideoFileAutocompleteAncestorsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type VideoFileAutocompleteContentTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type VideoFileAutocompleteMimeTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type VideoFileAutocompletePageFeaturedDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type VideoFileAutocompletePageImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type VideoFileAutocompletePageNavigationTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type VideoFileAutocompleteRelativePathArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type VideoFileAutocompleteRouteSegmentArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type VideoFileAutocompleteShortcutArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type VideoFileAutocompleteSiteIdArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type VideoFileAutocompleteStatusArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type VideoFileAutocompleteUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type VideoFileFacet = {\n __typename?: 'VideoFileFacet';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n Changed?: Maybe>>;\n Content?: Maybe>>;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe>>;\n ExistingLanguages?: Maybe;\n IsCommonDraft?: Maybe>>;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n MimeType?: Maybe>>;\n Name?: Maybe>>;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageIsSearchable?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Saved?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n StartPublish?: Maybe>>;\n Status?: Maybe>>;\n StopPublish?: Maybe>>;\n Thumbnail?: Maybe;\n Url?: Maybe>>;\n};\n\n\nexport type VideoFileFacetAncestorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type VideoFileFacetChangedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type VideoFileFacetContentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type VideoFileFacetContentTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type VideoFileFacetCreatedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type VideoFileFacetIsCommonDraftArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type VideoFileFacetMimeTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type VideoFileFacetNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type VideoFileFacetPageFeaturedDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type VideoFileFacetPageImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type VideoFileFacetPageIsSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type VideoFileFacetPageNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type VideoFileFacetRelativePathArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type VideoFileFacetRouteSegmentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type VideoFileFacetSavedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type VideoFileFacetShortcutArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type VideoFileFacetSiteIdArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type VideoFileFacetStartPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type VideoFileFacetStatusArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type VideoFileFacetStopPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type VideoFileFacetUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type VideoFileOrderByInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n Content?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n MimeType?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Thumbnail?: InputMaybe;\n Url?: InputMaybe;\n _minimumScore?: InputMaybe;\n _modified?: InputMaybe;\n _ranking?: InputMaybe;\n _semanticWeight?: InputMaybe;\n};\n\nexport type VideoFileOutput = {\n __typename?: 'VideoFileOutput';\n autocomplete?: Maybe;\n cursor?: Maybe;\n facets?: Maybe;\n items?: Maybe>>;\n total?: Maybe;\n};\n\n\nexport type VideoFileOutputTotalArgs = {\n all?: InputMaybe;\n};\n\nexport type VideoFileWhereInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n Content?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n MimeType?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Thumbnail?: InputMaybe;\n Url?: InputMaybe;\n _and?: InputMaybe>>;\n _fulltext?: InputMaybe;\n _modified?: InputMaybe;\n _not?: InputMaybe>>;\n _or?: InputMaybe>>;\n};\n\n/** Card that displays a video with a video transcript. */\nexport type VideoWithCaptionsCardBlock = IContent & IData & {\n __typename?: 'VideoWithCaptionsCardBlock';\n Ancestors?: Maybe>>;\n Author?: Maybe;\n Category?: Maybe>>;\n Changed?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe;\n ExistingLanguages?: Maybe>>;\n IsCommonDraft?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe;\n PageFeaturedDescription?: Maybe;\n PageImageUrl?: Maybe;\n PageIsSearchable?: Maybe;\n PageNavigationTitle?: Maybe;\n ParentLink?: Maybe;\n RelativePath?: Maybe;\n RouteSegment?: Maybe;\n Saved?: Maybe;\n Shortcut?: Maybe;\n SiteId?: Maybe;\n StartPublish?: Maybe;\n Status?: Maybe;\n StopPublish?: Maybe;\n /** Will be displayed after the author name, preceded by a comma. */\n Term?: Maybe;\n Url?: Maybe;\n /** The Google Console app name. Required to generate YouTube captions. If not provided captions will not be generated. */\n YouTubeApp?: Maybe;\n /** Required to generate YouTube captions. If not provided captions will not be generated. */\n YouTubeToken?: Maybe;\n /** @deprecated Use `_link` field instead */\n _children?: Maybe;\n _deleted?: Maybe;\n _fulltext?: Maybe>>;\n _id?: Maybe;\n _link?: Maybe;\n _modified?: Maybe;\n _score?: Maybe;\n};\n\n\n/** Card that displays a video with a video transcript. */\nexport type VideoWithCaptionsCardBlockAuthorArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Card that displays a video with a video transcript. */\nexport type VideoWithCaptionsCardBlockNameArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Card that displays a video with a video transcript. */\nexport type VideoWithCaptionsCardBlockTermArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Card that displays a video with a video transcript. */\nexport type VideoWithCaptionsCardBlockYouTubeAppArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Card that displays a video with a video transcript. */\nexport type VideoWithCaptionsCardBlockYouTubeTokenArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Card that displays a video with a video transcript. */\nexport type VideoWithCaptionsCardBlock_FulltextArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Card that displays a video with a video transcript. */\nexport type VideoWithCaptionsCardBlock_LinkArgs = {\n type?: InputMaybe;\n};\n\nexport type VideoWithCaptionsCardBlockAutocomplete = {\n __typename?: 'VideoWithCaptionsCardBlockAutocomplete';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n ExistingLanguages?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n Status?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type VideoWithCaptionsCardBlockAutocompleteAncestorsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type VideoWithCaptionsCardBlockAutocompleteContentTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type VideoWithCaptionsCardBlockAutocompletePageFeaturedDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type VideoWithCaptionsCardBlockAutocompletePageImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type VideoWithCaptionsCardBlockAutocompletePageNavigationTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type VideoWithCaptionsCardBlockAutocompleteRelativePathArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type VideoWithCaptionsCardBlockAutocompleteRouteSegmentArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type VideoWithCaptionsCardBlockAutocompleteShortcutArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type VideoWithCaptionsCardBlockAutocompleteSiteIdArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type VideoWithCaptionsCardBlockAutocompleteStatusArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type VideoWithCaptionsCardBlockAutocompleteUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type VideoWithCaptionsCardBlockFacet = {\n __typename?: 'VideoWithCaptionsCardBlockFacet';\n Ancestors?: Maybe>>;\n Author?: Maybe>>;\n Category?: Maybe;\n Changed?: Maybe>>;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe>>;\n ExistingLanguages?: Maybe;\n IsCommonDraft?: Maybe>>;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe>>;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageIsSearchable?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Saved?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n StartPublish?: Maybe>>;\n Status?: Maybe>>;\n StopPublish?: Maybe>>;\n Term?: Maybe>>;\n Url?: Maybe>>;\n YouTubeApp?: Maybe>>;\n YouTubeToken?: Maybe>>;\n};\n\n\nexport type VideoWithCaptionsCardBlockFacetAncestorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type VideoWithCaptionsCardBlockFacetAuthorArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type VideoWithCaptionsCardBlockFacetChangedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type VideoWithCaptionsCardBlockFacetContentTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type VideoWithCaptionsCardBlockFacetCreatedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type VideoWithCaptionsCardBlockFacetIsCommonDraftArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type VideoWithCaptionsCardBlockFacetNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type VideoWithCaptionsCardBlockFacetPageFeaturedDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type VideoWithCaptionsCardBlockFacetPageImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type VideoWithCaptionsCardBlockFacetPageIsSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type VideoWithCaptionsCardBlockFacetPageNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type VideoWithCaptionsCardBlockFacetRelativePathArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type VideoWithCaptionsCardBlockFacetRouteSegmentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type VideoWithCaptionsCardBlockFacetSavedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type VideoWithCaptionsCardBlockFacetShortcutArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type VideoWithCaptionsCardBlockFacetSiteIdArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type VideoWithCaptionsCardBlockFacetStartPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type VideoWithCaptionsCardBlockFacetStatusArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type VideoWithCaptionsCardBlockFacetStopPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type VideoWithCaptionsCardBlockFacetTermArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type VideoWithCaptionsCardBlockFacetUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type VideoWithCaptionsCardBlockFacetYouTubeAppArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type VideoWithCaptionsCardBlockFacetYouTubeTokenArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type VideoWithCaptionsCardBlockOrderByInput = {\n Ancestors?: InputMaybe;\n Author?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Term?: InputMaybe;\n Url?: InputMaybe;\n YouTubeApp?: InputMaybe;\n YouTubeToken?: InputMaybe;\n _minimumScore?: InputMaybe;\n _modified?: InputMaybe;\n _ranking?: InputMaybe;\n _semanticWeight?: InputMaybe;\n};\n\nexport type VideoWithCaptionsCardBlockOutput = {\n __typename?: 'VideoWithCaptionsCardBlockOutput';\n autocomplete?: Maybe;\n cursor?: Maybe;\n facets?: Maybe;\n items?: Maybe>>;\n total?: Maybe;\n};\n\n\nexport type VideoWithCaptionsCardBlockOutputTotalArgs = {\n all?: InputMaybe;\n};\n\nexport type VideoWithCaptionsCardBlockWhereInput = {\n Ancestors?: InputMaybe;\n Author?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Term?: InputMaybe;\n Url?: InputMaybe;\n YouTubeApp?: InputMaybe;\n YouTubeToken?: InputMaybe;\n _and?: InputMaybe>>;\n _fulltext?: InputMaybe;\n _modified?: InputMaybe;\n _not?: InputMaybe>>;\n _or?: InputMaybe>>;\n};\n\nexport type VisitorDataHiddenElementBlock = IContent & IData & {\n __typename?: 'VisitorDataHiddenElementBlock';\n Ancestors?: Maybe>>;\n Category?: Maybe>>;\n Changed?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe;\n ExistingLanguages?: Maybe>>;\n IsCommonDraft?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe;\n PageFeaturedDescription?: Maybe;\n PageImageUrl?: Maybe;\n PageIsSearchable?: Maybe;\n PageNavigationTitle?: Maybe;\n ParentLink?: Maybe;\n RelativePath?: Maybe;\n RouteSegment?: Maybe;\n Saved?: Maybe;\n Shortcut?: Maybe;\n SiteId?: Maybe;\n StartPublish?: Maybe;\n Status?: Maybe;\n StopPublish?: Maybe;\n Url?: Maybe;\n VisitorDataSources?: Maybe;\n /** @deprecated Use `_link` field instead */\n _children?: Maybe;\n _deleted?: Maybe;\n _fulltext?: Maybe>>;\n _id?: Maybe;\n _link?: Maybe;\n _modified?: Maybe;\n _score?: Maybe;\n};\n\n\nexport type VisitorDataHiddenElementBlockNameArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type VisitorDataHiddenElementBlockVisitorDataSourcesArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type VisitorDataHiddenElementBlock_FulltextArgs = {\n highlight?: InputMaybe;\n};\n\n\nexport type VisitorDataHiddenElementBlock_LinkArgs = {\n type?: InputMaybe;\n};\n\nexport type VisitorDataHiddenElementBlockAutocomplete = {\n __typename?: 'VisitorDataHiddenElementBlockAutocomplete';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n ExistingLanguages?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n Status?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type VisitorDataHiddenElementBlockAutocompleteAncestorsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type VisitorDataHiddenElementBlockAutocompleteContentTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type VisitorDataHiddenElementBlockAutocompletePageFeaturedDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type VisitorDataHiddenElementBlockAutocompletePageImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type VisitorDataHiddenElementBlockAutocompletePageNavigationTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type VisitorDataHiddenElementBlockAutocompleteRelativePathArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type VisitorDataHiddenElementBlockAutocompleteRouteSegmentArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type VisitorDataHiddenElementBlockAutocompleteShortcutArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type VisitorDataHiddenElementBlockAutocompleteSiteIdArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type VisitorDataHiddenElementBlockAutocompleteStatusArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type VisitorDataHiddenElementBlockAutocompleteUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type VisitorDataHiddenElementBlockFacet = {\n __typename?: 'VisitorDataHiddenElementBlockFacet';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n Changed?: Maybe>>;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe>>;\n ExistingLanguages?: Maybe;\n IsCommonDraft?: Maybe>>;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe>>;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageIsSearchable?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Saved?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n StartPublish?: Maybe>>;\n Status?: Maybe>>;\n StopPublish?: Maybe>>;\n Url?: Maybe>>;\n VisitorDataSources?: Maybe>>;\n};\n\n\nexport type VisitorDataHiddenElementBlockFacetAncestorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type VisitorDataHiddenElementBlockFacetChangedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type VisitorDataHiddenElementBlockFacetContentTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type VisitorDataHiddenElementBlockFacetCreatedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type VisitorDataHiddenElementBlockFacetIsCommonDraftArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type VisitorDataHiddenElementBlockFacetNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type VisitorDataHiddenElementBlockFacetPageFeaturedDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type VisitorDataHiddenElementBlockFacetPageImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type VisitorDataHiddenElementBlockFacetPageIsSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type VisitorDataHiddenElementBlockFacetPageNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type VisitorDataHiddenElementBlockFacetRelativePathArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type VisitorDataHiddenElementBlockFacetRouteSegmentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type VisitorDataHiddenElementBlockFacetSavedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type VisitorDataHiddenElementBlockFacetShortcutArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type VisitorDataHiddenElementBlockFacetSiteIdArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type VisitorDataHiddenElementBlockFacetStartPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type VisitorDataHiddenElementBlockFacetStatusArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type VisitorDataHiddenElementBlockFacetStopPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type VisitorDataHiddenElementBlockFacetUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type VisitorDataHiddenElementBlockFacetVisitorDataSourcesArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type VisitorDataHiddenElementBlockOrderByInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n VisitorDataSources?: InputMaybe;\n _minimumScore?: InputMaybe;\n _modified?: InputMaybe;\n _ranking?: InputMaybe;\n _semanticWeight?: InputMaybe;\n};\n\nexport type VisitorDataHiddenElementBlockOutput = {\n __typename?: 'VisitorDataHiddenElementBlockOutput';\n autocomplete?: Maybe;\n cursor?: Maybe;\n facets?: Maybe;\n items?: Maybe>>;\n total?: Maybe;\n};\n\n\nexport type VisitorDataHiddenElementBlockOutputTotalArgs = {\n all?: InputMaybe;\n};\n\nexport type VisitorDataHiddenElementBlockWhereInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n VisitorDataSources?: InputMaybe;\n _and?: InputMaybe>>;\n _fulltext?: InputMaybe;\n _modified?: InputMaybe;\n _not?: InputMaybe>>;\n _or?: InputMaybe>>;\n};\n\n/** Used for webp image file type */\nexport type WebImageMediaData = IContent & IData & {\n __typename?: 'WebImageMediaData';\n AltText?: Maybe;\n Ancestors?: Maybe>>;\n Category?: Maybe>>;\n Changed?: Maybe;\n Content?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe;\n /** Description of the image */\n Description?: Maybe;\n ExistingLanguages?: Maybe>>;\n IsCommonDraft?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n MimeType?: Maybe;\n Name?: Maybe;\n PageFeaturedDescription?: Maybe;\n PageImageUrl?: Maybe;\n PageIsSearchable?: Maybe;\n PageNavigationTitle?: Maybe;\n ParentLink?: Maybe;\n RelativePath?: Maybe;\n RouteSegment?: Maybe;\n Saved?: Maybe;\n Shortcut?: Maybe;\n SiteId?: Maybe;\n StartPublish?: Maybe;\n Status?: Maybe;\n StopPublish?: Maybe;\n Thumbnail?: Maybe;\n Title?: Maybe;\n Url?: Maybe;\n /** @deprecated Use `_link` field instead */\n _children?: Maybe;\n _deleted?: Maybe;\n _fulltext?: Maybe>>;\n _id?: Maybe;\n _link?: Maybe;\n _modified?: Maybe;\n _score?: Maybe;\n};\n\n\n/** Used for webp image file type */\nexport type WebImageMediaDataAltTextArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Used for webp image file type */\nexport type WebImageMediaDataContentArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Used for webp image file type */\nexport type WebImageMediaDataDescriptionArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Used for webp image file type */\nexport type WebImageMediaDataNameArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Used for webp image file type */\nexport type WebImageMediaDataTitleArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Used for webp image file type */\nexport type WebImageMediaData_FulltextArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Used for webp image file type */\nexport type WebImageMediaData_LinkArgs = {\n type?: InputMaybe;\n};\n\nexport type WebImageMediaDataAutocomplete = {\n __typename?: 'WebImageMediaDataAutocomplete';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n ExistingLanguages?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n MimeType?: Maybe>>;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n Status?: Maybe>>;\n Thumbnail?: Maybe;\n Url?: Maybe>>;\n};\n\n\nexport type WebImageMediaDataAutocompleteAncestorsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type WebImageMediaDataAutocompleteContentTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type WebImageMediaDataAutocompleteMimeTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type WebImageMediaDataAutocompletePageFeaturedDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type WebImageMediaDataAutocompletePageImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type WebImageMediaDataAutocompletePageNavigationTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type WebImageMediaDataAutocompleteRelativePathArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type WebImageMediaDataAutocompleteRouteSegmentArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type WebImageMediaDataAutocompleteShortcutArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type WebImageMediaDataAutocompleteSiteIdArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type WebImageMediaDataAutocompleteStatusArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type WebImageMediaDataAutocompleteUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type WebImageMediaDataFacet = {\n __typename?: 'WebImageMediaDataFacet';\n AltText?: Maybe>>;\n Ancestors?: Maybe>>;\n Category?: Maybe;\n Changed?: Maybe>>;\n Content?: Maybe>>;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe>>;\n Description?: Maybe>>;\n ExistingLanguages?: Maybe;\n IsCommonDraft?: Maybe>>;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n MimeType?: Maybe>>;\n Name?: Maybe>>;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageIsSearchable?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Saved?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n StartPublish?: Maybe>>;\n Status?: Maybe>>;\n StopPublish?: Maybe>>;\n Thumbnail?: Maybe;\n Title?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type WebImageMediaDataFacetAltTextArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type WebImageMediaDataFacetAncestorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type WebImageMediaDataFacetChangedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type WebImageMediaDataFacetContentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type WebImageMediaDataFacetContentTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type WebImageMediaDataFacetCreatedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type WebImageMediaDataFacetDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type WebImageMediaDataFacetIsCommonDraftArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type WebImageMediaDataFacetMimeTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type WebImageMediaDataFacetNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type WebImageMediaDataFacetPageFeaturedDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type WebImageMediaDataFacetPageImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type WebImageMediaDataFacetPageIsSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type WebImageMediaDataFacetPageNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type WebImageMediaDataFacetRelativePathArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type WebImageMediaDataFacetRouteSegmentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type WebImageMediaDataFacetSavedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type WebImageMediaDataFacetShortcutArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type WebImageMediaDataFacetSiteIdArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type WebImageMediaDataFacetStartPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type WebImageMediaDataFacetStatusArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type WebImageMediaDataFacetStopPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type WebImageMediaDataFacetTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type WebImageMediaDataFacetUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type WebImageMediaDataOrderByInput = {\n AltText?: InputMaybe;\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n Content?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n Description?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n MimeType?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Thumbnail?: InputMaybe;\n Title?: InputMaybe;\n Url?: InputMaybe;\n _minimumScore?: InputMaybe;\n _modified?: InputMaybe;\n _ranking?: InputMaybe;\n _semanticWeight?: InputMaybe;\n};\n\nexport type WebImageMediaDataOutput = {\n __typename?: 'WebImageMediaDataOutput';\n autocomplete?: Maybe;\n cursor?: Maybe;\n facets?: Maybe;\n items?: Maybe>>;\n total?: Maybe;\n};\n\n\nexport type WebImageMediaDataOutputTotalArgs = {\n all?: InputMaybe;\n};\n\nexport type WebImageMediaDataWhereInput = {\n AltText?: InputMaybe;\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n Content?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n Description?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n MimeType?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Thumbnail?: InputMaybe;\n Title?: InputMaybe;\n Url?: InputMaybe;\n _and?: InputMaybe>>;\n _fulltext?: InputMaybe;\n _modified?: InputMaybe;\n _not?: InputMaybe>>;\n _or?: InputMaybe>>;\n};\n\n/** Displays a social post from X. */\nexport type XPostBlock = IContent & IData & {\n __typename?: 'XPostBlock';\n Ancestors?: Maybe>>;\n Category?: Maybe>>;\n Changed?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe;\n ExistingLanguages?: Maybe>>;\n IsCommonDraft?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe;\n PageFeaturedDescription?: Maybe;\n PageImageUrl?: Maybe;\n PageIsSearchable?: Maybe;\n PageNavigationTitle?: Maybe;\n ParentLink?: Maybe;\n RelativePath?: Maybe;\n RouteSegment?: Maybe;\n Saved?: Maybe;\n Shortcut?: Maybe;\n SiteId?: Maybe;\n StartPublish?: Maybe;\n Status?: Maybe;\n StopPublish?: Maybe;\n Url?: Maybe;\n /** @deprecated Use `_link` field instead */\n _children?: Maybe;\n _deleted?: Maybe;\n _fulltext?: Maybe>>;\n _id?: Maybe;\n _link?: Maybe;\n _modified?: Maybe;\n _score?: Maybe;\n};\n\n\n/** Displays a social post from X. */\nexport type XPostBlockNameArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Displays a social post from X. */\nexport type XPostBlock_FulltextArgs = {\n highlight?: InputMaybe;\n};\n\n\n/** Displays a social post from X. */\nexport type XPostBlock_LinkArgs = {\n type?: InputMaybe;\n};\n\nexport type XPostBlockAutocomplete = {\n __typename?: 'XPostBlockAutocomplete';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n ExistingLanguages?: Maybe;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n Status?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type XPostBlockAutocompleteAncestorsArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type XPostBlockAutocompleteContentTypeArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type XPostBlockAutocompletePageFeaturedDescriptionArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type XPostBlockAutocompletePageImageUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type XPostBlockAutocompletePageNavigationTitleArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type XPostBlockAutocompleteRelativePathArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type XPostBlockAutocompleteRouteSegmentArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type XPostBlockAutocompleteShortcutArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type XPostBlockAutocompleteSiteIdArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type XPostBlockAutocompleteStatusArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\n\nexport type XPostBlockAutocompleteUrlArgs = {\n limit?: Scalars['Int']['input'];\n value: Scalars['String']['input'];\n};\n\nexport type XPostBlockFacet = {\n __typename?: 'XPostBlockFacet';\n Ancestors?: Maybe>>;\n Category?: Maybe;\n Changed?: Maybe>>;\n ContentLink?: Maybe;\n ContentType?: Maybe>>;\n Created?: Maybe>>;\n ExistingLanguages?: Maybe;\n IsCommonDraft?: Maybe>>;\n Language?: Maybe;\n MasterLanguage?: Maybe;\n Name?: Maybe>>;\n PageFeaturedDescription?: Maybe>>;\n PageImageUrl?: Maybe>>;\n PageIsSearchable?: Maybe>>;\n PageNavigationTitle?: Maybe>>;\n ParentLink?: Maybe;\n RelativePath?: Maybe>>;\n RouteSegment?: Maybe>>;\n Saved?: Maybe>>;\n Shortcut?: Maybe>>;\n SiteId?: Maybe>>;\n StartPublish?: Maybe>>;\n Status?: Maybe>>;\n StopPublish?: Maybe>>;\n Url?: Maybe>>;\n};\n\n\nexport type XPostBlockFacetAncestorsArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type XPostBlockFacetChangedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type XPostBlockFacetContentTypeArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type XPostBlockFacetCreatedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type XPostBlockFacetIsCommonDraftArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type XPostBlockFacetNameArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type XPostBlockFacetPageFeaturedDescriptionArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type XPostBlockFacetPageImageUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type XPostBlockFacetPageIsSearchableArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type XPostBlockFacetPageNavigationTitleArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type XPostBlockFacetRelativePathArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type XPostBlockFacetRouteSegmentArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type XPostBlockFacetSavedArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type XPostBlockFacetShortcutArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type XPostBlockFacetSiteIdArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type XPostBlockFacetStartPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type XPostBlockFacetStatusArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\n\nexport type XPostBlockFacetStopPublishArgs = {\n unit?: InputMaybe;\n value?: InputMaybe;\n};\n\n\nexport type XPostBlockFacetUrlArgs = {\n filters?: InputMaybe>;\n limit?: Scalars['Int']['input'];\n orderBy?: InputMaybe;\n orderType?: InputMaybe;\n};\n\nexport type XPostBlockOrderByInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n _minimumScore?: InputMaybe;\n _modified?: InputMaybe;\n _ranking?: InputMaybe;\n _semanticWeight?: InputMaybe;\n};\n\nexport type XPostBlockOutput = {\n __typename?: 'XPostBlockOutput';\n autocomplete?: Maybe;\n cursor?: Maybe;\n facets?: Maybe;\n items?: Maybe>>;\n total?: Maybe;\n};\n\n\nexport type XPostBlockOutputTotalArgs = {\n all?: InputMaybe;\n};\n\nexport type XPostBlockWhereInput = {\n Ancestors?: InputMaybe;\n Category?: InputMaybe;\n Changed?: InputMaybe;\n ContentLink?: InputMaybe;\n ContentType?: InputMaybe;\n Created?: InputMaybe;\n ExistingLanguages?: InputMaybe;\n IsCommonDraft?: InputMaybe;\n Language?: InputMaybe;\n MasterLanguage?: InputMaybe;\n Name?: InputMaybe;\n PageFeaturedDescription?: InputMaybe;\n PageImageUrl?: InputMaybe;\n PageIsSearchable?: InputMaybe;\n PageNavigationTitle?: InputMaybe;\n ParentLink?: InputMaybe;\n RelativePath?: InputMaybe;\n RouteSegment?: InputMaybe;\n Saved?: InputMaybe;\n Shortcut?: InputMaybe;\n SiteId?: InputMaybe;\n StartPublish?: InputMaybe;\n Status?: InputMaybe;\n StopPublish?: InputMaybe;\n Url?: InputMaybe;\n _and?: InputMaybe>>;\n _fulltext?: InputMaybe;\n _modified?: InputMaybe;\n _not?: InputMaybe>>;\n _or?: InputMaybe>>;\n};\n\nexport enum System_Locales {\n All = 'ALL',\n Neutral = 'NEUTRAL'\n}\n\nexport type BlogAndNewsListingPageFragmentFragment = { __typename?: 'ArticleDetailPage', _id?: string | null, Name?: string | null, FeaturedDescription?: string | null, Date?: any | null, ReadTime?: string | null, Url?: string | null, BlogAndNewsImage?: { __typename?: 'ContentModelReference', Url?: string | null } | null, TopicFacet?: { __typename?: 'FilterCategoryModel', AllCategoriesIds?: string | null, Categories?: Array<{ __typename?: 'FilterCategoryItemModel', Id?: string | null, Title?: string | null } | null> | null } | null, ContentTypeFacet?: { __typename?: 'FilterCategoryModel', AllCategoriesIds?: string | null, Categories?: Array<{ __typename?: 'FilterCategoryItemModel', Id?: string | null, Title?: string | null } | null> | null } | null, CollegeOrSchoolFacet?: { __typename?: 'FilterCategoryModel', AllCategoriesIds?: string | null, Categories?: Array<{ __typename?: 'FilterCategoryItemModel', Id?: string | null, Title?: string | null } | null> | null } | null };\n\nexport type FeaturedEventsFragmentFragment = { __typename?: 'EventDetailPage', _id?: string | null, _fulltext?: Array | null, EventTitle?: string | null, Url?: string | null, InitialDateEvent?: any | null, EndDateEvent?: any | null, EventTypeFacet?: { __typename?: 'FilterCategoryModel', AllCategoriesIds?: string | null, Categories?: Array<{ __typename?: 'FilterCategoryItemModel', Id?: string | null, Title?: string | null } | null> | null } | null, EventLocationFacet?: { __typename?: 'FilterCategoryModel', AllCategoriesIds?: string | null, Categories?: Array<{ __typename?: 'FilterCategoryItemModel', Id?: string | null, Title?: string | null } | null> | null } | null, EventAudienceFacet?: { __typename?: 'FilterCategoryModel', AllCategoriesIds?: string | null, Categories?: Array<{ __typename?: 'FilterCategoryItemModel', Id?: string | null, Title?: string | null } | null> | null } | null };\n\nexport type ResourceDetailPageFragmentFragment = { __typename?: 'ResourceDetailPage', _id?: string | null, ResourceName?: string | null, ResourceDescription?: string | null, Url?: string | null, StartPublish?: any | null, ResourceOfficesAndServicesFacet?: { __typename?: 'FilterCategoryModel', AllCategoriesIds?: string | null, Categories?: Array<{ __typename?: 'FilterCategoryItemModel', Id?: string | null, Title?: string | null } | null> | null } | null, ResourceTypeFacet?: { __typename?: 'FilterCategoryModel', AllCategoriesIds?: string | null, Categories?: Array<{ __typename?: 'FilterCategoryItemModel', Id?: string | null, Title?: string | null } | null> | null } | null, ResourceAudienceFacet?: { __typename?: 'FilterCategoryModel', AllCategoriesIds?: string | null, Categories?: Array<{ __typename?: 'FilterCategoryItemModel', Id?: string | null, Title?: string | null } | null> | null } | null };\n\nexport type BlogAndNewsListingQueryVariables = Exact<{\n orderBy?: InputMaybe;\n numberOfResults?: InputMaybe;\n skip?: InputMaybe;\n searchTerm?: InputMaybe;\n searchTermBoost?: InputMaybe;\n topicFacet?: InputMaybe> | InputMaybe>;\n contentTypeFacet?: InputMaybe> | InputMaybe>;\n collegeOrSchoolFacet?: InputMaybe> | InputMaybe>;\n}>;\n\n\nexport type BlogAndNewsListingQuery = { __typename?: 'Query', ArticleDetailPage?: { __typename?: 'ArticleDetailPageOutput', total?: number | null, facets?: { __typename?: 'ArticleDetailPageFacet', TopicFacet?: { __typename?: 'FilterCategoryModelFacet', Categories?: { __typename?: 'FilterCategoryItemModelFacet', IdTitle?: Array<{ __typename?: 'StringFacet', name?: string | null, count?: number | null } | null> | null } | null } | null, ContentTypeFacet?: { __typename?: 'FilterCategoryModelFacet', Categories?: { __typename?: 'FilterCategoryItemModelFacet', IdTitle?: Array<{ __typename?: 'StringFacet', name?: string | null, count?: number | null } | null> | null } | null } | null, CollegeOrSchoolFacet?: { __typename?: 'FilterCategoryModelFacet', Categories?: { __typename?: 'FilterCategoryItemModelFacet', IdTitle?: Array<{ __typename?: 'StringFacet', name?: string | null, count?: number | null } | null> | null } | null } | null } | null, items?: Array<{ __typename?: 'ArticleDetailPage', _id?: string | null, Name?: string | null, FeaturedDescription?: string | null, Date?: any | null, ReadTime?: string | null, Url?: string | null, BlogAndNewsImage?: { __typename?: 'ContentModelReference', Url?: string | null } | null, TopicFacet?: { __typename?: 'FilterCategoryModel', AllCategoriesIds?: string | null, Categories?: Array<{ __typename?: 'FilterCategoryItemModel', Id?: string | null, Title?: string | null } | null> | null } | null, ContentTypeFacet?: { __typename?: 'FilterCategoryModel', AllCategoriesIds?: string | null, Categories?: Array<{ __typename?: 'FilterCategoryItemModel', Id?: string | null, Title?: string | null } | null> | null } | null, CollegeOrSchoolFacet?: { __typename?: 'FilterCategoryModel', AllCategoriesIds?: string | null, Categories?: Array<{ __typename?: 'FilterCategoryItemModel', Id?: string | null, Title?: string | null } | null> | null } | null } | null> | null } | null };\n\nexport type CourseListingQueryVariables = Exact<{\n numberOfResults?: InputMaybe;\n skip?: InputMaybe;\n searchTerm?: InputMaybe;\n areaOfStudyFacet?: InputMaybe> | InputMaybe>;\n searchTermBoost?: InputMaybe;\n orderBy?: InputMaybe;\n}>;\n\n\nexport type CourseListingQuery = { __typename?: 'Query', CourseProduct?: { __typename?: 'CourseProductOutput', total?: number | null, items?: Array<{ __typename?: 'CourseProduct', _id?: string | null, Url?: string | null, CourseSubjectId?: string | null, CourseTitle?: string | null, AreaOfStudyFacet?: { __typename?: 'FilterCategoryModel', AllCategoriesIds?: string | null, Categories?: Array<{ __typename?: 'FilterCategoryItemModel', Id?: string | null, Title?: string | null } | null> | null } | null } | null> | null, facets?: { __typename?: 'CourseProductFacet', AreaOfStudyFacet?: { __typename?: 'FilterCategoryModelFacet', Categories?: { __typename?: 'FilterCategoryItemModelFacet', Id?: Array<{ __typename?: 'StringFacet', name?: string | null, count?: number | null } | null> | null, Title?: Array<{ __typename?: 'StringFacet', name?: string | null, count?: number | null } | null> | null } | null } | null } | null } | null };\n\nexport type ProductListingQueryVariables = Exact<{\n numberOfResults?: InputMaybe;\n skip?: InputMaybe;\n searchTerm?: InputMaybe;\n searchTermBoost?: InputMaybe;\n productTypeFacet?: InputMaybe> | InputMaybe>;\n orderBy?: InputMaybe;\n}>;\n\n\nexport type ProductListingQuery = { __typename?: 'Query', StandardProduct?: { __typename?: 'StandardProductOutput', total?: number | null, facets?: { __typename?: 'StandardProductFacet', ProductTypeFacet?: { __typename?: 'FilterCategoryModelFacet', Categories?: { __typename?: 'FilterCategoryItemModelFacet', IdTitle?: Array<{ __typename?: 'StringFacet', name?: string | null, count?: number | null } | null> | null } | null } | null } | null, items?: Array<{ __typename?: 'StandardProduct', _id?: string | null, Url?: string | null, DescriptionInCart?: string | null, DefaultImageUrl?: string | null, DefaultMarketPrice?: number | null, DisplayName?: string | null, ProductTypeFacet?: { __typename?: 'FilterCategoryModel', AllCategoriesIds?: string | null, Categories?: Array<{ __typename?: 'FilterCategoryItemModel', Id?: string | null, Title?: string | null } | null> | null } | null } | null> | null } | null };\n\nexport type EventsListingQueryVariables = Exact<{\n orderBy?: InputMaybe;\n numberOfResults?: InputMaybe;\n skip?: InputMaybe;\n searchTerm?: InputMaybe;\n searchTermBoost?: InputMaybe;\n startDate?: InputMaybe;\n endDate?: InputMaybe;\n eventTypeFacet?: InputMaybe> | InputMaybe>;\n eventLocationFacet?: InputMaybe> | InputMaybe>;\n eventAudienceFacet?: InputMaybe> | InputMaybe>;\n}>;\n\n\nexport type EventsListingQuery = { __typename?: 'Query', EventDetailPage?: { __typename?: 'EventDetailPageOutput', total?: number | null, facets?: { __typename?: 'EventDetailPageFacet', EventTypeFacet?: { __typename?: 'FilterCategoryModelFacet', Categories?: { __typename?: 'FilterCategoryItemModelFacet', IdTitle?: Array<{ __typename?: 'StringFacet', name?: string | null, count?: number | null } | null> | null } | null } | null, EventLocationFacet?: { __typename?: 'FilterCategoryModelFacet', Categories?: { __typename?: 'FilterCategoryItemModelFacet', IdTitle?: Array<{ __typename?: 'StringFacet', name?: string | null, count?: number | null } | null> | null } | null } | null, EventAudienceFacet?: { __typename?: 'FilterCategoryModelFacet', Categories?: { __typename?: 'FilterCategoryItemModelFacet', IdTitle?: Array<{ __typename?: 'StringFacet', name?: string | null, count?: number | null } | null> | null } | null } | null } | null, items?: Array<{ __typename?: 'EventDetailPage', _id?: string | null, _fulltext?: Array | null, EventTitle?: string | null, Url?: string | null, InitialDateEvent?: any | null, EndDateEvent?: any | null, EventTypeFacet?: { __typename?: 'FilterCategoryModel', AllCategoriesIds?: string | null, Categories?: Array<{ __typename?: 'FilterCategoryItemModel', Id?: string | null, Title?: string | null } | null> | null } | null, EventLocationFacet?: { __typename?: 'FilterCategoryModel', AllCategoriesIds?: string | null, Categories?: Array<{ __typename?: 'FilterCategoryItemModel', Id?: string | null, Title?: string | null } | null> | null } | null, EventAudienceFacet?: { __typename?: 'FilterCategoryModel', AllCategoriesIds?: string | null, Categories?: Array<{ __typename?: 'FilterCategoryItemModel', Id?: string | null, Title?: string | null } | null> | null } | null } | null> | null } | null };\n\nexport type GetFeaturedEventsNoTagQueryVariables = Exact<{\n date: Scalars['Date']['input'];\n}>;\n\n\nexport type GetFeaturedEventsNoTagQuery = { __typename?: 'Query', EventDetailPage?: { __typename?: 'EventDetailPageOutput', items?: Array<{ __typename?: 'EventDetailPage', _id?: string | null, _fulltext?: Array | null, EventTitle?: string | null, Url?: string | null, InitialDateEvent?: any | null, EndDateEvent?: any | null, EventTypeFacet?: { __typename?: 'FilterCategoryModel', AllCategoriesIds?: string | null, Categories?: Array<{ __typename?: 'FilterCategoryItemModel', Id?: string | null, Title?: string | null } | null> | null } | null, EventLocationFacet?: { __typename?: 'FilterCategoryModel', AllCategoriesIds?: string | null, Categories?: Array<{ __typename?: 'FilterCategoryItemModel', Id?: string | null, Title?: string | null } | null> | null } | null, EventAudienceFacet?: { __typename?: 'FilterCategoryModel', AllCategoriesIds?: string | null, Categories?: Array<{ __typename?: 'FilterCategoryItemModel', Id?: string | null, Title?: string | null } | null> | null } | null } | null> | null } | null };\n\nexport type GetFeaturedEventsQueryVariables = Exact<{\n tag: Scalars['String']['input'];\n date: Scalars['Date']['input'];\n}>;\n\n\nexport type GetFeaturedEventsQuery = { __typename?: 'Query', EventDetailPage?: { __typename?: 'EventDetailPageOutput', items?: Array<{ __typename?: 'EventDetailPage', _id?: string | null, _fulltext?: Array | null, EventTitle?: string | null, Url?: string | null, InitialDateEvent?: any | null, EndDateEvent?: any | null, EventTypeFacet?: { __typename?: 'FilterCategoryModel', AllCategoriesIds?: string | null, Categories?: Array<{ __typename?: 'FilterCategoryItemModel', Id?: string | null, Title?: string | null } | null> | null } | null, EventLocationFacet?: { __typename?: 'FilterCategoryModel', AllCategoriesIds?: string | null, Categories?: Array<{ __typename?: 'FilterCategoryItemModel', Id?: string | null, Title?: string | null } | null> | null } | null, EventAudienceFacet?: { __typename?: 'FilterCategoryModel', AllCategoriesIds?: string | null, Categories?: Array<{ __typename?: 'FilterCategoryItemModel', Id?: string | null, Title?: string | null } | null> | null } | null } | null> | null } | null };\n\nexport type GetLatestNewsByTagQueryVariables = Exact<{\n tag: Scalars['String']['input'];\n}>;\n\n\nexport type GetLatestNewsByTagQuery = { __typename?: 'Query', ArticleDetailPage?: { __typename?: 'ArticleDetailPageOutput', items?: Array<{ __typename?: 'ArticleDetailPage', _id?: string | null, Title?: string | null, Url?: string | null, FeaturedDescription?: string | null, Date?: any | null, BlogAndNewsImage?: { __typename?: 'ContentModelReference', Url?: string | null } | null, OverrideCardLink?: { __typename?: 'LinkItemNode', Href?: string | null, Target?: string | null, Title?: string | null } | null } | null> | null } | null };\n\nexport type OfficeAndServicesListingQueryVariables = Exact<{\n orderBy?: InputMaybe;\n numberOfResults?: InputMaybe;\n skip?: InputMaybe;\n tag?: InputMaybe> | InputMaybe>;\n searchTerm?: InputMaybe;\n searchTermBoost?: InputMaybe;\n}>;\n\n\nexport type OfficeAndServicesListingQuery = { __typename?: 'Query', OfficesAndServicesDetailPage?: { __typename?: 'OfficesAndServicesDetailPageOutput', total?: number | null, facets?: { __typename?: 'OfficesAndServicesDetailPageFacet', ServiceTypeFacet?: { __typename?: 'FilterCategoryModelFacet', Categories?: { __typename?: 'FilterCategoryItemModelFacet', IdTitle?: Array<{ __typename?: 'StringFacet', name?: string | null, count?: number | null } | null> | null } | null } | null } | null, items?: Array<{ __typename?: 'OfficesAndServicesDetailPage', _id?: string | null, Url?: string | null, OfficeAndServiceName?: string | null, OfficeAndServiceEmail?: string | null, OfficeAndServicePhone?: string | null, OfficeAndServiceLocation?: string | null, ServiceTypeFacet?: { __typename?: 'FilterCategoryModel', AllCategoriesIds?: string | null, Categories?: Array<{ __typename?: 'FilterCategoryItemModel', Id?: string | null, Title?: string | null } | null> | null } | null } | null> | null } | null };\n\nexport type PeopleDirectoryListingQueryVariables = Exact<{\n numberOfResults?: InputMaybe;\n skip?: InputMaybe;\n searchTerm?: InputMaybe;\n peopleGroup?: InputMaybe;\n departmentFacet?: InputMaybe> | InputMaybe>;\n letter?: InputMaybe;\n orderBy?: InputMaybe;\n}>;\n\n\nexport type PeopleDirectoryListingQuery = { __typename?: 'Query', PeopleDetailPage?: { __typename?: 'PeopleDetailPageOutput', total?: number | null, facets?: { __typename?: 'PeopleDetailPageFacet', LastName?: Array<{ __typename?: 'StringFacet', name?: string | null, count?: number | null } | null> | null, PeopleGroup?: Array<{ __typename?: 'StringFacet', name?: string | null, count?: number | null } | null> | null, DepartmentFacet?: { __typename?: 'FilterCategoryModelFacet', Categories?: { __typename?: 'FilterCategoryItemModelFacet', IdTitle?: Array<{ __typename?: 'StringFacet', name?: string | null, count?: number | null } | null> | null } | null } | null } | null, items?: Array<{ __typename?: 'PeopleDetailPage', _id?: string | null, Url?: string | null, FirstName?: string | null, LastName?: string | null, PersonTitle?: string | null, Email?: string | null, PeopleGroup?: string | null, DepartmentFacet?: { __typename?: 'FilterCategoryModel', AllCategoriesIds?: string | null, Categories?: Array<{ __typename?: 'FilterCategoryItemModel', Id?: string | null, Title?: string | null } | null> | null } | null, CampusLocationFacet?: { __typename?: 'FilterCategoryModel', AllCategoriesIds?: string | null, Categories?: Array<{ __typename?: 'FilterCategoryItemModel', Id?: string | null, Title?: string | null } | null> | null } | null, PageImage?: { __typename?: 'ContentModelReference', Url?: string | null } | null } | null> | null } | null };\n\nexport type ProgramListingQueryVariables = Exact<{\n numberOfResults?: InputMaybe;\n skip?: InputMaybe;\n searchTerm?: InputMaybe;\n programTypeFacet?: InputMaybe> | InputMaybe>;\n areaOfStudyFacet?: InputMaybe> | InputMaybe>;\n campusLocationFacet?: InputMaybe> | InputMaybe>;\n locationFacet?: InputMaybe> | InputMaybe>;\n orderBy?: InputMaybe;\n}>;\n\n\nexport type ProgramListingQuery = { __typename?: 'Query', ProgramDetailPage?: { __typename?: 'ProgramDetailPageOutput', total?: number | null, facets?: { __typename?: 'ProgramDetailPageFacet', ProgramTypeFacet?: { __typename?: 'FilterCategoryModelFacet', Categories?: { __typename?: 'FilterCategoryItemModelFacet', IdTitle?: Array<{ __typename?: 'StringFacet', name?: string | null, count?: number | null } | null> | null } | null } | null, AreaOfStudyFacet?: { __typename?: 'FilterCategoryModelFacet', Categories?: { __typename?: 'FilterCategoryItemModelFacet', IdTitle?: Array<{ __typename?: 'StringFacet', name?: string | null, count?: number | null } | null> | null } | null } | null, CampusLocationFacet?: { __typename?: 'FilterCategoryModelFacet', Categories?: { __typename?: 'FilterCategoryItemModelFacet', IdTitle?: Array<{ __typename?: 'StringFacet', name?: string | null, count?: number | null } | null> | null } | null } | null, LocationFacet?: { __typename?: 'FilterCategoryModelFacet', Categories?: { __typename?: 'FilterCategoryItemModelFacet', IdTitle?: Array<{ __typename?: 'StringFacet', name?: string | null, count?: number | null } | null> | null } | null } | null } | null, items?: Array<{ __typename?: 'ProgramDetailPage', _id?: string | null, Url?: string | null, ProgramSortableName?: string | null, ProgramFullName?: string | null, ProgramShortName?: string | null, ProgramFinderDescription?: string | null, ProgramTypeFacet?: { __typename?: 'FilterCategoryModel', AllCategoriesIds?: string | null, Categories?: Array<{ __typename?: 'FilterCategoryItemModel', Id?: string | null, Title?: string | null } | null> | null } | null, LocationFacet?: { __typename?: 'FilterCategoryModel', AllCategoriesIds?: string | null, Categories?: Array<{ __typename?: 'FilterCategoryItemModel', Id?: string | null, Title?: string | null } | null> | null } | null, CampusLocationFacet?: { __typename?: 'FilterCategoryModel', AllCategoriesIds?: string | null, Categories?: Array<{ __typename?: 'FilterCategoryItemModel', Id?: string | null, Title?: string | null } | null> | null } | null, ApplyCTALink?: { __typename?: 'LinkItemNode', Href?: string | null, Text?: string | null, Target?: string | null } | null, DegreesFacet?: { __typename?: 'FilterCategoryModel', AllCategoriesIds?: string | null, Categories?: Array<{ __typename?: 'FilterCategoryItemModel', Id?: string | null, Title?: string | null } | null> | null } | null, DepartmentFacet?: { __typename?: 'FilterCategoryModel', AllCategoriesIds?: string | null, Categories?: Array<{ __typename?: 'FilterCategoryItemModel', Id?: string | null, Title?: string | null } | null> | null } | null, AreaOfStudyFacet?: { __typename?: 'FilterCategoryModel', AllCategoriesIds?: string | null, Categories?: Array<{ __typename?: 'FilterCategoryItemModel', Id?: string | null, Title?: string | null } | null> | null } | null, DepartmentCtaLink?: { __typename?: 'LinkItemNode', Href?: string | null, Text?: string | null, Target?: string | null } | null, SchoolCtaLink?: { __typename?: 'LinkItemNode', Href?: string | null, Text?: string | null, Target?: string | null } | null } | null> | null } | null };\n\nexport type GetRelatedBlogsAndNewsByTagQueryVariables = Exact<{\n tag: Scalars['String']['input'];\n currentPageId: Scalars['Int']['input'];\n}>;\n\n\nexport type GetRelatedBlogsAndNewsByTagQuery = { __typename?: 'Query', ArticleDetailPage?: { __typename?: 'ArticleDetailPageOutput', items?: Array<{ __typename?: 'ArticleDetailPage', _id?: string | null, Title?: string | null, Url?: string | null, Date?: any | null, StartPublish?: any | null, ReadTime?: string | null, BlogAndNewsImage?: { __typename?: 'ContentModelReference', Url?: string | null } | null, OverrideCardLink?: { __typename?: 'LinkItemNode', Href?: string | null, Target?: string | null, Title?: string | null } | null } | null> | null } | null };\n\nexport type GetRelatedOfficesAndServicesByTagQueryVariables = Exact<{\n tag: Scalars['String']['input'];\n currentPageId: Scalars['Int']['input'];\n}>;\n\n\nexport type GetRelatedOfficesAndServicesByTagQuery = { __typename?: 'Query', OfficesAndServicesDetailPage?: { __typename?: 'OfficesAndServicesDetailPageOutput', items?: Array<{ __typename?: 'OfficesAndServicesDetailPage', _id?: string | null, OfficeAndServiceName?: string | null, OfficeAndServiceLocation?: string | null, Url?: string | null, OfficeAndServiceImage?: { __typename?: 'ContentModelReference', Url?: string | null } | null, OverrideCardLink?: { __typename?: 'LinkItemNode', Href?: string | null, Target?: string | null, Title?: string | null } | null } | null> | null } | null };\n\nexport type GetRelatedResourcesByTagQueryVariables = Exact<{\n tag: Scalars['String']['input'];\n currentPageId: Scalars['Int']['input'];\n}>;\n\n\nexport type GetRelatedResourcesByTagQuery = { __typename?: 'Query', ResourceDetailPage?: { __typename?: 'ResourceDetailPageOutput', items?: Array<{ __typename?: 'ResourceDetailPage', _id?: string | null, ResourceName?: string | null, Url?: string | null, ResourceOfficesAndServicesFacet?: { __typename?: 'FilterCategoryModel', AllCategoriesIds?: string | null, Categories?: Array<{ __typename?: 'FilterCategoryItemModel', Id?: string | null, Title?: string | null } | null> | null } | null, ResourceAudienceFacet?: { __typename?: 'FilterCategoryModel', AllCategoriesIds?: string | null, Categories?: Array<{ __typename?: 'FilterCategoryItemModel', Id?: string | null, Title?: string | null } | null> | null } | null, OverrideCardLink?: { __typename?: 'LinkItemNode', Href?: string | null, Title?: string | null, Target?: string | null } | null } | null> | null } | null };\n\nexport type ResourcesListingQueryVariables = Exact<{\n orderBy?: InputMaybe;\n numberOfResults?: InputMaybe;\n skip?: InputMaybe;\n searchTerm?: InputMaybe;\n resourceOfficesAndServicesFacet?: InputMaybe> | InputMaybe>;\n resourceTypeFacet?: InputMaybe> | InputMaybe>;\n resourceAudienceFacet?: InputMaybe> | InputMaybe>;\n searchTermBoost?: InputMaybe;\n}>;\n\n\nexport type ResourcesListingQuery = { __typename?: 'Query', ResourceDetailPage?: { __typename?: 'ResourceDetailPageOutput', total?: number | null, facets?: { __typename?: 'ResourceDetailPageFacet', ResourceOfficesAndServicesFacet?: { __typename?: 'FilterCategoryModelFacet', Categories?: { __typename?: 'FilterCategoryItemModelFacet', IdTitle?: Array<{ __typename?: 'StringFacet', name?: string | null, count?: number | null } | null> | null } | null } | null, ResourceTypeFacet?: { __typename?: 'FilterCategoryModelFacet', Categories?: { __typename?: 'FilterCategoryItemModelFacet', IdTitle?: Array<{ __typename?: 'StringFacet', name?: string | null, count?: number | null } | null> | null } | null } | null, ResourceAudienceFacet?: { __typename?: 'FilterCategoryModelFacet', Categories?: { __typename?: 'FilterCategoryItemModelFacet', IdTitle?: Array<{ __typename?: 'StringFacet', name?: string | null, count?: number | null } | null> | null } | null } | null } | null, items?: Array<{ __typename?: 'ResourceDetailPage', _id?: string | null, ResourceName?: string | null, ResourceDescription?: string | null, Url?: string | null, StartPublish?: any | null, ResourceOfficesAndServicesFacet?: { __typename?: 'FilterCategoryModel', AllCategoriesIds?: string | null, Categories?: Array<{ __typename?: 'FilterCategoryItemModel', Id?: string | null, Title?: string | null } | null> | null } | null, ResourceTypeFacet?: { __typename?: 'FilterCategoryModel', AllCategoriesIds?: string | null, Categories?: Array<{ __typename?: 'FilterCategoryItemModel', Id?: string | null, Title?: string | null } | null> | null } | null, ResourceAudienceFacet?: { __typename?: 'FilterCategoryModel', AllCategoriesIds?: string | null, Categories?: Array<{ __typename?: 'FilterCategoryItemModel', Id?: string | null, Title?: string | null } | null> | null } | null } | null> | null } | null };\n\nexport type SearchQueryVariables = Exact<{\n type?: InputMaybe> | InputMaybe>;\n orderBy?: InputMaybe;\n numberOfResults?: InputMaybe;\n skip?: InputMaybe;\n searchTerm?: InputMaybe;\n searchTermBoost?: InputMaybe;\n}>;\n\n\nexport type SearchQuery = { __typename?: 'Query', Content?: { __typename?: 'ContentOutput', total?: number | null, items?: Array<{ __typename?: 'AboutBlock', Name?: string | null, ContentType?: Array | null, PageNavigationTitle?: string | null, PageFeaturedDescription?: string | null, PageImageUrl?: string | null, Url?: string | null } | { __typename?: 'AccordionItemBlock', Name?: string | null, ContentType?: Array | null, PageNavigationTitle?: string | null, PageFeaturedDescription?: string | null, PageImageUrl?: string | null, Url?: string | null } | { __typename?: 'AccordionRowBlock', Name?: string | null, ContentType?: Array | null, PageNavigationTitle?: string | null, PageFeaturedDescription?: string | null, PageImageUrl?: string | null, Url?: string | null } | { __typename?: 'AccountAddressPage', Name?: string | null, ContentType?: Array | null, PageNavigationTitle?: string | null, PageFeaturedDescription?: string | null, PageImageUrl?: string | null, Url?: string | null } | { __typename?: 'AccountInformationPage', Name?: string | null, ContentType?: Array | null, PageNavigationTitle?: string | null, PageFeaturedDescription?: string | null, PageImageUrl?: string | null, Url?: string | null } | { __typename?: 'AddressesElementBlock', Name?: string | null, ContentType?: Array | null, PageNavigationTitle?: string | null, PageFeaturedDescription?: string | null, PageImageUrl?: string | null, Url?: string | null } | { __typename?: 'AdmissionsAndAidDetailPage', Name?: string | null, ContentType?: Array | null, PageNavigationTitle?: string | null, PageFeaturedDescription?: string | null, PageImageUrl?: string | null, Url?: string | null } | { __typename?: 'AlertBannerBlock', Name?: string | null, ContentType?: Array | null, PageNavigationTitle?: string | null, PageFeaturedDescription?: string | null, PageImageUrl?: string | null, Url?: string | null } | { __typename?: 'ArticleDetailPage', Name?: string | null, ContentType?: Array | null, PageNavigationTitle?: string | null, PageFeaturedDescription?: string | null, PageImageUrl?: string | null, Url?: string | null } | { __typename?: 'ArticleListingPage', Name?: string | null, ContentType?: Array | null, PageNavigationTitle?: string | null, PageFeaturedDescription?: string | null, PageImageUrl?: string | null, Url?: string | null } | { __typename?: 'Associations', Name?: string | null, ContentType?: Array | null, PageNavigationTitle?: string | null, PageFeaturedDescription?: string | null, PageImageUrl?: string | null, Url?: string | null } | { __typename?: 'AudienceCardBlock', Name?: string | null, ContentType?: Array | null, PageNavigationTitle?: string | null, PageFeaturedDescription?: string | null, PageImageUrl?: string | null, Url?: string | null } | { __typename?: 'AudienceLandingPage', Name?: string | null, ContentType?: Array | null, PageNavigationTitle?: string | null, PageFeaturedDescription?: string | null, PageImageUrl?: string | null, Url?: string | null } | { __typename?: 'AudienceQuestionnaireContainerBlock', Name?: string | null, ContentType?: Array | null, PageNavigationTitle?: string | null, PageFeaturedDescription?: string | null, PageImageUrl?: string | null, Url?: string | null } | { __typename?: 'AudienceQuestionnaireItemBlock', Name?: string | null, ContentType?: Array | null, PageNavigationTitle?: string | null, PageFeaturedDescription?: string | null, PageImageUrl?: string | null, Url?: string | null } | { __typename?: 'AudioClipBlock', Name?: string | null, ContentType?: Array | null, PageNavigationTitle?: string | null, PageFeaturedDescription?: string | null, PageImageUrl?: string | null, Url?: string | null } | { __typename?: 'AudioFile', Name?: string | null, ContentType?: Array | null, PageNavigationTitle?: string | null, PageFeaturedDescription?: string | null, PageImageUrl?: string | null, Url?: string | null } | { __typename?: 'AudioTranscriptModalBlock', Name?: string | null, ContentType?: Array | null, PageNavigationTitle?: string | null, PageFeaturedDescription?: string | null, PageImageUrl?: string | null, Url?: string | null } | { __typename?: 'BundleContent', Name?: string | null, ContentType?: Array | null, PageNavigationTitle?: string | null, PageFeaturedDescription?: string | null, PageImageUrl?: string | null, Url?: string | null } | { __typename?: 'BuyOneGetOneDiscountItems', Name?: string | null, ContentType?: Array | null, PageNavigationTitle?: string | null, PageFeaturedDescription?: string | null, PageImageUrl?: string | null, Url?: string | null } | { __typename?: 'CTABlock', Name?: string | null, ContentType?: Array | null, PageNavigationTitle?: string | null, PageFeaturedDescription?: string | null, PageImageUrl?: string | null, Url?: string | null } | { __typename?: 'CTAListingBlock', Name?: string | null, ContentType?: Array | null, PageNavigationTitle?: string | null, PageFeaturedDescription?: string | null, PageImageUrl?: string | null, Url?: string | null } | { __typename?: 'CTAListingWithImageBlock', Name?: string | null, ContentType?: Array | null, PageNavigationTitle?: string | null, PageFeaturedDescription?: string | null, PageImageUrl?: string | null, Url?: string | null } | { __typename?: 'CTAModuleBlock', Name?: string | null, ContentType?: Array | null, PageNavigationTitle?: string | null, PageFeaturedDescription?: string | null, PageImageUrl?: string | null, Url?: string | null } | { __typename?: 'CaptchaElementBlock', Name?: string | null, ContentType?: Array | null, PageNavigationTitle?: string | null, PageFeaturedDescription?: string | null, PageImageUrl?: string | null, Url?: string | null } | { __typename?: 'CartPage', Name?: string | null, ContentType?: Array | null, PageNavigationTitle?: string | null, PageFeaturedDescription?: string | null, PageImageUrl?: string | null, Url?: string | null } | { __typename?: 'CatalogContent', Name?: string | null, ContentType?: Array | null, PageNavigationTitle?: string | null, PageFeaturedDescription?: string | null, PageImageUrl?: string | null, Url?: string | null } | { __typename?: 'Categories', Name?: string | null, ContentType?: Array | null, PageNavigationTitle?: string | null, PageFeaturedDescription?: string | null, PageImageUrl?: string | null, Url?: string | null } | { __typename?: 'CeCredentialValidationBlock', Name?: string | null, ContentType?: Array | null, PageNavigationTitle?: string | null, PageFeaturedDescription?: string | null, PageImageUrl?: string | null, Url?: string | null } | { __typename?: 'CheckoutPage', Name?: string | null, ContentType?: Array | null, PageNavigationTitle?: string | null, PageFeaturedDescription?: string | null, PageImageUrl?: string | null, Url?: string | null } | { __typename?: 'ChoiceElementBlock', Name?: string | null, ContentType?: Array | null, PageNavigationTitle?: string | null, PageFeaturedDescription?: string | null, PageImageUrl?: string | null, Url?: string | null } | { __typename?: 'CodingFile', Name?: string | null, ContentType?: Array | null, PageNavigationTitle?: string | null, PageFeaturedDescription?: string | null, PageImageUrl?: string | null, Url?: string | null } | { __typename?: 'ContactCardBlock', Name?: string | null, ContentType?: Array | null, PageNavigationTitle?: string | null, PageFeaturedDescription?: string | null, PageImageUrl?: string | null, Url?: string | null } | { __typename?: 'ContactCardRowBlock', Name?: string | null, ContentType?: Array | null, PageNavigationTitle?: string | null, PageFeaturedDescription?: string | null, PageImageUrl?: string | null, Url?: string | null } | { __typename?: 'Content', Name?: string | null, ContentType?: Array | null, PageNavigationTitle?: string | null, PageFeaturedDescription?: string | null, PageImageUrl?: string | null, Url?: string | null } | { __typename?: 'ContentRecommendationsBlock', Name?: string | null, ContentType?: Array | null, PageNavigationTitle?: string | null, PageFeaturedDescription?: string | null, PageImageUrl?: string | null, Url?: string | null } | { __typename?: 'ContinuousImageCarouselBlock', Name?: string | null, ContentType?: Array | null, PageNavigationTitle?: string | null, PageFeaturedDescription?: string | null, PageImageUrl?: string | null, Url?: string | null } | { __typename?: 'CookieHiddenElementBlock', Name?: string | null, ContentType?: Array | null, PageNavigationTitle?: string | null, PageFeaturedDescription?: string | null, PageImageUrl?: string | null, Url?: string | null } | { __typename?: 'CouponData', Name?: string | null, ContentType?: Array | null, PageNavigationTitle?: string | null, PageFeaturedDescription?: string | null, PageImageUrl?: string | null, Url?: string | null } | { __typename?: 'CourseAccordionBlock', Name?: string | null, ContentType?: Array | null, PageNavigationTitle?: string | null, PageFeaturedDescription?: string | null, PageImageUrl?: string | null, Url?: string | null } | { __typename?: 'CourseCardBlock', Name?: string | null, ContentType?: Array | null, PageNavigationTitle?: string | null, PageFeaturedDescription?: string | null, PageImageUrl?: string | null, Url?: string | null } | { __typename?: 'CourseCardContainerBlock', Name?: string | null, ContentType?: Array | null, PageNavigationTitle?: string | null, PageFeaturedDescription?: string | null, PageImageUrl?: string | null, Url?: string | null } | { __typename?: 'CourseNode', Name?: string | null, ContentType?: Array | null, PageNavigationTitle?: string | null, PageFeaturedDescription?: string | null, PageImageUrl?: string | null, Url?: string | null } | { __typename?: 'CourseProduct', Name?: string | null, ContentType?: Array | null, PageNavigationTitle?: string | null, PageFeaturedDescription?: string | null, PageImageUrl?: string | null, Url?: string | null } | { __typename?: 'CoursesAccordionItemBlock', Name?: string | null, ContentType?: Array | null, PageNavigationTitle?: string | null, PageFeaturedDescription?: string | null, PageImageUrl?: string | null, Url?: string | null } | { __typename?: 'CoursesAccordionRowBlock', Name?: string | null, ContentType?: Array | null, PageNavigationTitle?: string | null, PageFeaturedDescription?: string | null, PageImageUrl?: string | null, Url?: string | null } | { __typename?: 'CoursesTableBlock', Name?: string | null, ContentType?: Array | null, PageNavigationTitle?: string | null, PageFeaturedDescription?: string | null, PageImageUrl?: string | null, Url?: string | null } | { __typename?: 'CreateAccountPage', Name?: string | null, ContentType?: Array | null, PageNavigationTitle?: string | null, PageFeaturedDescription?: string | null, PageImageUrl?: string | null, Url?: string | null } | { __typename?: 'DAMAsset', Name?: string | null, ContentType?: Array | null, PageNavigationTitle?: string | null, PageFeaturedDescription?: string | null, PageImageUrl?: string | null, Url?: string | null } | { __typename?: 'DAMImageAsset', Name?: string | null, ContentType?: Array | null, PageNavigationTitle?: string | null, PageFeaturedDescription?: string | null, PageImageUrl?: string | null, Url?: string | null } | { __typename?: 'DAMVideoAsset', Name?: string | null, ContentType?: Array | null, PageNavigationTitle?: string | null, PageFeaturedDescription?: string | null, PageImageUrl?: string | null, Url?: string | null } | { __typename?: 'DateTimeElementBlock', Name?: string | null, ContentType?: Array | null, PageNavigationTitle?: string | null, PageFeaturedDescription?: string | null, PageImageUrl?: string | null, Url?: string | null } | { __typename?: 'DateTimeRangeElementBlock', Name?: string | null, ContentType?: Array | null, PageNavigationTitle?: string | null, PageFeaturedDescription?: string | null, PageImageUrl?: string | null, Url?: string | null } | { __typename?: 'DiscountItems', Name?: string | null, ContentType?: Array | null, PageNavigationTitle?: string | null, PageFeaturedDescription?: string | null, PageImageUrl?: string | null, Url?: string | null } | { __typename?: 'DocumentMediaData', Name?: string | null, ContentType?: Array | null, PageNavigationTitle?: string | null, PageFeaturedDescription?: string | null, PageImageUrl?: string | null, Url?: string | null } | { __typename?: 'DynamicVariant', Name?: string | null, ContentType?: Array | null, PageNavigationTitle?: string | null, PageFeaturedDescription?: string | null, PageImageUrl?: string | null, Url?: string | null } | { __typename?: 'EmployeeBenefitsPage', Name?: string | null, ContentType?: Array | null, PageNavigationTitle?: string | null, PageFeaturedDescription?: string | null, PageImageUrl?: string | null, Url?: string | null } | { __typename?: 'ErrorPage', Name?: string | null, ContentType?: Array | null, PageNavigationTitle?: string | null, PageFeaturedDescription?: string | null, PageImageUrl?: string | null, Url?: string | null } | { __typename?: 'EventDetailPage', Name?: string | null, ContentType?: Array | null, PageNavigationTitle?: string | null, PageFeaturedDescription?: string | null, PageImageUrl?: string | null, Url?: string | null } | { __typename?: 'EventListingPage', Name?: string | null, ContentType?: Array | null, PageNavigationTitle?: string | null, PageFeaturedDescription?: string | null, PageImageUrl?: string | null, Url?: string | null } | { __typename?: 'ExecutableMediaData', Name?: string | null, ContentType?: Array | null, PageNavigationTitle?: string | null, PageFeaturedDescription?: string | null, PageImageUrl?: string | null, Url?: string | null } | { __typename?: 'FacebookBlock', Name?: string | null, ContentType?: Array | null, PageNavigationTitle?: string | null, PageFeaturedDescription?: string | null, PageImageUrl?: string | null, Url?: string | null } | { __typename?: 'FeaturedCardBlock', Name?: string | null, ContentType?: Array | null, PageNavigationTitle?: string | null, PageFeaturedDescription?: string | null, PageImageUrl?: string | null, Url?: string | null } | { __typename?: 'FeaturedCardContainerBlock', Name?: string | null, ContentType?: Array | null, PageNavigationTitle?: string | null, PageFeaturedDescription?: string | null, PageImageUrl?: string | null, Url?: string | null } | { __typename?: 'FeaturedEventsBlock', Name?: string | null, ContentType?: Array | null, PageNavigationTitle?: string | null, PageFeaturedDescription?: string | null, PageImageUrl?: string | null, Url?: string | null } | { __typename?: 'FeaturedMenuTopItemBlock', Name?: string | null, ContentType?: Array | null, PageNavigationTitle?: string | null, PageFeaturedDescription?: string | null, PageImageUrl?: string | null, Url?: string | null } | { __typename?: 'FeaturedMenuTopLink', Name?: string | null, ContentType?: Array | null, PageNavigationTitle?: string | null, PageFeaturedDescription?: string | null, PageImageUrl?: string | null, Url?: string | null } | { __typename?: 'FeaturedNewsBlock', Name?: string | null, ContentType?: Array | null, PageNavigationTitle?: string | null, PageFeaturedDescription?: string | null, PageImageUrl?: string | null, Url?: string | null } | { __typename?: 'FileUploadElementBlock', Name?: string | null, ContentType?: Array | null, PageNavigationTitle?: string | null, PageFeaturedDescription?: string | null, PageImageUrl?: string | null, Url?: string | null } | { __typename?: 'FindUsModuleBlock', Name?: string | null, ContentType?: Array | null, PageNavigationTitle?: string | null, PageFeaturedDescription?: string | null, PageImageUrl?: string | null, Url?: string | null } | { __typename?: 'FixedOnePurchaseQuantity', Name?: string | null, ContentType?: Array | null, PageNavigationTitle?: string | null, PageFeaturedDescription?: string | null, PageImageUrl?: string | null, Url?: string | null } | { __typename?: 'FixedPricePurchaseQuantity', Name?: string | null, ContentType?: Array | null, PageNavigationTitle?: string | null, PageFeaturedDescription?: string | null, PageImageUrl?: string | null, Url?: string | null } | { __typename?: 'FolderPage', Name?: string | null, ContentType?: Array | null, PageNavigationTitle?: string | null, PageFeaturedDescription?: string | null, PageImageUrl?: string | null, Url?: string | null } | { __typename?: 'FooterBlock', Name?: string | null, ContentType?: Array | null, PageNavigationTitle?: string | null, PageFeaturedDescription?: string | null, PageImageUrl?: string | null, Url?: string | null } | { __typename?: 'FooterLinkListBlock', Name?: string | null, ContentType?: Array | null, PageNavigationTitle?: string | null, PageFeaturedDescription?: string | null, PageImageUrl?: string | null, Url?: string | null } | { __typename?: 'ForgotPasswordPage', Name?: string | null, ContentType?: Array | null, PageNavigationTitle?: string | null, PageFeaturedDescription?: string | null, PageImageUrl?: string | null, Url?: string | null } | { __typename?: 'FormContainerBlock', Name?: string | null, ContentType?: Array | null, PageNavigationTitle?: string | null, PageFeaturedDescription?: string | null, PageImageUrl?: string | null, Url?: string | null } | { __typename?: 'FormStepBlock', Name?: string | null, ContentType?: Array | null, PageNavigationTitle?: string | null, PageFeaturedDescription?: string | null, PageImageUrl?: string | null, Url?: string | null } | { __typename?: 'GeneralBaseProduct', Name?: string | null, ContentType?: Array | null, PageNavigationTitle?: string | null, PageFeaturedDescription?: string | null, PageImageUrl?: string | null, Url?: string | null } | { __typename?: 'GeneralBaseVariation', Name?: string | null, ContentType?: Array | null, PageNavigationTitle?: string | null, PageFeaturedDescription?: string | null, PageImageUrl?: string | null, Url?: string | null } | { __typename?: 'GeneralUseNode', Name?: string | null, ContentType?: Array | null, PageNavigationTitle?: string | null, PageFeaturedDescription?: string | null, PageImageUrl?: string | null, Url?: string | null } | { __typename?: 'GenericCardBlock', Name?: string | null, ContentType?: Array | null, PageNavigationTitle?: string | null, PageFeaturedDescription?: string | null, PageImageUrl?: string | null, Url?: string | null } | { __typename?: 'GenericCarouselBlock', Name?: string | null, ContentType?: Array | null, PageNavigationTitle?: string | null, PageFeaturedDescription?: string | null, PageImageUrl?: string | null, Url?: string | null } | { __typename?: 'GenericPage', Name?: string | null, ContentType?: Array | null, PageNavigationTitle?: string | null, PageFeaturedDescription?: string | null, PageImageUrl?: string | null, Url?: string | null } | { __typename?: 'GenericProduct', Name?: string | null, ContentType?: Array | null, PageNavigationTitle?: string | null, PageFeaturedDescription?: string | null, PageImageUrl?: string | null, Url?: string | null } | { __typename?: 'GenericVariant', Name?: string | null, ContentType?: Array | null, PageNavigationTitle?: string | null, PageFeaturedDescription?: string | null, PageImageUrl?: string | null, Url?: string | null } | { __typename?: 'GlobalRecommendedCoursesBlock', Name?: string | null, ContentType?: Array | null, PageNavigationTitle?: string | null, PageFeaturedDescription?: string | null, PageImageUrl?: string | null, Url?: string | null } | { __typename?: 'GuestCardBlock', Name?: string | null, ContentType?: Array | null, PageNavigationTitle?: string | null, PageFeaturedDescription?: string | null, PageImageUrl?: string | null, Url?: string | null } | { __typename?: 'HcaptchaElementBlock', Name?: string | null, ContentType?: Array | null, PageNavigationTitle?: string | null, PageFeaturedDescription?: string | null, PageImageUrl?: string | null, Url?: string | null } | { __typename?: 'HeaderBlock', Name?: string | null, ContentType?: Array | null, PageNavigationTitle?: string | null, PageFeaturedDescription?: string | null, PageImageUrl?: string | null, Url?: string | null } | { __typename?: 'HorizontalTabsWithCarouselBlock', Name?: string | null, ContentType?: Array | null, PageNavigationTitle?: string | null, PageFeaturedDescription?: string | null, PageImageUrl?: string | null, Url?: string | null } | { __typename?: 'HorizontalTabsWithCtaContainerBlock', Name?: string | null, ContentType?: Array | null, PageNavigationTitle?: string | null, PageFeaturedDescription?: string | null, PageImageUrl?: string | null, Url?: string | null } | { __typename?: 'HorizontalTabsWithCtaItemBlock', Name?: string | null, ContentType?: Array | null, PageNavigationTitle?: string | null, PageFeaturedDescription?: string | null, PageImageUrl?: string | null, Url?: string | null } | { __typename?: 'IconSectionContainerBlock', Name?: string | null, ContentType?: Array | null, PageNavigationTitle?: string | null, PageFeaturedDescription?: string | null, PageImageUrl?: string | null, Url?: string | null } | { __typename?: 'IconSectionItemBlock', Name?: string | null, ContentType?: Array | null, PageNavigationTitle?: string | null, PageFeaturedDescription?: string | null, PageImageUrl?: string | null, Url?: string | null } | { __typename?: 'ImageCarouselBlock', Name?: string | null, ContentType?: Array | null, PageNavigationTitle?: string | null, PageFeaturedDescription?: string | null, PageImageUrl?: string | null, Url?: string | null } | { __typename?: 'ImageCarouselCardBlock', Name?: string | null, ContentType?: Array | null, PageNavigationTitle?: string | null, PageFeaturedDescription?: string | null, PageImageUrl?: string | null, Url?: string | null } | { __typename?: 'ImageChoiceElementBlock', Name?: string | null, ContentType?: Array | null, PageNavigationTitle?: string | null, PageFeaturedDescription?: string | null, PageImageUrl?: string | null, Url?: string | null } | { __typename?: 'ImageMediaData', Name?: string | null, ContentType?: Array | null, PageNavigationTitle?: string | null, PageFeaturedDescription?: string | null, PageImageUrl?: string | null, Url?: string | null } | { __typename?: 'InstagramPostBlock', Name?: string | null, ContentType?: Array | null, PageNavigationTitle?: string | null, PageFeaturedDescription?: string | null, PageImageUrl?: string | null, Url?: string | null } | { __typename?: 'InvoiceProduct', Name?: string | null, ContentType?: Array | null, PageNavigationTitle?: string | null, PageFeaturedDescription?: string | null, PageImageUrl?: string | null, Url?: string | null } | { __typename?: 'KeywordTagsBlock', Name?: string | null, ContentType?: Array | null, PageNavigationTitle?: string | null, PageFeaturedDescription?: string | null, PageImageUrl?: string | null, Url?: string | null } | { __typename?: 'LandingPage', Name?: string | null, ContentType?: Array | null, PageNavigationTitle?: string | null, PageFeaturedDescription?: string | null, PageImageUrl?: string | null, Url?: string | null } | { __typename?: 'LatestNewsBlock', Name?: string | null, ContentType?: Array | null, PageNavigationTitle?: string | null, PageFeaturedDescription?: string | null, PageImageUrl?: string | null, Url?: string | null } | { __typename?: 'LimitedRichTextHeadingBlock', Name?: string | null, ContentType?: Array | null, PageNavigationTitle?: string | null, PageFeaturedDescription?: string | null, PageImageUrl?: string | null, Url?: string | null } | { __typename?: 'LoginBlock', Name?: string | null, ContentType?: Array | null, PageNavigationTitle?: string | null, PageFeaturedDescription?: string | null, PageImageUrl?: string | null, Url?: string | null } | { __typename?: 'LoginPage', Name?: string | null, ContentType?: Array | null, PageNavigationTitle?: string | null, PageFeaturedDescription?: string | null, PageImageUrl?: string | null, Url?: string | null } | { __typename?: 'LogoContainerBlock', Name?: string | null, ContentType?: Array | null, PageNavigationTitle?: string | null, PageFeaturedDescription?: string | null, PageImageUrl?: string | null, Url?: string | null } | { __typename?: 'MagazineCardBlock', Name?: string | null, ContentType?: Array | null, PageNavigationTitle?: string | null, PageFeaturedDescription?: string | null, PageImageUrl?: string | null, Url?: string | null } | { __typename?: 'MediaBlock', Name?: string | null, ContentType?: Array | null, PageNavigationTitle?: string | null, PageFeaturedDescription?: string | null, PageImageUrl?: string | null, Url?: string | null } | { __typename?: 'MediaContentRowBlock', Name?: string | null, ContentType?: Array | null, PageNavigationTitle?: string | null, PageFeaturedDescription?: string | null, PageImageUrl?: string | null, Url?: string | null } | { __typename?: 'MediaMastheadBlock', Name?: string | null, ContentType?: Array | null, PageNavigationTitle?: string | null, PageFeaturedDescription?: string | null, PageImageUrl?: string | null, Url?: string | null } | { __typename?: 'MediaRowBlock', Name?: string | null, ContentType?: Array | null, PageNavigationTitle?: string | null, PageFeaturedDescription?: string | null, PageImageUrl?: string | null, Url?: string | null } | { __typename?: 'MediaWithCaptionContainerBlock', Name?: string | null, ContentType?: Array | null, PageNavigationTitle?: string | null, PageFeaturedDescription?: string | null, PageImageUrl?: string | null, Url?: string | null } | { __typename?: 'MegaMenuBlock', Name?: string | null, ContentType?: Array | null, PageNavigationTitle?: string | null, PageFeaturedDescription?: string | null, PageImageUrl?: string | null, Url?: string | null } | { __typename?: 'MonetaryReward', Name?: string | null, ContentType?: Array | null, PageNavigationTitle?: string | null, PageFeaturedDescription?: string | null, PageImageUrl?: string | null, Url?: string | null } | { __typename?: 'MultipleMediaItemContentRowBlock', Name?: string | null, ContentType?: Array | null, PageNavigationTitle?: string | null, PageFeaturedDescription?: string | null, PageImageUrl?: string | null, Url?: string | null } | { __typename?: 'MultipleSectionsMediaBlock', Name?: string | null, ContentType?: Array | null, PageNavigationTitle?: string | null, PageFeaturedDescription?: string | null, PageImageUrl?: string | null, Url?: string | null } | { __typename?: 'MyAccountPage', Name?: string | null, ContentType?: Array | null, PageNavigationTitle?: string | null, PageFeaturedDescription?: string | null, PageImageUrl?: string | null, Url?: string | null } | { __typename?: 'MyInvoicesPage', Name?: string | null, ContentType?: Array | null, PageNavigationTitle?: string | null, PageFeaturedDescription?: string | null, PageImageUrl?: string | null, Url?: string | null } | { __typename?: 'MyOrdersPage', Name?: string | null, ContentType?: Array | null, PageNavigationTitle?: string | null, PageFeaturedDescription?: string | null, PageImageUrl?: string | null, Url?: string | null } | { __typename?: 'NameYourOwnPriceProduct', Name?: string | null, ContentType?: Array | null, PageNavigationTitle?: string | null, PageFeaturedDescription?: string | null, PageImageUrl?: string | null, Url?: string | null } | { __typename?: 'NodeContent', Name?: string | null, ContentType?: Array | null, PageNavigationTitle?: string | null, PageFeaturedDescription?: string | null, PageImageUrl?: string | null, Url?: string | null } | { __typename?: 'NumberElementBlock', Name?: string | null, ContentType?: Array | null, PageNavigationTitle?: string | null, PageFeaturedDescription?: string | null, PageImageUrl?: string | null, Url?: string | null } | { __typename?: 'OfficesAndServicesDetailPage', Name?: string | null, ContentType?: Array | null, PageNavigationTitle?: string | null, PageFeaturedDescription?: string | null, PageImageUrl?: string | null, Url?: string | null } | { __typename?: 'OfficesAndServicesListingPage', Name?: string | null, ContentType?: Array | null, PageNavigationTitle?: string | null, PageFeaturedDescription?: string | null, PageImageUrl?: string | null, Url?: string | null } | { __typename?: 'OptimizelyFormContainerBlock', Name?: string | null, ContentType?: Array | null, PageNavigationTitle?: string | null, PageFeaturedDescription?: string | null, PageImageUrl?: string | null, Url?: string | null } | { __typename?: 'OrderConfirmationPage', Name?: string | null, ContentType?: Array | null, PageNavigationTitle?: string | null, PageFeaturedDescription?: string | null, PageImageUrl?: string | null, Url?: string | null } | { __typename?: 'PackageContent', Name?: string | null, ContentType?: Array | null, PageNavigationTitle?: string | null, PageFeaturedDescription?: string | null, PageImageUrl?: string | null, Url?: string | null } | { __typename?: 'PageMetaData', Name?: string | null, ContentType?: Array | null, PageNavigationTitle?: string | null, PageFeaturedDescription?: string | null, PageImageUrl?: string | null, Url?: string | null } | { __typename?: 'ParagraphTextElementBlock', Name?: string | null, ContentType?: Array | null, PageNavigationTitle?: string | null, PageFeaturedDescription?: string | null, PageImageUrl?: string | null, Url?: string | null } | { __typename?: 'PdfFile', Name?: string | null, ContentType?: Array | null, PageNavigationTitle?: string | null, PageFeaturedDescription?: string | null, PageImageUrl?: string | null, Url?: string | null } | { __typename?: 'PeopleContactInformationBlock', Name?: string | null, ContentType?: Array | null, PageNavigationTitle?: string | null, PageFeaturedDescription?: string | null, PageImageUrl?: string | null, Url?: string | null } | { __typename?: 'PeopleDetailPage', Name?: string | null, ContentType?: Array | null, PageNavigationTitle?: string | null, PageFeaturedDescription?: string | null, PageImageUrl?: string | null, Url?: string | null } | { __typename?: 'PeopleDirectoryListingPage', Name?: string | null, ContentType?: Array | null, PageNavigationTitle?: string | null, PageFeaturedDescription?: string | null, PageImageUrl?: string | null, Url?: string | null } | { __typename?: 'PredefinedHiddenElementBlock', Name?: string | null, ContentType?: Array | null, PageNavigationTitle?: string | null, PageFeaturedDescription?: string | null, PageImageUrl?: string | null, Url?: string | null } | { __typename?: 'ProductContent', Name?: string | null, ContentType?: Array | null, PageNavigationTitle?: string | null, PageFeaturedDescription?: string | null, PageImageUrl?: string | null, Url?: string | null } | { __typename?: 'ProductListNode', Name?: string | null, ContentType?: Array | null, PageNavigationTitle?: string | null, PageFeaturedDescription?: string | null, PageImageUrl?: string | null, Url?: string | null } | { __typename?: 'ProgramDetailPage', Name?: string | null, ContentType?: Array | null, PageNavigationTitle?: string | null, PageFeaturedDescription?: string | null, PageImageUrl?: string | null, Url?: string | null } | { __typename?: 'ProgramHighlightsBlock', Name?: string | null, ContentType?: Array | null, PageNavigationTitle?: string | null, PageFeaturedDescription?: string | null, PageImageUrl?: string | null, Url?: string | null } | { __typename?: 'ProgramListingPage', Name?: string | null, ContentType?: Array | null, PageNavigationTitle?: string | null, PageFeaturedDescription?: string | null, PageImageUrl?: string | null, Url?: string | null } | { __typename?: 'PromotionSchedule', Name?: string | null, ContentType?: Array | null, PageNavigationTitle?: string | null, PageFeaturedDescription?: string | null, PageImageUrl?: string | null, Url?: string | null } | { __typename?: 'PurchaseAmount', Name?: string | null, ContentType?: Array | null, PageNavigationTitle?: string | null, PageFeaturedDescription?: string | null, PageImageUrl?: string | null, Url?: string | null } | { __typename?: 'PurchaseQuantity', Name?: string | null, ContentType?: Array | null, PageNavigationTitle?: string | null, PageFeaturedDescription?: string | null, PageImageUrl?: string | null, Url?: string | null } | { __typename?: 'QuerystringHiddenElementBlock', Name?: string | null, ContentType?: Array | null, PageNavigationTitle?: string | null, PageFeaturedDescription?: string | null, PageImageUrl?: string | null, Url?: string | null } | { __typename?: 'QuoteBlock', Name?: string | null, ContentType?: Array | null, PageNavigationTitle?: string | null, PageFeaturedDescription?: string | null, PageImageUrl?: string | null, Url?: string | null } | { __typename?: 'QuoteWithImageCardBlock', Name?: string | null, ContentType?: Array | null, PageNavigationTitle?: string | null, PageFeaturedDescription?: string | null, PageImageUrl?: string | null, Url?: string | null } | { __typename?: 'RangeElementBlock', Name?: string | null, ContentType?: Array | null, PageNavigationTitle?: string | null, PageFeaturedDescription?: string | null, PageImageUrl?: string | null, Url?: string | null } | { __typename?: 'RecaptchaElementBlock', Name?: string | null, ContentType?: Array | null, PageNavigationTitle?: string | null, PageFeaturedDescription?: string | null, PageImageUrl?: string | null, Url?: string | null } | { __typename?: 'RedemptionLimitsData', Name?: string | null, ContentType?: Array | null, PageNavigationTitle?: string | null, PageFeaturedDescription?: string | null, PageImageUrl?: string | null, Url?: string | null } | { __typename?: 'RelatedCoursesBlock', Name?: string | null, ContentType?: Array | null, PageNavigationTitle?: string | null, PageFeaturedDescription?: string | null, PageImageUrl?: string | null, Url?: string | null } | { __typename?: 'RelatedNewsSliderBlock', Name?: string | null, ContentType?: Array | null, PageNavigationTitle?: string | null, PageFeaturedDescription?: string | null, PageImageUrl?: string | null, Url?: string | null } | { __typename?: 'RelatedOfficesSliderBlock', Name?: string | null, ContentType?: Array | null, PageNavigationTitle?: string | null, PageFeaturedDescription?: string | null, PageImageUrl?: string | null, Url?: string | null } | { __typename?: 'RelatedResourcesSliderBlock', Name?: string | null, ContentType?: Array | null, PageNavigationTitle?: string | null, PageFeaturedDescription?: string | null, PageImageUrl?: string | null, Url?: string | null } | { __typename?: 'Relations', Name?: string | null, ContentType?: Array | null, PageNavigationTitle?: string | null, PageFeaturedDescription?: string | null, PageImageUrl?: string | null, Url?: string | null } | { __typename?: 'ReportingMediaData', Name?: string | null, ContentType?: Array | null, PageNavigationTitle?: string | null, PageFeaturedDescription?: string | null, PageImageUrl?: string | null, Url?: string | null } | { __typename?: 'ResetButtonElementBlock', Name?: string | null, ContentType?: Array | null, PageNavigationTitle?: string | null, PageFeaturedDescription?: string | null, PageImageUrl?: string | null, Url?: string | null } | { __typename?: 'ResetPasswordPage', Name?: string | null, ContentType?: Array | null, PageNavigationTitle?: string | null, PageFeaturedDescription?: string | null, PageImageUrl?: string | null, Url?: string | null } | { __typename?: 'ResourceDetailPage', Name?: string | null, ContentType?: Array | null, PageNavigationTitle?: string | null, PageFeaturedDescription?: string | null, PageImageUrl?: string | null, Url?: string | null } | { __typename?: 'ResourceListingPage', Name?: string | null, ContentType?: Array | null, PageNavigationTitle?: string | null, PageFeaturedDescription?: string | null, PageImageUrl?: string | null, Url?: string | null } | { __typename?: 'RichTextItemsBlock', Name?: string | null, ContentType?: Array | null, PageNavigationTitle?: string | null, PageFeaturedDescription?: string | null, PageImageUrl?: string | null, Url?: string | null } | { __typename?: 'RightRailContainerBlock', Name?: string | null, ContentType?: Array | null, PageNavigationTitle?: string | null, PageFeaturedDescription?: string | null, PageImageUrl?: string | null, Url?: string | null } | { __typename?: 'RssReaderBlock', Name?: string | null, ContentType?: Array | null, PageNavigationTitle?: string | null, PageFeaturedDescription?: string | null, PageImageUrl?: string | null, Url?: string | null } | { __typename?: 'SearchResultsPage', Name?: string | null, ContentType?: Array | null, PageNavigationTitle?: string | null, PageFeaturedDescription?: string | null, PageImageUrl?: string | null, Url?: string | null } | { __typename?: 'SectionListItemBlock', Name?: string | null, ContentType?: Array | null, PageNavigationTitle?: string | null, PageFeaturedDescription?: string | null, PageImageUrl?: string | null, Url?: string | null } | { __typename?: 'SectionVariation', Name?: string | null, ContentType?: Array | null, PageNavigationTitle?: string | null, PageFeaturedDescription?: string | null, PageImageUrl?: string | null, Url?: string | null } | { __typename?: 'SelectionElementBlock', Name?: string | null, ContentType?: Array | null, PageNavigationTitle?: string | null, PageFeaturedDescription?: string | null, PageImageUrl?: string | null, Url?: string | null } | { __typename?: 'SeoInformation', Name?: string | null, ContentType?: Array | null, PageNavigationTitle?: string | null, PageFeaturedDescription?: string | null, PageImageUrl?: string | null, Url?: string | null } | { __typename?: 'ShippingDimensions', Name?: string | null, ContentType?: Array | null, PageNavigationTitle?: string | null, PageFeaturedDescription?: string | null, PageImageUrl?: string | null, Url?: string | null } | { __typename?: 'SimpleMastheadBlock', Name?: string | null, ContentType?: Array | null, PageNavigationTitle?: string | null, PageFeaturedDescription?: string | null, PageImageUrl?: string | null, Url?: string | null } | { __typename?: 'SiteUrlPredefinedHiddenElementBlock', Name?: string | null, ContentType?: Array | null, PageNavigationTitle?: string | null, PageFeaturedDescription?: string | null, PageImageUrl?: string | null, Url?: string | null } | { __typename?: 'SlateFormContainerBlock', Name?: string | null, ContentType?: Array | null, PageNavigationTitle?: string | null, PageFeaturedDescription?: string | null, PageImageUrl?: string | null, Url?: string | null } | { __typename?: 'SlidingCardContainerBlock', Name?: string | null, ContentType?: Array | null, PageNavigationTitle?: string | null, PageFeaturedDescription?: string | null, PageImageUrl?: string | null, Url?: string | null } | { __typename?: 'SocialMediaIconButtonBlock', Name?: string | null, ContentType?: Array | null, PageNavigationTitle?: string | null, PageFeaturedDescription?: string | null, PageImageUrl?: string | null, Url?: string | null } | { __typename?: 'StandardFile', Name?: string | null, ContentType?: Array | null, PageNavigationTitle?: string | null, PageFeaturedDescription?: string | null, PageImageUrl?: string | null, Url?: string | null } | { __typename?: 'StandardPage', Name?: string | null, ContentType?: Array | null, PageNavigationTitle?: string | null, PageFeaturedDescription?: string | null, PageImageUrl?: string | null, Url?: string | null } | { __typename?: 'StandardProduct', Name?: string | null, ContentType?: Array | null, PageNavigationTitle?: string | null, PageFeaturedDescription?: string | null, PageImageUrl?: string | null, Url?: string | null } | { __typename?: 'StandardProductVariation', Name?: string | null, ContentType?: Array | null, PageNavigationTitle?: string | null, PageFeaturedDescription?: string | null, PageImageUrl?: string | null, Url?: string | null } | { __typename?: 'StartPage', Name?: string | null, ContentType?: Array | null, PageNavigationTitle?: string | null, PageFeaturedDescription?: string | null, PageImageUrl?: string | null, Url?: string | null } | { __typename?: 'StatsCardBlock', Name?: string | null, ContentType?: Array | null, PageNavigationTitle?: string | null, PageFeaturedDescription?: string | null, PageImageUrl?: string | null, Url?: string | null } | { __typename?: 'StoreFrontNode', Name?: string | null, ContentType?: Array | null, PageNavigationTitle?: string | null, PageFeaturedDescription?: string | null, PageImageUrl?: string | null, Url?: string | null } | { __typename?: 'SubmitButtonElementBlock', Name?: string | null, ContentType?: Array | null, PageNavigationTitle?: string | null, PageFeaturedDescription?: string | null, PageImageUrl?: string | null, Url?: string | null } | { __typename?: 'TabbedItemBlock', Name?: string | null, ContentType?: Array | null, PageNavigationTitle?: string | null, PageFeaturedDescription?: string | null, PageImageUrl?: string | null, Url?: string | null } | { __typename?: 'TestimonialCardsCarouselBlock', Name?: string | null, ContentType?: Array | null, PageNavigationTitle?: string | null, PageFeaturedDescription?: string | null, PageImageUrl?: string | null, Url?: string | null } | { __typename?: 'TextBlock', Name?: string | null, ContentType?: Array | null, PageNavigationTitle?: string | null, PageFeaturedDescription?: string | null, PageImageUrl?: string | null, Url?: string | null } | { __typename?: 'TextLinkBlock', Name?: string | null, ContentType?: Array | null, PageNavigationTitle?: string | null, PageFeaturedDescription?: string | null, PageImageUrl?: string | null, Url?: string | null } | { __typename?: 'TextLinkRequiredBlock', Name?: string | null, ContentType?: Array | null, PageNavigationTitle?: string | null, PageFeaturedDescription?: string | null, PageImageUrl?: string | null, Url?: string | null } | { __typename?: 'TextareaElementBlock', Name?: string | null, ContentType?: Array | null, PageNavigationTitle?: string | null, PageFeaturedDescription?: string | null, PageImageUrl?: string | null, Url?: string | null } | { __typename?: 'TextboxElementBlock', Name?: string | null, ContentType?: Array | null, PageNavigationTitle?: string | null, PageFeaturedDescription?: string | null, PageImageUrl?: string | null, Url?: string | null } | { __typename?: 'ThirdPartyIFrameBlock', Name?: string | null, ContentType?: Array | null, PageNavigationTitle?: string | null, PageFeaturedDescription?: string | null, PageImageUrl?: string | null, Url?: string | null } | { __typename?: 'ThreeColumnCardContainerBlock', Name?: string | null, ContentType?: Array | null, PageNavigationTitle?: string | null, PageFeaturedDescription?: string | null, PageImageUrl?: string | null, Url?: string | null } | { __typename?: 'TwitterBlock', Name?: string | null, ContentType?: Array | null, PageNavigationTitle?: string | null, PageFeaturedDescription?: string | null, PageImageUrl?: string | null, Url?: string | null } | { __typename?: 'TwoColumnCTAListingBlock', Name?: string | null, ContentType?: Array | null, PageNavigationTitle?: string | null, PageFeaturedDescription?: string | null, PageImageUrl?: string | null, Url?: string | null } | { __typename?: 'TwoColumnCardContainerBlock', Name?: string | null, ContentType?: Array | null, PageNavigationTitle?: string | null, PageFeaturedDescription?: string | null, PageImageUrl?: string | null, Url?: string | null } | { __typename?: 'UrlElementBlock', Name?: string | null, ContentType?: Array | null, PageNavigationTitle?: string | null, PageFeaturedDescription?: string | null, PageImageUrl?: string | null, Url?: string | null } | { __typename?: 'VariationBase', Name?: string | null, ContentType?: Array | null, PageNavigationTitle?: string | null, PageFeaturedDescription?: string | null, PageImageUrl?: string | null, Url?: string | null } | { __typename?: 'VariationContent', Name?: string | null, ContentType?: Array | null, PageNavigationTitle?: string | null, PageFeaturedDescription?: string | null, PageImageUrl?: string | null, Url?: string | null } | { __typename?: 'VectorImageMediaData', Name?: string | null, ContentType?: Array | null, PageNavigationTitle?: string | null, PageFeaturedDescription?: string | null, PageImageUrl?: string | null, Url?: string | null } | { __typename?: 'VerticalTabbedContainerBlock', Name?: string | null, ContentType?: Array | null, PageNavigationTitle?: string | null, PageFeaturedDescription?: string | null, PageImageUrl?: string | null, Url?: string | null } | { __typename?: 'VideoFile', Name?: string | null, ContentType?: Array | null, PageNavigationTitle?: string | null, PageFeaturedDescription?: string | null, PageImageUrl?: string | null, Url?: string | null } | { __typename?: 'VideoWithCaptionsCardBlock', Name?: string | null, ContentType?: Array | null, PageNavigationTitle?: string | null, PageFeaturedDescription?: string | null, PageImageUrl?: string | null, Url?: string | null } | { __typename?: 'VisitorDataHiddenElementBlock', Name?: string | null, ContentType?: Array | null, PageNavigationTitle?: string | null, PageFeaturedDescription?: string | null, PageImageUrl?: string | null, Url?: string | null } | { __typename?: 'WebImageMediaData', Name?: string | null, ContentType?: Array | null, PageNavigationTitle?: string | null, PageFeaturedDescription?: string | null, PageImageUrl?: string | null, Url?: string | null } | { __typename?: 'XPostBlock', Name?: string | null, ContentType?: Array | null, PageNavigationTitle?: string | null, PageFeaturedDescription?: string | null, PageImageUrl?: string | null, Url?: string | null } | null> | null } | null };\n\nexport type QueryQueryVariables = Exact<{\n relativePath?: InputMaybe;\n locale?: InputMaybe> | InputMaybe>;\n}>;\n\n\nexport type QueryQuery = { __typename?: 'Query', Content?: { __typename?: 'ContentOutput', items?: Array<{ __typename: 'AboutBlock', Name?: string | null, Url?: string | null } | { __typename: 'AccordionItemBlock', Name?: string | null, Url?: string | null } | { __typename: 'AccordionRowBlock', Name?: string | null, Url?: string | null } | { __typename: 'AccountAddressPage', Name?: string | null, Url?: string | null } | { __typename: 'AccountInformationPage', Name?: string | null, Url?: string | null } | { __typename: 'AddressesElementBlock', Name?: string | null, Url?: string | null } | { __typename: 'AdmissionsAndAidDetailPage', Name?: string | null, Url?: string | null } | { __typename: 'AlertBannerBlock', Name?: string | null, Url?: string | null } | { __typename: 'ArticleDetailPage', Name?: string | null, Url?: string | null } | { __typename: 'ArticleListingPage', Name?: string | null, Url?: string | null } | { __typename: 'Associations', Name?: string | null, Url?: string | null } | { __typename: 'AudienceCardBlock', Name?: string | null, Url?: string | null } | { __typename: 'AudienceLandingPage', Name?: string | null, Url?: string | null } | { __typename: 'AudienceQuestionnaireContainerBlock', Name?: string | null, Url?: string | null } | { __typename: 'AudienceQuestionnaireItemBlock', Name?: string | null, Url?: string | null } | { __typename: 'AudioClipBlock', Name?: string | null, Url?: string | null } | { __typename: 'AudioFile', Name?: string | null, Url?: string | null } | { __typename: 'AudioTranscriptModalBlock', Name?: string | null, Url?: string | null } | { __typename: 'BundleContent', Name?: string | null, Url?: string | null } | { __typename: 'BuyOneGetOneDiscountItems', Name?: string | null, Url?: string | null } | { __typename: 'CTABlock', Name?: string | null, Url?: string | null } | { __typename: 'CTAListingBlock', Name?: string | null, Url?: string | null } | { __typename: 'CTAListingWithImageBlock', Name?: string | null, Url?: string | null } | { __typename: 'CTAModuleBlock', Name?: string | null, Url?: string | null } | { __typename: 'CaptchaElementBlock', Name?: string | null, Url?: string | null } | { __typename: 'CartPage', Name?: string | null, Url?: string | null } | { __typename: 'CatalogContent', Name?: string | null, Url?: string | null } | { __typename: 'Categories', Name?: string | null, Url?: string | null } | { __typename: 'CeCredentialValidationBlock', Name?: string | null, Url?: string | null } | { __typename: 'CheckoutPage', Name?: string | null, Url?: string | null } | { __typename: 'ChoiceElementBlock', Name?: string | null, Url?: string | null } | { __typename: 'CodingFile', Name?: string | null, Url?: string | null } | { __typename: 'ContactCardBlock', Name?: string | null, Url?: string | null } | { __typename: 'ContactCardRowBlock', Name?: string | null, Url?: string | null } | { __typename: 'Content', Name?: string | null, Url?: string | null } | { __typename: 'ContentRecommendationsBlock', Name?: string | null, Url?: string | null } | { __typename: 'ContinuousImageCarouselBlock', Name?: string | null, Url?: string | null } | { __typename: 'CookieHiddenElementBlock', Name?: string | null, Url?: string | null } | { __typename: 'CouponData', Name?: string | null, Url?: string | null } | { __typename: 'CourseAccordionBlock', Name?: string | null, Url?: string | null } | { __typename: 'CourseCardBlock', Name?: string | null, Url?: string | null } | { __typename: 'CourseCardContainerBlock', Name?: string | null, Url?: string | null } | { __typename: 'CourseNode', Name?: string | null, Url?: string | null } | { __typename: 'CourseProduct', Name?: string | null, Url?: string | null } | { __typename: 'CoursesAccordionItemBlock', Name?: string | null, Url?: string | null } | { __typename: 'CoursesAccordionRowBlock', Name?: string | null, Url?: string | null } | { __typename: 'CoursesTableBlock', Name?: string | null, Url?: string | null } | { __typename: 'CreateAccountPage', Name?: string | null, Url?: string | null } | { __typename: 'DAMAsset', Name?: string | null, Url?: string | null } | { __typename: 'DAMImageAsset', Name?: string | null, Url?: string | null } | { __typename: 'DAMVideoAsset', Name?: string | null, Url?: string | null } | { __typename: 'DateTimeElementBlock', Name?: string | null, Url?: string | null } | { __typename: 'DateTimeRangeElementBlock', Name?: string | null, Url?: string | null } | { __typename: 'DiscountItems', Name?: string | null, Url?: string | null } | { __typename: 'DocumentMediaData', Name?: string | null, Url?: string | null } | { __typename: 'DynamicVariant', Name?: string | null, Url?: string | null } | { __typename: 'EmployeeBenefitsPage', Name?: string | null, Url?: string | null } | { __typename: 'ErrorPage', Name?: string | null, Url?: string | null } | { __typename: 'EventDetailPage', Name?: string | null, Url?: string | null } | { __typename: 'EventListingPage', Name?: string | null, Url?: string | null } | { __typename: 'ExecutableMediaData', Name?: string | null, Url?: string | null } | { __typename: 'FacebookBlock', Name?: string | null, Url?: string | null } | { __typename: 'FeaturedCardBlock', Name?: string | null, Url?: string | null } | { __typename: 'FeaturedCardContainerBlock', Name?: string | null, Url?: string | null } | { __typename: 'FeaturedEventsBlock', Name?: string | null, Url?: string | null } | { __typename: 'FeaturedMenuTopItemBlock', Name?: string | null, Url?: string | null } | { __typename: 'FeaturedMenuTopLink', Name?: string | null, Url?: string | null } | { __typename: 'FeaturedNewsBlock', Name?: string | null, Url?: string | null } | { __typename: 'FileUploadElementBlock', Name?: string | null, Url?: string | null } | { __typename: 'FindUsModuleBlock', Name?: string | null, Url?: string | null } | { __typename: 'FixedOnePurchaseQuantity', Name?: string | null, Url?: string | null } | { __typename: 'FixedPricePurchaseQuantity', Name?: string | null, Url?: string | null } | { __typename: 'FolderPage', Name?: string | null, Url?: string | null } | { __typename: 'FooterBlock', Name?: string | null, Url?: string | null } | { __typename: 'FooterLinkListBlock', Name?: string | null, Url?: string | null } | { __typename: 'ForgotPasswordPage', Name?: string | null, Url?: string | null } | { __typename: 'FormContainerBlock', Name?: string | null, Url?: string | null } | { __typename: 'FormStepBlock', Name?: string | null, Url?: string | null } | { __typename: 'GeneralBaseProduct', Name?: string | null, Url?: string | null } | { __typename: 'GeneralBaseVariation', Name?: string | null, Url?: string | null } | { __typename: 'GeneralUseNode', Name?: string | null, Url?: string | null } | { __typename: 'GenericCardBlock', Name?: string | null, Url?: string | null } | { __typename: 'GenericCarouselBlock', Name?: string | null, Url?: string | null } | { __typename: 'GenericPage', Name?: string | null, Url?: string | null } | { __typename: 'GenericProduct', Name?: string | null, Url?: string | null } | { __typename: 'GenericVariant', Name?: string | null, Url?: string | null } | { __typename: 'GlobalRecommendedCoursesBlock', Name?: string | null, Url?: string | null } | { __typename: 'GuestCardBlock', Name?: string | null, Url?: string | null } | { __typename: 'HcaptchaElementBlock', Name?: string | null, Url?: string | null } | { __typename: 'HeaderBlock', Name?: string | null, Url?: string | null } | { __typename: 'HorizontalTabsWithCarouselBlock', Name?: string | null, Url?: string | null } | { __typename: 'HorizontalTabsWithCtaContainerBlock', Name?: string | null, Url?: string | null } | { __typename: 'HorizontalTabsWithCtaItemBlock', Name?: string | null, Url?: string | null } | { __typename: 'IconSectionContainerBlock', Name?: string | null, Url?: string | null } | { __typename: 'IconSectionItemBlock', Name?: string | null, Url?: string | null } | { __typename: 'ImageCarouselBlock', Name?: string | null, Url?: string | null } | { __typename: 'ImageCarouselCardBlock', Name?: string | null, Url?: string | null } | { __typename: 'ImageChoiceElementBlock', Name?: string | null, Url?: string | null } | { __typename: 'ImageMediaData', Name?: string | null, Url?: string | null } | { __typename: 'InstagramPostBlock', Name?: string | null, Url?: string | null } | { __typename: 'InvoiceProduct', Name?: string | null, Url?: string | null } | { __typename: 'KeywordTagsBlock', Name?: string | null, Url?: string | null } | { __typename: 'LandingPage', Name?: string | null, Url?: string | null } | { __typename: 'LatestNewsBlock', Name?: string | null, Url?: string | null } | { __typename: 'LimitedRichTextHeadingBlock', Name?: string | null, Url?: string | null } | { __typename: 'LoginBlock', Name?: string | null, Url?: string | null } | { __typename: 'LoginPage', Name?: string | null, Url?: string | null } | { __typename: 'LogoContainerBlock', Name?: string | null, Url?: string | null } | { __typename: 'MagazineCardBlock', Name?: string | null, Url?: string | null } | { __typename: 'MediaBlock', Name?: string | null, Url?: string | null } | { __typename: 'MediaContentRowBlock', Name?: string | null, Url?: string | null } | { __typename: 'MediaMastheadBlock', Name?: string | null, Url?: string | null } | { __typename: 'MediaRowBlock', Name?: string | null, Url?: string | null } | { __typename: 'MediaWithCaptionContainerBlock', Name?: string | null, Url?: string | null } | { __typename: 'MegaMenuBlock', Name?: string | null, Url?: string | null } | { __typename: 'MonetaryReward', Name?: string | null, Url?: string | null } | { __typename: 'MultipleMediaItemContentRowBlock', Name?: string | null, Url?: string | null } | { __typename: 'MultipleSectionsMediaBlock', Name?: string | null, Url?: string | null } | { __typename: 'MyAccountPage', Name?: string | null, Url?: string | null } | { __typename: 'MyInvoicesPage', Name?: string | null, Url?: string | null } | { __typename: 'MyOrdersPage', Name?: string | null, Url?: string | null } | { __typename: 'NameYourOwnPriceProduct', Name?: string | null, Url?: string | null } | { __typename: 'NodeContent', Name?: string | null, Url?: string | null } | { __typename: 'NumberElementBlock', Name?: string | null, Url?: string | null } | { __typename: 'OfficesAndServicesDetailPage', Name?: string | null, Url?: string | null } | { __typename: 'OfficesAndServicesListingPage', Name?: string | null, Url?: string | null } | { __typename: 'OptimizelyFormContainerBlock', Name?: string | null, Url?: string | null } | { __typename: 'OrderConfirmationPage', Name?: string | null, Url?: string | null } | { __typename: 'PackageContent', Name?: string | null, Url?: string | null } | { __typename: 'PageMetaData', Name?: string | null, Url?: string | null } | { __typename: 'ParagraphTextElementBlock', Name?: string | null, Url?: string | null } | { __typename: 'PdfFile', Name?: string | null, Url?: string | null } | { __typename: 'PeopleContactInformationBlock', Name?: string | null, Url?: string | null } | { __typename: 'PeopleDetailPage', Name?: string | null, Url?: string | null } | { __typename: 'PeopleDirectoryListingPage', Name?: string | null, Url?: string | null } | { __typename: 'PredefinedHiddenElementBlock', Name?: string | null, Url?: string | null } | { __typename: 'ProductContent', Name?: string | null, Url?: string | null } | { __typename: 'ProductListNode', Name?: string | null, Url?: string | null } | { __typename: 'ProgramDetailPage', Name?: string | null, Url?: string | null } | { __typename: 'ProgramHighlightsBlock', Name?: string | null, Url?: string | null } | { __typename: 'ProgramListingPage', Name?: string | null, Url?: string | null } | { __typename: 'PromotionSchedule', Name?: string | null, Url?: string | null } | { __typename: 'PurchaseAmount', Name?: string | null, Url?: string | null } | { __typename: 'PurchaseQuantity', Name?: string | null, Url?: string | null } | { __typename: 'QuerystringHiddenElementBlock', Name?: string | null, Url?: string | null } | { __typename: 'QuoteBlock', Name?: string | null, Url?: string | null } | { __typename: 'QuoteWithImageCardBlock', Name?: string | null, Url?: string | null } | { __typename: 'RangeElementBlock', Name?: string | null, Url?: string | null } | { __typename: 'RecaptchaElementBlock', Name?: string | null, Url?: string | null } | { __typename: 'RedemptionLimitsData', Name?: string | null, Url?: string | null } | { __typename: 'RelatedCoursesBlock', Name?: string | null, Url?: string | null } | { __typename: 'RelatedNewsSliderBlock', Name?: string | null, Url?: string | null } | { __typename: 'RelatedOfficesSliderBlock', Name?: string | null, Url?: string | null } | { __typename: 'RelatedResourcesSliderBlock', Name?: string | null, Url?: string | null } | { __typename: 'Relations', Name?: string | null, Url?: string | null } | { __typename: 'ReportingMediaData', Name?: string | null, Url?: string | null } | { __typename: 'ResetButtonElementBlock', Name?: string | null, Url?: string | null } | { __typename: 'ResetPasswordPage', Name?: string | null, Url?: string | null } | { __typename: 'ResourceDetailPage', Name?: string | null, Url?: string | null } | { __typename: 'ResourceListingPage', Name?: string | null, Url?: string | null } | { __typename: 'RichTextItemsBlock', Name?: string | null, Url?: string | null } | { __typename: 'RightRailContainerBlock', Name?: string | null, Url?: string | null } | { __typename: 'RssReaderBlock', Name?: string | null, Url?: string | null } | { __typename: 'SearchResultsPage', Name?: string | null, Url?: string | null } | { __typename: 'SectionListItemBlock', Name?: string | null, Url?: string | null } | { __typename: 'SectionVariation', Name?: string | null, Url?: string | null } | { __typename: 'SelectionElementBlock', Name?: string | null, Url?: string | null } | { __typename: 'SeoInformation', Name?: string | null, Url?: string | null } | { __typename: 'ShippingDimensions', Name?: string | null, Url?: string | null } | { __typename: 'SimpleMastheadBlock', Name?: string | null, Url?: string | null } | { __typename: 'SiteUrlPredefinedHiddenElementBlock', Name?: string | null, Url?: string | null } | { __typename: 'SlateFormContainerBlock', Name?: string | null, Url?: string | null } | { __typename: 'SlidingCardContainerBlock', Name?: string | null, Url?: string | null } | { __typename: 'SocialMediaIconButtonBlock', Name?: string | null, Url?: string | null } | { __typename: 'StandardFile', Name?: string | null, Url?: string | null } | { __typename: 'StandardPage', Name?: string | null, Url?: string | null } | { __typename: 'StandardProduct', Name?: string | null, Url?: string | null } | { __typename: 'StandardProductVariation', Name?: string | null, Url?: string | null } | { __typename: 'StartPage', Name?: string | null, Url?: string | null } | { __typename: 'StatsCardBlock', Name?: string | null, Url?: string | null } | { __typename: 'StoreFrontNode', Name?: string | null, Url?: string | null } | { __typename: 'SubmitButtonElementBlock', Name?: string | null, Url?: string | null } | { __typename: 'TabbedItemBlock', Name?: string | null, Url?: string | null } | { __typename: 'TestimonialCardsCarouselBlock', Name?: string | null, Url?: string | null } | { __typename: 'TextBlock', Name?: string | null, Url?: string | null } | { __typename: 'TextLinkBlock', Name?: string | null, Url?: string | null } | { __typename: 'TextLinkRequiredBlock', Name?: string | null, Url?: string | null } | { __typename: 'TextareaElementBlock', Name?: string | null, Url?: string | null } | { __typename: 'TextboxElementBlock', Name?: string | null, Url?: string | null } | { __typename: 'ThirdPartyIFrameBlock', Name?: string | null, Url?: string | null } | { __typename: 'ThreeColumnCardContainerBlock', Name?: string | null, Url?: string | null } | { __typename: 'TwitterBlock', Name?: string | null, Url?: string | null } | { __typename: 'TwoColumnCTAListingBlock', Name?: string | null, Url?: string | null } | { __typename: 'TwoColumnCardContainerBlock', Name?: string | null, Url?: string | null } | { __typename: 'UrlElementBlock', Name?: string | null, Url?: string | null } | { __typename: 'VariationBase', Name?: string | null, Url?: string | null } | { __typename: 'VariationContent', Name?: string | null, Url?: string | null } | { __typename: 'VectorImageMediaData', Name?: string | null, Url?: string | null } | { __typename: 'VerticalTabbedContainerBlock', Name?: string | null, Url?: string | null } | { __typename: 'VideoFile', Name?: string | null, Url?: string | null } | { __typename: 'VideoWithCaptionsCardBlock', Name?: string | null, Url?: string | null } | { __typename: 'VisitorDataHiddenElementBlock', Name?: string | null, Url?: string | null } | { __typename: 'WebImageMediaData', Name?: string | null, Url?: string | null } | { __typename: 'XPostBlock', Name?: string | null, Url?: string | null } | null> | null } | null };\n\n\nexport const BlogAndNewsListingPageFragmentFragmentDoc = `\n fragment BlogAndNewsListingPageFragment on ArticleDetailPage {\n _id\n Name\n FeaturedDescription\n Date\n ReadTime\n Url\n BlogAndNewsImage {\n Url\n }\n TopicFacet {\n AllCategoriesIds\n Categories {\n Id\n Title\n }\n }\n ContentTypeFacet {\n AllCategoriesIds\n Categories {\n Id\n Title\n }\n }\n CollegeOrSchoolFacet {\n AllCategoriesIds\n Categories {\n Id\n Title\n }\n }\n}\n `;\nexport const FeaturedEventsFragmentFragmentDoc = `\n fragment FeaturedEventsFragment on EventDetailPage {\n _id\n _fulltext\n EventTitle\n Url\n InitialDateEvent\n EndDateEvent\n EventTypeFacet {\n AllCategoriesIds\n Categories {\n Id\n Title\n }\n }\n EventLocationFacet {\n AllCategoriesIds\n Categories {\n Id\n Title\n }\n }\n EventAudienceFacet {\n AllCategoriesIds\n Categories {\n Id\n Title\n }\n }\n}\n `;\nexport const ResourceDetailPageFragmentFragmentDoc = `\n fragment ResourceDetailPageFragment on ResourceDetailPage {\n _id\n ResourceName\n ResourceDescription\n Url\n StartPublish\n ResourceOfficesAndServicesFacet {\n AllCategoriesIds\n Categories {\n Id\n Title\n }\n }\n ResourceTypeFacet {\n AllCategoriesIds\n Categories {\n Id\n Title\n }\n }\n ResourceAudienceFacet {\n AllCategoriesIds\n Categories {\n Id\n Title\n }\n }\n}\n `;\nexport const BlogAndNewsListingDocument = `\n query BlogAndNewsListing($orderBy: ArticleDetailPageOrderByInput, $numberOfResults: Int, $skip: Int, $searchTerm: String, $searchTermBoost: String, $topicFacet: [String], $contentTypeFacet: [String], $collegeOrSchoolFacet: [String]) {\n ArticleDetailPage(\n locale: en\n limit: $numberOfResults\n skip: $skip\n orderBy: $orderBy\n where: {_and: [{_fulltext: {match: $searchTerm, fuzzy: true}}, {Name: {exist: true}}, {TopicFacet: {Categories: {Id: {in: $topicFacet}}}}, {ContentTypeFacet: {Categories: {Id: {in: $contentTypeFacet}}}}, {CollegeOrSchoolFacet: {Categories: {Id: {in: $collegeOrSchoolFacet}}}}, {PageIsSearchable: {eq: true}}], _or: [{Name: {like: $searchTermBoost, boost: 10, fuzzy: true}}]}\n ) {\n facets {\n TopicFacet {\n Categories {\n IdTitle(limit: 50) {\n name\n count\n }\n }\n }\n ContentTypeFacet {\n Categories {\n IdTitle(limit: 50) {\n name\n count\n }\n }\n }\n CollegeOrSchoolFacet {\n Categories {\n IdTitle(limit: 50) {\n name\n count\n }\n }\n }\n }\n total\n items {\n ...BlogAndNewsListingPageFragment\n }\n }\n}\n ${BlogAndNewsListingPageFragmentFragmentDoc}`;\n\nexport const useBlogAndNewsListingQuery = <\n TData = BlogAndNewsListingQuery,\n TError = unknown\n >(\n variables?: BlogAndNewsListingQueryVariables,\n options?: Omit, 'queryKey'> & { queryKey?: UseQueryOptions['queryKey'] }\n ) => {\n \n return useQuery(\n {\n queryKey: variables === undefined ? ['BlogAndNewsListing'] : ['BlogAndNewsListing', variables],\n queryFn: fetcher(BlogAndNewsListingDocument, variables),\n ...options\n }\n )};\n\nexport const CourseListingDocument = `\n query CourseListing($numberOfResults: Int, $skip: Int, $searchTerm: String, $areaOfStudyFacet: [String], $searchTermBoost: String, $orderBy: CourseProductOrderByInput) {\n CourseProduct(\n locale: en\n limit: $numberOfResults\n skip: $skip\n orderBy: $orderBy\n where: {_and: [{_or: [{CourseSubjectId: {match: $searchTerm}}, {_fulltext: {match: $searchTerm, fuzzy: true}}, {CourseSubjectId: {like: $searchTermBoost, boost: 10}}, {CourseTitle: {like: $searchTermBoost, boost: 10, fuzzy: true}}]}, {AreaOfStudyFacet: {Categories: {Id: {in: $areaOfStudyFacet}}}}, {PageIsSearchable: {eq: true}}]}\n ) {\n total\n items {\n _id\n Url\n CourseSubjectId\n CourseTitle\n AreaOfStudyFacet {\n AllCategoriesIds\n Categories {\n Id\n Title\n }\n }\n }\n facets {\n AreaOfStudyFacet {\n Categories {\n Id(limit: 100) {\n name\n count\n }\n Title(limit: 100) {\n name\n count\n }\n }\n }\n }\n }\n}\n `;\n\nexport const useCourseListingQuery = <\n TData = CourseListingQuery,\n TError = unknown\n >(\n variables?: CourseListingQueryVariables,\n options?: Omit, 'queryKey'> & { queryKey?: UseQueryOptions['queryKey'] }\n ) => {\n \n return useQuery(\n {\n queryKey: variables === undefined ? ['CourseListing'] : ['CourseListing', variables],\n queryFn: fetcher(CourseListingDocument, variables),\n ...options\n }\n )};\n\nexport const ProductListingDocument = `\n query ProductListing($numberOfResults: Int, $skip: Int, $searchTerm: String, $searchTermBoost: String, $productTypeFacet: [String], $orderBy: StandardProductOrderByInput) {\n StandardProduct(\n locale: en\n limit: $numberOfResults\n skip: $skip\n orderBy: $orderBy\n where: {_and: [{_fulltext: {match: $searchTerm, fuzzy: true}}, {ProductTypeFacet: {Categories: {Id: {in: $productTypeFacet}}}}, {PageIsSearchable: {eq: true}}], _or: [{DisplayName: {like: $searchTermBoost, boost: 10, fuzzy: true}}]}\n ) {\n total\n facets {\n ProductTypeFacet {\n Categories {\n IdTitle(limit: 100) {\n name\n count\n }\n }\n }\n }\n items {\n _id\n Url\n DescriptionInCart\n DefaultImageUrl\n DefaultMarketPrice\n DisplayName\n ProductTypeFacet {\n AllCategoriesIds\n Categories {\n Id\n Title\n }\n }\n }\n }\n}\n `;\n\nexport const useProductListingQuery = <\n TData = ProductListingQuery,\n TError = unknown\n >(\n variables?: ProductListingQueryVariables,\n options?: Omit, 'queryKey'> & { queryKey?: UseQueryOptions['queryKey'] }\n ) => {\n \n return useQuery(\n {\n queryKey: variables === undefined ? ['ProductListing'] : ['ProductListing', variables],\n queryFn: fetcher(ProductListingDocument, variables),\n ...options\n }\n )};\n\nexport const EventsListingDocument = `\n query EventsListing($orderBy: EventDetailPageOrderByInput, $numberOfResults: Int, $skip: Int, $searchTerm: String, $searchTermBoost: String, $startDate: Date, $endDate: Date, $eventTypeFacet: [String], $eventLocationFacet: [String], $eventAudienceFacet: [String]) {\n EventDetailPage(\n locale: en\n limit: $numberOfResults\n skip: $skip\n orderBy: $orderBy\n where: {_and: [{_fulltext: {match: $searchTerm, fuzzy: true}}, {EventTitle: {exist: true}}, {InitialDateEvent: {gte: $startDate}}, {_or: [{EndDateEvent: {lte: $endDate}}, {_and: [{EndDateEvent: {eq: null}}, {InitialDateEvent: {lte: $endDate}}]}]}, {EventTypeFacet: {Categories: {Id: {in: $eventTypeFacet}}}}, {EventLocationFacet: {Categories: {Id: {in: $eventLocationFacet}}}}, {EventAudienceFacet: {Categories: {Id: {in: $eventAudienceFacet}}}}, {PageIsSearchable: {eq: true}}], _or: [{EventTitle: {like: $searchTermBoost, boost: 10, fuzzy: true}}]}\n ) {\n facets {\n EventTypeFacet {\n Categories {\n IdTitle(limit: 100) {\n name\n count\n }\n }\n }\n EventLocationFacet {\n Categories {\n IdTitle(limit: 100) {\n name\n count\n }\n }\n }\n EventAudienceFacet {\n Categories {\n IdTitle(limit: 100) {\n name\n count\n }\n }\n }\n }\n total\n items {\n ...FeaturedEventsFragment\n }\n }\n}\n ${FeaturedEventsFragmentFragmentDoc}`;\n\nexport const useEventsListingQuery = <\n TData = EventsListingQuery,\n TError = unknown\n >(\n variables?: EventsListingQueryVariables,\n options?: Omit, 'queryKey'> & { queryKey?: UseQueryOptions['queryKey'] }\n ) => {\n \n return useQuery(\n {\n queryKey: variables === undefined ? ['EventsListing'] : ['EventsListing', variables],\n queryFn: fetcher(EventsListingDocument, variables),\n ...options\n }\n )};\n\nexport const GetFeaturedEventsNoTagDocument = `\n query GetFeaturedEventsNoTag($date: Date!) {\n EventDetailPage(\n locale: en\n limit: 6\n orderBy: {InitialDateEvent: ASC}\n where: {_and: [{InitialDateEvent: {gte: $date}}, {EventTitle: {exist: true}}]}\n ) {\n items {\n ...FeaturedEventsFragment\n }\n }\n}\n ${FeaturedEventsFragmentFragmentDoc}`;\n\nexport const useGetFeaturedEventsNoTagQuery = <\n TData = GetFeaturedEventsNoTagQuery,\n TError = unknown\n >(\n variables: GetFeaturedEventsNoTagQueryVariables,\n options?: Omit, 'queryKey'> & { queryKey?: UseQueryOptions['queryKey'] }\n ) => {\n \n return useQuery(\n {\n queryKey: ['GetFeaturedEventsNoTag', variables],\n queryFn: fetcher(GetFeaturedEventsNoTagDocument, variables),\n ...options\n }\n )};\n\nexport const GetFeaturedEventsDocument = `\n query GetFeaturedEvents($tag: String!, $date: Date!) {\n EventDetailPage(\n locale: en\n limit: 6\n orderBy: {InitialDateEvent: ASC}\n where: {_and: [{InitialDateEvent: {gte: $date}}, {EventTitle: {exist: true}}, {_or: [{EventTypeFacet: {Categories: {Id: {eq: $tag}}}}, {EventLocationFacet: {Categories: {Id: {eq: $tag}}}}, {EventAudienceFacet: {Categories: {Id: {eq: $tag}}}}]}]}\n ) {\n items {\n ...FeaturedEventsFragment\n }\n }\n}\n ${FeaturedEventsFragmentFragmentDoc}`;\n\nexport const useGetFeaturedEventsQuery = <\n TData = GetFeaturedEventsQuery,\n TError = unknown\n >(\n variables: GetFeaturedEventsQueryVariables,\n options?: Omit, 'queryKey'> & { queryKey?: UseQueryOptions['queryKey'] }\n ) => {\n \n return useQuery(\n {\n queryKey: ['GetFeaturedEvents', variables],\n queryFn: fetcher(GetFeaturedEventsDocument, variables),\n ...options\n }\n )};\n\nexport const GetLatestNewsByTagDocument = `\n query GetLatestNewsByTag($tag: String!) {\n ArticleDetailPage(\n locale: en\n limit: 3\n orderBy: {Date: DESC}\n where: {_and: [{Title: {exist: true}}, {_or: [{TopicFacet: {Categories: {Id: {eq: $tag}}}}, {ContentTypeFacet: {Categories: {Id: {eq: $tag}}}}]}]}\n ) {\n items {\n _id\n Title\n Url\n BlogAndNewsImage {\n Url\n }\n OverrideCardLink {\n Href\n Target\n Title\n }\n FeaturedDescription\n Date\n }\n }\n}\n `;\n\nexport const useGetLatestNewsByTagQuery = <\n TData = GetLatestNewsByTagQuery,\n TError = unknown\n >(\n variables: GetLatestNewsByTagQueryVariables,\n options?: Omit, 'queryKey'> & { queryKey?: UseQueryOptions['queryKey'] }\n ) => {\n \n return useQuery(\n {\n queryKey: ['GetLatestNewsByTag', variables],\n queryFn: fetcher(GetLatestNewsByTagDocument, variables),\n ...options\n }\n )};\n\nexport const OfficeAndServicesListingDocument = `\n query OfficeAndServicesListing($orderBy: OfficesAndServicesDetailPageOrderByInput, $numberOfResults: Int, $skip: Int, $tag: [String], $searchTerm: String, $searchTermBoost: String) {\n OfficesAndServicesDetailPage(\n locale: en\n limit: $numberOfResults\n skip: $skip\n orderBy: $orderBy\n where: {_and: [{_fulltext: {match: $searchTerm, fuzzy: true}}, {ServiceTypeFacet: {Categories: {Id: {in: $tag}}}}, {OfficeAndServiceName: {exist: true}}, {PageIsSearchable: {eq: true}}], _or: [{OfficeAndServiceName: {like: $searchTermBoost, boost: 10, fuzzy: true}}]}\n ) {\n facets {\n ServiceTypeFacet {\n Categories {\n IdTitle(limit: 500) {\n name\n count\n }\n }\n }\n }\n total\n items {\n _id\n Url\n OfficeAndServiceName\n OfficeAndServiceEmail\n OfficeAndServicePhone\n OfficeAndServiceLocation\n ServiceTypeFacet {\n AllCategoriesIds\n Categories {\n Id\n Title\n }\n }\n }\n }\n}\n `;\n\nexport const useOfficeAndServicesListingQuery = <\n TData = OfficeAndServicesListingQuery,\n TError = unknown\n >(\n variables?: OfficeAndServicesListingQueryVariables,\n options?: Omit, 'queryKey'> & { queryKey?: UseQueryOptions['queryKey'] }\n ) => {\n \n return useQuery(\n {\n queryKey: variables === undefined ? ['OfficeAndServicesListing'] : ['OfficeAndServicesListing', variables],\n queryFn: fetcher(OfficeAndServicesListingDocument, variables),\n ...options\n }\n )};\n\nexport const PeopleDirectoryListingDocument = `\n query PeopleDirectoryListing($numberOfResults: Int, $skip: Int, $searchTerm: String, $peopleGroup: String, $departmentFacet: [String], $letter: String, $orderBy: PeopleDetailPageOrderByInput) {\n PeopleDetailPage(\n locale: en\n limit: $numberOfResults\n skip: $skip\n where: {_and: [{_fulltext: {match: $searchTerm, fuzzy: true}}, {LastName: {exist: true}}, {PeopleGroup: {eq: $peopleGroup}}, {DepartmentFacet: {Categories: {Id: {in: $departmentFacet}}}}, {LastName: {startsWith: $letter}}, {PageIsSearchable: {eq: true}}]}\n orderBy: $orderBy\n ) {\n facets {\n LastName(limit: 1000) {\n name\n count\n }\n PeopleGroup {\n name\n count\n }\n DepartmentFacet {\n Categories {\n IdTitle(limit: 500) {\n name\n count\n }\n }\n }\n }\n total\n items {\n _id\n Url\n FirstName\n LastName\n PersonTitle\n DepartmentFacet {\n AllCategoriesIds\n Categories {\n Id\n Title\n }\n }\n Email\n CampusLocationFacet {\n AllCategoriesIds\n Categories {\n Id\n Title\n }\n }\n PageImage {\n Url\n }\n PeopleGroup\n }\n }\n}\n `;\n\nexport const usePeopleDirectoryListingQuery = <\n TData = PeopleDirectoryListingQuery,\n TError = unknown\n >(\n variables?: PeopleDirectoryListingQueryVariables,\n options?: Omit, 'queryKey'> & { queryKey?: UseQueryOptions['queryKey'] }\n ) => {\n \n return useQuery(\n {\n queryKey: variables === undefined ? ['PeopleDirectoryListing'] : ['PeopleDirectoryListing', variables],\n queryFn: fetcher(PeopleDirectoryListingDocument, variables),\n ...options\n }\n )};\n\nexport const ProgramListingDocument = `\n query ProgramListing($numberOfResults: Int, $skip: Int, $searchTerm: String, $programTypeFacet: [String], $areaOfStudyFacet: [String], $campusLocationFacet: [String], $locationFacet: [String], $orderBy: ProgramDetailPageOrderByInput) {\n ProgramDetailPage(\n locale: en\n limit: $numberOfResults\n skip: $skip\n orderBy: $orderBy\n where: {_and: [{_fulltext: {match: $searchTerm, fuzzy: true}}, {ProgramShortName: {exist: true}}, {ProgramTypeFacet: {Categories: {Id: {in: $programTypeFacet}}}}, {AreaOfStudyFacet: {Categories: {Id: {in: $areaOfStudyFacet}}}}, {CampusLocationFacet: {Categories: {Id: {in: $campusLocationFacet}}}}, {LocationFacet: {Categories: {Id: {in: $locationFacet}}}}]}\n ) {\n facets {\n ProgramTypeFacet {\n Categories {\n IdTitle(limit: 50) {\n name\n count\n }\n }\n }\n AreaOfStudyFacet {\n Categories {\n IdTitle(limit: 50) {\n name\n count\n }\n }\n }\n CampusLocationFacet {\n Categories {\n IdTitle(limit: 50) {\n name\n count\n }\n }\n }\n LocationFacet {\n Categories {\n IdTitle(limit: 50) {\n name\n count\n }\n }\n }\n }\n total\n items {\n _id\n Url\n ProgramSortableName\n ProgramFullName\n ProgramShortName\n ProgramTypeFacet {\n AllCategoriesIds\n Categories {\n Id\n Title\n }\n }\n LocationFacet {\n AllCategoriesIds\n Categories {\n Id\n Title\n }\n }\n CampusLocationFacet {\n AllCategoriesIds\n Categories {\n Id\n Title\n }\n }\n ProgramFinderDescription\n ApplyCTALink {\n Href\n Text\n Target\n }\n DegreesFacet {\n AllCategoriesIds\n Categories {\n Id\n Title\n }\n }\n DepartmentFacet {\n AllCategoriesIds\n Categories {\n Id\n Title\n }\n }\n AreaOfStudyFacet {\n AllCategoriesIds\n Categories {\n Id\n Title\n }\n }\n LocationFacet {\n AllCategoriesIds\n Categories {\n Id\n Title\n }\n }\n DepartmentCtaLink {\n Href\n Text\n Target\n }\n SchoolCtaLink {\n Href\n Text\n Target\n }\n }\n }\n}\n `;\n\nexport const useProgramListingQuery = <\n TData = ProgramListingQuery,\n TError = unknown\n >(\n variables?: ProgramListingQueryVariables,\n options?: Omit, 'queryKey'> & { queryKey?: UseQueryOptions['queryKey'] }\n ) => {\n \n return useQuery(\n {\n queryKey: variables === undefined ? ['ProgramListing'] : ['ProgramListing', variables],\n queryFn: fetcher(ProgramListingDocument, variables),\n ...options\n }\n )};\n\nexport const GetRelatedBlogsAndNewsByTagDocument = `\n query GetRelatedBlogsAndNewsByTag($tag: String!, $currentPageId: Int!) {\n ArticleDetailPage(\n locale: en\n limit: 12\n orderBy: {Date: DESC}\n where: {_and: [{TopicFacet: {Categories: {Id: {eq: $tag}}}}, {Title: {exist: true}}, {ContentLink: {Id: {notEq: $currentPageId}}}]}\n ) {\n items {\n _id\n Title\n Url\n BlogAndNewsImage {\n Url\n }\n OverrideCardLink {\n Href\n Target\n Title\n }\n Date\n StartPublish\n ReadTime\n }\n }\n}\n `;\n\nexport const useGetRelatedBlogsAndNewsByTagQuery = <\n TData = GetRelatedBlogsAndNewsByTagQuery,\n TError = unknown\n >(\n variables: GetRelatedBlogsAndNewsByTagQueryVariables,\n options?: Omit, 'queryKey'> & { queryKey?: UseQueryOptions['queryKey'] }\n ) => {\n \n return useQuery(\n {\n queryKey: ['GetRelatedBlogsAndNewsByTag', variables],\n queryFn: fetcher(GetRelatedBlogsAndNewsByTagDocument, variables),\n ...options\n }\n )};\n\nexport const GetRelatedOfficesAndServicesByTagDocument = `\n query GetRelatedOfficesAndServicesByTag($tag: String!, $currentPageId: Int!) {\n OfficesAndServicesDetailPage(\n locale: en\n limit: 12\n orderBy: {StartPublish: DESC}\n where: {_and: [{ServiceTypeFacet: {Categories: {Id: {eq: $tag}}}}, {OfficeAndServiceName: {exist: true}}, {ContentLink: {Id: {notEq: $currentPageId}}}]}\n ) {\n items {\n _id\n OfficeAndServiceName\n OfficeAndServiceLocation\n Url\n OfficeAndServiceImage {\n Url\n }\n OverrideCardLink {\n Href\n Target\n Title\n }\n }\n }\n}\n `;\n\nexport const useGetRelatedOfficesAndServicesByTagQuery = <\n TData = GetRelatedOfficesAndServicesByTagQuery,\n TError = unknown\n >(\n variables: GetRelatedOfficesAndServicesByTagQueryVariables,\n options?: Omit, 'queryKey'> & { queryKey?: UseQueryOptions['queryKey'] }\n ) => {\n \n return useQuery(\n {\n queryKey: ['GetRelatedOfficesAndServicesByTag', variables],\n queryFn: fetcher(GetRelatedOfficesAndServicesByTagDocument, variables),\n ...options\n }\n )};\n\nexport const GetRelatedResourcesByTagDocument = `\n query GetRelatedResourcesByTag($tag: String!, $currentPageId: Int!) {\n ResourceDetailPage(\n locale: en\n limit: 12\n orderBy: {ResourceName: ASC}\n where: {_and: [{ResourceOfficesAndServicesFacet: {Categories: {Id: {eq: $tag}}}}, {ResourceName: {exist: true}}, {ContentLink: {Id: {notEq: $currentPageId}}}]}\n ) {\n items {\n _id\n ResourceName\n Url\n ResourceOfficesAndServicesFacet {\n AllCategoriesIds\n Categories {\n Id\n Title\n }\n }\n ResourceAudienceFacet {\n AllCategoriesIds\n Categories {\n Id\n Title\n }\n }\n OverrideCardLink {\n Href\n Title\n Target\n }\n }\n }\n}\n `;\n\nexport const useGetRelatedResourcesByTagQuery = <\n TData = GetRelatedResourcesByTagQuery,\n TError = unknown\n >(\n variables: GetRelatedResourcesByTagQueryVariables,\n options?: Omit, 'queryKey'> & { queryKey?: UseQueryOptions['queryKey'] }\n ) => {\n \n return useQuery(\n {\n queryKey: ['GetRelatedResourcesByTag', variables],\n queryFn: fetcher(GetRelatedResourcesByTagDocument, variables),\n ...options\n }\n )};\n\nexport const ResourcesListingDocument = `\n query ResourcesListing($orderBy: ResourceDetailPageOrderByInput, $numberOfResults: Int, $skip: Int, $searchTerm: String, $resourceOfficesAndServicesFacet: [String], $resourceTypeFacet: [String], $resourceAudienceFacet: [String], $searchTermBoost: String) {\n ResourceDetailPage(\n locale: en\n limit: $numberOfResults\n skip: $skip\n orderBy: $orderBy\n where: {_and: [{_fulltext: {match: $searchTerm, fuzzy: true}}, {ResourceName: {exist: true}}, {ResourceOfficesAndServicesFacet: {Categories: {Id: {in: $resourceOfficesAndServicesFacet}}}}, {ResourceTypeFacet: {Categories: {Id: {in: $resourceTypeFacet}}}}, {ResourceAudienceFacet: {Categories: {Id: {in: $resourceAudienceFacet}}}}, {PageIsSearchable: {eq: true}}], _or: [{ResourceName: {like: $searchTermBoost, boost: 10, fuzzy: true}}, {ResourceDescription: {like: $searchTermBoost, boost: 5, fuzzy: true}}]}\n ) {\n facets {\n ResourceOfficesAndServicesFacet {\n Categories {\n IdTitle(limit: 500) {\n name\n count\n }\n }\n }\n ResourceTypeFacet {\n Categories {\n IdTitle(limit: 500) {\n name\n count\n }\n }\n }\n ResourceAudienceFacet {\n Categories {\n IdTitle(limit: 500) {\n name\n count\n }\n }\n }\n }\n total\n items {\n ...ResourceDetailPageFragment\n }\n }\n}\n ${ResourceDetailPageFragmentFragmentDoc}`;\n\nexport const useResourcesListingQuery = <\n TData = ResourcesListingQuery,\n TError = unknown\n >(\n variables?: ResourcesListingQueryVariables,\n options?: Omit, 'queryKey'> & { queryKey?: UseQueryOptions['queryKey'] }\n ) => {\n \n return useQuery(\n {\n queryKey: variables === undefined ? ['ResourcesListing'] : ['ResourcesListing', variables],\n queryFn: fetcher(ResourcesListingDocument, variables),\n ...options\n }\n )};\n\nexport const SearchDocument = `\n query Search($type: [String], $orderBy: ContentOrderByInput, $numberOfResults: Int, $skip: Int, $searchTerm: String, $searchTermBoost: String) {\n Content(\n locale: en\n limit: $numberOfResults\n skip: $skip\n orderBy: $orderBy\n where: {_and: [{ContentType: {in: $type}}, {PageNavigationTitle: {exist: true}}, {PageIsSearchable: {eq: true}}, {_or: [{_fulltext: {match: $searchTerm, fuzzy: true}}, {PageNavigationTitle: {like: $searchTermBoost, boost: 10, fuzzy: true}}, {PageFeaturedDescription: {like: $searchTermBoost, boost: 5, fuzzy: true}}]}]}\n ) {\n total\n items {\n Name\n ContentType\n PageNavigationTitle\n PageFeaturedDescription\n PageImageUrl\n Url\n }\n }\n}\n `;\n\nexport const useSearchQuery = <\n TData = SearchQuery,\n TError = unknown\n >(\n variables?: SearchQueryVariables,\n options?: Omit, 'queryKey'> & { queryKey?: UseQueryOptions['queryKey'] }\n ) => {\n \n return useQuery(\n {\n queryKey: variables === undefined ? ['Search'] : ['Search', variables],\n queryFn: fetcher(SearchDocument, variables),\n ...options\n }\n )};\n\nexport const QueryDocument = `\n query Query($relativePath: String, $locale: [Locales] = en) {\n Content(locale: $locale, where: {RelativePath: {eq: $relativePath}}, limit: 1) {\n items {\n Name\n Url\n __typename\n }\n }\n}\n `;\n\nexport const useQueryQuery = <\n TData = QueryQuery,\n TError = unknown\n >(\n variables?: QueryQueryVariables,\n options?: Omit, 'queryKey'> & { queryKey?: UseQueryOptions['queryKey'] }\n ) => {\n \n return useQuery(\n {\n queryKey: variables === undefined ? ['Query'] : ['Query', variables],\n queryFn: fetcher(QueryDocument, variables),\n ...options\n }\n )};\n","import React from 'react';\r\n\r\nconst Loader: React.FC = () => {\r\n return (\r\n <>\r\n
\r\n
\r\n \r\n \r\n \r\n
\r\n
\r\n \r\n \r\n \r\n
\r\n
\r\n \r\n \r\n \r\n
\r\n
\r\n \r\n );\r\n};\r\n\r\nexport default Loader;\r\n"],"names":["BlogAndNewsListingPageFragmentFragmentDoc","FeaturedEventsFragmentFragmentDoc","ResourceDetailPageFragmentFragmentDoc","BlogAndNewsListingDocument","CourseListingDocument","ProductListingDocument","EventsListingDocument","GetFeaturedEventsNoTagDocument","GetFeaturedEventsDocument","GetLatestNewsByTagDocument","OfficeAndServicesListingDocument","PeopleDirectoryListingDocument","ProgramListingDocument","GetRelatedBlogsAndNewsByTagDocument","GetRelatedOfficesAndServicesByTagDocument","GetRelatedResourcesByTagDocument","ResourcesListingDocument","SearchDocument","Loader","React"],"mappings":"yCA8/hHO,MAAMA,EAA4C;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,MAkC5CC,EAAoC;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,MA+BpCC,EAAwC;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,MA8BxCC,EAA6B;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,MAyCpCH,CAAyC,GAkBlCI,EAAwB;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,MAyDxBC,EAAyB;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,MAuDzBC,EAAwB;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,MAyC/BL,CAAiC,GAkB1BM,EAAiC;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,MAaxCN,CAAiC,GAkB1BO,EAA4B;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,MAanCP,CAAiC,GAkB1BQ,EAA6B;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,MA2C7BC,EAAmC;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,MAuDnCC,EAAiC;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,MA0EjCC,EAAyB;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,MAwIzBC,EAAsC;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,MA4CtCC,EAA4C;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,MA0C5CC,EAAmC;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,MAoDnCC,EAA2B;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,MAyClCd,CAAqC,GAkB9Be,EAAiB;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,MCx3jHxBC,EAAmB,oCAGlBC,EAAA,cAAA,MAAA,CAAI,UAAU,QAAA,kBACZ,MAAI,CAAA,UAAU,mBACb,EAAAA,EAAA,cAAC,OAAI,MAAM,6BAA6B,QAAQ,cAAc,KAAK,MACjE,EAAAA,EAAA,cAAC,OAAA,CACC,KAAK,UACL,EAAE,sEAAA,CAAA,CAEN,CACF,EACAA,EAAA,cAAC,OAAI,UAAU,mBAAA,EACZA,EAAA,cAAA,MAAA,CAAI,MAAM,6BAA6B,QAAQ,cAAc,KAAK,QACjEA,EAAA,cAAC,OAAA,CACC,KAAK,UACL,EAAE,sEAAA,CAAA,CAEN,CACF,EACAA,EAAA,cAAC,MACC,KAAAA,EAAA,cAAC,MAAI,CAAA,MAAM,6BAA6B,QAAQ,cAAc,KAAK,MACjE,EAAAA,EAAA,cAAC,OAAA,CACC,KAAK,OACL,EAAE,8tBAAA,CAAA,CAEN,CACF,CACF,CACF"}