feat(SW-3015): Added pagelinks for campaign page on all connections
Approved-by: Matilda Landström
This commit is contained in:
@@ -450,6 +450,7 @@ export const renderOptions: RenderOptions = {
|
|||||||
return null
|
return null
|
||||||
} else if (
|
} else if (
|
||||||
entry?.node.__typename === ContentEnum.blocks.AccountPage ||
|
entry?.node.__typename === ContentEnum.blocks.AccountPage ||
|
||||||
|
entry?.node.__typename === ContentEnum.blocks.CampaignPage ||
|
||||||
entry?.node.__typename === ContentEnum.blocks.CollectionPage ||
|
entry?.node.__typename === ContentEnum.blocks.CollectionPage ||
|
||||||
entry?.node.__typename === ContentEnum.blocks.ContentPage ||
|
entry?.node.__typename === ContentEnum.blocks.ContentPage ||
|
||||||
entry?.node.__typename === ContentEnum.blocks.DestinationCityPage ||
|
entry?.node.__typename === ContentEnum.blocks.DestinationCityPage ||
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
#import "./PageLink/AccountPageLink.graphql"
|
#import "./PageLink/AccountPageLink.graphql"
|
||||||
|
#import "./PageLink/CampaignPageLink.graphql"
|
||||||
#import "./PageLink/CollectionPageLink.graphql"
|
#import "./PageLink/CollectionPageLink.graphql"
|
||||||
#import "./PageLink/ContentPageLink.graphql"
|
#import "./PageLink/ContentPageLink.graphql"
|
||||||
#import "./PageLink/DestinationCityPageLink.graphql"
|
#import "./PageLink/DestinationCityPageLink.graphql"
|
||||||
@@ -9,6 +10,7 @@
|
|||||||
#import "./PageLink/StartPageLink.graphql"
|
#import "./PageLink/StartPageLink.graphql"
|
||||||
|
|
||||||
#import "./AccountPage/Ref.graphql"
|
#import "./AccountPage/Ref.graphql"
|
||||||
|
#import "./CampaignPage/Ref.graphql"
|
||||||
#import "./CollectionPage/Ref.graphql"
|
#import "./CollectionPage/Ref.graphql"
|
||||||
#import "./ContentPage/Ref.graphql"
|
#import "./ContentPage/Ref.graphql"
|
||||||
#import "./DestinationCityPage/Ref.graphql"
|
#import "./DestinationCityPage/Ref.graphql"
|
||||||
@@ -35,6 +37,7 @@ fragment Alert on Alert {
|
|||||||
node {
|
node {
|
||||||
__typename
|
__typename
|
||||||
...AccountPageLink
|
...AccountPageLink
|
||||||
|
...CampaignPageLink
|
||||||
...CollectionPageLink
|
...CollectionPageLink
|
||||||
...ContentPageLink
|
...ContentPageLink
|
||||||
...DestinationCityPageLink
|
...DestinationCityPageLink
|
||||||
@@ -59,6 +62,7 @@ fragment Alert on Alert {
|
|||||||
node {
|
node {
|
||||||
__typename
|
__typename
|
||||||
...AccountPageLink
|
...AccountPageLink
|
||||||
|
...CampaignPageLink
|
||||||
...CollectionPageLink
|
...CollectionPageLink
|
||||||
...ContentPageLink
|
...ContentPageLink
|
||||||
...DestinationCityPageLink
|
...DestinationCityPageLink
|
||||||
@@ -82,6 +86,7 @@ fragment AlertRef on Alert {
|
|||||||
node {
|
node {
|
||||||
__typename
|
__typename
|
||||||
...AccountPageRef
|
...AccountPageRef
|
||||||
|
...CampaignPageRef
|
||||||
...CollectionPageRef
|
...CollectionPageRef
|
||||||
...ContentPageRef
|
...ContentPageRef
|
||||||
...DestinationCityPageRef
|
...DestinationCityPageRef
|
||||||
@@ -101,6 +106,7 @@ fragment AlertRef on Alert {
|
|||||||
node {
|
node {
|
||||||
__typename
|
__typename
|
||||||
...AccountPageRef
|
...AccountPageRef
|
||||||
|
...CampaignPageRef
|
||||||
...CollectionPageRef
|
...CollectionPageRef
|
||||||
...ContentPageRef
|
...ContentPageRef
|
||||||
...DestinationCityPageRef
|
...DestinationCityPageRef
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
#import "../SysAsset.graphql"
|
#import "../SysAsset.graphql"
|
||||||
|
|
||||||
#import "../PageLink/AccountPageLink.graphql"
|
#import "../PageLink/AccountPageLink.graphql"
|
||||||
|
#import "../PageLink/CampaignPageLink.graphql"
|
||||||
#import "../PageLink/CollectionPageLink.graphql"
|
#import "../PageLink/CollectionPageLink.graphql"
|
||||||
#import "../PageLink/ContentPageLink.graphql"
|
#import "../PageLink/ContentPageLink.graphql"
|
||||||
#import "../PageLink/DestinationCityPageLink.graphql"
|
#import "../PageLink/DestinationCityPageLink.graphql"
|
||||||
@@ -11,6 +12,7 @@
|
|||||||
#import "../PageLink/StartPageLink.graphql"
|
#import "../PageLink/StartPageLink.graphql"
|
||||||
|
|
||||||
#import "../AccountPage/Ref.graphql"
|
#import "../AccountPage/Ref.graphql"
|
||||||
|
#import "../CampaignPage/Ref.graphql"
|
||||||
#import "../CollectionPage/Ref.graphql"
|
#import "../CollectionPage/Ref.graphql"
|
||||||
#import "../ContentPage/Ref.graphql"
|
#import "../ContentPage/Ref.graphql"
|
||||||
#import "../DestinationCityPage/Ref.graphql"
|
#import "../DestinationCityPage/Ref.graphql"
|
||||||
@@ -32,9 +34,9 @@ fragment AccordionBlock on Accordion {
|
|||||||
embedded_itemsConnection {
|
embedded_itemsConnection {
|
||||||
edges {
|
edges {
|
||||||
node {
|
node {
|
||||||
__typename
|
|
||||||
...SysAsset
|
...SysAsset
|
||||||
...AccountPageLink
|
...AccountPageLink
|
||||||
|
...CampaignPageLink
|
||||||
...CollectionPageLink
|
...CollectionPageLink
|
||||||
...ContentPageLink
|
...ContentPageLink
|
||||||
...DestinationCityPageLink
|
...DestinationCityPageLink
|
||||||
@@ -62,6 +64,7 @@ fragment GlobalAccordionBlock on GlobalAccordion {
|
|||||||
__typename
|
__typename
|
||||||
...SysAsset
|
...SysAsset
|
||||||
...AccountPageLink
|
...AccountPageLink
|
||||||
|
...CampaignPageLink
|
||||||
...CollectionPageLink
|
...CollectionPageLink
|
||||||
...ContentPageLink
|
...ContentPageLink
|
||||||
...DestinationCityPageLink
|
...DestinationCityPageLink
|
||||||
@@ -115,6 +118,7 @@ fragment SpecificAccordion_ContentPage on ContentPageBlocksAccordionBlockAccordi
|
|||||||
__typename
|
__typename
|
||||||
...SysAsset
|
...SysAsset
|
||||||
...AccountPageLink
|
...AccountPageLink
|
||||||
|
...CampaignPageLink
|
||||||
...CollectionPageLink
|
...CollectionPageLink
|
||||||
...ContentPageLink
|
...ContentPageLink
|
||||||
...DestinationCityPageLink
|
...DestinationCityPageLink
|
||||||
@@ -162,6 +166,7 @@ fragment SpecificAccordion_ContentPageRefs on ContentPageBlocksAccordionBlockAcc
|
|||||||
node {
|
node {
|
||||||
__typename
|
__typename
|
||||||
...AccountPageRef
|
...AccountPageRef
|
||||||
|
...CampaignPageRef
|
||||||
...CollectionPageRef
|
...CollectionPageRef
|
||||||
...ContentPageRef
|
...ContentPageRef
|
||||||
...DestinationCityPageRef
|
...DestinationCityPageRef
|
||||||
@@ -216,6 +221,7 @@ fragment SpecificAccordion_DestinationCityPage on DestinationCityPageBlocksAccor
|
|||||||
__typename
|
__typename
|
||||||
...SysAsset
|
...SysAsset
|
||||||
...AccountPageLink
|
...AccountPageLink
|
||||||
|
...CampaignPageLink
|
||||||
...CollectionPageLink
|
...CollectionPageLink
|
||||||
...ContentPageLink
|
...ContentPageLink
|
||||||
...DestinationCityPageLink
|
...DestinationCityPageLink
|
||||||
@@ -263,6 +269,7 @@ fragment SpecificAccordion_DestinationCityPageRefs on DestinationCityPageBlocksA
|
|||||||
node {
|
node {
|
||||||
__typename
|
__typename
|
||||||
...AccountPageRef
|
...AccountPageRef
|
||||||
|
...CampaignPageRef
|
||||||
...CollectionPageRef
|
...CollectionPageRef
|
||||||
...ContentPageRef
|
...ContentPageRef
|
||||||
...DestinationCityPageRef
|
...DestinationCityPageRef
|
||||||
@@ -317,6 +324,7 @@ fragment SpecificAccordion_DestinationCountryPage on DestinationCountryPageBlock
|
|||||||
__typename
|
__typename
|
||||||
...SysAsset
|
...SysAsset
|
||||||
...AccountPageLink
|
...AccountPageLink
|
||||||
|
...CampaignPageLink
|
||||||
...CollectionPageLink
|
...CollectionPageLink
|
||||||
...ContentPageLink
|
...ContentPageLink
|
||||||
...DestinationCityPageLink
|
...DestinationCityPageLink
|
||||||
@@ -364,6 +372,7 @@ fragment SpecificAccordion_DestinationCountryPageRefs on DestinationCountryPageB
|
|||||||
node {
|
node {
|
||||||
__typename
|
__typename
|
||||||
...AccountPageRef
|
...AccountPageRef
|
||||||
|
...CampaignPageRef
|
||||||
...CollectionPageRef
|
...CollectionPageRef
|
||||||
...ContentPageRef
|
...ContentPageRef
|
||||||
...DestinationCityPageRef
|
...DestinationCityPageRef
|
||||||
@@ -418,6 +427,7 @@ fragment SpecificAccordion_CampaignPage on CampaignPageBlocksAccordionBlockAccor
|
|||||||
__typename
|
__typename
|
||||||
...SysAsset
|
...SysAsset
|
||||||
...AccountPageLink
|
...AccountPageLink
|
||||||
|
...CampaignPageLink
|
||||||
...CollectionPageLink
|
...CollectionPageLink
|
||||||
...ContentPageLink
|
...ContentPageLink
|
||||||
...DestinationCityPageLink
|
...DestinationCityPageLink
|
||||||
@@ -465,6 +475,7 @@ fragment SpecificAccordion_CampaignPageRefs on CampaignPageBlocksAccordionBlockA
|
|||||||
node {
|
node {
|
||||||
__typename
|
__typename
|
||||||
...AccountPageRef
|
...AccountPageRef
|
||||||
|
...CampaignPageRef
|
||||||
...CollectionPageRef
|
...CollectionPageRef
|
||||||
...ContentPageRef
|
...ContentPageRef
|
||||||
...DestinationCityPageRef
|
...DestinationCityPageRef
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
#import "../System.graphql"
|
#import "../System.graphql"
|
||||||
|
|
||||||
#import "../PageLink/AccountPageLink.graphql"
|
#import "../PageLink/AccountPageLink.graphql"
|
||||||
|
#import "../PageLink/CampaignPageLink.graphql"
|
||||||
#import "../PageLink/CollectionPageLink.graphql"
|
#import "../PageLink/CollectionPageLink.graphql"
|
||||||
#import "../PageLink/ContentPageLink.graphql"
|
#import "../PageLink/ContentPageLink.graphql"
|
||||||
#import "../PageLink/DestinationCityPageLink.graphql"
|
#import "../PageLink/DestinationCityPageLink.graphql"
|
||||||
@@ -31,6 +32,7 @@ fragment CardBlock on Card {
|
|||||||
node {
|
node {
|
||||||
__typename
|
__typename
|
||||||
...AccountPageLink
|
...AccountPageLink
|
||||||
|
...CampaignPageLink
|
||||||
...CollectionPageLink
|
...CollectionPageLink
|
||||||
...ContentPageLink
|
...ContentPageLink
|
||||||
...DestinationCityPageLink
|
...DestinationCityPageLink
|
||||||
@@ -56,6 +58,7 @@ fragment CardBlock on Card {
|
|||||||
node {
|
node {
|
||||||
__typename
|
__typename
|
||||||
...AccountPageLink
|
...AccountPageLink
|
||||||
|
...CampaignPageLink
|
||||||
...CollectionPageLink
|
...CollectionPageLink
|
||||||
...ContentPageLink
|
...ContentPageLink
|
||||||
...DestinationCityPageLink
|
...DestinationCityPageLink
|
||||||
|
|||||||
@@ -1,6 +1,8 @@
|
|||||||
#import "../System.graphql"
|
#import "../System.graphql"
|
||||||
#import "./ContentCard.graphql"
|
#import "./ContentCard.graphql"
|
||||||
|
|
||||||
#import "../PageLink/AccountPageLink.graphql"
|
#import "../PageLink/AccountPageLink.graphql"
|
||||||
|
#import "../PageLink/CampaignPageLink.graphql"
|
||||||
#import "../PageLink/CollectionPageLink.graphql"
|
#import "../PageLink/CollectionPageLink.graphql"
|
||||||
#import "../PageLink/ContentPageLink.graphql"
|
#import "../PageLink/ContentPageLink.graphql"
|
||||||
#import "../PageLink/DestinationCityPageLink.graphql"
|
#import "../PageLink/DestinationCityPageLink.graphql"
|
||||||
@@ -11,13 +13,15 @@
|
|||||||
#import "../PageLink/StartPageLink.graphql"
|
#import "../PageLink/StartPageLink.graphql"
|
||||||
|
|
||||||
#import "../AccountPage/Ref.graphql"
|
#import "../AccountPage/Ref.graphql"
|
||||||
#import "../ContentPage/Ref.graphql"
|
#import "../CampaignPage/Ref.graphql"
|
||||||
#import "../HotelPage/Ref.graphql"
|
|
||||||
#import "../LoyaltyPage/Ref.graphql"
|
|
||||||
#import "../CollectionPage/Ref.graphql"
|
#import "../CollectionPage/Ref.graphql"
|
||||||
|
#import "../ContentPage/Ref.graphql"
|
||||||
#import "../DestinationCityPage/Ref.graphql"
|
#import "../DestinationCityPage/Ref.graphql"
|
||||||
#import "../DestinationCountryPage/Ref.graphql"
|
#import "../DestinationCountryPage/Ref.graphql"
|
||||||
#import "../DestinationOverviewPage/Ref.graphql"
|
#import "../DestinationOverviewPage/Ref.graphql"
|
||||||
|
#import "../HotelPage/Ref.graphql"
|
||||||
|
#import "../LoyaltyPage/Ref.graphql"
|
||||||
|
#import "../StartPage/Ref.graphql"
|
||||||
|
|
||||||
fragment CardGallery_DestinationOverviewPage on DestinationOverviewPageBlocksCardGallery {
|
fragment CardGallery_DestinationOverviewPage on DestinationOverviewPageBlocksCardGallery {
|
||||||
card_gallery {
|
card_gallery {
|
||||||
@@ -46,6 +50,7 @@ fragment CardGallery_DestinationOverviewPage on DestinationOverviewPageBlocksCar
|
|||||||
node {
|
node {
|
||||||
__typename
|
__typename
|
||||||
...AccountPageLink
|
...AccountPageLink
|
||||||
|
...CampaignPageLink
|
||||||
...CollectionPageLink
|
...CollectionPageLink
|
||||||
...ContentPageLink
|
...ContentPageLink
|
||||||
...DestinationCityPageLink
|
...DestinationCityPageLink
|
||||||
@@ -53,6 +58,7 @@ fragment CardGallery_DestinationOverviewPage on DestinationOverviewPageBlocksCar
|
|||||||
...DestinationOverviewPageLink
|
...DestinationOverviewPageLink
|
||||||
...HotelPageLink
|
...HotelPageLink
|
||||||
...LoyaltyPageLink
|
...LoyaltyPageLink
|
||||||
|
...StartPageLink
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -77,6 +83,7 @@ fragment CardGallery_DestinationOverviewPageRefs on DestinationOverviewPageBlock
|
|||||||
node {
|
node {
|
||||||
__typename
|
__typename
|
||||||
...AccountPageRef
|
...AccountPageRef
|
||||||
|
...CampaignPageRef
|
||||||
...CollectionPageRef
|
...CollectionPageRef
|
||||||
...ContentPageRef
|
...ContentPageRef
|
||||||
...DestinationCityPageRef
|
...DestinationCityPageRef
|
||||||
@@ -84,6 +91,7 @@ fragment CardGallery_DestinationOverviewPageRefs on DestinationOverviewPageBlock
|
|||||||
...DestinationOverviewPageRef
|
...DestinationOverviewPageRef
|
||||||
...HotelPageRef
|
...HotelPageRef
|
||||||
...LoyaltyPageRef
|
...LoyaltyPageRef
|
||||||
|
...StartPageRef
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,6 +1,8 @@
|
|||||||
#import "../System.graphql"
|
#import "../System.graphql"
|
||||||
#import "./ContentCard.graphql"
|
#import "./ContentCard.graphql"
|
||||||
|
|
||||||
#import "../PageLink/AccountPageLink.graphql"
|
#import "../PageLink/AccountPageLink.graphql"
|
||||||
|
#import "../PageLink/CampaignPageLink.graphql"
|
||||||
#import "../PageLink/CollectionPageLink.graphql"
|
#import "../PageLink/CollectionPageLink.graphql"
|
||||||
#import "../PageLink/ContentPageLink.graphql"
|
#import "../PageLink/ContentPageLink.graphql"
|
||||||
#import "../PageLink/DestinationCityPageLink.graphql"
|
#import "../PageLink/DestinationCityPageLink.graphql"
|
||||||
@@ -11,6 +13,7 @@
|
|||||||
#import "../PageLink/StartPageLink.graphql"
|
#import "../PageLink/StartPageLink.graphql"
|
||||||
|
|
||||||
#import "../AccountPage/Ref.graphql"
|
#import "../AccountPage/Ref.graphql"
|
||||||
|
#import "../CampaignPage/Ref.graphql"
|
||||||
#import "../ContentPage/Ref.graphql"
|
#import "../ContentPage/Ref.graphql"
|
||||||
#import "../HotelPage/Ref.graphql"
|
#import "../HotelPage/Ref.graphql"
|
||||||
#import "../LoyaltyPage/Ref.graphql"
|
#import "../LoyaltyPage/Ref.graphql"
|
||||||
@@ -47,6 +50,7 @@ fragment CarouselCards_StartPage on StartPageBlocksCarouselCards {
|
|||||||
node {
|
node {
|
||||||
__typename
|
__typename
|
||||||
...AccountPageLink
|
...AccountPageLink
|
||||||
|
...CampaignPageLink
|
||||||
...CollectionPageLink
|
...CollectionPageLink
|
||||||
...ContentPageLink
|
...ContentPageLink
|
||||||
...DestinationCityPageLink
|
...DestinationCityPageLink
|
||||||
@@ -78,6 +82,7 @@ fragment CarouselCards_StartPageRefs on StartPageBlocksCarouselCards {
|
|||||||
node {
|
node {
|
||||||
__typename
|
__typename
|
||||||
...AccountPageRef
|
...AccountPageRef
|
||||||
|
...CampaignPageRef
|
||||||
...CollectionPageRef
|
...CollectionPageRef
|
||||||
...ContentPageRef
|
...ContentPageRef
|
||||||
...DestinationCityPageRef
|
...DestinationCityPageRef
|
||||||
|
|||||||
@@ -2,6 +2,7 @@
|
|||||||
#import "../ImageContainer.graphql"
|
#import "../ImageContainer.graphql"
|
||||||
|
|
||||||
#import "../PageLink/AccountPageLink.graphql"
|
#import "../PageLink/AccountPageLink.graphql"
|
||||||
|
#import "../PageLink/CampaignPageLink.graphql"
|
||||||
#import "../PageLink/CollectionPageLink.graphql"
|
#import "../PageLink/CollectionPageLink.graphql"
|
||||||
#import "../PageLink/ContentPageLink.graphql"
|
#import "../PageLink/ContentPageLink.graphql"
|
||||||
#import "../PageLink/DestinationCityPageLink.graphql"
|
#import "../PageLink/DestinationCityPageLink.graphql"
|
||||||
@@ -12,6 +13,7 @@
|
|||||||
#import "../PageLink/StartPageLink.graphql"
|
#import "../PageLink/StartPageLink.graphql"
|
||||||
|
|
||||||
#import "../AccountPage/Ref.graphql"
|
#import "../AccountPage/Ref.graphql"
|
||||||
|
#import "../CampaignPage/Ref.graphql"
|
||||||
#import "../CollectionPage/Ref.graphql"
|
#import "../CollectionPage/Ref.graphql"
|
||||||
#import "../ContentPage/Ref.graphql"
|
#import "../ContentPage/Ref.graphql"
|
||||||
#import "../DestinationCityPage/Ref.graphql"
|
#import "../DestinationCityPage/Ref.graphql"
|
||||||
@@ -31,6 +33,7 @@ fragment Content_ContentPage on ContentPageBlocksContent {
|
|||||||
...SysAsset
|
...SysAsset
|
||||||
...ImageContainer
|
...ImageContainer
|
||||||
...AccountPageLink
|
...AccountPageLink
|
||||||
|
...CampaignPageLink
|
||||||
...CollectionPageLink
|
...CollectionPageLink
|
||||||
...ContentPageLink
|
...ContentPageLink
|
||||||
...DestinationCityPageLink
|
...DestinationCityPageLink
|
||||||
@@ -55,6 +58,7 @@ fragment Content_ContentPageRefs on ContentPageBlocksContent {
|
|||||||
node {
|
node {
|
||||||
__typename
|
__typename
|
||||||
...AccountPageRef
|
...AccountPageRef
|
||||||
|
...CampaignPageRef
|
||||||
...CollectionPageRef
|
...CollectionPageRef
|
||||||
...ContentPageRef
|
...ContentPageRef
|
||||||
...DestinationCityPageRef
|
...DestinationCityPageRef
|
||||||
@@ -81,6 +85,7 @@ fragment Content_LoyaltyPage on LoyaltyPageBlocksContent {
|
|||||||
...SysAsset
|
...SysAsset
|
||||||
...ImageContainer
|
...ImageContainer
|
||||||
...AccountPageLink
|
...AccountPageLink
|
||||||
|
...CampaignPageLink
|
||||||
...CollectionPageLink
|
...CollectionPageLink
|
||||||
...ContentPageLink
|
...ContentPageLink
|
||||||
...DestinationCityPageLink
|
...DestinationCityPageLink
|
||||||
@@ -104,6 +109,7 @@ fragment Content_LoyaltyPageRefs on LoyaltyPageBlocksContent {
|
|||||||
node {
|
node {
|
||||||
__typename
|
__typename
|
||||||
...AccountPageRef
|
...AccountPageRef
|
||||||
|
...CampaignPageRef
|
||||||
...CollectionPageRef
|
...CollectionPageRef
|
||||||
...ContentPageRef
|
...ContentPageRef
|
||||||
...DestinationCityPageRef
|
...DestinationCityPageRef
|
||||||
@@ -127,6 +133,7 @@ fragment Content_DestinationCityPage on DestinationCityPageBlocksContent {
|
|||||||
node {
|
node {
|
||||||
__typename
|
__typename
|
||||||
...AccountPageLink
|
...AccountPageLink
|
||||||
|
...CampaignPageLink
|
||||||
...CollectionPageLink
|
...CollectionPageLink
|
||||||
...ContentPageLink
|
...ContentPageLink
|
||||||
...DestinationCityPageLink
|
...DestinationCityPageLink
|
||||||
@@ -151,6 +158,7 @@ fragment Content_DestinationCityPageRefs on DestinationCityPageBlocksContent {
|
|||||||
node {
|
node {
|
||||||
__typename
|
__typename
|
||||||
...AccountPageRef
|
...AccountPageRef
|
||||||
|
...CampaignPageRef
|
||||||
...CollectionPageRef
|
...CollectionPageRef
|
||||||
...ContentPageRef
|
...ContentPageRef
|
||||||
...DestinationCityPageRef
|
...DestinationCityPageRef
|
||||||
@@ -174,6 +182,7 @@ fragment Content_DestinationCountryPage on DestinationCountryPageBlocksContent {
|
|||||||
node {
|
node {
|
||||||
__typename
|
__typename
|
||||||
...AccountPageLink
|
...AccountPageLink
|
||||||
|
...CampaignPageLink
|
||||||
...CollectionPageLink
|
...CollectionPageLink
|
||||||
...ContentPageLink
|
...ContentPageLink
|
||||||
...DestinationCityPageLink
|
...DestinationCityPageLink
|
||||||
@@ -198,6 +207,7 @@ fragment Content_DestinationCountryPageRefs on DestinationCountryPageBlocksConte
|
|||||||
node {
|
node {
|
||||||
__typename
|
__typename
|
||||||
...AccountPageRef
|
...AccountPageRef
|
||||||
|
...CampaignPageRef
|
||||||
...CollectionPageRef
|
...CollectionPageRef
|
||||||
...ContentPageRef
|
...ContentPageRef
|
||||||
...DestinationCityPageRef
|
...DestinationCityPageRef
|
||||||
|
|||||||
@@ -1,5 +1,7 @@
|
|||||||
#import "../System.graphql"
|
#import "../System.graphql"
|
||||||
|
|
||||||
#import "../PageLink/AccountPageLink.graphql"
|
#import "../PageLink/AccountPageLink.graphql"
|
||||||
|
#import "../PageLink/CampaignPageLink.graphql"
|
||||||
#import "../PageLink/CollectionPageLink.graphql"
|
#import "../PageLink/CollectionPageLink.graphql"
|
||||||
#import "../PageLink/ContentPageLink.graphql"
|
#import "../PageLink/ContentPageLink.graphql"
|
||||||
#import "../PageLink/DestinationCityPageLink.graphql"
|
#import "../PageLink/DestinationCityPageLink.graphql"
|
||||||
@@ -10,6 +12,7 @@
|
|||||||
#import "../PageLink/StartPageLink.graphql"
|
#import "../PageLink/StartPageLink.graphql"
|
||||||
|
|
||||||
#import "../AccountPage/Ref.graphql"
|
#import "../AccountPage/Ref.graphql"
|
||||||
|
#import "../CampaignPage/Ref.graphql"
|
||||||
#import "../ContentPage/Ref.graphql"
|
#import "../ContentPage/Ref.graphql"
|
||||||
#import "../HotelPage/Ref.graphql"
|
#import "../HotelPage/Ref.graphql"
|
||||||
#import "../LoyaltyPage/Ref.graphql"
|
#import "../LoyaltyPage/Ref.graphql"
|
||||||
@@ -39,6 +42,7 @@ fragment ContentCardBlock on ContentCard {
|
|||||||
node {
|
node {
|
||||||
__typename
|
__typename
|
||||||
...AccountPageLink
|
...AccountPageLink
|
||||||
|
...CampaignPageLink
|
||||||
...CollectionPageLink
|
...CollectionPageLink
|
||||||
...ContentPageLink
|
...ContentPageLink
|
||||||
...DestinationCityPageLink
|
...DestinationCityPageLink
|
||||||
@@ -64,6 +68,7 @@ fragment ContentCardBlockRef on ContentCard {
|
|||||||
node {
|
node {
|
||||||
__typename
|
__typename
|
||||||
...AccountPageRef
|
...AccountPageRef
|
||||||
|
...CampaignPageRef
|
||||||
...CollectionPageRef
|
...CollectionPageRef
|
||||||
...ContentPageRef
|
...ContentPageRef
|
||||||
...DestinationCityPageRef
|
...DestinationCityPageRef
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
#import "../PageLink/AccountPageLink.graphql"
|
#import "../PageLink/AccountPageLink.graphql"
|
||||||
|
#import "../PageLink/CampaignPageLink.graphql"
|
||||||
#import "../PageLink/CollectionPageLink.graphql"
|
#import "../PageLink/CollectionPageLink.graphql"
|
||||||
#import "../PageLink/ContentPageLink.graphql"
|
#import "../PageLink/ContentPageLink.graphql"
|
||||||
#import "../PageLink/DestinationCityPageLink.graphql"
|
#import "../PageLink/DestinationCityPageLink.graphql"
|
||||||
@@ -9,6 +10,7 @@
|
|||||||
#import "../PageLink/StartPageLink.graphql"
|
#import "../PageLink/StartPageLink.graphql"
|
||||||
|
|
||||||
#import "../AccountPage/Ref.graphql"
|
#import "../AccountPage/Ref.graphql"
|
||||||
|
#import "../CampaignPage/Ref.graphql"
|
||||||
#import "../CollectionPage/Ref.graphql"
|
#import "../CollectionPage/Ref.graphql"
|
||||||
#import "../ContentPage/Ref.graphql"
|
#import "../ContentPage/Ref.graphql"
|
||||||
#import "../DestinationCityPage/Ref.graphql"
|
#import "../DestinationCityPage/Ref.graphql"
|
||||||
@@ -30,6 +32,7 @@ fragment DynamicContent_AccountPage on AccountPageContentDynamicContent {
|
|||||||
node {
|
node {
|
||||||
__typename
|
__typename
|
||||||
...AccountPageLink
|
...AccountPageLink
|
||||||
|
...CampaignPageLink
|
||||||
...CollectionPageLink
|
...CollectionPageLink
|
||||||
...ContentPageLink
|
...ContentPageLink
|
||||||
...DestinationCityPageLink
|
...DestinationCityPageLink
|
||||||
@@ -53,6 +56,7 @@ fragment DynamicContent_AccountPageRefs on AccountPageContentDynamicContent {
|
|||||||
node {
|
node {
|
||||||
__typename
|
__typename
|
||||||
...AccountPageRef
|
...AccountPageRef
|
||||||
|
...CampaignPageRef
|
||||||
...CollectionPageRef
|
...CollectionPageRef
|
||||||
...ContentPageRef
|
...ContentPageRef
|
||||||
...DestinationCityPageRef
|
...DestinationCityPageRef
|
||||||
@@ -80,6 +84,7 @@ fragment DynamicContent_CollectionPage on CollectionPageBlocksDynamicContent {
|
|||||||
node {
|
node {
|
||||||
__typename
|
__typename
|
||||||
...AccountPageLink
|
...AccountPageLink
|
||||||
|
...CampaignPageLink
|
||||||
...CollectionPageLink
|
...CollectionPageLink
|
||||||
...ContentPageLink
|
...ContentPageLink
|
||||||
...DestinationCityPageLink
|
...DestinationCityPageLink
|
||||||
@@ -103,6 +108,7 @@ fragment DynamicContent_CollectionPageRefs on CollectionPageBlocksDynamicContent
|
|||||||
node {
|
node {
|
||||||
__typename
|
__typename
|
||||||
...AccountPageRef
|
...AccountPageRef
|
||||||
|
...CampaignPageRef
|
||||||
...CollectionPageRef
|
...CollectionPageRef
|
||||||
...ContentPageRef
|
...ContentPageRef
|
||||||
...DestinationCityPageRef
|
...DestinationCityPageRef
|
||||||
@@ -130,6 +136,7 @@ fragment DynamicContent_ContentPage on ContentPageBlocksDynamicContent {
|
|||||||
node {
|
node {
|
||||||
__typename
|
__typename
|
||||||
...AccountPageLink
|
...AccountPageLink
|
||||||
|
...CampaignPageLink
|
||||||
...CollectionPageLink
|
...CollectionPageLink
|
||||||
...ContentPageLink
|
...ContentPageLink
|
||||||
...DestinationCityPageLink
|
...DestinationCityPageLink
|
||||||
@@ -153,6 +160,7 @@ fragment DynamicContent_ContentPageRefs on ContentPageBlocksDynamicContent {
|
|||||||
node {
|
node {
|
||||||
__typename
|
__typename
|
||||||
...AccountPageRef
|
...AccountPageRef
|
||||||
|
...CampaignPageRef
|
||||||
...CollectionPageRef
|
...CollectionPageRef
|
||||||
...ContentPageRef
|
...ContentPageRef
|
||||||
...DestinationCityPageRef
|
...DestinationCityPageRef
|
||||||
@@ -180,6 +188,7 @@ fragment DynamicContent_LoyaltyPage on LoyaltyPageBlocksDynamicContent {
|
|||||||
node {
|
node {
|
||||||
__typename
|
__typename
|
||||||
...AccountPageLink
|
...AccountPageLink
|
||||||
|
...CampaignPageLink
|
||||||
...CollectionPageLink
|
...CollectionPageLink
|
||||||
...ContentPageLink
|
...ContentPageLink
|
||||||
...DestinationCityPageLink
|
...DestinationCityPageLink
|
||||||
@@ -203,6 +212,7 @@ fragment DynamicContent_LoyaltyPageRefs on LoyaltyPageBlocksDynamicContent {
|
|||||||
node {
|
node {
|
||||||
__typename
|
__typename
|
||||||
...AccountPageRef
|
...AccountPageRef
|
||||||
|
...CampaignPageRef
|
||||||
...CollectionPageRef
|
...CollectionPageRef
|
||||||
...ContentPageRef
|
...ContentPageRef
|
||||||
...DestinationCityPageRef
|
...DestinationCityPageRef
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
#import "../PageLink/AccountPageLink.graphql"
|
#import "../PageLink/AccountPageLink.graphql"
|
||||||
|
#import "../PageLink/CampaignPageLink.graphql"
|
||||||
#import "../PageLink/ContentPageLink.graphql"
|
#import "../PageLink/ContentPageLink.graphql"
|
||||||
#import "../PageLink/LoyaltyPageLink.graphql"
|
#import "../PageLink/LoyaltyPageLink.graphql"
|
||||||
#import "../PageLink/HotelPageLink.graphql"
|
#import "../PageLink/HotelPageLink.graphql"
|
||||||
@@ -8,6 +9,7 @@
|
|||||||
#import "../PageLink/DestinationOverviewPageLink.graphql"
|
#import "../PageLink/DestinationOverviewPageLink.graphql"
|
||||||
|
|
||||||
#import "../AccountPage/Ref.graphql"
|
#import "../AccountPage/Ref.graphql"
|
||||||
|
#import "../CampaignPage/Ref.graphql"
|
||||||
#import "../ContentPage/Ref.graphql"
|
#import "../ContentPage/Ref.graphql"
|
||||||
#import "../HotelPage/Ref.graphql"
|
#import "../HotelPage/Ref.graphql"
|
||||||
#import "../LoyaltyPage/Ref.graphql"
|
#import "../LoyaltyPage/Ref.graphql"
|
||||||
@@ -35,13 +37,14 @@ fragment FullWidthCampaign on FullWidthCampaign {
|
|||||||
node {
|
node {
|
||||||
__typename
|
__typename
|
||||||
...AccountPageLink
|
...AccountPageLink
|
||||||
...ContentPageLink
|
...CampaignPageLink
|
||||||
...LoyaltyPageLink
|
|
||||||
...HotelPageLink
|
|
||||||
...CollectionPageLink
|
...CollectionPageLink
|
||||||
|
...ContentPageLink
|
||||||
...DestinationCityPageLink
|
...DestinationCityPageLink
|
||||||
...DestinationCountryPageLink
|
...DestinationCountryPageLink
|
||||||
...DestinationOverviewPageLink
|
...DestinationOverviewPageLink
|
||||||
|
...HotelPageLink
|
||||||
|
...LoyaltyPageLink
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -60,13 +63,14 @@ fragment FullWidthCampaign on FullWidthCampaign {
|
|||||||
node {
|
node {
|
||||||
__typename
|
__typename
|
||||||
...AccountPageLink
|
...AccountPageLink
|
||||||
...ContentPageLink
|
...CampaignPageLink
|
||||||
...LoyaltyPageLink
|
|
||||||
...HotelPageLink
|
|
||||||
...CollectionPageLink
|
...CollectionPageLink
|
||||||
|
...ContentPageLink
|
||||||
...DestinationCityPageLink
|
...DestinationCityPageLink
|
||||||
...DestinationCountryPageLink
|
...DestinationCountryPageLink
|
||||||
...DestinationOverviewPageLink
|
...DestinationOverviewPageLink
|
||||||
|
...HotelPageLink
|
||||||
|
...LoyaltyPageLink
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -83,13 +87,14 @@ fragment FullWidthCampaignRefs on FullWidthCampaign {
|
|||||||
node {
|
node {
|
||||||
__typename
|
__typename
|
||||||
...AccountPageRef
|
...AccountPageRef
|
||||||
...ContentPageRef
|
...CampaignPageRef
|
||||||
...HotelPageRef
|
|
||||||
...LoyaltyPageRef
|
|
||||||
...CollectionPageRef
|
...CollectionPageRef
|
||||||
|
...ContentPageRef
|
||||||
...DestinationCityPageRef
|
...DestinationCityPageRef
|
||||||
...DestinationCountryPageRef
|
...DestinationCountryPageRef
|
||||||
...DestinationOverviewPageRef
|
...DestinationOverviewPageRef
|
||||||
|
...HotelPageRef
|
||||||
|
...LoyaltyPageRef
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -100,13 +105,14 @@ fragment FullWidthCampaignRefs on FullWidthCampaign {
|
|||||||
node {
|
node {
|
||||||
__typename
|
__typename
|
||||||
...AccountPageRef
|
...AccountPageRef
|
||||||
...ContentPageRef
|
...CampaignPageRef
|
||||||
...HotelPageRef
|
|
||||||
...LoyaltyPageRef
|
|
||||||
...CollectionPageRef
|
...CollectionPageRef
|
||||||
|
...ContentPageRef
|
||||||
...DestinationCityPageRef
|
...DestinationCityPageRef
|
||||||
...DestinationCountryPageRef
|
...DestinationCountryPageRef
|
||||||
...DestinationOverviewPageRef
|
...DestinationOverviewPageRef
|
||||||
|
...HotelPageRef
|
||||||
|
...LoyaltyPageRef
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
#import "../System.graphql"
|
#import "../System.graphql"
|
||||||
|
|
||||||
#import "../PageLink/AccountPageLink.graphql"
|
#import "../PageLink/AccountPageLink.graphql"
|
||||||
|
#import "../PageLink/CampaignPageLink.graphql"
|
||||||
#import "../PageLink/CollectionPageLink.graphql"
|
#import "../PageLink/CollectionPageLink.graphql"
|
||||||
#import "../PageLink/ContentPageLink.graphql"
|
#import "../PageLink/ContentPageLink.graphql"
|
||||||
#import "../PageLink/DestinationCityPageLink.graphql"
|
#import "../PageLink/DestinationCityPageLink.graphql"
|
||||||
@@ -31,6 +32,7 @@ fragment InfoCardBlock on InfoCard {
|
|||||||
node {
|
node {
|
||||||
__typename
|
__typename
|
||||||
...AccountPageLink
|
...AccountPageLink
|
||||||
|
...CampaignPageLink
|
||||||
...CollectionPageLink
|
...CollectionPageLink
|
||||||
...ContentPageLink
|
...ContentPageLink
|
||||||
...DestinationCityPageLink
|
...DestinationCityPageLink
|
||||||
@@ -56,6 +58,7 @@ fragment InfoCardBlock on InfoCard {
|
|||||||
node {
|
node {
|
||||||
__typename
|
__typename
|
||||||
...AccountPageLink
|
...AccountPageLink
|
||||||
|
...CampaignPageLink
|
||||||
...CollectionPageLink
|
...CollectionPageLink
|
||||||
...ContentPageLink
|
...ContentPageLink
|
||||||
...DestinationCityPageLink
|
...DestinationCityPageLink
|
||||||
|
|||||||
@@ -1,20 +1,22 @@
|
|||||||
#import "../PageLink/AccountPageLink.graphql"
|
#import "../PageLink/AccountPageLink.graphql"
|
||||||
#import "../PageLink/ContentPageLink.graphql"
|
#import "../PageLink/CampaignPageLink.graphql"
|
||||||
#import "../PageLink/LoyaltyPageLink.graphql"
|
|
||||||
#import "../PageLink/HotelPageLink.graphql"
|
|
||||||
#import "../PageLink/CollectionPageLink.graphql"
|
#import "../PageLink/CollectionPageLink.graphql"
|
||||||
|
#import "../PageLink/ContentPageLink.graphql"
|
||||||
#import "../PageLink/DestinationCityPageLink.graphql"
|
#import "../PageLink/DestinationCityPageLink.graphql"
|
||||||
#import "../PageLink/DestinationCountryPageLink.graphql"
|
#import "../PageLink/DestinationCountryPageLink.graphql"
|
||||||
#import "../PageLink/DestinationOverviewPageLink.graphql"
|
#import "../PageLink/DestinationOverviewPageLink.graphql"
|
||||||
|
#import "../PageLink/HotelPageLink.graphql"
|
||||||
|
#import "../PageLink/LoyaltyPageLink.graphql"
|
||||||
|
|
||||||
#import "../AccountPage/Ref.graphql"
|
#import "../AccountPage/Ref.graphql"
|
||||||
#import "../ContentPage/Ref.graphql"
|
#import "../CampaignPage/Ref.graphql"
|
||||||
#import "../HotelPage/Ref.graphql"
|
|
||||||
#import "../LoyaltyPage/Ref.graphql"
|
|
||||||
#import "../CollectionPage/Ref.graphql"
|
#import "../CollectionPage/Ref.graphql"
|
||||||
|
#import "../ContentPage/Ref.graphql"
|
||||||
#import "../DestinationCityPage/Ref.graphql"
|
#import "../DestinationCityPage/Ref.graphql"
|
||||||
#import "../DestinationCountryPage/Ref.graphql"
|
#import "../DestinationCountryPage/Ref.graphql"
|
||||||
#import "../DestinationOverviewPage/Ref.graphql"
|
#import "../DestinationOverviewPage/Ref.graphql"
|
||||||
|
#import "../HotelPage/Ref.graphql"
|
||||||
|
#import "../LoyaltyPage/Ref.graphql"
|
||||||
|
|
||||||
fragment JoinScandicFriends_StartPage on StartPageBlocksJoinScandicFriends {
|
fragment JoinScandicFriends_StartPage on StartPageBlocksJoinScandicFriends {
|
||||||
__typename
|
__typename
|
||||||
@@ -40,13 +42,14 @@ fragment JoinScandicFriends_StartPage on StartPageBlocksJoinScandicFriends {
|
|||||||
node {
|
node {
|
||||||
__typename
|
__typename
|
||||||
...AccountPageLink
|
...AccountPageLink
|
||||||
...ContentPageLink
|
...CampaignPageLink
|
||||||
...LoyaltyPageLink
|
|
||||||
...HotelPageLink
|
|
||||||
...CollectionPageLink
|
...CollectionPageLink
|
||||||
|
...ContentPageLink
|
||||||
...DestinationCityPageLink
|
...DestinationCityPageLink
|
||||||
...DestinationCountryPageLink
|
...DestinationCountryPageLink
|
||||||
...DestinationOverviewPageLink
|
...DestinationOverviewPageLink
|
||||||
|
...HotelPageLink
|
||||||
|
...LoyaltyPageLink
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -62,13 +65,14 @@ fragment JoinScandicFriends_StartPageRefs on StartPageBlocksJoinScandicFriends {
|
|||||||
node {
|
node {
|
||||||
__typename
|
__typename
|
||||||
...AccountPageRef
|
...AccountPageRef
|
||||||
...ContentPageRef
|
...CampaignPageRef
|
||||||
...HotelPageRef
|
|
||||||
...LoyaltyPageRef
|
|
||||||
...CollectionPageRef
|
...CollectionPageRef
|
||||||
|
...ContentPageRef
|
||||||
...DestinationCityPageRef
|
...DestinationCityPageRef
|
||||||
...DestinationCountryPageRef
|
...DestinationCountryPageRef
|
||||||
...DestinationOverviewPageRef
|
...DestinationOverviewPageRef
|
||||||
|
...HotelPageRef
|
||||||
|
...LoyaltyPageRef
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
#import "../System.graphql"
|
#import "../System.graphql"
|
||||||
|
|
||||||
#import "../PageLink/AccountPageLink.graphql"
|
#import "../PageLink/AccountPageLink.graphql"
|
||||||
|
#import "../PageLink/CampaignPageLink.graphql"
|
||||||
#import "../PageLink/CollectionPageLink.graphql"
|
#import "../PageLink/CollectionPageLink.graphql"
|
||||||
#import "../PageLink/ContentPageLink.graphql"
|
#import "../PageLink/ContentPageLink.graphql"
|
||||||
#import "../PageLink/DestinationCityPageLink.graphql"
|
#import "../PageLink/DestinationCityPageLink.graphql"
|
||||||
@@ -28,6 +29,7 @@ fragment LoyaltyCardBlock on LoyaltyCard {
|
|||||||
node {
|
node {
|
||||||
__typename
|
__typename
|
||||||
...AccountPageLink
|
...AccountPageLink
|
||||||
|
...CampaignPageLink
|
||||||
...CollectionPageLink
|
...CollectionPageLink
|
||||||
...ContentPageLink
|
...ContentPageLink
|
||||||
...DestinationCityPageLink
|
...DestinationCityPageLink
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
#import "../../AccountPage/Ref.graphql"
|
#import "../../AccountPage/Ref.graphql"
|
||||||
|
#import "../../CampaignPage/Ref.graphql"
|
||||||
#import "../../CollectionPage/Ref.graphql"
|
#import "../../CollectionPage/Ref.graphql"
|
||||||
#import "../../ContentPage/Ref.graphql"
|
#import "../../ContentPage/Ref.graphql"
|
||||||
#import "../../DestinationCityPage/Ref.graphql"
|
#import "../../DestinationCityPage/Ref.graphql"
|
||||||
@@ -16,6 +17,7 @@ fragment AccordionBlockRefs on Accordion {
|
|||||||
node {
|
node {
|
||||||
__typename
|
__typename
|
||||||
...AccountPageRef
|
...AccountPageRef
|
||||||
|
...CampaignPageRef
|
||||||
...CollectionPageRef
|
...CollectionPageRef
|
||||||
...ContentPageRef
|
...ContentPageRef
|
||||||
...DestinationCityPageRef
|
...DestinationCityPageRef
|
||||||
@@ -39,6 +41,7 @@ fragment GlobalAccordionBlockRefs on GlobalAccordion {
|
|||||||
node {
|
node {
|
||||||
__typename
|
__typename
|
||||||
...AccountPageRef
|
...AccountPageRef
|
||||||
|
...CampaignPageRef
|
||||||
...CollectionPageRef
|
...CollectionPageRef
|
||||||
...ContentPageRef
|
...ContentPageRef
|
||||||
...DestinationCityPageRef
|
...DestinationCityPageRef
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
#import "../../AccountPage/Ref.graphql"
|
#import "../../AccountPage/Ref.graphql"
|
||||||
|
#import "../../CampaignPage/Ref.graphql"
|
||||||
#import "../../CollectionPage/Ref.graphql"
|
#import "../../CollectionPage/Ref.graphql"
|
||||||
#import "../../ContentPage/Ref.graphql"
|
#import "../../ContentPage/Ref.graphql"
|
||||||
#import "../../DestinationCityPage/Ref.graphql"
|
#import "../../DestinationCityPage/Ref.graphql"
|
||||||
@@ -15,6 +16,7 @@ fragment CardBlockRef on Card {
|
|||||||
node {
|
node {
|
||||||
__typename
|
__typename
|
||||||
...AccountPageRef
|
...AccountPageRef
|
||||||
|
...CampaignPageRef
|
||||||
...CollectionPageRef
|
...CollectionPageRef
|
||||||
...ContentPageRef
|
...ContentPageRef
|
||||||
...DestinationCityPageRef
|
...DestinationCityPageRef
|
||||||
@@ -33,6 +35,7 @@ fragment CardBlockRef on Card {
|
|||||||
node {
|
node {
|
||||||
__typename
|
__typename
|
||||||
...AccountPageRef
|
...AccountPageRef
|
||||||
|
...CampaignPageRef
|
||||||
...CollectionPageRef
|
...CollectionPageRef
|
||||||
...ContentPageRef
|
...ContentPageRef
|
||||||
...DestinationCityPageRef
|
...DestinationCityPageRef
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
#import "../../AccountPage/Ref.graphql"
|
#import "../../AccountPage/Ref.graphql"
|
||||||
|
#import "../../CampaignPage/Ref.graphql"
|
||||||
#import "../../CollectionPage/Ref.graphql"
|
#import "../../CollectionPage/Ref.graphql"
|
||||||
#import "../../ContentPage/Ref.graphql"
|
#import "../../ContentPage/Ref.graphql"
|
||||||
#import "../../DestinationCityPage/Ref.graphql"
|
#import "../../DestinationCityPage/Ref.graphql"
|
||||||
@@ -15,6 +16,7 @@ fragment InfoCardBlockRef on InfoCard {
|
|||||||
node {
|
node {
|
||||||
__typename
|
__typename
|
||||||
...AccountPageRef
|
...AccountPageRef
|
||||||
|
...CampaignPageRef
|
||||||
...CollectionPageRef
|
...CollectionPageRef
|
||||||
...ContentPageRef
|
...ContentPageRef
|
||||||
...DestinationCityPageRef
|
...DestinationCityPageRef
|
||||||
@@ -33,6 +35,7 @@ fragment InfoCardBlockRef on InfoCard {
|
|||||||
node {
|
node {
|
||||||
__typename
|
__typename
|
||||||
...AccountPageRef
|
...AccountPageRef
|
||||||
|
...CampaignPageRef
|
||||||
...CollectionPageRef
|
...CollectionPageRef
|
||||||
...ContentPageRef
|
...ContentPageRef
|
||||||
...DestinationCityPageRef
|
...DestinationCityPageRef
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
#import "../../AccountPage/Ref.graphql"
|
#import "../../AccountPage/Ref.graphql"
|
||||||
|
#import "../../CampaignPage/Ref.graphql"
|
||||||
#import "../../CollectionPage/Ref.graphql"
|
#import "../../CollectionPage/Ref.graphql"
|
||||||
#import "../../ContentPage/Ref.graphql"
|
#import "../../ContentPage/Ref.graphql"
|
||||||
#import "../../DestinationCityPage/Ref.graphql"
|
#import "../../DestinationCityPage/Ref.graphql"
|
||||||
@@ -15,6 +16,7 @@ fragment LoyaltyCardBlockRef on LoyaltyCard {
|
|||||||
node {
|
node {
|
||||||
__typename
|
__typename
|
||||||
...AccountPageRef
|
...AccountPageRef
|
||||||
|
...CampaignPageRef
|
||||||
...CollectionPageRef
|
...CollectionPageRef
|
||||||
...ContentPageRef
|
...ContentPageRef
|
||||||
...DestinationCityPageRef
|
...DestinationCityPageRef
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
#import "../../AccountPage/Ref.graphql"
|
#import "../../AccountPage/Ref.graphql"
|
||||||
|
#import "../../CampaignPage/Ref.graphql"
|
||||||
#import "../../CollectionPage/Ref.graphql"
|
#import "../../CollectionPage/Ref.graphql"
|
||||||
#import "../../ContentPage/Ref.graphql"
|
#import "../../ContentPage/Ref.graphql"
|
||||||
#import "../../DestinationCityPage/Ref.graphql"
|
#import "../../DestinationCityPage/Ref.graphql"
|
||||||
@@ -15,6 +16,7 @@ fragment TeaserCardBlockRef on TeaserCard {
|
|||||||
node {
|
node {
|
||||||
__typename
|
__typename
|
||||||
...AccountPageRef
|
...AccountPageRef
|
||||||
|
...CampaignPageRef
|
||||||
...CollectionPageRef
|
...CollectionPageRef
|
||||||
...ContentPageRef
|
...ContentPageRef
|
||||||
...DestinationCityPageRef
|
...DestinationCityPageRef
|
||||||
@@ -33,6 +35,7 @@ fragment TeaserCardBlockRef on TeaserCard {
|
|||||||
node {
|
node {
|
||||||
__typename
|
__typename
|
||||||
...AccountPageRef
|
...AccountPageRef
|
||||||
|
...CampaignPageRef
|
||||||
...CollectionPageRef
|
...CollectionPageRef
|
||||||
...ContentPageRef
|
...ContentPageRef
|
||||||
...DestinationCityPageRef
|
...DestinationCityPageRef
|
||||||
@@ -52,6 +55,7 @@ fragment TeaserCardBlockRef on TeaserCard {
|
|||||||
node {
|
node {
|
||||||
__typename
|
__typename
|
||||||
...AccountPageRef
|
...AccountPageRef
|
||||||
|
...CampaignPageRef
|
||||||
...CollectionPageRef
|
...CollectionPageRef
|
||||||
...ContentPageRef
|
...ContentPageRef
|
||||||
...DestinationCityPageRef
|
...DestinationCityPageRef
|
||||||
@@ -70,6 +74,7 @@ fragment TeaserCardBlockRef on TeaserCard {
|
|||||||
node {
|
node {
|
||||||
__typename
|
__typename
|
||||||
...AccountPageRef
|
...AccountPageRef
|
||||||
|
...CampaignPageRef
|
||||||
...CollectionPageRef
|
...CollectionPageRef
|
||||||
...ContentPageRef
|
...ContentPageRef
|
||||||
...DestinationCityPageRef
|
...DestinationCityPageRef
|
||||||
@@ -88,6 +93,7 @@ fragment TeaserCardBlockRef on TeaserCard {
|
|||||||
node {
|
node {
|
||||||
__typename
|
__typename
|
||||||
...AccountPageRef
|
...AccountPageRef
|
||||||
|
...CampaignPageRef
|
||||||
...CollectionPageRef
|
...CollectionPageRef
|
||||||
...ContentPageRef
|
...ContentPageRef
|
||||||
...DestinationCityPageRef
|
...DestinationCityPageRef
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
#import "../PageLink/AccountPageLink.graphql"
|
#import "../PageLink/AccountPageLink.graphql"
|
||||||
|
#import "../PageLink/CampaignPageLink.graphql"
|
||||||
#import "../PageLink/CollectionPageLink.graphql"
|
#import "../PageLink/CollectionPageLink.graphql"
|
||||||
#import "../PageLink/ContentPageLink.graphql"
|
#import "../PageLink/ContentPageLink.graphql"
|
||||||
#import "../PageLink/DestinationCityPageLink.graphql"
|
#import "../PageLink/DestinationCityPageLink.graphql"
|
||||||
@@ -9,6 +10,7 @@
|
|||||||
#import "../PageLink/StartPageLink.graphql"
|
#import "../PageLink/StartPageLink.graphql"
|
||||||
|
|
||||||
#import "../AccountPage/Ref.graphql"
|
#import "../AccountPage/Ref.graphql"
|
||||||
|
#import "../CampaignPage/Ref.graphql"
|
||||||
#import "../CollectionPage/Ref.graphql"
|
#import "../CollectionPage/Ref.graphql"
|
||||||
#import "../ContentPage/Ref.graphql"
|
#import "../ContentPage/Ref.graphql"
|
||||||
#import "../DestinationCityPage/Ref.graphql"
|
#import "../DestinationCityPage/Ref.graphql"
|
||||||
@@ -30,6 +32,7 @@ fragment Shortcuts on Shortcuts {
|
|||||||
node {
|
node {
|
||||||
__typename
|
__typename
|
||||||
...AccountPageLink
|
...AccountPageLink
|
||||||
|
...CampaignPageLink
|
||||||
...CollectionPageLink
|
...CollectionPageLink
|
||||||
...ContentPageLink
|
...ContentPageLink
|
||||||
...DestinationCityPageLink
|
...DestinationCityPageLink
|
||||||
@@ -75,6 +78,7 @@ fragment ShortcutsRefs on Shortcuts {
|
|||||||
node {
|
node {
|
||||||
__typename
|
__typename
|
||||||
...AccountPageRef
|
...AccountPageRef
|
||||||
|
...CampaignPageRef
|
||||||
...CollectionPageRef
|
...CollectionPageRef
|
||||||
...ContentPageRef
|
...ContentPageRef
|
||||||
...DestinationCityPageRef
|
...DestinationCityPageRef
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
#import "../System.graphql"
|
#import "../System.graphql"
|
||||||
|
|
||||||
#import "../PageLink/AccountPageLink.graphql"
|
#import "../PageLink/AccountPageLink.graphql"
|
||||||
|
#import "../PageLink/CampaignPageLink.graphql"
|
||||||
#import "../PageLink/CollectionPageLink.graphql"
|
#import "../PageLink/CollectionPageLink.graphql"
|
||||||
#import "../PageLink/ContentPageLink.graphql"
|
#import "../PageLink/ContentPageLink.graphql"
|
||||||
#import "../PageLink/DestinationCityPageLink.graphql"
|
#import "../PageLink/DestinationCityPageLink.graphql"
|
||||||
@@ -31,6 +32,7 @@ fragment TeaserCardBlock on TeaserCard {
|
|||||||
node {
|
node {
|
||||||
__typename
|
__typename
|
||||||
...AccountPageLink
|
...AccountPageLink
|
||||||
|
...CampaignPageLink
|
||||||
...CollectionPageLink
|
...CollectionPageLink
|
||||||
...ContentPageLink
|
...ContentPageLink
|
||||||
...DestinationCityPageLink
|
...DestinationCityPageLink
|
||||||
@@ -56,6 +58,7 @@ fragment TeaserCardBlock on TeaserCard {
|
|||||||
node {
|
node {
|
||||||
__typename
|
__typename
|
||||||
...AccountPageLink
|
...AccountPageLink
|
||||||
|
...CampaignPageLink
|
||||||
...CollectionPageLink
|
...CollectionPageLink
|
||||||
...ContentPageLink
|
...ContentPageLink
|
||||||
...DestinationCityPageLink
|
...DestinationCityPageLink
|
||||||
@@ -79,6 +82,7 @@ fragment TeaserCardBlock on TeaserCard {
|
|||||||
node {
|
node {
|
||||||
__typename
|
__typename
|
||||||
...AccountPageLink
|
...AccountPageLink
|
||||||
|
...CampaignPageLink
|
||||||
...CollectionPageLink
|
...CollectionPageLink
|
||||||
...ContentPageLink
|
...ContentPageLink
|
||||||
...DestinationCityPageLink
|
...DestinationCityPageLink
|
||||||
@@ -106,6 +110,7 @@ fragment TeaserCardBlock on TeaserCard {
|
|||||||
node {
|
node {
|
||||||
__typename
|
__typename
|
||||||
...AccountPageLink
|
...AccountPageLink
|
||||||
|
...CampaignPageLink
|
||||||
...CollectionPageLink
|
...CollectionPageLink
|
||||||
...ContentPageLink
|
...ContentPageLink
|
||||||
...DestinationCityPageLink
|
...DestinationCityPageLink
|
||||||
@@ -132,6 +137,7 @@ fragment TeaserCardBlock on TeaserCard {
|
|||||||
node {
|
node {
|
||||||
__typename
|
__typename
|
||||||
...AccountPageLink
|
...AccountPageLink
|
||||||
|
...CampaignPageLink
|
||||||
...CollectionPageLink
|
...CollectionPageLink
|
||||||
...ContentPageLink
|
...ContentPageLink
|
||||||
...DestinationCityPageLink
|
...DestinationCityPageLink
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
#import "../PageLink/AccountPageLink.graphql"
|
#import "../PageLink/AccountPageLink.graphql"
|
||||||
|
#import "../PageLink/CampaignPageLink.graphql"
|
||||||
#import "../PageLink/CollectionPageLink.graphql"
|
#import "../PageLink/CollectionPageLink.graphql"
|
||||||
#import "../PageLink/ContentPageLink.graphql"
|
#import "../PageLink/ContentPageLink.graphql"
|
||||||
#import "../PageLink/DestinationCityPageLink.graphql"
|
#import "../PageLink/DestinationCityPageLink.graphql"
|
||||||
@@ -9,6 +10,7 @@
|
|||||||
#import "../PageLink/StartPageLink.graphql"
|
#import "../PageLink/StartPageLink.graphql"
|
||||||
|
|
||||||
#import "../AccountPage/Ref.graphql"
|
#import "../AccountPage/Ref.graphql"
|
||||||
|
#import "../CampaignPage/Ref.graphql"
|
||||||
#import "../CollectionPage/Ref.graphql"
|
#import "../CollectionPage/Ref.graphql"
|
||||||
#import "../ContentPage/Ref.graphql"
|
#import "../ContentPage/Ref.graphql"
|
||||||
#import "../DestinationCityPage/Ref.graphql"
|
#import "../DestinationCityPage/Ref.graphql"
|
||||||
@@ -29,6 +31,7 @@ fragment TextCols_ContentPage on ContentPageBlocksTextCols {
|
|||||||
node {
|
node {
|
||||||
__typename
|
__typename
|
||||||
...AccountPageLink
|
...AccountPageLink
|
||||||
|
...CampaignPageLink
|
||||||
...CollectionPageLink
|
...CollectionPageLink
|
||||||
...ContentPageLink
|
...ContentPageLink
|
||||||
...DestinationCityPageLink
|
...DestinationCityPageLink
|
||||||
@@ -56,6 +59,7 @@ fragment TextCols_ContentPageRef on ContentPageBlocksTextCols {
|
|||||||
node {
|
node {
|
||||||
__typename
|
__typename
|
||||||
...AccountPageRef
|
...AccountPageRef
|
||||||
|
...CampaignPageRef
|
||||||
...CollectionPageRef
|
...CollectionPageRef
|
||||||
...ContentPageRef
|
...ContentPageRef
|
||||||
...DestinationCityPageRef
|
...DestinationCityPageRef
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
#import "../PageLink/AccountPageLink.graphql"
|
#import "../PageLink/AccountPageLink.graphql"
|
||||||
|
#import "../PageLink/CampaignPageLink.graphql"
|
||||||
#import "../PageLink/CollectionPageLink.graphql"
|
#import "../PageLink/CollectionPageLink.graphql"
|
||||||
#import "../PageLink/ContentPageLink.graphql"
|
#import "../PageLink/ContentPageLink.graphql"
|
||||||
#import "../PageLink/DestinationCityPageLink.graphql"
|
#import "../PageLink/DestinationCityPageLink.graphql"
|
||||||
@@ -9,6 +10,7 @@
|
|||||||
#import "../PageLink/StartPageLink.graphql"
|
#import "../PageLink/StartPageLink.graphql"
|
||||||
|
|
||||||
#import "../AccountPage/Ref.graphql"
|
#import "../AccountPage/Ref.graphql"
|
||||||
|
#import "../CampaignPage/Ref.graphql"
|
||||||
#import "../CollectionPage/Ref.graphql"
|
#import "../CollectionPage/Ref.graphql"
|
||||||
#import "../ContentPage/Ref.graphql"
|
#import "../ContentPage/Ref.graphql"
|
||||||
#import "../DestinationCityPage/Ref.graphql"
|
#import "../DestinationCityPage/Ref.graphql"
|
||||||
@@ -35,6 +37,7 @@ fragment UspGrid_ContentPage on ContentPageBlocksUspGrid {
|
|||||||
node {
|
node {
|
||||||
__typename
|
__typename
|
||||||
...AccountPageLink
|
...AccountPageLink
|
||||||
|
...CampaignPageLink
|
||||||
...CollectionPageLink
|
...CollectionPageLink
|
||||||
...ContentPageLink
|
...ContentPageLink
|
||||||
...DestinationCityPageLink
|
...DestinationCityPageLink
|
||||||
@@ -69,6 +72,7 @@ fragment UspGrid_ContentPageRefs on ContentPageBlocksUspGrid {
|
|||||||
node {
|
node {
|
||||||
__typename
|
__typename
|
||||||
...AccountPageRef
|
...AccountPageRef
|
||||||
|
...CampaignPageRef
|
||||||
...CollectionPageRef
|
...CollectionPageRef
|
||||||
...ContentPageRef
|
...ContentPageRef
|
||||||
...DestinationCityPageRef
|
...DestinationCityPageRef
|
||||||
|
|||||||
@@ -0,0 +1,7 @@
|
|||||||
|
#import "../System.graphql"
|
||||||
|
|
||||||
|
fragment CampaignPageRef on CampaignPage {
|
||||||
|
system {
|
||||||
|
...System
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -1,4 +1,5 @@
|
|||||||
#import "../PageLink/AccountPageLink.graphql"
|
#import "../PageLink/AccountPageLink.graphql"
|
||||||
|
#import "../PageLink/CampaignPageLink.graphql"
|
||||||
#import "../PageLink/CollectionPageLink.graphql"
|
#import "../PageLink/CollectionPageLink.graphql"
|
||||||
#import "../PageLink/ContentPageLink.graphql"
|
#import "../PageLink/ContentPageLink.graphql"
|
||||||
#import "../PageLink/DestinationCityPageLink.graphql"
|
#import "../PageLink/DestinationCityPageLink.graphql"
|
||||||
@@ -9,6 +10,7 @@
|
|||||||
#import "../PageLink/StartPageLink.graphql"
|
#import "../PageLink/StartPageLink.graphql"
|
||||||
|
|
||||||
#import "../AccountPage/Ref.graphql"
|
#import "../AccountPage/Ref.graphql"
|
||||||
|
#import "../CampaignPage/Ref.graphql"
|
||||||
#import "../CollectionPage/Ref.graphql"
|
#import "../CollectionPage/Ref.graphql"
|
||||||
#import "../ContentPage/Ref.graphql"
|
#import "../ContentPage/Ref.graphql"
|
||||||
#import "../DestinationCityPage/Ref.graphql"
|
#import "../DestinationCityPage/Ref.graphql"
|
||||||
@@ -26,6 +28,7 @@ fragment NavigationLinks_CollectionPage on CollectionPageHeader {
|
|||||||
node {
|
node {
|
||||||
__typename
|
__typename
|
||||||
...AccountPageLink
|
...AccountPageLink
|
||||||
|
...CampaignPageLink
|
||||||
...CollectionPageLink
|
...CollectionPageLink
|
||||||
...ContentPageLink
|
...ContentPageLink
|
||||||
...DestinationCityPageLink
|
...DestinationCityPageLink
|
||||||
@@ -47,6 +50,7 @@ fragment NavigationLinksRef_CollectionPage on CollectionPageHeader {
|
|||||||
node {
|
node {
|
||||||
__typename
|
__typename
|
||||||
...AccountPageRef
|
...AccountPageRef
|
||||||
|
...CampaignPageRef
|
||||||
...CollectionPageRef
|
...CollectionPageRef
|
||||||
...ContentPageRef
|
...ContentPageRef
|
||||||
...DestinationCityPageRef
|
...DestinationCityPageRef
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
#import "../PageLink/AccountPageLink.graphql"
|
#import "../PageLink/AccountPageLink.graphql"
|
||||||
|
#import "../PageLink/CampaignPageLink.graphql"
|
||||||
#import "../PageLink/CollectionPageLink.graphql"
|
#import "../PageLink/CollectionPageLink.graphql"
|
||||||
#import "../PageLink/ContentPageLink.graphql"
|
#import "../PageLink/ContentPageLink.graphql"
|
||||||
#import "../PageLink/DestinationCityPageLink.graphql"
|
#import "../PageLink/DestinationCityPageLink.graphql"
|
||||||
@@ -9,6 +10,7 @@
|
|||||||
#import "../PageLink/StartPageLink.graphql"
|
#import "../PageLink/StartPageLink.graphql"
|
||||||
|
|
||||||
#import "../AccountPage/Ref.graphql"
|
#import "../AccountPage/Ref.graphql"
|
||||||
|
#import "../CampaignPage/Ref.graphql"
|
||||||
#import "../CollectionPage/Ref.graphql"
|
#import "../CollectionPage/Ref.graphql"
|
||||||
#import "../ContentPage/Ref.graphql"
|
#import "../ContentPage/Ref.graphql"
|
||||||
#import "../DestinationCityPage/Ref.graphql"
|
#import "../DestinationCityPage/Ref.graphql"
|
||||||
@@ -26,6 +28,7 @@ fragment TopPrimaryButton_CollectionPage on CollectionPageHeader {
|
|||||||
node {
|
node {
|
||||||
__typename
|
__typename
|
||||||
...AccountPageLink
|
...AccountPageLink
|
||||||
|
...CampaignPageLink
|
||||||
...CollectionPageLink
|
...CollectionPageLink
|
||||||
...ContentPageLink
|
...ContentPageLink
|
||||||
...DestinationCityPageLink
|
...DestinationCityPageLink
|
||||||
@@ -47,6 +50,7 @@ fragment TopPrimaryButtonRef_CollectionPage on CollectionPageHeader {
|
|||||||
node {
|
node {
|
||||||
__typename
|
__typename
|
||||||
...AccountPageRef
|
...AccountPageRef
|
||||||
|
...CampaignPageRef
|
||||||
...CollectionPageRef
|
...CollectionPageRef
|
||||||
...ContentPageRef
|
...ContentPageRef
|
||||||
...DestinationCityPageRef
|
...DestinationCityPageRef
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
#import "../PageLink/AccountPageLink.graphql"
|
#import "../PageLink/AccountPageLink.graphql"
|
||||||
|
#import "../PageLink/CampaignPageLink.graphql"
|
||||||
#import "../PageLink/CollectionPageLink.graphql"
|
#import "../PageLink/CollectionPageLink.graphql"
|
||||||
#import "../PageLink/ContentPageLink.graphql"
|
#import "../PageLink/ContentPageLink.graphql"
|
||||||
#import "../PageLink/DestinationCityPageLink.graphql"
|
#import "../PageLink/DestinationCityPageLink.graphql"
|
||||||
@@ -9,6 +10,7 @@
|
|||||||
#import "../PageLink/StartPageLink.graphql"
|
#import "../PageLink/StartPageLink.graphql"
|
||||||
|
|
||||||
#import "../AccountPage/Ref.graphql"
|
#import "../AccountPage/Ref.graphql"
|
||||||
|
#import "../CampaignPage/Ref.graphql"
|
||||||
#import "../CollectionPage/Ref.graphql"
|
#import "../CollectionPage/Ref.graphql"
|
||||||
#import "../ContentPage/Ref.graphql"
|
#import "../ContentPage/Ref.graphql"
|
||||||
#import "../DestinationCityPage/Ref.graphql"
|
#import "../DestinationCityPage/Ref.graphql"
|
||||||
@@ -26,6 +28,7 @@ fragment NavigationLinks_ContentPage on ContentPageHeader {
|
|||||||
node {
|
node {
|
||||||
__typename
|
__typename
|
||||||
...AccountPageLink
|
...AccountPageLink
|
||||||
|
...CampaignPageLink
|
||||||
...CollectionPageLink
|
...CollectionPageLink
|
||||||
...ContentPageLink
|
...ContentPageLink
|
||||||
...DestinationCityPageLink
|
...DestinationCityPageLink
|
||||||
@@ -47,6 +50,7 @@ fragment NavigationLinksRef_ContentPage on ContentPageHeader {
|
|||||||
node {
|
node {
|
||||||
__typename
|
__typename
|
||||||
...AccountPageRef
|
...AccountPageRef
|
||||||
|
...CampaignPageRef
|
||||||
...CollectionPageRef
|
...CollectionPageRef
|
||||||
...ContentPageRef
|
...ContentPageRef
|
||||||
...DestinationCityPageRef
|
...DestinationCityPageRef
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
#import "../PageLink/AccountPageLink.graphql"
|
#import "../PageLink/AccountPageLink.graphql"
|
||||||
|
#import "../PageLink/CampaignPageLink.graphql"
|
||||||
#import "../PageLink/CollectionPageLink.graphql"
|
#import "../PageLink/CollectionPageLink.graphql"
|
||||||
#import "../PageLink/ContentPageLink.graphql"
|
#import "../PageLink/ContentPageLink.graphql"
|
||||||
#import "../PageLink/DestinationCityPageLink.graphql"
|
#import "../PageLink/DestinationCityPageLink.graphql"
|
||||||
@@ -9,6 +10,7 @@
|
|||||||
#import "../PageLink/StartPageLink.graphql"
|
#import "../PageLink/StartPageLink.graphql"
|
||||||
|
|
||||||
#import "../AccountPage/Ref.graphql"
|
#import "../AccountPage/Ref.graphql"
|
||||||
|
#import "../CampaignPage/Ref.graphql"
|
||||||
#import "../CollectionPage/Ref.graphql"
|
#import "../CollectionPage/Ref.graphql"
|
||||||
#import "../ContentPage/Ref.graphql"
|
#import "../ContentPage/Ref.graphql"
|
||||||
#import "../DestinationCityPage/Ref.graphql"
|
#import "../DestinationCityPage/Ref.graphql"
|
||||||
@@ -26,6 +28,7 @@ fragment TopPrimaryButton_ContentPage on ContentPageHeader {
|
|||||||
node {
|
node {
|
||||||
__typename
|
__typename
|
||||||
...AccountPageLink
|
...AccountPageLink
|
||||||
|
...CampaignPageLink
|
||||||
...CollectionPageLink
|
...CollectionPageLink
|
||||||
...ContentPageLink
|
...ContentPageLink
|
||||||
...DestinationCityPageLink
|
...DestinationCityPageLink
|
||||||
@@ -47,6 +50,7 @@ fragment TopPrimaryButtonRef_ContentPage on ContentPageHeader {
|
|||||||
node {
|
node {
|
||||||
__typename
|
__typename
|
||||||
...AccountPageRef
|
...AccountPageRef
|
||||||
|
...CampaignPageRef
|
||||||
...CollectionPageRef
|
...CollectionPageRef
|
||||||
...ContentPageRef
|
...ContentPageRef
|
||||||
...DestinationCityPageRef
|
...DestinationCityPageRef
|
||||||
|
|||||||
@@ -0,0 +1,9 @@
|
|||||||
|
#import "../System.graphql"
|
||||||
|
|
||||||
|
fragment CampaignPageLink on CampaignPage {
|
||||||
|
title
|
||||||
|
url
|
||||||
|
system {
|
||||||
|
...System
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -2,6 +2,7 @@
|
|||||||
#import "../ImageContainer.graphql"
|
#import "../ImageContainer.graphql"
|
||||||
|
|
||||||
#import "../PageLink/AccountPageLink.graphql"
|
#import "../PageLink/AccountPageLink.graphql"
|
||||||
|
#import "../PageLink/CampaignPageLink.graphql"
|
||||||
#import "../PageLink/CollectionPageLink.graphql"
|
#import "../PageLink/CollectionPageLink.graphql"
|
||||||
#import "../PageLink/ContentPageLink.graphql"
|
#import "../PageLink/ContentPageLink.graphql"
|
||||||
#import "../PageLink/DestinationCityPageLink.graphql"
|
#import "../PageLink/DestinationCityPageLink.graphql"
|
||||||
@@ -12,6 +13,7 @@
|
|||||||
#import "../PageLink/StartPageLink.graphql"
|
#import "../PageLink/StartPageLink.graphql"
|
||||||
|
|
||||||
#import "../AccountPage/Ref.graphql"
|
#import "../AccountPage/Ref.graphql"
|
||||||
|
#import "../CampaignPage/Ref.graphql"
|
||||||
#import "../CollectionPage/Ref.graphql"
|
#import "../CollectionPage/Ref.graphql"
|
||||||
#import "../ContentPage/Ref.graphql"
|
#import "../ContentPage/Ref.graphql"
|
||||||
#import "../DestinationCityPage/Ref.graphql"
|
#import "../DestinationCityPage/Ref.graphql"
|
||||||
@@ -32,6 +34,7 @@ fragment ContentSidebar_ContentPage on ContentPageSidebarContent {
|
|||||||
...SysAsset
|
...SysAsset
|
||||||
...ImageContainer
|
...ImageContainer
|
||||||
...AccountPageLink
|
...AccountPageLink
|
||||||
|
...CampaignPageLink
|
||||||
...CollectionPageLink
|
...CollectionPageLink
|
||||||
...ContentPageLink
|
...ContentPageLink
|
||||||
...DestinationCityPageLink
|
...DestinationCityPageLink
|
||||||
@@ -56,6 +59,7 @@ fragment ContentSidebar_ContentPageRefs on ContentPageSidebarContent {
|
|||||||
__typename
|
__typename
|
||||||
...ImageContainerRef
|
...ImageContainerRef
|
||||||
...AccountPageRef
|
...AccountPageRef
|
||||||
|
...CampaignPageRef
|
||||||
...CollectionPageRef
|
...CollectionPageRef
|
||||||
...ContentPageRef
|
...ContentPageRef
|
||||||
...DestinationCityPageRef
|
...DestinationCityPageRef
|
||||||
@@ -82,6 +86,7 @@ fragment ContentSidebar_LoyaltyPage on LoyaltyPageSidebarContent {
|
|||||||
...SysAsset
|
...SysAsset
|
||||||
...ImageContainer
|
...ImageContainer
|
||||||
...AccountPageLink
|
...AccountPageLink
|
||||||
|
...CampaignPageLink
|
||||||
...CollectionPageLink
|
...CollectionPageLink
|
||||||
...ContentPageLink
|
...ContentPageLink
|
||||||
...DestinationCityPageLink
|
...DestinationCityPageLink
|
||||||
@@ -106,6 +111,7 @@ fragment ContentSidebar_LoyaltyPageRefs on LoyaltyPageSidebarContent {
|
|||||||
__typename
|
__typename
|
||||||
...ImageContainerRef
|
...ImageContainerRef
|
||||||
...AccountPageRef
|
...AccountPageRef
|
||||||
|
...CampaignPageRef
|
||||||
...CollectionPageRef
|
...CollectionPageRef
|
||||||
...ContentPageRef
|
...ContentPageRef
|
||||||
...DestinationCityPageRef
|
...DestinationCityPageRef
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
#import "../PageLink/AccountPageLink.graphql"
|
#import "../PageLink/AccountPageLink.graphql"
|
||||||
|
#import "../PageLink/CampaignPageLink.graphql"
|
||||||
#import "../PageLink/CollectionPageLink.graphql"
|
#import "../PageLink/CollectionPageLink.graphql"
|
||||||
#import "../PageLink/ContentPageLink.graphql"
|
#import "../PageLink/ContentPageLink.graphql"
|
||||||
#import "../PageLink/DestinationCityPageLink.graphql"
|
#import "../PageLink/DestinationCityPageLink.graphql"
|
||||||
@@ -9,6 +10,7 @@
|
|||||||
#import "../PageLink/StartPageLink.graphql"
|
#import "../PageLink/StartPageLink.graphql"
|
||||||
|
|
||||||
#import "../AccountPage/Ref.graphql"
|
#import "../AccountPage/Ref.graphql"
|
||||||
|
#import "../CampaignPage/Ref.graphql"
|
||||||
#import "../CollectionPage/Ref.graphql"
|
#import "../CollectionPage/Ref.graphql"
|
||||||
#import "../ContentPage/Ref.graphql"
|
#import "../ContentPage/Ref.graphql"
|
||||||
#import "../DestinationCityPage/Ref.graphql"
|
#import "../DestinationCityPage/Ref.graphql"
|
||||||
@@ -40,6 +42,7 @@ fragment JoinLoyaltyContactSidebar_ContentPage on ContentPageSidebarJoinLoyaltyC
|
|||||||
node {
|
node {
|
||||||
__typename
|
__typename
|
||||||
...AccountPageLink
|
...AccountPageLink
|
||||||
|
...CampaignPageLink
|
||||||
...CollectionPageLink
|
...CollectionPageLink
|
||||||
...ContentPageLink
|
...ContentPageLink
|
||||||
...DestinationCityPageLink
|
...DestinationCityPageLink
|
||||||
@@ -71,6 +74,7 @@ fragment JoinLoyaltyContactSidebar_ContentPageRefs on ContentPageSidebarJoinLoya
|
|||||||
node {
|
node {
|
||||||
__typename
|
__typename
|
||||||
...AccountPageRef
|
...AccountPageRef
|
||||||
|
...CampaignPageRef
|
||||||
...CollectionPageRef
|
...CollectionPageRef
|
||||||
...ContentPageRef
|
...ContentPageRef
|
||||||
...DestinationCityPageRef
|
...DestinationCityPageRef
|
||||||
@@ -102,6 +106,7 @@ fragment JoinLoyaltyContactSidebar_LoyaltyPage on LoyaltyPageSidebarJoinLoyaltyC
|
|||||||
node {
|
node {
|
||||||
__typename
|
__typename
|
||||||
...AccountPageLink
|
...AccountPageLink
|
||||||
|
...CampaignPageLink
|
||||||
...CollectionPageLink
|
...CollectionPageLink
|
||||||
...ContentPageLink
|
...ContentPageLink
|
||||||
...DestinationCityPageLink
|
...DestinationCityPageLink
|
||||||
@@ -133,6 +138,7 @@ fragment JoinLoyaltyContactSidebar_LoyaltyPageRefs on LoyaltyPageSidebarJoinLoya
|
|||||||
node {
|
node {
|
||||||
__typename
|
__typename
|
||||||
...AccountPageRef
|
...AccountPageRef
|
||||||
|
...CampaignPageRef
|
||||||
...CollectionPageRef
|
...CollectionPageRef
|
||||||
...ContentPageRef
|
...ContentPageRef
|
||||||
...DestinationCityPageRef
|
...DestinationCityPageRef
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
#import "../../Fragments/System.graphql"
|
#import "../../Fragments/System.graphql"
|
||||||
|
|
||||||
#import "../../Fragments/PageLink/AccountPageLink.graphql"
|
#import "../../Fragments/PageLink/AccountPageLink.graphql"
|
||||||
|
#import "../../Fragments/PageLink/CampaignPageLink.graphql"
|
||||||
#import "../../Fragments/PageLink/CollectionPageLink.graphql"
|
#import "../../Fragments/PageLink/CollectionPageLink.graphql"
|
||||||
#import "../../Fragments/PageLink/ContentPageLink.graphql"
|
#import "../../Fragments/PageLink/ContentPageLink.graphql"
|
||||||
#import "../../Fragments/PageLink/DestinationCityPageLink.graphql"
|
#import "../../Fragments/PageLink/DestinationCityPageLink.graphql"
|
||||||
@@ -11,6 +12,7 @@
|
|||||||
#import "../../Fragments/PageLink/StartPageLink.graphql"
|
#import "../../Fragments/PageLink/StartPageLink.graphql"
|
||||||
|
|
||||||
#import "../../Fragments/AccountPage/Ref.graphql"
|
#import "../../Fragments/AccountPage/Ref.graphql"
|
||||||
|
#import "../../Fragments/CampaignPage/Ref.graphql"
|
||||||
#import "../../Fragments/CollectionPage/Ref.graphql"
|
#import "../../Fragments/CollectionPage/Ref.graphql"
|
||||||
#import "../../Fragments/ContentPage/Ref.graphql"
|
#import "../../Fragments/ContentPage/Ref.graphql"
|
||||||
#import "../../Fragments/DestinationCityPage/Ref.graphql"
|
#import "../../Fragments/DestinationCityPage/Ref.graphql"
|
||||||
@@ -32,6 +34,7 @@ query GetNavigationMyPages($locale: String!) {
|
|||||||
node {
|
node {
|
||||||
__typename
|
__typename
|
||||||
...AccountPageLink
|
...AccountPageLink
|
||||||
|
...CampaignPageLink
|
||||||
...CollectionPageLink
|
...CollectionPageLink
|
||||||
...ContentPageLink
|
...ContentPageLink
|
||||||
...DestinationCityPageLink
|
...DestinationCityPageLink
|
||||||
@@ -60,6 +63,7 @@ query GetNavigationMyPagesRefs($locale: String!) {
|
|||||||
node {
|
node {
|
||||||
__typename
|
__typename
|
||||||
...AccountPageRef
|
...AccountPageRef
|
||||||
|
...CampaignPageRef
|
||||||
...CollectionPageRef
|
...CollectionPageRef
|
||||||
...ContentPageRef
|
...ContentPageRef
|
||||||
...DestinationCityPageRef
|
...DestinationCityPageRef
|
||||||
|
|||||||
@@ -4,6 +4,7 @@
|
|||||||
#import "../../Fragments/Blocks/Content.graphql"
|
#import "../../Fragments/Blocks/Content.graphql"
|
||||||
|
|
||||||
#import "../../Fragments/PageLink/AccountPageLink.graphql"
|
#import "../../Fragments/PageLink/AccountPageLink.graphql"
|
||||||
|
#import "../../Fragments/PageLink/CampaignPageLink.graphql"
|
||||||
#import "../../Fragments/PageLink/CollectionPageLink.graphql"
|
#import "../../Fragments/PageLink/CollectionPageLink.graphql"
|
||||||
#import "../../Fragments/PageLink/ContentPageLink.graphql"
|
#import "../../Fragments/PageLink/ContentPageLink.graphql"
|
||||||
#import "../../Fragments/PageLink/DestinationCityPageLink.graphql"
|
#import "../../Fragments/PageLink/DestinationCityPageLink.graphql"
|
||||||
@@ -14,6 +15,7 @@
|
|||||||
#import "../../Fragments/PageLink/StartPageLink.graphql"
|
#import "../../Fragments/PageLink/StartPageLink.graphql"
|
||||||
|
|
||||||
#import "../../Fragments/AccountPage/Ref.graphql"
|
#import "../../Fragments/AccountPage/Ref.graphql"
|
||||||
|
#import "../../Fragments/CampaignPage/Ref.graphql"
|
||||||
#import "../../Fragments/CollectionPage/Ref.graphql"
|
#import "../../Fragments/CollectionPage/Ref.graphql"
|
||||||
#import "../../Fragments/ContentPage/Ref.graphql"
|
#import "../../Fragments/ContentPage/Ref.graphql"
|
||||||
#import "../../Fragments/DestinationCityPage/Ref.graphql"
|
#import "../../Fragments/DestinationCityPage/Ref.graphql"
|
||||||
@@ -57,6 +59,7 @@ query GetDestinationCityPage($locale: String!, $uid: String!) {
|
|||||||
node {
|
node {
|
||||||
__typename
|
__typename
|
||||||
...AccountPageLink
|
...AccountPageLink
|
||||||
|
...CampaignPageLink
|
||||||
...CollectionPageLink
|
...CollectionPageLink
|
||||||
...ContentPageLink
|
...ContentPageLink
|
||||||
...DestinationCityPageLink
|
...DestinationCityPageLink
|
||||||
@@ -109,6 +112,7 @@ query GetDestinationCityPageRefs($locale: String!, $uid: String!) {
|
|||||||
node {
|
node {
|
||||||
__typename
|
__typename
|
||||||
...AccountPageRef
|
...AccountPageRef
|
||||||
|
...CampaignPageRef
|
||||||
...CollectionPageRef
|
...CollectionPageRef
|
||||||
...ContentPageRef
|
...ContentPageRef
|
||||||
...DestinationCityPageRef
|
...DestinationCityPageRef
|
||||||
|
|||||||
@@ -4,6 +4,7 @@
|
|||||||
#import "../../Fragments/Blocks/Content.graphql"
|
#import "../../Fragments/Blocks/Content.graphql"
|
||||||
|
|
||||||
#import "../../Fragments/PageLink/AccountPageLink.graphql"
|
#import "../../Fragments/PageLink/AccountPageLink.graphql"
|
||||||
|
#import "../../Fragments/PageLink/CampaignPageLink.graphql"
|
||||||
#import "../../Fragments/PageLink/CollectionPageLink.graphql"
|
#import "../../Fragments/PageLink/CollectionPageLink.graphql"
|
||||||
#import "../../Fragments/PageLink/ContentPageLink.graphql"
|
#import "../../Fragments/PageLink/ContentPageLink.graphql"
|
||||||
#import "../../Fragments/PageLink/DestinationCityPageLink.graphql"
|
#import "../../Fragments/PageLink/DestinationCityPageLink.graphql"
|
||||||
@@ -14,6 +15,7 @@
|
|||||||
#import "../../Fragments/PageLink/StartPageLink.graphql"
|
#import "../../Fragments/PageLink/StartPageLink.graphql"
|
||||||
|
|
||||||
#import "../../Fragments/AccountPage/Ref.graphql"
|
#import "../../Fragments/AccountPage/Ref.graphql"
|
||||||
|
#import "../../Fragments/CampaignPage/Ref.graphql"
|
||||||
#import "../../Fragments/CollectionPage/Ref.graphql"
|
#import "../../Fragments/CollectionPage/Ref.graphql"
|
||||||
#import "../../Fragments/ContentPage/Ref.graphql"
|
#import "../../Fragments/ContentPage/Ref.graphql"
|
||||||
#import "../../Fragments/DestinationCityPage/Ref.graphql"
|
#import "../../Fragments/DestinationCityPage/Ref.graphql"
|
||||||
@@ -52,6 +54,7 @@ query GetDestinationCountryPage($locale: String!, $uid: String!) {
|
|||||||
node {
|
node {
|
||||||
__typename
|
__typename
|
||||||
...AccountPageLink
|
...AccountPageLink
|
||||||
|
...CampaignPageLink
|
||||||
...CollectionPageLink
|
...CollectionPageLink
|
||||||
...ContentPageLink
|
...ContentPageLink
|
||||||
...DestinationCityPageLink
|
...DestinationCityPageLink
|
||||||
@@ -91,6 +94,7 @@ query GetDestinationCountryPageRefs($locale: String!, $uid: String!) {
|
|||||||
node {
|
node {
|
||||||
__typename
|
__typename
|
||||||
...AccountPageRef
|
...AccountPageRef
|
||||||
|
...CampaignPageRef
|
||||||
...CollectionPageRef
|
...CollectionPageRef
|
||||||
...ContentPageRef
|
...ContentPageRef
|
||||||
...DestinationCityPageRef
|
...DestinationCityPageRef
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
#import "../Fragments/System.graphql"
|
#import "../Fragments/System.graphql"
|
||||||
|
|
||||||
#import "../Fragments/PageLink/AccountPageLink.graphql"
|
#import "../Fragments/PageLink/AccountPageLink.graphql"
|
||||||
|
#import "../Fragments/PageLink/CampaignPageLink.graphql"
|
||||||
#import "../Fragments/PageLink/CollectionPageLink.graphql"
|
#import "../Fragments/PageLink/CollectionPageLink.graphql"
|
||||||
#import "../Fragments/PageLink/ContentPageLink.graphql"
|
#import "../Fragments/PageLink/ContentPageLink.graphql"
|
||||||
#import "../Fragments/PageLink/DestinationCityPageLink.graphql"
|
#import "../Fragments/PageLink/DestinationCityPageLink.graphql"
|
||||||
@@ -11,6 +12,7 @@
|
|||||||
#import "../Fragments/PageLink/StartPageLink.graphql"
|
#import "../Fragments/PageLink/StartPageLink.graphql"
|
||||||
|
|
||||||
#import "../Fragments/AccountPage/Ref.graphql"
|
#import "../Fragments/AccountPage/Ref.graphql"
|
||||||
|
#import "../Fragments/CampaignPage/Ref.graphql"
|
||||||
#import "../Fragments/CollectionPage/Ref.graphql"
|
#import "../Fragments/CollectionPage/Ref.graphql"
|
||||||
#import "../Fragments/ContentPage/Ref.graphql"
|
#import "../Fragments/ContentPage/Ref.graphql"
|
||||||
#import "../Fragments/DestinationCityPage/Ref.graphql"
|
#import "../Fragments/DestinationCityPage/Ref.graphql"
|
||||||
@@ -37,6 +39,7 @@ query GetFooter($locale: String!) {
|
|||||||
edges {
|
edges {
|
||||||
node {
|
node {
|
||||||
...AccountPageLink
|
...AccountPageLink
|
||||||
|
...CampaignPageLink
|
||||||
...CollectionPageLink
|
...CollectionPageLink
|
||||||
...ContentPageLink
|
...ContentPageLink
|
||||||
...DestinationCityPageLink
|
...DestinationCityPageLink
|
||||||
@@ -58,6 +61,7 @@ query GetFooter($locale: String!) {
|
|||||||
edges {
|
edges {
|
||||||
node {
|
node {
|
||||||
...AccountPageLink
|
...AccountPageLink
|
||||||
|
...CampaignPageLink
|
||||||
...CollectionPageLink
|
...CollectionPageLink
|
||||||
...ContentPageLink
|
...ContentPageLink
|
||||||
...DestinationCityPageLink
|
...DestinationCityPageLink
|
||||||
@@ -86,6 +90,7 @@ query GetFooter($locale: String!) {
|
|||||||
edges {
|
edges {
|
||||||
node {
|
node {
|
||||||
...AccountPageLink
|
...AccountPageLink
|
||||||
|
...CampaignPageLink
|
||||||
...CollectionPageLink
|
...CollectionPageLink
|
||||||
...ContentPageLink
|
...ContentPageLink
|
||||||
...DestinationCityPageLink
|
...DestinationCityPageLink
|
||||||
@@ -112,6 +117,7 @@ query GetFooterRef($locale: String!) {
|
|||||||
edges {
|
edges {
|
||||||
node {
|
node {
|
||||||
...AccountPageRef
|
...AccountPageRef
|
||||||
|
...CampaignPageRef
|
||||||
...CollectionPageRef
|
...CollectionPageRef
|
||||||
...ContentPageRef
|
...ContentPageRef
|
||||||
...DestinationCityPageRef
|
...DestinationCityPageRef
|
||||||
@@ -130,6 +136,7 @@ query GetFooterRef($locale: String!) {
|
|||||||
edges {
|
edges {
|
||||||
node {
|
node {
|
||||||
...AccountPageRef
|
...AccountPageRef
|
||||||
|
...CampaignPageRef
|
||||||
...CollectionPageRef
|
...CollectionPageRef
|
||||||
...ContentPageRef
|
...ContentPageRef
|
||||||
...DestinationCityPageRef
|
...DestinationCityPageRef
|
||||||
@@ -148,6 +155,7 @@ query GetFooterRef($locale: String!) {
|
|||||||
edges {
|
edges {
|
||||||
node {
|
node {
|
||||||
...AccountPageRef
|
...AccountPageRef
|
||||||
|
...CampaignPageRef
|
||||||
...CollectionPageRef
|
...CollectionPageRef
|
||||||
...ContentPageRef
|
...ContentPageRef
|
||||||
...DestinationCityPageRef
|
...DestinationCityPageRef
|
||||||
|
|||||||
@@ -4,6 +4,7 @@
|
|||||||
#import "../Fragments/Blocks/Refs/Card.graphql"
|
#import "../Fragments/Blocks/Refs/Card.graphql"
|
||||||
|
|
||||||
#import "../Fragments/PageLink/AccountPageLink.graphql"
|
#import "../Fragments/PageLink/AccountPageLink.graphql"
|
||||||
|
#import "../Fragments/PageLink/CampaignPageLink.graphql"
|
||||||
#import "../Fragments/PageLink/CollectionPageLink.graphql"
|
#import "../Fragments/PageLink/CollectionPageLink.graphql"
|
||||||
#import "../Fragments/PageLink/ContentPageLink.graphql"
|
#import "../Fragments/PageLink/ContentPageLink.graphql"
|
||||||
#import "../Fragments/PageLink/DestinationCityPageLink.graphql"
|
#import "../Fragments/PageLink/DestinationCityPageLink.graphql"
|
||||||
@@ -14,6 +15,7 @@
|
|||||||
#import "../Fragments/PageLink/StartPageLink.graphql"
|
#import "../Fragments/PageLink/StartPageLink.graphql"
|
||||||
|
|
||||||
#import "../Fragments/AccountPage/Ref.graphql"
|
#import "../Fragments/AccountPage/Ref.graphql"
|
||||||
|
#import "../Fragments/CampaignPage/Ref.graphql"
|
||||||
#import "../Fragments/CollectionPage/Ref.graphql"
|
#import "../Fragments/CollectionPage/Ref.graphql"
|
||||||
#import "../Fragments/ContentPage/Ref.graphql"
|
#import "../Fragments/ContentPage/Ref.graphql"
|
||||||
#import "../Fragments/DestinationCityPage/Ref.graphql"
|
#import "../Fragments/DestinationCityPage/Ref.graphql"
|
||||||
@@ -35,6 +37,7 @@ query GetHeader($locale: String!) {
|
|||||||
node {
|
node {
|
||||||
__typename
|
__typename
|
||||||
...AccountPageLink
|
...AccountPageLink
|
||||||
|
...CampaignPageLink
|
||||||
...CollectionPageLink
|
...CollectionPageLink
|
||||||
...ContentPageLink
|
...ContentPageLink
|
||||||
...DestinationCityPageLink
|
...DestinationCityPageLink
|
||||||
@@ -55,6 +58,7 @@ query GetHeader($locale: String!) {
|
|||||||
node {
|
node {
|
||||||
__typename
|
__typename
|
||||||
...AccountPageLink
|
...AccountPageLink
|
||||||
|
...CampaignPageLink
|
||||||
...CollectionPageLink
|
...CollectionPageLink
|
||||||
...ContentPageLink
|
...ContentPageLink
|
||||||
...DestinationCityPageLink
|
...DestinationCityPageLink
|
||||||
@@ -75,6 +79,7 @@ query GetHeader($locale: String!) {
|
|||||||
node {
|
node {
|
||||||
__typename
|
__typename
|
||||||
...AccountPageLink
|
...AccountPageLink
|
||||||
|
...CampaignPageLink
|
||||||
...CollectionPageLink
|
...CollectionPageLink
|
||||||
...ContentPageLink
|
...ContentPageLink
|
||||||
...DestinationCityPageLink
|
...DestinationCityPageLink
|
||||||
@@ -93,6 +98,7 @@ query GetHeader($locale: String!) {
|
|||||||
node {
|
node {
|
||||||
__typename
|
__typename
|
||||||
...AccountPageLink
|
...AccountPageLink
|
||||||
|
...CampaignPageLink
|
||||||
...CollectionPageLink
|
...CollectionPageLink
|
||||||
...ContentPageLink
|
...ContentPageLink
|
||||||
...DestinationCityPageLink
|
...DestinationCityPageLink
|
||||||
@@ -114,6 +120,7 @@ query GetHeader($locale: String!) {
|
|||||||
node {
|
node {
|
||||||
__typename
|
__typename
|
||||||
...AccountPageLink
|
...AccountPageLink
|
||||||
|
...CampaignPageLink
|
||||||
...CollectionPageLink
|
...CollectionPageLink
|
||||||
...ContentPageLink
|
...ContentPageLink
|
||||||
...DestinationCityPageLink
|
...DestinationCityPageLink
|
||||||
@@ -150,6 +157,7 @@ query GetHeaderRef($locale: String!) {
|
|||||||
node {
|
node {
|
||||||
__typename
|
__typename
|
||||||
...AccountPageRef
|
...AccountPageRef
|
||||||
|
...CampaignPageRef
|
||||||
...CollectionPageRef
|
...CollectionPageRef
|
||||||
...ContentPageRef
|
...ContentPageRef
|
||||||
...DestinationCityPageRef
|
...DestinationCityPageRef
|
||||||
@@ -168,6 +176,7 @@ query GetHeaderRef($locale: String!) {
|
|||||||
node {
|
node {
|
||||||
__typename
|
__typename
|
||||||
...AccountPageRef
|
...AccountPageRef
|
||||||
|
...CampaignPageRef
|
||||||
...CollectionPageRef
|
...CollectionPageRef
|
||||||
...ContentPageRef
|
...ContentPageRef
|
||||||
...DestinationCityPageRef
|
...DestinationCityPageRef
|
||||||
@@ -187,6 +196,7 @@ query GetHeaderRef($locale: String!) {
|
|||||||
node {
|
node {
|
||||||
__typename
|
__typename
|
||||||
...AccountPageRef
|
...AccountPageRef
|
||||||
|
...CampaignPageRef
|
||||||
...CollectionPageRef
|
...CollectionPageRef
|
||||||
...ContentPageRef
|
...ContentPageRef
|
||||||
...DestinationCityPageRef
|
...DestinationCityPageRef
|
||||||
@@ -204,6 +214,7 @@ query GetHeaderRef($locale: String!) {
|
|||||||
node {
|
node {
|
||||||
__typename
|
__typename
|
||||||
...AccountPageRef
|
...AccountPageRef
|
||||||
|
...CampaignPageRef
|
||||||
...CollectionPageRef
|
...CollectionPageRef
|
||||||
...ContentPageRef
|
...ContentPageRef
|
||||||
...DestinationCityPageRef
|
...DestinationCityPageRef
|
||||||
@@ -223,6 +234,7 @@ query GetHeaderRef($locale: String!) {
|
|||||||
node {
|
node {
|
||||||
__typename
|
__typename
|
||||||
...AccountPageRef
|
...AccountPageRef
|
||||||
|
...CampaignPageRef
|
||||||
...CollectionPageRef
|
...CollectionPageRef
|
||||||
...ContentPageRef
|
...ContentPageRef
|
||||||
...DestinationCityPageRef
|
...DestinationCityPageRef
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
#import "../Fragments/System.graphql"
|
#import "../Fragments/System.graphql"
|
||||||
|
|
||||||
#import "../Fragments/PageLink/AccountPageLink.graphql"
|
#import "../Fragments/PageLink/AccountPageLink.graphql"
|
||||||
|
#import "../Fragments/PageLink/CampaignPageLink.graphql"
|
||||||
#import "../Fragments/PageLink/CollectionPageLink.graphql"
|
#import "../Fragments/PageLink/CollectionPageLink.graphql"
|
||||||
#import "../Fragments/PageLink/ContentPageLink.graphql"
|
#import "../Fragments/PageLink/ContentPageLink.graphql"
|
||||||
#import "../Fragments/PageLink/DestinationCityPageLink.graphql"
|
#import "../Fragments/PageLink/DestinationCityPageLink.graphql"
|
||||||
@@ -11,6 +12,7 @@
|
|||||||
#import "../Fragments/PageLink/StartPageLink.graphql"
|
#import "../Fragments/PageLink/StartPageLink.graphql"
|
||||||
|
|
||||||
#import "../Fragments/AccountPage/Ref.graphql"
|
#import "../Fragments/AccountPage/Ref.graphql"
|
||||||
|
#import "../Fragments/CampaignPage/Ref.graphql"
|
||||||
#import "../Fragments/CollectionPage/Ref.graphql"
|
#import "../Fragments/CollectionPage/Ref.graphql"
|
||||||
#import "../Fragments/ContentPage/Ref.graphql"
|
#import "../Fragments/ContentPage/Ref.graphql"
|
||||||
#import "../Fragments/DestinationCityPage/Ref.graphql"
|
#import "../Fragments/DestinationCityPage/Ref.graphql"
|
||||||
@@ -36,6 +38,7 @@ query GetRewards($locale: String!, $rewardIds: [String!]) {
|
|||||||
node {
|
node {
|
||||||
__typename
|
__typename
|
||||||
...AccountPageLink
|
...AccountPageLink
|
||||||
|
...CampaignPageLink
|
||||||
...CollectionPageLink
|
...CollectionPageLink
|
||||||
...ContentPageLink
|
...ContentPageLink
|
||||||
...DestinationCityPageLink
|
...DestinationCityPageLink
|
||||||
@@ -64,6 +67,7 @@ query GetRewardsRef($locale: String!, $rewardIds: [String!]) {
|
|||||||
node {
|
node {
|
||||||
__typename
|
__typename
|
||||||
...AccountPageRef
|
...AccountPageRef
|
||||||
|
...CampaignPageRef
|
||||||
...CollectionPageRef
|
...CollectionPageRef
|
||||||
...ContentPageRef
|
...ContentPageRef
|
||||||
...DestinationCityPageRef
|
...DestinationCityPageRef
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
#import "../Fragments/PageLink/AccountPageLink.graphql"
|
#import "../Fragments/PageLink/AccountPageLink.graphql"
|
||||||
|
#import "../Fragments/PageLink/CampaignPageLink.graphql"
|
||||||
#import "../Fragments/PageLink/CollectionPageLink.graphql"
|
#import "../Fragments/PageLink/CollectionPageLink.graphql"
|
||||||
#import "../Fragments/PageLink/ContentPageLink.graphql"
|
#import "../Fragments/PageLink/ContentPageLink.graphql"
|
||||||
#import "../Fragments/PageLink/DestinationCityPageLink.graphql"
|
#import "../Fragments/PageLink/DestinationCityPageLink.graphql"
|
||||||
@@ -32,6 +33,7 @@ query GetAllSasTierComparison($lang: String!) {
|
|||||||
node {
|
node {
|
||||||
__typename
|
__typename
|
||||||
...AccountPageLink
|
...AccountPageLink
|
||||||
|
...CampaignPageLink
|
||||||
...CollectionPageLink
|
...CollectionPageLink
|
||||||
...ContentPageLink
|
...ContentPageLink
|
||||||
...DestinationCityPageLink
|
...DestinationCityPageLink
|
||||||
|
|||||||
@@ -65,6 +65,17 @@ export const destinationCityPageRefSchema = z.object({
|
|||||||
system: systemSchema,
|
system: systemSchema,
|
||||||
})
|
})
|
||||||
|
|
||||||
|
export const campaignPageSchema = z
|
||||||
|
.object({
|
||||||
|
__typename: z.literal(ContentEnum.blocks.CampaignPage),
|
||||||
|
})
|
||||||
|
.merge(pageLinkSchema)
|
||||||
|
|
||||||
|
export const campaignPageRefSchema = z.object({
|
||||||
|
__typename: z.literal(ContentEnum.blocks.CampaignPage),
|
||||||
|
system: systemSchema,
|
||||||
|
})
|
||||||
|
|
||||||
export const destinationCountryPageSchema = z
|
export const destinationCountryPageSchema = z
|
||||||
.object({
|
.object({
|
||||||
__typename: z.literal(ContentEnum.blocks.DestinationCountryPage),
|
__typename: z.literal(ContentEnum.blocks.DestinationCountryPage),
|
||||||
@@ -122,6 +133,7 @@ export const startPageRefSchema = z.object({
|
|||||||
|
|
||||||
export const linkUnionSchema = z.discriminatedUnion("__typename", [
|
export const linkUnionSchema = z.discriminatedUnion("__typename", [
|
||||||
accountPageSchema,
|
accountPageSchema,
|
||||||
|
campaignPageSchema,
|
||||||
collectionPageSchema,
|
collectionPageSchema,
|
||||||
contentPageSchema,
|
contentPageSchema,
|
||||||
destinationCityPageSchema,
|
destinationCityPageSchema,
|
||||||
@@ -134,6 +146,7 @@ export const linkUnionSchema = z.discriminatedUnion("__typename", [
|
|||||||
|
|
||||||
type Data =
|
type Data =
|
||||||
| z.output<typeof accountPageSchema>
|
| z.output<typeof accountPageSchema>
|
||||||
|
| z.output<typeof campaignPageSchema>
|
||||||
| z.output<typeof collectionPageSchema>
|
| z.output<typeof collectionPageSchema>
|
||||||
| z.output<typeof contentPageSchema>
|
| z.output<typeof contentPageSchema>
|
||||||
| z.output<typeof destinationCityPageSchema>
|
| z.output<typeof destinationCityPageSchema>
|
||||||
@@ -148,10 +161,11 @@ export function transformPageLink(data: Data) {
|
|||||||
if (data && "__typename" in data) {
|
if (data && "__typename" in data) {
|
||||||
switch (data.__typename) {
|
switch (data.__typename) {
|
||||||
case ContentEnum.blocks.AccountPage:
|
case ContentEnum.blocks.AccountPage:
|
||||||
case ContentEnum.blocks.HotelPage:
|
case ContentEnum.blocks.CampaignPage:
|
||||||
case ContentEnum.blocks.DestinationCityPage:
|
case ContentEnum.blocks.DestinationCityPage:
|
||||||
case ContentEnum.blocks.DestinationCountryPage:
|
case ContentEnum.blocks.DestinationCountryPage:
|
||||||
case ContentEnum.blocks.DestinationOverviewPage:
|
case ContentEnum.blocks.DestinationOverviewPage:
|
||||||
|
case ContentEnum.blocks.HotelPage:
|
||||||
case ContentEnum.blocks.StartPage:
|
case ContentEnum.blocks.StartPage:
|
||||||
return {
|
return {
|
||||||
__typename: data.__typename,
|
__typename: data.__typename,
|
||||||
@@ -159,8 +173,8 @@ export function transformPageLink(data: Data) {
|
|||||||
title: data.title,
|
title: data.title,
|
||||||
url: removeMultipleSlashes(`/${data.system.locale}/${data.url}`),
|
url: removeMultipleSlashes(`/${data.system.locale}/${data.url}`),
|
||||||
}
|
}
|
||||||
case ContentEnum.blocks.ContentPage:
|
|
||||||
case ContentEnum.blocks.CollectionPage:
|
case ContentEnum.blocks.CollectionPage:
|
||||||
|
case ContentEnum.blocks.ContentPage:
|
||||||
case ContentEnum.blocks.LoyaltyPage:
|
case ContentEnum.blocks.LoyaltyPage:
|
||||||
// TODO: Once all links use this transform
|
// TODO: Once all links use this transform
|
||||||
// `web` can be removed and not to be worried
|
// `web` can be removed and not to be worried
|
||||||
@@ -179,26 +193,28 @@ export function transformPageLink(data: Data) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
export const linkRefsUnionSchema = z.discriminatedUnion("__typename", [
|
export const linkRefsUnionSchema = z.discriminatedUnion("__typename", [
|
||||||
contentPageRefSchema,
|
|
||||||
hotelPageRefSchema,
|
|
||||||
loyaltyPageRefSchema,
|
|
||||||
accountPageRefSchema,
|
accountPageRefSchema,
|
||||||
|
campaignPageRefSchema,
|
||||||
collectionPageRefSchema,
|
collectionPageRefSchema,
|
||||||
|
contentPageRefSchema,
|
||||||
destinationCityPageRefSchema,
|
destinationCityPageRefSchema,
|
||||||
destinationCountryPageRefSchema,
|
destinationCountryPageRefSchema,
|
||||||
destinationOverviewPageRefSchema,
|
destinationOverviewPageRefSchema,
|
||||||
|
hotelPageRefSchema,
|
||||||
|
loyaltyPageRefSchema,
|
||||||
startPageRefSchema,
|
startPageRefSchema,
|
||||||
])
|
])
|
||||||
|
|
||||||
type RefData =
|
type RefData =
|
||||||
| z.output<typeof accountPageRefSchema>
|
| z.output<typeof accountPageRefSchema>
|
||||||
|
| z.output<typeof campaignPageRefSchema>
|
||||||
| z.output<typeof collectionPageRefSchema>
|
| z.output<typeof collectionPageRefSchema>
|
||||||
| z.output<typeof contentPageRefSchema>
|
| z.output<typeof contentPageRefSchema>
|
||||||
|
| z.output<typeof destinationCityPageRefSchema>
|
||||||
|
| z.output<typeof destinationCountryPageRefSchema>
|
||||||
|
| z.output<typeof destinationOverviewPageRefSchema>
|
||||||
| z.output<typeof hotelPageRefSchema>
|
| z.output<typeof hotelPageRefSchema>
|
||||||
| z.output<typeof loyaltyPageRefSchema>
|
| z.output<typeof loyaltyPageRefSchema>
|
||||||
| z.output<typeof destinationCountryPageRefSchema>
|
|
||||||
| z.output<typeof destinationCityPageRefSchema>
|
|
||||||
| z.output<typeof destinationOverviewPageRefSchema>
|
|
||||||
| z.output<typeof startPageRefSchema>
|
| z.output<typeof startPageRefSchema>
|
||||||
| Object
|
| Object
|
||||||
|
|
||||||
@@ -206,13 +222,14 @@ export function transformPageLinkRef(data: RefData) {
|
|||||||
if (data && "__typename" in data) {
|
if (data && "__typename" in data) {
|
||||||
switch (data.__typename) {
|
switch (data.__typename) {
|
||||||
case ContentEnum.blocks.AccountPage:
|
case ContentEnum.blocks.AccountPage:
|
||||||
case ContentEnum.blocks.ContentPage:
|
case ContentEnum.blocks.CampaignPage:
|
||||||
case ContentEnum.blocks.CollectionPage:
|
case ContentEnum.blocks.CollectionPage:
|
||||||
case ContentEnum.blocks.HotelPage:
|
case ContentEnum.blocks.ContentPage:
|
||||||
case ContentEnum.blocks.LoyaltyPage:
|
|
||||||
case ContentEnum.blocks.DestinationCityPage:
|
case ContentEnum.blocks.DestinationCityPage:
|
||||||
case ContentEnum.blocks.DestinationCountryPage:
|
case ContentEnum.blocks.DestinationCountryPage:
|
||||||
case ContentEnum.blocks.DestinationOverviewPage:
|
case ContentEnum.blocks.DestinationOverviewPage:
|
||||||
|
case ContentEnum.blocks.HotelPage:
|
||||||
|
case ContentEnum.blocks.LoyaltyPage:
|
||||||
case ContentEnum.blocks.StartPage:
|
case ContentEnum.blocks.StartPage:
|
||||||
return data.system
|
return data.system
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
export namespace ContentEnum {
|
export namespace ContentEnum {
|
||||||
export const enum blocks {
|
export const enum blocks {
|
||||||
AccountPage = "AccountPage",
|
AccountPage = "AccountPage",
|
||||||
|
CampaignPage = "CampaignPage",
|
||||||
CollectionPage = "CollectionPage",
|
CollectionPage = "CollectionPage",
|
||||||
ContentPage = "ContentPage",
|
ContentPage = "ContentPage",
|
||||||
DestinationCityPage = "DestinationCityPage",
|
DestinationCityPage = "DestinationCityPage",
|
||||||
|
|||||||
Reference in New Issue
Block a user