Merged in feat/LOY-394-promos-linkable (pull request #2918)
feat(LOY-394): add promo campaign page link * feat(LOY-394): make promo campaigns linkable from everewhere Approved-by: Erik Tiekstra Approved-by: Chuma Mcphoy (We Ahead)
This commit is contained in:
@@ -77,3 +77,4 @@ export type ContentBlockType =
|
|||||||
| 'LoyaltyPage'
|
| 'LoyaltyPage'
|
||||||
| 'StartPage'
|
| 'StartPage'
|
||||||
| 'SysAsset'
|
| 'SysAsset'
|
||||||
|
| 'PromoCampaignPage'
|
||||||
|
|||||||
@@ -9,6 +9,7 @@
|
|||||||
#import "./PageLink/HotelPageLink.graphql"
|
#import "./PageLink/HotelPageLink.graphql"
|
||||||
#import "./PageLink/LoyaltyPageLink.graphql"
|
#import "./PageLink/LoyaltyPageLink.graphql"
|
||||||
#import "./PageLink/StartPageLink.graphql"
|
#import "./PageLink/StartPageLink.graphql"
|
||||||
|
#import "./PageLink/PromoCampaignPageLink.graphql"
|
||||||
|
|
||||||
#import "./AccountPage/Ref.graphql"
|
#import "./AccountPage/Ref.graphql"
|
||||||
#import "./CampaignOverviewPage/Ref.graphql"
|
#import "./CampaignOverviewPage/Ref.graphql"
|
||||||
@@ -21,6 +22,7 @@
|
|||||||
#import "./HotelPage/Ref.graphql"
|
#import "./HotelPage/Ref.graphql"
|
||||||
#import "./LoyaltyPage/Ref.graphql"
|
#import "./LoyaltyPage/Ref.graphql"
|
||||||
#import "./StartPage/Ref.graphql"
|
#import "./StartPage/Ref.graphql"
|
||||||
|
#import "./PromoCampaignPage/Ref.graphql"
|
||||||
|
|
||||||
fragment Alert on Alert {
|
fragment Alert on Alert {
|
||||||
type
|
type
|
||||||
@@ -49,6 +51,7 @@ fragment Alert on Alert {
|
|||||||
...HotelPageLink
|
...HotelPageLink
|
||||||
...LoyaltyPageLink
|
...LoyaltyPageLink
|
||||||
...StartPageLink
|
...StartPageLink
|
||||||
|
...PromoCampaignPageLink
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -75,6 +78,7 @@ fragment Alert on Alert {
|
|||||||
...HotelPageLink
|
...HotelPageLink
|
||||||
...LoyaltyPageLink
|
...LoyaltyPageLink
|
||||||
...StartPageLink
|
...StartPageLink
|
||||||
|
...PromoCampaignPageLink
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -101,6 +105,7 @@ fragment AlertRef on Alert {
|
|||||||
...HotelPageRef
|
...HotelPageRef
|
||||||
...LoyaltyPageRef
|
...LoyaltyPageRef
|
||||||
...StartPageRef
|
...StartPageRef
|
||||||
|
...PromoCampaignPageRef
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -122,6 +127,7 @@ fragment AlertRef on Alert {
|
|||||||
...HotelPageRef
|
...HotelPageRef
|
||||||
...LoyaltyPageRef
|
...LoyaltyPageRef
|
||||||
...StartPageRef
|
...StartPageRef
|
||||||
|
...PromoCampaignPageRef
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -11,6 +11,7 @@
|
|||||||
#import "../PageLink/HotelPageLink.graphql"
|
#import "../PageLink/HotelPageLink.graphql"
|
||||||
#import "../PageLink/LoyaltyPageLink.graphql"
|
#import "../PageLink/LoyaltyPageLink.graphql"
|
||||||
#import "../PageLink/StartPageLink.graphql"
|
#import "../PageLink/StartPageLink.graphql"
|
||||||
|
#import "../PageLink/PromoCampaignPageLink.graphql"
|
||||||
|
|
||||||
#import "../AccountPage/Ref.graphql"
|
#import "../AccountPage/Ref.graphql"
|
||||||
#import "../CampaignOverviewPage/Ref.graphql"
|
#import "../CampaignOverviewPage/Ref.graphql"
|
||||||
@@ -23,6 +24,7 @@
|
|||||||
#import "../HotelPage/Ref.graphql"
|
#import "../HotelPage/Ref.graphql"
|
||||||
#import "../LoyaltyPage/Ref.graphql"
|
#import "../LoyaltyPage/Ref.graphql"
|
||||||
#import "../StartPage/Ref.graphql"
|
#import "../StartPage/Ref.graphql"
|
||||||
|
#import "../PromoCampaignPage/Ref.graphql"
|
||||||
|
|
||||||
#import "./Refs/Accordion.graphql"
|
#import "./Refs/Accordion.graphql"
|
||||||
|
|
||||||
@@ -49,6 +51,7 @@ fragment AccordionBlock on Accordion {
|
|||||||
...HotelPageLink
|
...HotelPageLink
|
||||||
...LoyaltyPageLink
|
...LoyaltyPageLink
|
||||||
...StartPageLink
|
...StartPageLink
|
||||||
|
...PromoCampaignPageLink
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -78,6 +81,7 @@ fragment GlobalAccordionBlock on GlobalAccordion {
|
|||||||
...HotelPageLink
|
...HotelPageLink
|
||||||
...LoyaltyPageLink
|
...LoyaltyPageLink
|
||||||
...StartPageLink
|
...StartPageLink
|
||||||
|
...PromoCampaignPageLink
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -133,6 +137,7 @@ fragment SpecificAccordion_AccountPage on AccountPageContentAccordionBlockAccord
|
|||||||
...HotelPageLink
|
...HotelPageLink
|
||||||
...LoyaltyPageLink
|
...LoyaltyPageLink
|
||||||
...StartPageLink
|
...StartPageLink
|
||||||
|
...PromoCampaignPageLink
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -182,6 +187,7 @@ fragment SpecificAccordion_AccountPageRefs on AccountPageContentAccordionBlockAc
|
|||||||
...HotelPageRef
|
...HotelPageRef
|
||||||
...LoyaltyPageRef
|
...LoyaltyPageRef
|
||||||
...StartPageRef
|
...StartPageRef
|
||||||
|
...PromoCampaignPageRef
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -238,6 +244,7 @@ fragment SpecificAccordion_ContentPage on ContentPageBlocksAccordionBlockAccordi
|
|||||||
...HotelPageLink
|
...HotelPageLink
|
||||||
...LoyaltyPageLink
|
...LoyaltyPageLink
|
||||||
...StartPageLink
|
...StartPageLink
|
||||||
|
...PromoCampaignPageLink
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -287,6 +294,7 @@ fragment SpecificAccordion_ContentPageRefs on ContentPageBlocksAccordionBlockAcc
|
|||||||
...HotelPageRef
|
...HotelPageRef
|
||||||
...LoyaltyPageRef
|
...LoyaltyPageRef
|
||||||
...StartPageRef
|
...StartPageRef
|
||||||
|
...PromoCampaignPageRef
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -343,6 +351,7 @@ fragment SpecificAccordion_DestinationCityPage on DestinationCityPageBlocksAccor
|
|||||||
...HotelPageLink
|
...HotelPageLink
|
||||||
...LoyaltyPageLink
|
...LoyaltyPageLink
|
||||||
...StartPageLink
|
...StartPageLink
|
||||||
|
...PromoCampaignPageLink
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -392,6 +401,7 @@ fragment SpecificAccordion_DestinationCityPageRefs on DestinationCityPageBlocksA
|
|||||||
...HotelPageRef
|
...HotelPageRef
|
||||||
...LoyaltyPageRef
|
...LoyaltyPageRef
|
||||||
...StartPageRef
|
...StartPageRef
|
||||||
|
...PromoCampaignPageRef
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -448,6 +458,7 @@ fragment SpecificAccordion_DestinationCountryPage on DestinationCountryPageBlock
|
|||||||
...HotelPageLink
|
...HotelPageLink
|
||||||
...LoyaltyPageLink
|
...LoyaltyPageLink
|
||||||
...StartPageLink
|
...StartPageLink
|
||||||
|
...PromoCampaignPageLink
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -497,6 +508,7 @@ fragment SpecificAccordion_DestinationCountryPageRefs on DestinationCountryPageB
|
|||||||
...HotelPageRef
|
...HotelPageRef
|
||||||
...LoyaltyPageRef
|
...LoyaltyPageRef
|
||||||
...StartPageRef
|
...StartPageRef
|
||||||
|
...PromoCampaignPageRef
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -553,6 +565,7 @@ fragment SpecificAccordion_CampaignPage on CampaignPageBlocksAccordionBlockAccor
|
|||||||
...HotelPageLink
|
...HotelPageLink
|
||||||
...LoyaltyPageLink
|
...LoyaltyPageLink
|
||||||
...StartPageLink
|
...StartPageLink
|
||||||
|
...PromoCampaignPageLink
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -602,6 +615,7 @@ fragment SpecificAccordion_CampaignPageRefs on CampaignPageBlocksAccordionBlockA
|
|||||||
...HotelPageRef
|
...HotelPageRef
|
||||||
...LoyaltyPageRef
|
...LoyaltyPageRef
|
||||||
...StartPageRef
|
...StartPageRef
|
||||||
|
...PromoCampaignPageRef
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -658,6 +672,7 @@ fragment SpecificAccordion_DestinationFilterBlocks on DestinationFilterBlocksAcc
|
|||||||
...HotelPageLink
|
...HotelPageLink
|
||||||
...LoyaltyPageLink
|
...LoyaltyPageLink
|
||||||
...StartPageLink
|
...StartPageLink
|
||||||
|
...PromoCampaignPageLink
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -707,6 +722,7 @@ fragment SpecificAccordion_DestinationFilterBlocksRefs on DestinationFilterBlock
|
|||||||
...HotelPageRef
|
...HotelPageRef
|
||||||
...LoyaltyPageRef
|
...LoyaltyPageRef
|
||||||
...StartPageRef
|
...StartPageRef
|
||||||
|
...PromoCampaignPageRef
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -762,6 +778,7 @@ fragment SpecificAccordion_PromoCampaignPage on PromoCampaignPageBlocksAccordion
|
|||||||
...HotelPageLink
|
...HotelPageLink
|
||||||
...LoyaltyPageLink
|
...LoyaltyPageLink
|
||||||
...StartPageLink
|
...StartPageLink
|
||||||
|
...PromoCampaignPageLink
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -811,6 +828,7 @@ fragment SpecificAccordion_PromoCampaignPageRefs on PromoCampaignPageBlocksAccor
|
|||||||
...HotelPageRef
|
...HotelPageRef
|
||||||
...LoyaltyPageRef
|
...LoyaltyPageRef
|
||||||
...StartPageRef
|
...StartPageRef
|
||||||
|
...PromoCampaignPageRef
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -11,6 +11,7 @@
|
|||||||
#import "../PageLink/HotelPageLink.graphql"
|
#import "../PageLink/HotelPageLink.graphql"
|
||||||
#import "../PageLink/LoyaltyPageLink.graphql"
|
#import "../PageLink/LoyaltyPageLink.graphql"
|
||||||
#import "../PageLink/StartPageLink.graphql"
|
#import "../PageLink/StartPageLink.graphql"
|
||||||
|
#import "../PageLink/PromoCampaignPageLink.graphql"
|
||||||
|
|
||||||
fragment CardBlock on Card {
|
fragment CardBlock on Card {
|
||||||
background_image
|
background_image
|
||||||
@@ -43,6 +44,7 @@ fragment CardBlock on Card {
|
|||||||
...HotelPageLink
|
...HotelPageLink
|
||||||
...LoyaltyPageLink
|
...LoyaltyPageLink
|
||||||
...StartPageLink
|
...StartPageLink
|
||||||
|
...PromoCampaignPageLink
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -70,6 +72,7 @@ fragment CardBlock on Card {
|
|||||||
...HotelPageLink
|
...HotelPageLink
|
||||||
...LoyaltyPageLink
|
...LoyaltyPageLink
|
||||||
...StartPageLink
|
...StartPageLink
|
||||||
|
...PromoCampaignPageLink
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -12,6 +12,7 @@
|
|||||||
#import "../PageLink/HotelPageLink.graphql"
|
#import "../PageLink/HotelPageLink.graphql"
|
||||||
#import "../PageLink/LoyaltyPageLink.graphql"
|
#import "../PageLink/LoyaltyPageLink.graphql"
|
||||||
#import "../PageLink/StartPageLink.graphql"
|
#import "../PageLink/StartPageLink.graphql"
|
||||||
|
#import "../PageLink/PromoCampaignPageLink.graphql"
|
||||||
|
|
||||||
#import "../AccountPage/Ref.graphql"
|
#import "../AccountPage/Ref.graphql"
|
||||||
#import "../CampaignOverviewPage/Ref.graphql"
|
#import "../CampaignOverviewPage/Ref.graphql"
|
||||||
@@ -24,6 +25,7 @@
|
|||||||
#import "../HotelPage/Ref.graphql"
|
#import "../HotelPage/Ref.graphql"
|
||||||
#import "../LoyaltyPage/Ref.graphql"
|
#import "../LoyaltyPage/Ref.graphql"
|
||||||
#import "../StartPage/Ref.graphql"
|
#import "../StartPage/Ref.graphql"
|
||||||
|
#import "../PromoCampaignPage/Ref.graphql"
|
||||||
|
|
||||||
fragment CardGallery_DestinationOverviewPage on DestinationOverviewPageBlocksCardGallery {
|
fragment CardGallery_DestinationOverviewPage on DestinationOverviewPageBlocksCardGallery {
|
||||||
card_gallery {
|
card_gallery {
|
||||||
@@ -62,6 +64,7 @@ fragment CardGallery_DestinationOverviewPage on DestinationOverviewPageBlocksCar
|
|||||||
...HotelPageLink
|
...HotelPageLink
|
||||||
...LoyaltyPageLink
|
...LoyaltyPageLink
|
||||||
...StartPageLink
|
...StartPageLink
|
||||||
|
...PromoCampaignPageLink
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -96,6 +99,7 @@ fragment CardGallery_DestinationOverviewPageRefs on DestinationOverviewPageBlock
|
|||||||
...HotelPageRef
|
...HotelPageRef
|
||||||
...LoyaltyPageRef
|
...LoyaltyPageRef
|
||||||
...StartPageRef
|
...StartPageRef
|
||||||
|
...PromoCampaignPageRef
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -19,6 +19,7 @@
|
|||||||
#import "../PageLink/HotelPageLink.graphql"
|
#import "../PageLink/HotelPageLink.graphql"
|
||||||
#import "../PageLink/LoyaltyPageLink.graphql"
|
#import "../PageLink/LoyaltyPageLink.graphql"
|
||||||
#import "../PageLink/StartPageLink.graphql"
|
#import "../PageLink/StartPageLink.graphql"
|
||||||
|
#import "../PageLink/PromoCampaignPageLink.graphql"
|
||||||
|
|
||||||
#import "../AccountPage/Ref.graphql"
|
#import "../AccountPage/Ref.graphql"
|
||||||
#import "../CampaignOverviewPage/Ref.graphql"
|
#import "../CampaignOverviewPage/Ref.graphql"
|
||||||
@@ -30,6 +31,7 @@
|
|||||||
#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 "../PromoCampaignPage/Ref.graphql"
|
||||||
|
|
||||||
fragment CardsGrid_ContentPage on ContentPageBlocksCardsGrid {
|
fragment CardsGrid_ContentPage on ContentPageBlocksCardsGrid {
|
||||||
cards_grid {
|
cards_grid {
|
||||||
@@ -168,6 +170,7 @@ fragment CardsGrid_StartPage on StartPageBlocksCardsGrid {
|
|||||||
...HotelPageLink
|
...HotelPageLink
|
||||||
...LoyaltyPageLink
|
...LoyaltyPageLink
|
||||||
...StartPageLink
|
...StartPageLink
|
||||||
|
...PromoCampaignPageLink
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -203,6 +206,7 @@ fragment CardsGrid_StartPageRefs on StartPageBlocksCardsGrid {
|
|||||||
...HotelPageRef
|
...HotelPageRef
|
||||||
...LoyaltyPageRef
|
...LoyaltyPageRef
|
||||||
...StartPageRef
|
...StartPageRef
|
||||||
|
...PromoCampaignPageRef
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -12,6 +12,7 @@
|
|||||||
#import "../PageLink/HotelPageLink.graphql"
|
#import "../PageLink/HotelPageLink.graphql"
|
||||||
#import "../PageLink/LoyaltyPageLink.graphql"
|
#import "../PageLink/LoyaltyPageLink.graphql"
|
||||||
#import "../PageLink/StartPageLink.graphql"
|
#import "../PageLink/StartPageLink.graphql"
|
||||||
|
#import "../PageLink/PromoCampaignPageLink.graphql"
|
||||||
|
|
||||||
#import "../AccountPage/Ref.graphql"
|
#import "../AccountPage/Ref.graphql"
|
||||||
#import "../CampaignOverviewPage/Ref.graphql"
|
#import "../CampaignOverviewPage/Ref.graphql"
|
||||||
@@ -23,6 +24,7 @@
|
|||||||
#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 "../PromoCampaignPage/Ref.graphql"
|
||||||
|
|
||||||
fragment CarouselCards_StartPage on StartPageBlocksCarouselCards {
|
fragment CarouselCards_StartPage on StartPageBlocksCarouselCards {
|
||||||
carousel_cards {
|
carousel_cards {
|
||||||
@@ -61,6 +63,7 @@ fragment CarouselCards_StartPage on StartPageBlocksCarouselCards {
|
|||||||
...DestinationOverviewPageLink
|
...DestinationOverviewPageLink
|
||||||
...HotelPageLink
|
...HotelPageLink
|
||||||
...LoyaltyPageLink
|
...LoyaltyPageLink
|
||||||
|
...PromoCampaignPageLink
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -94,6 +97,7 @@ fragment CarouselCards_StartPageRefs on StartPageBlocksCarouselCards {
|
|||||||
...DestinationOverviewPageRef
|
...DestinationOverviewPageRef
|
||||||
...HotelPageRef
|
...HotelPageRef
|
||||||
...LoyaltyPageRef
|
...LoyaltyPageRef
|
||||||
|
...PromoCampaignPageRef
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -101,7 +105,6 @@ fragment CarouselCards_StartPageRefs on StartPageBlocksCarouselCards {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
fragment CarouselCards_CampaignPage on CampaignPageBlocksCarouselCards {
|
fragment CarouselCards_CampaignPage on CampaignPageBlocksCarouselCards {
|
||||||
carousel_cards {
|
carousel_cards {
|
||||||
heading
|
heading
|
||||||
|
|||||||
@@ -12,6 +12,7 @@
|
|||||||
#import "../PageLink/HotelPageLink.graphql"
|
#import "../PageLink/HotelPageLink.graphql"
|
||||||
#import "../PageLink/LoyaltyPageLink.graphql"
|
#import "../PageLink/LoyaltyPageLink.graphql"
|
||||||
#import "../PageLink/StartPageLink.graphql"
|
#import "../PageLink/StartPageLink.graphql"
|
||||||
|
#import "../PageLink/PromoCampaignPageLink.graphql"
|
||||||
|
|
||||||
#import "../AccountPage/Ref.graphql"
|
#import "../AccountPage/Ref.graphql"
|
||||||
#import "../CampaignOverviewPage/Ref.graphql"
|
#import "../CampaignOverviewPage/Ref.graphql"
|
||||||
@@ -24,6 +25,7 @@
|
|||||||
#import "../HotelPage/Ref.graphql"
|
#import "../HotelPage/Ref.graphql"
|
||||||
#import "../LoyaltyPage/Ref.graphql"
|
#import "../LoyaltyPage/Ref.graphql"
|
||||||
#import "../StartPage/Ref.graphql"
|
#import "../StartPage/Ref.graphql"
|
||||||
|
#import "../PromoCampaignPage/Ref.graphql"
|
||||||
|
|
||||||
fragment Content_ContentPage on ContentPageBlocksContent {
|
fragment Content_ContentPage on ContentPageBlocksContent {
|
||||||
content {
|
content {
|
||||||
@@ -45,6 +47,7 @@ fragment Content_ContentPage on ContentPageBlocksContent {
|
|||||||
...HotelPageLink
|
...HotelPageLink
|
||||||
...LoyaltyPageLink
|
...LoyaltyPageLink
|
||||||
...StartPageLink
|
...StartPageLink
|
||||||
|
...PromoCampaignPageLink
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -72,6 +75,7 @@ fragment Content_ContentPageRefs on ContentPageBlocksContent {
|
|||||||
...HotelPageRef
|
...HotelPageRef
|
||||||
...LoyaltyPageRef
|
...LoyaltyPageRef
|
||||||
...StartPageRef
|
...StartPageRef
|
||||||
|
...PromoCampaignPageRef
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -100,6 +104,7 @@ fragment Content_LoyaltyPage on LoyaltyPageBlocksContent {
|
|||||||
...HotelPageLink
|
...HotelPageLink
|
||||||
...LoyaltyPageLink
|
...LoyaltyPageLink
|
||||||
...StartPageLink
|
...StartPageLink
|
||||||
|
...PromoCampaignPageLink
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -125,6 +130,7 @@ fragment Content_LoyaltyPageRefs on LoyaltyPageBlocksContent {
|
|||||||
...HotelPageRef
|
...HotelPageRef
|
||||||
...LoyaltyPageRef
|
...LoyaltyPageRef
|
||||||
...StartPageRef
|
...StartPageRef
|
||||||
|
...PromoCampaignPageRef
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -150,6 +156,7 @@ fragment Content_DestinationCityPage on DestinationCityPageBlocksContent {
|
|||||||
...HotelPageLink
|
...HotelPageLink
|
||||||
...LoyaltyPageLink
|
...LoyaltyPageLink
|
||||||
...StartPageLink
|
...StartPageLink
|
||||||
|
...PromoCampaignPageLink
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -176,6 +183,7 @@ fragment Content_DestinationCityPageRefs on DestinationCityPageBlocksContent {
|
|||||||
...HotelPageRef
|
...HotelPageRef
|
||||||
...LoyaltyPageRef
|
...LoyaltyPageRef
|
||||||
...StartPageRef
|
...StartPageRef
|
||||||
|
...PromoCampaignPageRef
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -201,6 +209,7 @@ fragment Content_DestinationCountryPage on DestinationCountryPageBlocksContent {
|
|||||||
...HotelPageLink
|
...HotelPageLink
|
||||||
...LoyaltyPageLink
|
...LoyaltyPageLink
|
||||||
...StartPageLink
|
...StartPageLink
|
||||||
|
...PromoCampaignPageLink
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -227,6 +236,7 @@ fragment Content_DestinationCountryPageRefs on DestinationCountryPageBlocksConte
|
|||||||
...HotelPageRef
|
...HotelPageRef
|
||||||
...LoyaltyPageRef
|
...LoyaltyPageRef
|
||||||
...StartPageRef
|
...StartPageRef
|
||||||
|
...PromoCampaignPageRef
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -252,6 +262,7 @@ fragment Content_DestinationFilterBlocks on DestinationFilterBlocksContent {
|
|||||||
...HotelPageLink
|
...HotelPageLink
|
||||||
...LoyaltyPageLink
|
...LoyaltyPageLink
|
||||||
...StartPageLink
|
...StartPageLink
|
||||||
|
...PromoCampaignPageLink
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -278,6 +289,7 @@ fragment Content_DestinationFilterBlocksRefs on DestinationFilterBlocksContent {
|
|||||||
...HotelPageRef
|
...HotelPageRef
|
||||||
...LoyaltyPageRef
|
...LoyaltyPageRef
|
||||||
...StartPageRef
|
...StartPageRef
|
||||||
|
...PromoCampaignPageRef
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -303,6 +315,7 @@ fragment Content_PromoCampaignPage on PromoCampaignPageBlocksContent {
|
|||||||
...HotelPageLink
|
...HotelPageLink
|
||||||
...LoyaltyPageLink
|
...LoyaltyPageLink
|
||||||
...StartPageLink
|
...StartPageLink
|
||||||
|
...PromoCampaignPageLink
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -329,6 +342,7 @@ fragment Content_PromoCampaignPageRefs on PromoCampaignPageBlocksContent {
|
|||||||
...HotelPageRef
|
...HotelPageRef
|
||||||
...LoyaltyPageRef
|
...LoyaltyPageRef
|
||||||
...StartPageRef
|
...StartPageRef
|
||||||
|
...PromoCampaignPageRef
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -11,6 +11,7 @@
|
|||||||
#import "../PageLink/HotelPageLink.graphql"
|
#import "../PageLink/HotelPageLink.graphql"
|
||||||
#import "../PageLink/LoyaltyPageLink.graphql"
|
#import "../PageLink/LoyaltyPageLink.graphql"
|
||||||
#import "../PageLink/StartPageLink.graphql"
|
#import "../PageLink/StartPageLink.graphql"
|
||||||
|
#import "../PageLink/PromoCampaignPageLink.graphql"
|
||||||
|
|
||||||
#import "../AccountPage/Ref.graphql"
|
#import "../AccountPage/Ref.graphql"
|
||||||
#import "../CampaignOverviewPage/Ref.graphql"
|
#import "../CampaignOverviewPage/Ref.graphql"
|
||||||
@@ -23,6 +24,7 @@
|
|||||||
#import "../DestinationCountryPage/Ref.graphql"
|
#import "../DestinationCountryPage/Ref.graphql"
|
||||||
#import "../DestinationOverviewPage/Ref.graphql"
|
#import "../DestinationOverviewPage/Ref.graphql"
|
||||||
#import "../StartPage/Ref.graphql"
|
#import "../StartPage/Ref.graphql"
|
||||||
|
#import "../PromoCampaignPage/Ref.graphql"
|
||||||
|
|
||||||
fragment ContentCardBlock on ContentCard {
|
fragment ContentCardBlock on ContentCard {
|
||||||
__typename
|
__typename
|
||||||
@@ -54,6 +56,7 @@ fragment ContentCardBlock on ContentCard {
|
|||||||
...HotelPageLink
|
...HotelPageLink
|
||||||
...LoyaltyPageLink
|
...LoyaltyPageLink
|
||||||
...StartPageLink
|
...StartPageLink
|
||||||
|
...PromoCampaignPageLink
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -81,6 +84,7 @@ fragment ContentCardBlockRef on ContentCard {
|
|||||||
...HotelPageRef
|
...HotelPageRef
|
||||||
...LoyaltyPageRef
|
...LoyaltyPageRef
|
||||||
...StartPageRef
|
...StartPageRef
|
||||||
|
...PromoCampaignPageRef
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -9,6 +9,7 @@
|
|||||||
#import "../PageLink/HotelPageLink.graphql"
|
#import "../PageLink/HotelPageLink.graphql"
|
||||||
#import "../PageLink/LoyaltyPageLink.graphql"
|
#import "../PageLink/LoyaltyPageLink.graphql"
|
||||||
#import "../PageLink/StartPageLink.graphql"
|
#import "../PageLink/StartPageLink.graphql"
|
||||||
|
#import "../PageLink/PromoCampaignPageLink.graphql"
|
||||||
|
|
||||||
#import "../AccountPage/Ref.graphql"
|
#import "../AccountPage/Ref.graphql"
|
||||||
#import "../CampaignOverviewPage/Ref.graphql"
|
#import "../CampaignOverviewPage/Ref.graphql"
|
||||||
@@ -21,6 +22,7 @@
|
|||||||
#import "../HotelPage/Ref.graphql"
|
#import "../HotelPage/Ref.graphql"
|
||||||
#import "../LoyaltyPage/Ref.graphql"
|
#import "../LoyaltyPage/Ref.graphql"
|
||||||
#import "../StartPage/Ref.graphql"
|
#import "../StartPage/Ref.graphql"
|
||||||
|
#import "../PromoCampaignPage/Ref.graphql"
|
||||||
|
|
||||||
fragment DynamicContent_AccountPage on AccountPageContentDynamicContent {
|
fragment DynamicContent_AccountPage on AccountPageContentDynamicContent {
|
||||||
dynamic_content {
|
dynamic_content {
|
||||||
@@ -44,6 +46,7 @@ fragment DynamicContent_AccountPage on AccountPageContentDynamicContent {
|
|||||||
...HotelPageLink
|
...HotelPageLink
|
||||||
...LoyaltyPageLink
|
...LoyaltyPageLink
|
||||||
...StartPageLink
|
...StartPageLink
|
||||||
|
...PromoCampaignPageLink
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -69,6 +72,7 @@ fragment DynamicContent_AccountPageRefs on AccountPageContentDynamicContent {
|
|||||||
...HotelPageRef
|
...HotelPageRef
|
||||||
...LoyaltyPageRef
|
...LoyaltyPageRef
|
||||||
...StartPageRef
|
...StartPageRef
|
||||||
|
...PromoCampaignPageRef
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -98,6 +102,7 @@ fragment DynamicContent_CollectionPage on CollectionPageBlocksDynamicContent {
|
|||||||
...HotelPageLink
|
...HotelPageLink
|
||||||
...LoyaltyPageLink
|
...LoyaltyPageLink
|
||||||
...StartPageLink
|
...StartPageLink
|
||||||
|
...PromoCampaignPageLink
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -123,6 +128,7 @@ fragment DynamicContent_CollectionPageRefs on CollectionPageBlocksDynamicContent
|
|||||||
...HotelPageRef
|
...HotelPageRef
|
||||||
...LoyaltyPageRef
|
...LoyaltyPageRef
|
||||||
...StartPageRef
|
...StartPageRef
|
||||||
|
...PromoCampaignPageRef
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -152,6 +158,7 @@ fragment DynamicContent_ContentPage on ContentPageBlocksDynamicContent {
|
|||||||
...HotelPageLink
|
...HotelPageLink
|
||||||
...LoyaltyPageLink
|
...LoyaltyPageLink
|
||||||
...StartPageLink
|
...StartPageLink
|
||||||
|
...PromoCampaignPageLink
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -177,6 +184,7 @@ fragment DynamicContent_ContentPageRefs on ContentPageBlocksDynamicContent {
|
|||||||
...HotelPageRef
|
...HotelPageRef
|
||||||
...LoyaltyPageRef
|
...LoyaltyPageRef
|
||||||
...StartPageRef
|
...StartPageRef
|
||||||
|
...PromoCampaignPageRef
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -206,6 +214,7 @@ fragment DynamicContent_LoyaltyPage on LoyaltyPageBlocksDynamicContent {
|
|||||||
...HotelPageLink
|
...HotelPageLink
|
||||||
...LoyaltyPageLink
|
...LoyaltyPageLink
|
||||||
...StartPageLink
|
...StartPageLink
|
||||||
|
...PromoCampaignPageLink
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -231,6 +240,7 @@ fragment DynamicContent_LoyaltyPageRefs on LoyaltyPageBlocksDynamicContent {
|
|||||||
...HotelPageRef
|
...HotelPageRef
|
||||||
...LoyaltyPageRef
|
...LoyaltyPageRef
|
||||||
...StartPageRef
|
...StartPageRef
|
||||||
|
...PromoCampaignPageRef
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -8,6 +8,7 @@
|
|||||||
#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/PromoCampaignPageLink.graphql"
|
||||||
|
|
||||||
#import "../AccountPage/Ref.graphql"
|
#import "../AccountPage/Ref.graphql"
|
||||||
#import "../CampaignOverviewPage/Ref.graphql"
|
#import "../CampaignOverviewPage/Ref.graphql"
|
||||||
@@ -19,6 +20,7 @@
|
|||||||
#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 "../PromoCampaignPage/Ref.graphql"
|
||||||
|
|
||||||
fragment FullWidthCampaign on FullWidthCampaign {
|
fragment FullWidthCampaign on FullWidthCampaign {
|
||||||
background_image
|
background_image
|
||||||
@@ -48,6 +50,7 @@ fragment FullWidthCampaign on FullWidthCampaign {
|
|||||||
...DestinationOverviewPageLink
|
...DestinationOverviewPageLink
|
||||||
...HotelPageLink
|
...HotelPageLink
|
||||||
...LoyaltyPageLink
|
...LoyaltyPageLink
|
||||||
|
...PromoCampaignPageLink
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -75,6 +78,7 @@ fragment FullWidthCampaign on FullWidthCampaign {
|
|||||||
...DestinationOverviewPageLink
|
...DestinationOverviewPageLink
|
||||||
...HotelPageLink
|
...HotelPageLink
|
||||||
...LoyaltyPageLink
|
...LoyaltyPageLink
|
||||||
|
...PromoCampaignPageLink
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -100,6 +104,7 @@ fragment FullWidthCampaignRefs on FullWidthCampaign {
|
|||||||
...DestinationOverviewPageRef
|
...DestinationOverviewPageRef
|
||||||
...HotelPageRef
|
...HotelPageRef
|
||||||
...LoyaltyPageRef
|
...LoyaltyPageRef
|
||||||
|
...PromoCampaignPageRef
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -119,6 +124,7 @@ fragment FullWidthCampaignRefs on FullWidthCampaign {
|
|||||||
...DestinationOverviewPageRef
|
...DestinationOverviewPageRef
|
||||||
...HotelPageRef
|
...HotelPageRef
|
||||||
...LoyaltyPageRef
|
...LoyaltyPageRef
|
||||||
|
...PromoCampaignPageRef
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -11,6 +11,7 @@
|
|||||||
#import "../PageLink/HotelPageLink.graphql"
|
#import "../PageLink/HotelPageLink.graphql"
|
||||||
#import "../PageLink/LoyaltyPageLink.graphql"
|
#import "../PageLink/LoyaltyPageLink.graphql"
|
||||||
#import "../PageLink/StartPageLink.graphql"
|
#import "../PageLink/StartPageLink.graphql"
|
||||||
|
#import "../PageLink/PromoCampaignPageLink.graphql"
|
||||||
|
|
||||||
fragment InfoCardBlock on InfoCard {
|
fragment InfoCardBlock on InfoCard {
|
||||||
scripted_top_title
|
scripted_top_title
|
||||||
@@ -43,6 +44,7 @@ fragment InfoCardBlock on InfoCard {
|
|||||||
...HotelPageLink
|
...HotelPageLink
|
||||||
...LoyaltyPageLink
|
...LoyaltyPageLink
|
||||||
...StartPageLink
|
...StartPageLink
|
||||||
|
...PromoCampaignPageLink
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -70,6 +72,7 @@ fragment InfoCardBlock on InfoCard {
|
|||||||
...HotelPageLink
|
...HotelPageLink
|
||||||
...LoyaltyPageLink
|
...LoyaltyPageLink
|
||||||
...StartPageLink
|
...StartPageLink
|
||||||
|
...PromoCampaignPageLink
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -8,6 +8,7 @@
|
|||||||
#import "../PageLink/DestinationOverviewPageLink.graphql"
|
#import "../PageLink/DestinationOverviewPageLink.graphql"
|
||||||
#import "../PageLink/HotelPageLink.graphql"
|
#import "../PageLink/HotelPageLink.graphql"
|
||||||
#import "../PageLink/LoyaltyPageLink.graphql"
|
#import "../PageLink/LoyaltyPageLink.graphql"
|
||||||
|
#import "../PageLink/PromoCampaignPageLink.graphql"
|
||||||
|
|
||||||
#import "../AccountPage/Ref.graphql"
|
#import "../AccountPage/Ref.graphql"
|
||||||
#import "../CampaignOverviewPage/Ref.graphql"
|
#import "../CampaignOverviewPage/Ref.graphql"
|
||||||
@@ -19,6 +20,7 @@
|
|||||||
#import "../DestinationOverviewPage/Ref.graphql"
|
#import "../DestinationOverviewPage/Ref.graphql"
|
||||||
#import "../HotelPage/Ref.graphql"
|
#import "../HotelPage/Ref.graphql"
|
||||||
#import "../LoyaltyPage/Ref.graphql"
|
#import "../LoyaltyPage/Ref.graphql"
|
||||||
|
#import "../PromoCampaignPage/Ref.graphql"
|
||||||
|
|
||||||
fragment JoinScandicFriends_StartPage on StartPageBlocksJoinScandicFriends {
|
fragment JoinScandicFriends_StartPage on StartPageBlocksJoinScandicFriends {
|
||||||
__typename
|
__typename
|
||||||
@@ -53,6 +55,7 @@ fragment JoinScandicFriends_StartPage on StartPageBlocksJoinScandicFriends {
|
|||||||
...DestinationOverviewPageLink
|
...DestinationOverviewPageLink
|
||||||
...HotelPageLink
|
...HotelPageLink
|
||||||
...LoyaltyPageLink
|
...LoyaltyPageLink
|
||||||
|
...PromoCampaignPageLink
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -77,6 +80,7 @@ fragment JoinScandicFriends_StartPageRefs on StartPageBlocksJoinScandicFriends {
|
|||||||
...DestinationOverviewPageRef
|
...DestinationOverviewPageRef
|
||||||
...HotelPageRef
|
...HotelPageRef
|
||||||
...LoyaltyPageRef
|
...LoyaltyPageRef
|
||||||
|
...PromoCampaignPageRef
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -11,6 +11,7 @@
|
|||||||
#import "../PageLink/HotelPageLink.graphql"
|
#import "../PageLink/HotelPageLink.graphql"
|
||||||
#import "../PageLink/LoyaltyPageLink.graphql"
|
#import "../PageLink/LoyaltyPageLink.graphql"
|
||||||
#import "../PageLink/StartPageLink.graphql"
|
#import "../PageLink/StartPageLink.graphql"
|
||||||
|
#import "../PageLink/PromoCampaignPageLink.graphql"
|
||||||
|
|
||||||
fragment LoyaltyCardBlock on LoyaltyCard {
|
fragment LoyaltyCardBlock on LoyaltyCard {
|
||||||
body_text
|
body_text
|
||||||
@@ -40,6 +41,7 @@ fragment LoyaltyCardBlock on LoyaltyCard {
|
|||||||
...HotelPageLink
|
...HotelPageLink
|
||||||
...LoyaltyPageLink
|
...LoyaltyPageLink
|
||||||
...StartPageLink
|
...StartPageLink
|
||||||
|
...PromoCampaignPageLink
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -9,6 +9,7 @@
|
|||||||
#import "../PageLink/HotelPageLink.graphql"
|
#import "../PageLink/HotelPageLink.graphql"
|
||||||
#import "../PageLink/LoyaltyPageLink.graphql"
|
#import "../PageLink/LoyaltyPageLink.graphql"
|
||||||
#import "../PageLink/StartPageLink.graphql"
|
#import "../PageLink/StartPageLink.graphql"
|
||||||
|
#import "../PageLink/PromoCampaignPageLink.graphql"
|
||||||
|
|
||||||
#import "../AccountPage/Ref.graphql"
|
#import "../AccountPage/Ref.graphql"
|
||||||
#import "../CampaignOverviewPage/Ref.graphql"
|
#import "../CampaignOverviewPage/Ref.graphql"
|
||||||
@@ -21,6 +22,7 @@
|
|||||||
#import "../HotelPage/Ref.graphql"
|
#import "../HotelPage/Ref.graphql"
|
||||||
#import "../LoyaltyPage/Ref.graphql"
|
#import "../LoyaltyPage/Ref.graphql"
|
||||||
#import "../StartPage/Ref.graphql"
|
#import "../StartPage/Ref.graphql"
|
||||||
|
#import "../PromoCampaignPage/Ref.graphql"
|
||||||
|
|
||||||
fragment Shortcuts on Shortcuts {
|
fragment Shortcuts on Shortcuts {
|
||||||
subtitle: preamble
|
subtitle: preamble
|
||||||
@@ -49,6 +51,7 @@ fragment Shortcuts on Shortcuts {
|
|||||||
...HotelPageLink
|
...HotelPageLink
|
||||||
...LoyaltyPageLink
|
...LoyaltyPageLink
|
||||||
...StartPageLink
|
...StartPageLink
|
||||||
|
...PromoCampaignPageLink
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -96,6 +99,7 @@ fragment ShortcutsRefs on Shortcuts {
|
|||||||
...HotelPageRef
|
...HotelPageRef
|
||||||
...LoyaltyPageRef
|
...LoyaltyPageRef
|
||||||
...StartPageRef
|
...StartPageRef
|
||||||
|
...PromoCampaignPageRef
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -11,6 +11,7 @@
|
|||||||
#import "../PageLink/HotelPageLink.graphql"
|
#import "../PageLink/HotelPageLink.graphql"
|
||||||
#import "../PageLink/LoyaltyPageLink.graphql"
|
#import "../PageLink/LoyaltyPageLink.graphql"
|
||||||
#import "../PageLink/StartPageLink.graphql"
|
#import "../PageLink/StartPageLink.graphql"
|
||||||
|
#import "../PageLink/PromoCampaignPageLink.graphql"
|
||||||
|
|
||||||
fragment TeaserCardBlock on TeaserCard {
|
fragment TeaserCardBlock on TeaserCard {
|
||||||
heading
|
heading
|
||||||
@@ -43,6 +44,7 @@ fragment TeaserCardBlock on TeaserCard {
|
|||||||
...HotelPageLink
|
...HotelPageLink
|
||||||
...LoyaltyPageLink
|
...LoyaltyPageLink
|
||||||
...StartPageLink
|
...StartPageLink
|
||||||
|
...PromoCampaignPageLink
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -70,6 +72,7 @@ fragment TeaserCardBlock on TeaserCard {
|
|||||||
...HotelPageLink
|
...HotelPageLink
|
||||||
...LoyaltyPageLink
|
...LoyaltyPageLink
|
||||||
...StartPageLink
|
...StartPageLink
|
||||||
|
...PromoCampaignPageLink
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -95,6 +98,7 @@ fragment TeaserCardBlock on TeaserCard {
|
|||||||
...HotelPageLink
|
...HotelPageLink
|
||||||
...LoyaltyPageLink
|
...LoyaltyPageLink
|
||||||
...StartPageLink
|
...StartPageLink
|
||||||
|
...PromoCampaignPageLink
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -124,6 +128,7 @@ fragment TeaserCardBlock on TeaserCard {
|
|||||||
...HotelPageLink
|
...HotelPageLink
|
||||||
...LoyaltyPageLink
|
...LoyaltyPageLink
|
||||||
...StartPageLink
|
...StartPageLink
|
||||||
|
...PromoCampaignPageLink
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -152,6 +157,7 @@ fragment TeaserCardBlock on TeaserCard {
|
|||||||
...HotelPageLink
|
...HotelPageLink
|
||||||
...LoyaltyPageLink
|
...LoyaltyPageLink
|
||||||
...StartPageLink
|
...StartPageLink
|
||||||
|
...PromoCampaignPageLink
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -9,6 +9,7 @@
|
|||||||
#import "../PageLink/HotelPageLink.graphql"
|
#import "../PageLink/HotelPageLink.graphql"
|
||||||
#import "../PageLink/LoyaltyPageLink.graphql"
|
#import "../PageLink/LoyaltyPageLink.graphql"
|
||||||
#import "../PageLink/StartPageLink.graphql"
|
#import "../PageLink/StartPageLink.graphql"
|
||||||
|
#import "../PageLink/PromoCampaignPageLink.graphql"
|
||||||
|
|
||||||
#import "../AccountPage/Ref.graphql"
|
#import "../AccountPage/Ref.graphql"
|
||||||
#import "../CampaignOverviewPage/Ref.graphql"
|
#import "../CampaignOverviewPage/Ref.graphql"
|
||||||
@@ -21,6 +22,7 @@
|
|||||||
#import "../HotelPage/Ref.graphql"
|
#import "../HotelPage/Ref.graphql"
|
||||||
#import "../LoyaltyPage/Ref.graphql"
|
#import "../LoyaltyPage/Ref.graphql"
|
||||||
#import "../StartPage/Ref.graphql"
|
#import "../StartPage/Ref.graphql"
|
||||||
|
#import "../PromoCampaignPage/Ref.graphql"
|
||||||
|
|
||||||
fragment TextCols_ContentPage on ContentPageBlocksTextCols {
|
fragment TextCols_ContentPage on ContentPageBlocksTextCols {
|
||||||
text_cols {
|
text_cols {
|
||||||
@@ -43,6 +45,7 @@ fragment TextCols_ContentPage on ContentPageBlocksTextCols {
|
|||||||
...HotelPageLink
|
...HotelPageLink
|
||||||
...LoyaltyPageLink
|
...LoyaltyPageLink
|
||||||
...StartPageLink
|
...StartPageLink
|
||||||
|
...PromoCampaignPageLink
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -72,6 +75,7 @@ fragment TextCols_ContentPageRef on ContentPageBlocksTextCols {
|
|||||||
...HotelPageRef
|
...HotelPageRef
|
||||||
...LoyaltyPageRef
|
...LoyaltyPageRef
|
||||||
...StartPageRef
|
...StartPageRef
|
||||||
|
...PromoCampaignPageRef
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -9,6 +9,7 @@
|
|||||||
#import "../PageLink/HotelPageLink.graphql"
|
#import "../PageLink/HotelPageLink.graphql"
|
||||||
#import "../PageLink/LoyaltyPageLink.graphql"
|
#import "../PageLink/LoyaltyPageLink.graphql"
|
||||||
#import "../PageLink/StartPageLink.graphql"
|
#import "../PageLink/StartPageLink.graphql"
|
||||||
|
#import "../PageLink/PromoCampaignPageLink.graphql"
|
||||||
|
|
||||||
#import "../AccountPage/Ref.graphql"
|
#import "../AccountPage/Ref.graphql"
|
||||||
#import "../CampaignOverviewPage/Ref.graphql"
|
#import "../CampaignOverviewPage/Ref.graphql"
|
||||||
@@ -21,6 +22,7 @@
|
|||||||
#import "../HotelPage/Ref.graphql"
|
#import "../HotelPage/Ref.graphql"
|
||||||
#import "../LoyaltyPage/Ref.graphql"
|
#import "../LoyaltyPage/Ref.graphql"
|
||||||
#import "../StartPage/Ref.graphql"
|
#import "../StartPage/Ref.graphql"
|
||||||
|
#import "../PromoCampaignPage/Ref.graphql"
|
||||||
|
|
||||||
fragment UspGrid_ContentPage on ContentPageBlocksUspGrid {
|
fragment UspGrid_ContentPage on ContentPageBlocksUspGrid {
|
||||||
__typename
|
__typename
|
||||||
@@ -49,6 +51,7 @@ fragment UspGrid_ContentPage on ContentPageBlocksUspGrid {
|
|||||||
...HotelPageLink
|
...HotelPageLink
|
||||||
...LoyaltyPageLink
|
...LoyaltyPageLink
|
||||||
...StartPageLink
|
...StartPageLink
|
||||||
|
...PromoCampaignPageLink
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -85,6 +88,7 @@ fragment UspGrid_ContentPageRefs on ContentPageBlocksUspGrid {
|
|||||||
...HotelPageRef
|
...HotelPageRef
|
||||||
...LoyaltyPageRef
|
...LoyaltyPageRef
|
||||||
...StartPageRef
|
...StartPageRef
|
||||||
|
...PromoCampaignPageRef
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -123,6 +127,7 @@ fragment UspGrid_CollectionPage on CollectionPageBlocksUspGrid {
|
|||||||
...HotelPageLink
|
...HotelPageLink
|
||||||
...LoyaltyPageLink
|
...LoyaltyPageLink
|
||||||
...StartPageLink
|
...StartPageLink
|
||||||
|
...PromoCampaignPageLink
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -158,6 +163,7 @@ fragment UspGrid_CollectionPageRefs on CollectionPageBlocksUspGrid {
|
|||||||
...HotelPageRef
|
...HotelPageRef
|
||||||
...LoyaltyPageRef
|
...LoyaltyPageRef
|
||||||
...StartPageRef
|
...StartPageRef
|
||||||
|
...PromoCampaignPageRef
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -9,6 +9,7 @@
|
|||||||
#import "../PageLink/HotelPageLink.graphql"
|
#import "../PageLink/HotelPageLink.graphql"
|
||||||
#import "../PageLink/LoyaltyPageLink.graphql"
|
#import "../PageLink/LoyaltyPageLink.graphql"
|
||||||
#import "../PageLink/StartPageLink.graphql"
|
#import "../PageLink/StartPageLink.graphql"
|
||||||
|
#import "../PageLink/PromoCampaignPageLink.graphql"
|
||||||
|
|
||||||
#import "../AccountPage/Ref.graphql"
|
#import "../AccountPage/Ref.graphql"
|
||||||
#import "../CampaignOverviewPage/Ref.graphql"
|
#import "../CampaignOverviewPage/Ref.graphql"
|
||||||
@@ -21,6 +22,7 @@
|
|||||||
#import "../HotelPage/Ref.graphql"
|
#import "../HotelPage/Ref.graphql"
|
||||||
#import "../LoyaltyPage/Ref.graphql"
|
#import "../LoyaltyPage/Ref.graphql"
|
||||||
#import "../StartPage/Ref.graphql"
|
#import "../StartPage/Ref.graphql"
|
||||||
|
#import "../PromoCampaignPage/Ref.graphql"
|
||||||
|
|
||||||
fragment NavigationLinks_CampaignOverviewPage on CampaignOverviewPageHeader {
|
fragment NavigationLinks_CampaignOverviewPage on CampaignOverviewPageHeader {
|
||||||
navigation_links {
|
navigation_links {
|
||||||
@@ -40,6 +42,7 @@ fragment NavigationLinks_CampaignOverviewPage on CampaignOverviewPageHeader {
|
|||||||
...HotelPageLink
|
...HotelPageLink
|
||||||
...LoyaltyPageLink
|
...LoyaltyPageLink
|
||||||
...StartPageLink
|
...StartPageLink
|
||||||
|
...PromoCampaignPageLink
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -63,6 +66,7 @@ fragment NavigationLinksRef_CampaignOverviewPage on CampaignOverviewPageHeader {
|
|||||||
...HotelPageRef
|
...HotelPageRef
|
||||||
...LoyaltyPageRef
|
...LoyaltyPageRef
|
||||||
...StartPageRef
|
...StartPageRef
|
||||||
|
...PromoCampaignPageRef
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -9,6 +9,7 @@
|
|||||||
#import "../PageLink/HotelPageLink.graphql"
|
#import "../PageLink/HotelPageLink.graphql"
|
||||||
#import "../PageLink/LoyaltyPageLink.graphql"
|
#import "../PageLink/LoyaltyPageLink.graphql"
|
||||||
#import "../PageLink/StartPageLink.graphql"
|
#import "../PageLink/StartPageLink.graphql"
|
||||||
|
#import "../PageLink/PromoCampaignPageLink.graphql"
|
||||||
|
|
||||||
#import "../AccountPage/Ref.graphql"
|
#import "../AccountPage/Ref.graphql"
|
||||||
#import "../CampaignOverviewPage/Ref.graphql"
|
#import "../CampaignOverviewPage/Ref.graphql"
|
||||||
@@ -21,6 +22,7 @@
|
|||||||
#import "../HotelPage/Ref.graphql"
|
#import "../HotelPage/Ref.graphql"
|
||||||
#import "../LoyaltyPage/Ref.graphql"
|
#import "../LoyaltyPage/Ref.graphql"
|
||||||
#import "../StartPage/Ref.graphql"
|
#import "../StartPage/Ref.graphql"
|
||||||
|
#import "../PromoCampaignPage/Ref.graphql"
|
||||||
|
|
||||||
fragment Hero_CampaignPage on CampaignPage {
|
fragment Hero_CampaignPage on CampaignPage {
|
||||||
hero {
|
hero {
|
||||||
@@ -53,6 +55,7 @@ fragment Hero_CampaignPage on CampaignPage {
|
|||||||
...HotelPageLink
|
...HotelPageLink
|
||||||
...LoyaltyPageLink
|
...LoyaltyPageLink
|
||||||
...StartPageLink
|
...StartPageLink
|
||||||
|
...PromoCampaignPageLink
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -78,6 +81,7 @@ fragment HeroRef_CampaignPage on CampaignPage {
|
|||||||
...HotelPageRef
|
...HotelPageRef
|
||||||
...LoyaltyPageRef
|
...LoyaltyPageRef
|
||||||
...StartPageRef
|
...StartPageRef
|
||||||
|
...PromoCampaignPageRef
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -9,6 +9,7 @@
|
|||||||
#import "../PageLink/HotelPageLink.graphql"
|
#import "../PageLink/HotelPageLink.graphql"
|
||||||
#import "../PageLink/LoyaltyPageLink.graphql"
|
#import "../PageLink/LoyaltyPageLink.graphql"
|
||||||
#import "../PageLink/StartPageLink.graphql"
|
#import "../PageLink/StartPageLink.graphql"
|
||||||
|
#import "../PageLink/PromoCampaignPageLink.graphql"
|
||||||
|
|
||||||
#import "../AccountPage/Ref.graphql"
|
#import "../AccountPage/Ref.graphql"
|
||||||
#import "../CampaignOverviewPage/Ref.graphql"
|
#import "../CampaignOverviewPage/Ref.graphql"
|
||||||
@@ -21,6 +22,7 @@
|
|||||||
#import "../HotelPage/Ref.graphql"
|
#import "../HotelPage/Ref.graphql"
|
||||||
#import "../LoyaltyPage/Ref.graphql"
|
#import "../LoyaltyPage/Ref.graphql"
|
||||||
#import "../StartPage/Ref.graphql"
|
#import "../StartPage/Ref.graphql"
|
||||||
|
#import "../PromoCampaignPage/Ref.graphql"
|
||||||
|
|
||||||
fragment NavigationLinks_CollectionPage on CollectionPageHeader {
|
fragment NavigationLinks_CollectionPage on CollectionPageHeader {
|
||||||
navigation_links {
|
navigation_links {
|
||||||
@@ -40,6 +42,7 @@ fragment NavigationLinks_CollectionPage on CollectionPageHeader {
|
|||||||
...HotelPageLink
|
...HotelPageLink
|
||||||
...LoyaltyPageLink
|
...LoyaltyPageLink
|
||||||
...StartPageLink
|
...StartPageLink
|
||||||
|
...PromoCampaignPageLink
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -63,6 +66,7 @@ fragment NavigationLinksRef_CollectionPage on CollectionPageHeader {
|
|||||||
...HotelPageRef
|
...HotelPageRef
|
||||||
...LoyaltyPageRef
|
...LoyaltyPageRef
|
||||||
...StartPageRef
|
...StartPageRef
|
||||||
|
...PromoCampaignPageRef
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -9,6 +9,7 @@
|
|||||||
#import "../PageLink/HotelPageLink.graphql"
|
#import "../PageLink/HotelPageLink.graphql"
|
||||||
#import "../PageLink/LoyaltyPageLink.graphql"
|
#import "../PageLink/LoyaltyPageLink.graphql"
|
||||||
#import "../PageLink/StartPageLink.graphql"
|
#import "../PageLink/StartPageLink.graphql"
|
||||||
|
#import "../PageLink/PromoCampaignPageLink.graphql"
|
||||||
|
|
||||||
#import "../AccountPage/Ref.graphql"
|
#import "../AccountPage/Ref.graphql"
|
||||||
#import "../CampaignOverviewPage/Ref.graphql"
|
#import "../CampaignOverviewPage/Ref.graphql"
|
||||||
@@ -21,6 +22,7 @@
|
|||||||
#import "../HotelPage/Ref.graphql"
|
#import "../HotelPage/Ref.graphql"
|
||||||
#import "../LoyaltyPage/Ref.graphql"
|
#import "../LoyaltyPage/Ref.graphql"
|
||||||
#import "../StartPage/Ref.graphql"
|
#import "../StartPage/Ref.graphql"
|
||||||
|
#import "../PromoCampaignPage/Ref.graphql"
|
||||||
|
|
||||||
fragment TopPrimaryButton_CollectionPage on CollectionPageHeader {
|
fragment TopPrimaryButton_CollectionPage on CollectionPageHeader {
|
||||||
top_primary_button {
|
top_primary_button {
|
||||||
@@ -41,6 +43,7 @@ fragment TopPrimaryButton_CollectionPage on CollectionPageHeader {
|
|||||||
...HotelPageLink
|
...HotelPageLink
|
||||||
...LoyaltyPageLink
|
...LoyaltyPageLink
|
||||||
...StartPageLink
|
...StartPageLink
|
||||||
|
...PromoCampaignPageLink
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -68,6 +71,7 @@ fragment TopPrimaryButtonRef_CollectionPage on CollectionPageHeader {
|
|||||||
...HotelPageRef
|
...HotelPageRef
|
||||||
...LoyaltyPageRef
|
...LoyaltyPageRef
|
||||||
...StartPageRef
|
...StartPageRef
|
||||||
|
...PromoCampaignPageRef
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -9,6 +9,7 @@
|
|||||||
#import "../PageLink/HotelPageLink.graphql"
|
#import "../PageLink/HotelPageLink.graphql"
|
||||||
#import "../PageLink/LoyaltyPageLink.graphql"
|
#import "../PageLink/LoyaltyPageLink.graphql"
|
||||||
#import "../PageLink/StartPageLink.graphql"
|
#import "../PageLink/StartPageLink.graphql"
|
||||||
|
#import "../PageLink/PromoCampaignPageLink.graphql"
|
||||||
|
|
||||||
#import "../AccountPage/Ref.graphql"
|
#import "../AccountPage/Ref.graphql"
|
||||||
#import "../CampaignOverviewPage/Ref.graphql"
|
#import "../CampaignOverviewPage/Ref.graphql"
|
||||||
@@ -21,6 +22,7 @@
|
|||||||
#import "../HotelPage/Ref.graphql"
|
#import "../HotelPage/Ref.graphql"
|
||||||
#import "../LoyaltyPage/Ref.graphql"
|
#import "../LoyaltyPage/Ref.graphql"
|
||||||
#import "../StartPage/Ref.graphql"
|
#import "../StartPage/Ref.graphql"
|
||||||
|
#import "../PromoCampaignPage/Ref.graphql"
|
||||||
|
|
||||||
fragment NavigationLinks_ContentPage on ContentPageHeader {
|
fragment NavigationLinks_ContentPage on ContentPageHeader {
|
||||||
navigation_links {
|
navigation_links {
|
||||||
@@ -40,6 +42,7 @@ fragment NavigationLinks_ContentPage on ContentPageHeader {
|
|||||||
...HotelPageLink
|
...HotelPageLink
|
||||||
...LoyaltyPageLink
|
...LoyaltyPageLink
|
||||||
...StartPageLink
|
...StartPageLink
|
||||||
|
...PromoCampaignPageLink
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -63,6 +66,7 @@ fragment NavigationLinksRef_ContentPage on ContentPageHeader {
|
|||||||
...HotelPageRef
|
...HotelPageRef
|
||||||
...LoyaltyPageRef
|
...LoyaltyPageRef
|
||||||
...StartPageRef
|
...StartPageRef
|
||||||
|
...PromoCampaignPageRef
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -9,6 +9,7 @@
|
|||||||
#import "../PageLink/HotelPageLink.graphql"
|
#import "../PageLink/HotelPageLink.graphql"
|
||||||
#import "../PageLink/LoyaltyPageLink.graphql"
|
#import "../PageLink/LoyaltyPageLink.graphql"
|
||||||
#import "../PageLink/StartPageLink.graphql"
|
#import "../PageLink/StartPageLink.graphql"
|
||||||
|
#import "../PageLink/PromoCampaignPageLink.graphql"
|
||||||
|
|
||||||
#import "../AccountPage/Ref.graphql"
|
#import "../AccountPage/Ref.graphql"
|
||||||
#import "../CampaignOverviewPage/Ref.graphql"
|
#import "../CampaignOverviewPage/Ref.graphql"
|
||||||
@@ -21,6 +22,7 @@
|
|||||||
#import "../HotelPage/Ref.graphql"
|
#import "../HotelPage/Ref.graphql"
|
||||||
#import "../LoyaltyPage/Ref.graphql"
|
#import "../LoyaltyPage/Ref.graphql"
|
||||||
#import "../StartPage/Ref.graphql"
|
#import "../StartPage/Ref.graphql"
|
||||||
|
#import "../PromoCampaignPage/Ref.graphql"
|
||||||
|
|
||||||
fragment TopPrimaryButton_ContentPage on ContentPageHeader {
|
fragment TopPrimaryButton_ContentPage on ContentPageHeader {
|
||||||
top_primary_button {
|
top_primary_button {
|
||||||
@@ -41,6 +43,7 @@ fragment TopPrimaryButton_ContentPage on ContentPageHeader {
|
|||||||
...HotelPageLink
|
...HotelPageLink
|
||||||
...LoyaltyPageLink
|
...LoyaltyPageLink
|
||||||
...StartPageLink
|
...StartPageLink
|
||||||
|
...PromoCampaignPageLink
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -68,6 +71,7 @@ fragment TopPrimaryButtonRef_ContentPage on ContentPageHeader {
|
|||||||
...HotelPageRef
|
...HotelPageRef
|
||||||
...LoyaltyPageRef
|
...LoyaltyPageRef
|
||||||
...StartPageRef
|
...StartPageRef
|
||||||
|
...PromoCampaignPageRef
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -12,6 +12,7 @@
|
|||||||
#import "../PageLink/HotelPageLink.graphql"
|
#import "../PageLink/HotelPageLink.graphql"
|
||||||
#import "../PageLink/LoyaltyPageLink.graphql"
|
#import "../PageLink/LoyaltyPageLink.graphql"
|
||||||
#import "../PageLink/StartPageLink.graphql"
|
#import "../PageLink/StartPageLink.graphql"
|
||||||
|
#import "../PageLink/PromoCampaignPageLink.graphql"
|
||||||
|
|
||||||
#import "../AccountPage/Ref.graphql"
|
#import "../AccountPage/Ref.graphql"
|
||||||
#import "../CampaignOverviewPage/Ref.graphql"
|
#import "../CampaignOverviewPage/Ref.graphql"
|
||||||
@@ -24,6 +25,7 @@
|
|||||||
#import "../HotelPage/Ref.graphql"
|
#import "../HotelPage/Ref.graphql"
|
||||||
#import "../LoyaltyPage/Ref.graphql"
|
#import "../LoyaltyPage/Ref.graphql"
|
||||||
#import "../StartPage/Ref.graphql"
|
#import "../StartPage/Ref.graphql"
|
||||||
|
#import "../PromoCampaignPage/Ref.graphql"
|
||||||
|
|
||||||
fragment ContentSidebar_ContentPage on ContentPageSidebarContent {
|
fragment ContentSidebar_ContentPage on ContentPageSidebarContent {
|
||||||
content {
|
content {
|
||||||
@@ -46,6 +48,7 @@ fragment ContentSidebar_ContentPage on ContentPageSidebarContent {
|
|||||||
...HotelPageLink
|
...HotelPageLink
|
||||||
...LoyaltyPageLink
|
...LoyaltyPageLink
|
||||||
...StartPageLink
|
...StartPageLink
|
||||||
|
...PromoCampaignPageLink
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -72,6 +75,7 @@ fragment ContentSidebar_ContentPageRefs on ContentPageSidebarContent {
|
|||||||
...HotelPageRef
|
...HotelPageRef
|
||||||
...LoyaltyPageRef
|
...LoyaltyPageRef
|
||||||
...StartPageRef
|
...StartPageRef
|
||||||
|
...PromoCampaignPageRef
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -100,6 +104,7 @@ fragment ContentSidebar_LoyaltyPage on LoyaltyPageSidebarContent {
|
|||||||
...HotelPageLink
|
...HotelPageLink
|
||||||
...LoyaltyPageLink
|
...LoyaltyPageLink
|
||||||
...StartPageLink
|
...StartPageLink
|
||||||
|
...PromoCampaignPageLink
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -126,6 +131,7 @@ fragment ContentSidebar_LoyaltyPageRefs on LoyaltyPageSidebarContent {
|
|||||||
...HotelPageRef
|
...HotelPageRef
|
||||||
...LoyaltyPageRef
|
...LoyaltyPageRef
|
||||||
...StartPageRef
|
...StartPageRef
|
||||||
|
...PromoCampaignPageRef
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -9,6 +9,7 @@
|
|||||||
#import "../PageLink/HotelPageLink.graphql"
|
#import "../PageLink/HotelPageLink.graphql"
|
||||||
#import "../PageLink/LoyaltyPageLink.graphql"
|
#import "../PageLink/LoyaltyPageLink.graphql"
|
||||||
#import "../PageLink/StartPageLink.graphql"
|
#import "../PageLink/StartPageLink.graphql"
|
||||||
|
#import "../PageLink/PromoCampaignPageLink.graphql"
|
||||||
|
|
||||||
#import "../AccountPage/Ref.graphql"
|
#import "../AccountPage/Ref.graphql"
|
||||||
#import "../CampaignOverviewPage/Ref.graphql"
|
#import "../CampaignOverviewPage/Ref.graphql"
|
||||||
@@ -21,6 +22,7 @@
|
|||||||
#import "../HotelPage/Ref.graphql"
|
#import "../HotelPage/Ref.graphql"
|
||||||
#import "../LoyaltyPage/Ref.graphql"
|
#import "../LoyaltyPage/Ref.graphql"
|
||||||
#import "../StartPage/Ref.graphql"
|
#import "../StartPage/Ref.graphql"
|
||||||
|
#import "../PromoCampaignPage/Ref.graphql"
|
||||||
|
|
||||||
fragment ContactFields on ContactFields {
|
fragment ContactFields on ContactFields {
|
||||||
display_text
|
display_text
|
||||||
@@ -54,6 +56,7 @@ fragment JoinLoyaltyContactSidebar_ContentPage on ContentPageSidebarJoinLoyaltyC
|
|||||||
...HotelPageLink
|
...HotelPageLink
|
||||||
...LoyaltyPageLink
|
...LoyaltyPageLink
|
||||||
...StartPageLink
|
...StartPageLink
|
||||||
|
...PromoCampaignPageLink
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -87,6 +90,7 @@ fragment JoinLoyaltyContactSidebar_ContentPageRefs on ContentPageSidebarJoinLoya
|
|||||||
...HotelPageRef
|
...HotelPageRef
|
||||||
...LoyaltyPageRef
|
...LoyaltyPageRef
|
||||||
...StartPageRef
|
...StartPageRef
|
||||||
|
...PromoCampaignPageRef
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -120,6 +124,7 @@ fragment JoinLoyaltyContactSidebar_LoyaltyPage on LoyaltyPageSidebarJoinLoyaltyC
|
|||||||
...HotelPageLink
|
...HotelPageLink
|
||||||
...LoyaltyPageLink
|
...LoyaltyPageLink
|
||||||
...StartPageLink
|
...StartPageLink
|
||||||
|
...PromoCampaignPageLink
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -153,6 +158,7 @@ fragment JoinLoyaltyContactSidebar_LoyaltyPageRefs on LoyaltyPageSidebarJoinLoya
|
|||||||
...HotelPageRef
|
...HotelPageRef
|
||||||
...LoyaltyPageRef
|
...LoyaltyPageRef
|
||||||
...StartPageRef
|
...StartPageRef
|
||||||
|
...PromoCampaignPageRef
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -11,6 +11,7 @@
|
|||||||
#import "../../Fragments/PageLink/HotelPageLink.graphql"
|
#import "../../Fragments/PageLink/HotelPageLink.graphql"
|
||||||
#import "../../Fragments/PageLink/LoyaltyPageLink.graphql"
|
#import "../../Fragments/PageLink/LoyaltyPageLink.graphql"
|
||||||
#import "../../Fragments/PageLink/StartPageLink.graphql"
|
#import "../../Fragments/PageLink/StartPageLink.graphql"
|
||||||
|
#import "../../Fragments/PageLink/PromoCampaignPageLink.graphql"
|
||||||
|
|
||||||
#import "../../Fragments/AccountPage/Ref.graphql"
|
#import "../../Fragments/AccountPage/Ref.graphql"
|
||||||
#import "../../Fragments/CampaignOverviewPage/Ref.graphql"
|
#import "../../Fragments/CampaignOverviewPage/Ref.graphql"
|
||||||
@@ -23,6 +24,7 @@
|
|||||||
#import "../../Fragments/HotelPage/Ref.graphql"
|
#import "../../Fragments/HotelPage/Ref.graphql"
|
||||||
#import "../../Fragments/LoyaltyPage/Ref.graphql"
|
#import "../../Fragments/LoyaltyPage/Ref.graphql"
|
||||||
#import "../../Fragments/StartPage/Ref.graphql"
|
#import "../../Fragments/StartPage/Ref.graphql"
|
||||||
|
#import "../../Fragments/PromoCampaignPage/Ref.graphql"
|
||||||
|
|
||||||
query GetNavigationMyPages($locale: String!) {
|
query GetNavigationMyPages($locale: String!) {
|
||||||
all_navigation_my_pages(locale: $locale, limit: 1) {
|
all_navigation_my_pages(locale: $locale, limit: 1) {
|
||||||
@@ -46,6 +48,7 @@ query GetNavigationMyPages($locale: String!) {
|
|||||||
...HotelPageLink
|
...HotelPageLink
|
||||||
...LoyaltyPageLink
|
...LoyaltyPageLink
|
||||||
...StartPageLink
|
...StartPageLink
|
||||||
|
...PromoCampaignPageLink
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -76,6 +79,7 @@ query GetNavigationMyPagesRefs($locale: String!) {
|
|||||||
...HotelPageRef
|
...HotelPageRef
|
||||||
...LoyaltyPageRef
|
...LoyaltyPageRef
|
||||||
...StartPageRef
|
...StartPageRef
|
||||||
|
...PromoCampaignPageRef
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -16,6 +16,7 @@
|
|||||||
#import "../../Fragments/PageLink/HotelPageLink.graphql"
|
#import "../../Fragments/PageLink/HotelPageLink.graphql"
|
||||||
#import "../../Fragments/PageLink/LoyaltyPageLink.graphql"
|
#import "../../Fragments/PageLink/LoyaltyPageLink.graphql"
|
||||||
#import "../../Fragments/PageLink/StartPageLink.graphql"
|
#import "../../Fragments/PageLink/StartPageLink.graphql"
|
||||||
|
#import "../../Fragments/PageLink/PromoCampaignPageLink.graphql"
|
||||||
|
|
||||||
#import "../../Fragments/AccountPage/Ref.graphql"
|
#import "../../Fragments/AccountPage/Ref.graphql"
|
||||||
#import "../../Fragments/CampaignOverviewPage/Ref.graphql"
|
#import "../../Fragments/CampaignOverviewPage/Ref.graphql"
|
||||||
@@ -28,6 +29,7 @@
|
|||||||
#import "../../Fragments/HotelPage/Ref.graphql"
|
#import "../../Fragments/HotelPage/Ref.graphql"
|
||||||
#import "../../Fragments/LoyaltyPage/Ref.graphql"
|
#import "../../Fragments/LoyaltyPage/Ref.graphql"
|
||||||
#import "../../Fragments/StartPage/Ref.graphql"
|
#import "../../Fragments/StartPage/Ref.graphql"
|
||||||
|
#import "../../Fragments/PromoCampaignPage/Ref.graphql"
|
||||||
|
|
||||||
query GetDestinationCityPage($locale: String!, $uid: String!) {
|
query GetDestinationCityPage($locale: String!, $uid: String!) {
|
||||||
destination_city_page(uid: $uid, locale: $locale) {
|
destination_city_page(uid: $uid, locale: $locale) {
|
||||||
@@ -73,6 +75,7 @@ query GetDestinationCityPage($locale: String!, $uid: String!) {
|
|||||||
...HotelPageLink
|
...HotelPageLink
|
||||||
...LoyaltyPageLink
|
...LoyaltyPageLink
|
||||||
...StartPageLink
|
...StartPageLink
|
||||||
|
...PromoCampaignPageLink
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -130,6 +133,7 @@ query GetDestinationCityPageRefs($locale: String!, $uid: String!) {
|
|||||||
...HotelPageRef
|
...HotelPageRef
|
||||||
...LoyaltyPageRef
|
...LoyaltyPageRef
|
||||||
...StartPageRef
|
...StartPageRef
|
||||||
|
...PromoCampaignPageRef
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -16,6 +16,7 @@
|
|||||||
#import "../../Fragments/PageLink/HotelPageLink.graphql"
|
#import "../../Fragments/PageLink/HotelPageLink.graphql"
|
||||||
#import "../../Fragments/PageLink/LoyaltyPageLink.graphql"
|
#import "../../Fragments/PageLink/LoyaltyPageLink.graphql"
|
||||||
#import "../../Fragments/PageLink/StartPageLink.graphql"
|
#import "../../Fragments/PageLink/StartPageLink.graphql"
|
||||||
|
#import "../../Fragments/PageLink/PromoCampaignPageLink.graphql"
|
||||||
|
|
||||||
#import "../../Fragments/AccountPage/Ref.graphql"
|
#import "../../Fragments/AccountPage/Ref.graphql"
|
||||||
#import "../../Fragments/CampaignOverviewPage/Ref.graphql"
|
#import "../../Fragments/CampaignOverviewPage/Ref.graphql"
|
||||||
@@ -28,6 +29,7 @@
|
|||||||
#import "../../Fragments/HotelPage/Ref.graphql"
|
#import "../../Fragments/HotelPage/Ref.graphql"
|
||||||
#import "../../Fragments/LoyaltyPage/Ref.graphql"
|
#import "../../Fragments/LoyaltyPage/Ref.graphql"
|
||||||
#import "../../Fragments/StartPage/Ref.graphql"
|
#import "../../Fragments/StartPage/Ref.graphql"
|
||||||
|
#import "../../Fragments/PromoCampaignPage/Ref.graphql"
|
||||||
|
|
||||||
query GetDestinationCountryPage($locale: String!, $uid: String!) {
|
query GetDestinationCountryPage($locale: String!, $uid: String!) {
|
||||||
destination_country_page(uid: $uid, locale: $locale) {
|
destination_country_page(uid: $uid, locale: $locale) {
|
||||||
@@ -68,6 +70,7 @@ query GetDestinationCountryPage($locale: String!, $uid: String!) {
|
|||||||
...HotelPageLink
|
...HotelPageLink
|
||||||
...LoyaltyPageLink
|
...LoyaltyPageLink
|
||||||
...StartPageLink
|
...StartPageLink
|
||||||
|
...PromoCampaignPageLink
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -112,6 +115,7 @@ query GetDestinationCountryPageRefs($locale: String!, $uid: String!) {
|
|||||||
...HotelPageRef
|
...HotelPageRef
|
||||||
...LoyaltyPageRef
|
...LoyaltyPageRef
|
||||||
...StartPageRef
|
...StartPageRef
|
||||||
|
...PromoCampaignPageRef
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -11,6 +11,7 @@
|
|||||||
#import "../Fragments/PageLink/HotelPageLink.graphql"
|
#import "../Fragments/PageLink/HotelPageLink.graphql"
|
||||||
#import "../Fragments/PageLink/LoyaltyPageLink.graphql"
|
#import "../Fragments/PageLink/LoyaltyPageLink.graphql"
|
||||||
#import "../Fragments/PageLink/StartPageLink.graphql"
|
#import "../Fragments/PageLink/StartPageLink.graphql"
|
||||||
|
#import "../Fragments/PageLink/PromoCampaignPageLink.graphql"
|
||||||
|
|
||||||
#import "../Fragments/AccountPage/Ref.graphql"
|
#import "../Fragments/AccountPage/Ref.graphql"
|
||||||
#import "../Fragments/CampaignOverviewPage/Ref.graphql"
|
#import "../Fragments/CampaignOverviewPage/Ref.graphql"
|
||||||
@@ -23,6 +24,7 @@
|
|||||||
#import "../Fragments/HotelPage/Ref.graphql"
|
#import "../Fragments/HotelPage/Ref.graphql"
|
||||||
#import "../Fragments/LoyaltyPage/Ref.graphql"
|
#import "../Fragments/LoyaltyPage/Ref.graphql"
|
||||||
#import "../Fragments/StartPage/Ref.graphql"
|
#import "../Fragments/StartPage/Ref.graphql"
|
||||||
|
#import "../Fragments/PromoCampaignPage/Ref.graphql"
|
||||||
|
|
||||||
#import "../Fragments/Footer/AppDownloads.graphql"
|
#import "../Fragments/Footer/AppDownloads.graphql"
|
||||||
#import "../Fragments/Footer/SocialMedia.graphql"
|
#import "../Fragments/Footer/SocialMedia.graphql"
|
||||||
@@ -51,6 +53,7 @@ query GetFooter($locale: String!) {
|
|||||||
...HotelPageLink
|
...HotelPageLink
|
||||||
...LoyaltyPageLink
|
...LoyaltyPageLink
|
||||||
...StartPageLink
|
...StartPageLink
|
||||||
|
...PromoCampaignPageLink
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -74,6 +77,7 @@ query GetFooter($locale: String!) {
|
|||||||
...HotelPageLink
|
...HotelPageLink
|
||||||
...LoyaltyPageLink
|
...LoyaltyPageLink
|
||||||
...StartPageLink
|
...StartPageLink
|
||||||
|
...PromoCampaignPageLink
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -104,6 +108,7 @@ query GetFooter($locale: String!) {
|
|||||||
...HotelPageLink
|
...HotelPageLink
|
||||||
...LoyaltyPageLink
|
...LoyaltyPageLink
|
||||||
...StartPageLink
|
...StartPageLink
|
||||||
|
...PromoCampaignPageLink
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -132,6 +137,7 @@ query GetFooterRef($locale: String!) {
|
|||||||
...HotelPageRef
|
...HotelPageRef
|
||||||
...LoyaltyPageRef
|
...LoyaltyPageRef
|
||||||
...StartPageRef
|
...StartPageRef
|
||||||
|
...PromoCampaignPageRef
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -152,6 +158,7 @@ query GetFooterRef($locale: String!) {
|
|||||||
...HotelPageRef
|
...HotelPageRef
|
||||||
...LoyaltyPageRef
|
...LoyaltyPageRef
|
||||||
...StartPageRef
|
...StartPageRef
|
||||||
|
...PromoCampaignPageRef
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -172,6 +179,7 @@ query GetFooterRef($locale: String!) {
|
|||||||
...HotelPageRef
|
...HotelPageRef
|
||||||
...LoyaltyPageRef
|
...LoyaltyPageRef
|
||||||
...StartPageRef
|
...StartPageRef
|
||||||
|
...PromoCampaignPageRef
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -14,6 +14,7 @@
|
|||||||
#import "../Fragments/PageLink/HotelPageLink.graphql"
|
#import "../Fragments/PageLink/HotelPageLink.graphql"
|
||||||
#import "../Fragments/PageLink/LoyaltyPageLink.graphql"
|
#import "../Fragments/PageLink/LoyaltyPageLink.graphql"
|
||||||
#import "../Fragments/PageLink/StartPageLink.graphql"
|
#import "../Fragments/PageLink/StartPageLink.graphql"
|
||||||
|
#import "../Fragments/PageLink/PromoCampaignPageLink.graphql"
|
||||||
|
|
||||||
#import "../Fragments/AccountPage/Ref.graphql"
|
#import "../Fragments/AccountPage/Ref.graphql"
|
||||||
#import "../Fragments/CampaignOverviewPage/Ref.graphql"
|
#import "../Fragments/CampaignOverviewPage/Ref.graphql"
|
||||||
@@ -26,6 +27,7 @@
|
|||||||
#import "../Fragments/HotelPage/Ref.graphql"
|
#import "../Fragments/HotelPage/Ref.graphql"
|
||||||
#import "../Fragments/LoyaltyPage/Ref.graphql"
|
#import "../Fragments/LoyaltyPage/Ref.graphql"
|
||||||
#import "../Fragments/StartPage/Ref.graphql"
|
#import "../Fragments/StartPage/Ref.graphql"
|
||||||
|
#import "../Fragments/PromoCampaignPage/Ref.graphql"
|
||||||
|
|
||||||
query GetHeader($locale: String!) {
|
query GetHeader($locale: String!) {
|
||||||
all_header(limit: 1, locale: $locale) {
|
all_header(limit: 1, locale: $locale) {
|
||||||
@@ -50,6 +52,7 @@ query GetHeader($locale: String!) {
|
|||||||
...HotelPageLink
|
...HotelPageLink
|
||||||
...LoyaltyPageLink
|
...LoyaltyPageLink
|
||||||
...StartPageLink
|
...StartPageLink
|
||||||
|
...PromoCampaignPageLink
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -77,6 +80,7 @@ query GetHeader($locale: String!) {
|
|||||||
...HotelPageLink
|
...HotelPageLink
|
||||||
...LoyaltyPageLink
|
...LoyaltyPageLink
|
||||||
...StartPageLink
|
...StartPageLink
|
||||||
|
...PromoCampaignPageLink
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -104,6 +108,7 @@ query GetHeader($locale: String!) {
|
|||||||
...HotelPageLink
|
...HotelPageLink
|
||||||
...LoyaltyPageLink
|
...LoyaltyPageLink
|
||||||
...StartPageLink
|
...StartPageLink
|
||||||
|
...PromoCampaignPageLink
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -129,6 +134,7 @@ query GetHeader($locale: String!) {
|
|||||||
...HotelPageLink
|
...HotelPageLink
|
||||||
...LoyaltyPageLink
|
...LoyaltyPageLink
|
||||||
...StartPageLink
|
...StartPageLink
|
||||||
|
...PromoCampaignPageLink
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -157,6 +163,7 @@ query GetHeader($locale: String!) {
|
|||||||
...HotelPageLink
|
...HotelPageLink
|
||||||
...LoyaltyPageLink
|
...LoyaltyPageLink
|
||||||
...StartPageLink
|
...StartPageLink
|
||||||
|
...PromoCampaignPageLink
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -199,6 +206,7 @@ query GetHeaderRef($locale: String!) {
|
|||||||
...HotelPageRef
|
...HotelPageRef
|
||||||
...LoyaltyPageRef
|
...LoyaltyPageRef
|
||||||
...StartPageRef
|
...StartPageRef
|
||||||
|
...PromoCampaignPageRef
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -219,6 +227,7 @@ query GetHeaderRef($locale: String!) {
|
|||||||
...HotelPageRef
|
...HotelPageRef
|
||||||
...LoyaltyPageRef
|
...LoyaltyPageRef
|
||||||
...StartPageRef
|
...StartPageRef
|
||||||
|
...PromoCampaignPageRef
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -240,6 +249,7 @@ query GetHeaderRef($locale: String!) {
|
|||||||
...HotelPageRef
|
...HotelPageRef
|
||||||
...LoyaltyPageRef
|
...LoyaltyPageRef
|
||||||
...StartPageRef
|
...StartPageRef
|
||||||
|
...PromoCampaignPageRef
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -259,6 +269,7 @@ query GetHeaderRef($locale: String!) {
|
|||||||
...HotelPageRef
|
...HotelPageRef
|
||||||
...LoyaltyPageRef
|
...LoyaltyPageRef
|
||||||
...StartPageRef
|
...StartPageRef
|
||||||
|
...PromoCampaignPageRef
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -280,6 +291,7 @@ query GetHeaderRef($locale: String!) {
|
|||||||
...HotelPageRef
|
...HotelPageRef
|
||||||
...LoyaltyPageRef
|
...LoyaltyPageRef
|
||||||
...StartPageRef
|
...StartPageRef
|
||||||
|
...PromoCampaignPageRef
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -11,6 +11,7 @@
|
|||||||
#import "../Fragments/PageLink/HotelPageLink.graphql"
|
#import "../Fragments/PageLink/HotelPageLink.graphql"
|
||||||
#import "../Fragments/PageLink/LoyaltyPageLink.graphql"
|
#import "../Fragments/PageLink/LoyaltyPageLink.graphql"
|
||||||
#import "../Fragments/PageLink/StartPageLink.graphql"
|
#import "../Fragments/PageLink/StartPageLink.graphql"
|
||||||
|
#import "../Fragments/PageLink/PromoCampaignPageLink.graphql"
|
||||||
|
|
||||||
#import "../Fragments/AccountPage/Ref.graphql"
|
#import "../Fragments/AccountPage/Ref.graphql"
|
||||||
#import "../Fragments/CampaignOverviewPage/Ref.graphql"
|
#import "../Fragments/CampaignOverviewPage/Ref.graphql"
|
||||||
@@ -23,6 +24,7 @@
|
|||||||
#import "../Fragments/HotelPage/Ref.graphql"
|
#import "../Fragments/HotelPage/Ref.graphql"
|
||||||
#import "../Fragments/LoyaltyPage/Ref.graphql"
|
#import "../Fragments/LoyaltyPage/Ref.graphql"
|
||||||
#import "../Fragments/StartPage/Ref.graphql"
|
#import "../Fragments/StartPage/Ref.graphql"
|
||||||
|
#import "../Fragments/PromoCampaignPage/Ref.graphql"
|
||||||
|
|
||||||
query GetRewards($locale: String!, $rewardIds: [String!]) {
|
query GetRewards($locale: String!, $rewardIds: [String!]) {
|
||||||
all_reward(locale: $locale, where: { reward_id_in: $rewardIds }) {
|
all_reward(locale: $locale, where: { reward_id_in: $rewardIds }) {
|
||||||
@@ -50,6 +52,7 @@ query GetRewards($locale: String!, $rewardIds: [String!]) {
|
|||||||
...HotelPageLink
|
...HotelPageLink
|
||||||
...LoyaltyPageLink
|
...LoyaltyPageLink
|
||||||
...StartPageLink
|
...StartPageLink
|
||||||
|
...PromoCampaignPageLink
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -80,6 +83,7 @@ query GetRewardsRef($locale: String!, $rewardIds: [String!]) {
|
|||||||
...HotelPageRef
|
...HotelPageRef
|
||||||
...LoyaltyPageRef
|
...LoyaltyPageRef
|
||||||
...StartPageRef
|
...StartPageRef
|
||||||
|
...PromoCampaignPageRef
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -9,6 +9,7 @@
|
|||||||
#import "../Fragments/PageLink/HotelPageLink.graphql"
|
#import "../Fragments/PageLink/HotelPageLink.graphql"
|
||||||
#import "../Fragments/PageLink/LoyaltyPageLink.graphql"
|
#import "../Fragments/PageLink/LoyaltyPageLink.graphql"
|
||||||
#import "../Fragments/PageLink/StartPageLink.graphql"
|
#import "../Fragments/PageLink/StartPageLink.graphql"
|
||||||
|
#import "../Fragments/PageLink/PromoCampaignPageLink.graphql"
|
||||||
|
|
||||||
query GetAllSasTierComparison($lang: String!) {
|
query GetAllSasTierComparison($lang: String!) {
|
||||||
all_sas_tier_comparison(locale: $lang) {
|
all_sas_tier_comparison(locale: $lang) {
|
||||||
@@ -44,6 +45,7 @@ query GetAllSasTierComparison($lang: String!) {
|
|||||||
...HotelPageLink
|
...HotelPageLink
|
||||||
...LoyaltyPageLink
|
...LoyaltyPageLink
|
||||||
...StartPageLink
|
...StartPageLink
|
||||||
|
...PromoCampaignPageLink
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -143,6 +143,17 @@ export const startPageRefSchema = z.object({
|
|||||||
system: systemSchema,
|
system: systemSchema,
|
||||||
})
|
})
|
||||||
|
|
||||||
|
export const promoCampaignPageSchema = z
|
||||||
|
.object({
|
||||||
|
__typename: z.literal(ContentEnum.blocks.PromoCampaignPage),
|
||||||
|
})
|
||||||
|
.merge(pageLinkSchema)
|
||||||
|
|
||||||
|
export const promoCampaignPageRefSchema = z.object({
|
||||||
|
__typename: z.literal(ContentEnum.blocks.PromoCampaignPage),
|
||||||
|
system: systemSchema,
|
||||||
|
})
|
||||||
|
|
||||||
export const linkUnionSchema = z.discriminatedUnion("__typename", [
|
export const linkUnionSchema = z.discriminatedUnion("__typename", [
|
||||||
accountPageSchema,
|
accountPageSchema,
|
||||||
campaignOverviewPageSchema,
|
campaignOverviewPageSchema,
|
||||||
@@ -155,6 +166,7 @@ export const linkUnionSchema = z.discriminatedUnion("__typename", [
|
|||||||
hotelPageSchema,
|
hotelPageSchema,
|
||||||
loyaltyPageSchema,
|
loyaltyPageSchema,
|
||||||
startPageSchema,
|
startPageSchema,
|
||||||
|
promoCampaignPageSchema,
|
||||||
])
|
])
|
||||||
|
|
||||||
type Data =
|
type Data =
|
||||||
@@ -169,6 +181,7 @@ type Data =
|
|||||||
| z.output<typeof hotelPageSchema>
|
| z.output<typeof hotelPageSchema>
|
||||||
| z.output<typeof loyaltyPageSchema>
|
| z.output<typeof loyaltyPageSchema>
|
||||||
| z.output<typeof startPageSchema>
|
| z.output<typeof startPageSchema>
|
||||||
|
| z.output<typeof promoCampaignPageSchema>
|
||||||
| Object
|
| Object
|
||||||
|
|
||||||
export function transformPageLink(data: Data) {
|
export function transformPageLink(data: Data) {
|
||||||
@@ -182,6 +195,7 @@ export function transformPageLink(data: Data) {
|
|||||||
case ContentEnum.blocks.DestinationOverviewPage:
|
case ContentEnum.blocks.DestinationOverviewPage:
|
||||||
case ContentEnum.blocks.HotelPage:
|
case ContentEnum.blocks.HotelPage:
|
||||||
case ContentEnum.blocks.StartPage:
|
case ContentEnum.blocks.StartPage:
|
||||||
|
case ContentEnum.blocks.PromoCampaignPage:
|
||||||
return {
|
return {
|
||||||
__typename: data.__typename,
|
__typename: data.__typename,
|
||||||
system: data.system,
|
system: data.system,
|
||||||
@@ -260,6 +274,7 @@ export const linkRefsUnionSchema = z.discriminatedUnion("__typename", [
|
|||||||
hotelPageRefSchema,
|
hotelPageRefSchema,
|
||||||
loyaltyPageRefSchema,
|
loyaltyPageRefSchema,
|
||||||
startPageRefSchema,
|
startPageRefSchema,
|
||||||
|
promoCampaignPageRefSchema,
|
||||||
])
|
])
|
||||||
|
|
||||||
type RefData =
|
type RefData =
|
||||||
@@ -274,6 +289,7 @@ type RefData =
|
|||||||
| z.output<typeof hotelPageRefSchema>
|
| z.output<typeof hotelPageRefSchema>
|
||||||
| z.output<typeof loyaltyPageRefSchema>
|
| z.output<typeof loyaltyPageRefSchema>
|
||||||
| z.output<typeof startPageRefSchema>
|
| z.output<typeof startPageRefSchema>
|
||||||
|
| z.output<typeof promoCampaignPageRefSchema>
|
||||||
| Object
|
| Object
|
||||||
|
|
||||||
export function transformPageLinkRef(data: RefData) {
|
export function transformPageLinkRef(data: RefData) {
|
||||||
@@ -290,6 +306,7 @@ export function transformPageLinkRef(data: RefData) {
|
|||||||
case ContentEnum.blocks.HotelPage:
|
case ContentEnum.blocks.HotelPage:
|
||||||
case ContentEnum.blocks.LoyaltyPage:
|
case ContentEnum.blocks.LoyaltyPage:
|
||||||
case ContentEnum.blocks.StartPage:
|
case ContentEnum.blocks.StartPage:
|
||||||
|
case ContentEnum.blocks.PromoCampaignPage:
|
||||||
return data.system
|
return data.system
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -12,6 +12,7 @@ export namespace ContentEnum {
|
|||||||
ImageContainer = "ImageContainer",
|
ImageContainer = "ImageContainer",
|
||||||
LoyaltyPage = "LoyaltyPage",
|
LoyaltyPage = "LoyaltyPage",
|
||||||
StartPage = "StartPage",
|
StartPage = "StartPage",
|
||||||
|
PromoCampaignPage = "PromoCampaignPage",
|
||||||
SysAsset = "SysAsset",
|
SysAsset = "SysAsset",
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user