import { gql } from "graphql-tag" import { AccountPageRef } from "../AccountPage/Ref.graphql" import { CampaignOverviewPageRef } from "../CampaignOverviewPage/Ref.graphql" import { CampaignPageRef } from "../CampaignPage/Ref.graphql" import { CollectionPageRef } from "../CollectionPage/Ref.graphql" import { ContentPageRef } from "../ContentPage/Ref.graphql" import { DestinationCityPageRef } from "../DestinationCityPage/Ref.graphql" import { DestinationCountryPageRef } from "../DestinationCountryPage/Ref.graphql" import { DestinationOverviewPageRef } from "../DestinationOverviewPage/Ref.graphql" import { HotelPageRef } from "../HotelPage/Ref.graphql" import { ImageContainer, ImageContainerRef } from "../ImageContainer.graphql" import { LoyaltyPageRef } from "../LoyaltyPage/Ref.graphql" import { AccountPageLink } from "../PageLink/AccountPageLink.graphql" import { CampaignOverviewPageLink } from "../PageLink/CampaignOverviewPageLink.graphql" import { CampaignPageLink } from "../PageLink/CampaignPageLink.graphql" import { CollectionPageLink } from "../PageLink/CollectionPageLink.graphql" import { ContentPageLink } from "../PageLink/ContentPageLink.graphql" import { DestinationCityPageLink } from "../PageLink/DestinationCityPageLink.graphql" import { DestinationCountryPageLink } from "../PageLink/DestinationCountryPageLink.graphql" import { DestinationOverviewPageLink } from "../PageLink/DestinationOverviewPageLink.graphql" import { HotelPageLink } from "../PageLink/HotelPageLink.graphql" import { LoyaltyPageLink } from "../PageLink/LoyaltyPageLink.graphql" import { PromoCampaignPageLink } from "../PageLink/PromoCampaignPageLink.graphql" import { StartPageLink } from "../PageLink/StartPageLink.graphql" import { PromoCampaignPageRef } from "../PromoCampaignPage/Ref.graphql" import { StartPageRef } from "../StartPage/Ref.graphql" import { SysAsset, SysAssetRef } from "../SysAsset.graphql" export const Content_ContentPage = gql` fragment Content_ContentPage on ContentPageBlocksContent { content { content { embedded_itemsConnection { edges { node { __typename ...SysAsset ...ImageContainer ...AccountPageLink ...CampaignOverviewPageLink ...CampaignPageLink ...CollectionPageLink ...ContentPageLink ...DestinationCityPageLink ...DestinationCountryPageLink ...DestinationOverviewPageLink ...HotelPageLink ...LoyaltyPageLink ...StartPageLink ...PromoCampaignPageLink } } } json } } } ${SysAsset} ${ImageContainer} ${AccountPageLink} ${CampaignOverviewPageLink} ${CampaignPageLink} ${CollectionPageLink} ${ContentPageLink} ${DestinationCityPageLink} ${DestinationCountryPageLink} ${DestinationOverviewPageLink} ${HotelPageLink} ${LoyaltyPageLink} ${StartPageLink} ${PromoCampaignPageLink} ` export const Content_ContentPageRefs = gql` fragment Content_ContentPageRefs on ContentPageBlocksContent { content { content { embedded_itemsConnection { edges { node { __typename ...SysAssetRef ...ImageContainerRef ...AccountPageRef ...CampaignOverviewPageRef ...CampaignPageRef ...CollectionPageRef ...ContentPageRef ...DestinationCityPageRef ...DestinationCountryPageRef ...DestinationOverviewPageRef ...HotelPageRef ...LoyaltyPageRef ...StartPageRef ...PromoCampaignPageRef } } } } } } ${SysAssetRef} ${ImageContainerRef} ${AccountPageRef} ${CampaignOverviewPageRef} ${CampaignPageRef} ${CollectionPageRef} ${ContentPageRef} ${DestinationCityPageRef} ${DestinationCountryPageRef} ${DestinationOverviewPageRef} ${HotelPageRef} ${LoyaltyPageRef} ${StartPageRef} ${PromoCampaignPageRef} ` export const Content_LoyaltyPage = gql` fragment Content_LoyaltyPage on LoyaltyPageBlocksContent { content { content { json embedded_itemsConnection { edges { node { __typename ...SysAsset ...ImageContainer ...AccountPageLink ...CampaignOverviewPageLink ...CampaignPageLink ...CollectionPageLink ...ContentPageLink ...DestinationCityPageLink ...DestinationCountryPageLink ...DestinationOverviewPageLink ...HotelPageLink ...LoyaltyPageLink ...StartPageLink ...PromoCampaignPageLink } } } } } } ${SysAsset} ${ImageContainer} ${AccountPageLink} ${CampaignOverviewPageLink} ${CampaignPageLink} ${CollectionPageLink} ${ContentPageLink} ${DestinationCityPageLink} ${DestinationCountryPageLink} ${DestinationOverviewPageLink} ${HotelPageLink} ${LoyaltyPageLink} ${StartPageLink} ${PromoCampaignPageLink} ` export const Content_LoyaltyPageRefs = gql` fragment Content_LoyaltyPageRefs on LoyaltyPageBlocksContent { content { content { embedded_itemsConnection { edges { node { __typename ...SysAssetRef ...AccountPageRef ...CampaignOverviewPageRef ...CampaignPageRef ...CollectionPageRef ...ContentPageRef ...DestinationCityPageRef ...DestinationCountryPageRef ...DestinationOverviewPageRef ...HotelPageRef ...LoyaltyPageRef ...StartPageRef ...PromoCampaignPageRef } } } } } } ${SysAssetRef} ${AccountPageRef} ${CampaignOverviewPageRef} ${CampaignPageRef} ${CollectionPageRef} ${ContentPageRef} ${DestinationCityPageRef} ${DestinationCountryPageRef} ${DestinationOverviewPageRef} ${HotelPageRef} ${LoyaltyPageRef} ${StartPageRef} ${PromoCampaignPageRef} ` export const Content_DestinationCityPage = gql` fragment Content_DestinationCityPage on DestinationCityPageBlocksContent { content { content { embedded_itemsConnection { edges { node { __typename ...AccountPageLink ...CampaignOverviewPageLink ...CampaignPageLink ...CollectionPageLink ...ContentPageLink ...DestinationCityPageLink ...DestinationCountryPageLink ...DestinationOverviewPageLink ...HotelPageLink ...LoyaltyPageLink ...StartPageLink ...PromoCampaignPageLink } } } json } } } ${AccountPageLink} ${CampaignOverviewPageLink} ${CampaignPageLink} ${CollectionPageLink} ${ContentPageLink} ${DestinationCityPageLink} ${DestinationCountryPageLink} ${DestinationOverviewPageLink} ${HotelPageLink} ${LoyaltyPageLink} ${StartPageLink} ${PromoCampaignPageLink} ` export const Content_DestinationCityPageRefs = gql` fragment Content_DestinationCityPageRefs on DestinationCityPageBlocksContent { content { content { embedded_itemsConnection { edges { node { __typename ...AccountPageRef ...CampaignOverviewPageRef ...CampaignPageRef ...CollectionPageRef ...ContentPageRef ...DestinationCityPageRef ...DestinationCountryPageRef ...DestinationOverviewPageRef ...HotelPageRef ...LoyaltyPageRef ...StartPageRef ...PromoCampaignPageRef } } } } } } ${AccountPageRef} ${CampaignOverviewPageRef} ${CampaignPageRef} ${CollectionPageRef} ${ContentPageRef} ${DestinationCityPageRef} ${DestinationCountryPageRef} ${DestinationOverviewPageRef} ${HotelPageRef} ${LoyaltyPageRef} ${StartPageRef} ${PromoCampaignPageRef} ` export const Content_DestinationCountryPage = gql` fragment Content_DestinationCountryPage on DestinationCountryPageBlocksContent { content { content { embedded_itemsConnection { edges { node { __typename ...AccountPageLink ...CampaignOverviewPageLink ...CampaignPageLink ...CollectionPageLink ...ContentPageLink ...DestinationCityPageLink ...DestinationCountryPageLink ...DestinationOverviewPageLink ...HotelPageLink ...LoyaltyPageLink ...StartPageLink ...PromoCampaignPageLink } } } json } } } ${AccountPageLink} ${CampaignOverviewPageLink} ${CampaignPageLink} ${CollectionPageLink} ${ContentPageLink} ${DestinationCityPageLink} ${DestinationCountryPageLink} ${DestinationOverviewPageLink} ${HotelPageLink} ${LoyaltyPageLink} ${StartPageLink} ${PromoCampaignPageLink} ` export const Content_DestinationCountryPageRefs = gql` fragment Content_DestinationCountryPageRefs on DestinationCountryPageBlocksContent { content { content { embedded_itemsConnection { edges { node { __typename ...AccountPageRef ...CampaignOverviewPageRef ...CampaignPageRef ...CollectionPageRef ...ContentPageRef ...DestinationCityPageRef ...DestinationCountryPageRef ...DestinationOverviewPageRef ...HotelPageRef ...LoyaltyPageRef ...StartPageRef ...PromoCampaignPageRef } } } } } } ${AccountPageRef} ${CampaignOverviewPageRef} ${CampaignPageRef} ${CollectionPageRef} ${ContentPageRef} ${DestinationCityPageRef} ${DestinationCountryPageRef} ${DestinationOverviewPageRef} ${HotelPageRef} ${LoyaltyPageRef} ${StartPageRef} ${PromoCampaignPageRef} ` export const Content_DestinationFilterBlocks = gql` fragment Content_DestinationFilterBlocks on DestinationFilterBlocksContent { content { content { embedded_itemsConnection { edges { node { __typename ...AccountPageLink ...CampaignOverviewPageLink ...CampaignPageLink ...CollectionPageLink ...ContentPageLink ...DestinationCityPageLink ...DestinationCountryPageLink ...DestinationOverviewPageLink ...HotelPageLink ...LoyaltyPageLink ...StartPageLink ...PromoCampaignPageLink } } } json } } } ${AccountPageLink} ${CampaignOverviewPageLink} ${CampaignPageLink} ${CollectionPageLink} ${ContentPageLink} ${DestinationCityPageLink} ${DestinationCountryPageLink} ${DestinationOverviewPageLink} ${HotelPageLink} ${LoyaltyPageLink} ${StartPageLink} ${PromoCampaignPageLink} ` export const Content_DestinationFilterBlocksRefs = gql` fragment Content_DestinationFilterBlocksRefs on DestinationFilterBlocksContent { content { content { embedded_itemsConnection { edges { node { __typename ...AccountPageRef ...CampaignOverviewPageRef ...CampaignPageRef ...CollectionPageRef ...ContentPageRef ...DestinationCityPageRef ...DestinationCountryPageRef ...DestinationOverviewPageRef ...HotelPageRef ...LoyaltyPageRef ...StartPageRef ...PromoCampaignPageRef } } } } } } ${AccountPageRef} ${CampaignOverviewPageRef} ${CampaignPageRef} ${CollectionPageRef} ${ContentPageRef} ${DestinationCityPageRef} ${DestinationCountryPageRef} ${DestinationOverviewPageRef} ${HotelPageRef} ${LoyaltyPageRef} ${StartPageRef} ${PromoCampaignPageRef} ` export const Content_PromoCampaignPage = gql` fragment Content_PromoCampaignPage on PromoCampaignPageBlocksContent { content { content { embedded_itemsConnection { edges { node { __typename ...SysAsset ...AccountPageLink ...CampaignOverviewPageLink ...CampaignPageLink ...CollectionPageLink ...ContentPageLink ...DestinationCityPageLink ...DestinationCountryPageLink ...DestinationOverviewPageLink ...HotelPageLink ...LoyaltyPageLink ...StartPageLink ...PromoCampaignPageLink } } } json } } } ${SysAsset} ${AccountPageLink} ${CampaignOverviewPageLink} ${CampaignPageLink} ${CollectionPageLink} ${ContentPageLink} ${DestinationCityPageLink} ${DestinationCountryPageLink} ${DestinationOverviewPageLink} ${HotelPageLink} ${LoyaltyPageLink} ${StartPageLink} ${PromoCampaignPageLink} ` export const Content_PromoCampaignPageRefs = gql` fragment Content_PromoCampaignPageRefs on PromoCampaignPageBlocksContent { content { content { embedded_itemsConnection { edges { node { __typename ...SysAssetRef ...AccountPageRef ...CampaignOverviewPageRef ...CampaignPageRef ...CollectionPageRef ...ContentPageRef ...DestinationCityPageRef ...DestinationCountryPageRef ...DestinationOverviewPageRef ...HotelPageRef ...LoyaltyPageRef ...StartPageRef ...PromoCampaignPageRef } } } } } } ${SysAssetRef} ${AccountPageRef} ${CampaignOverviewPageRef} ${CampaignPageRef} ${CollectionPageRef} ${ContentPageRef} ${DestinationCityPageRef} ${DestinationCountryPageRef} ${DestinationOverviewPageRef} ${HotelPageRef} ${LoyaltyPageRef} ${StartPageRef} ${PromoCampaignPageRef} `