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:
Matilda Landström
2025-10-07 13:30:34 +00:00
parent 31dcbc5335
commit 2176a7dd6f
35 changed files with 195 additions and 1 deletions
@@ -12,6 +12,7 @@
#import "../PageLink/HotelPageLink.graphql"
#import "../PageLink/LoyaltyPageLink.graphql"
#import "../PageLink/StartPageLink.graphql"
#import "../PageLink/PromoCampaignPageLink.graphql"
#import "../AccountPage/Ref.graphql"
#import "../CampaignOverviewPage/Ref.graphql"
@@ -24,6 +25,7 @@
#import "../HotelPage/Ref.graphql"
#import "../LoyaltyPage/Ref.graphql"
#import "../StartPage/Ref.graphql"
#import "../PromoCampaignPage/Ref.graphql"
fragment Content_ContentPage on ContentPageBlocksContent {
content {
@@ -45,6 +47,7 @@ fragment Content_ContentPage on ContentPageBlocksContent {
...HotelPageLink
...LoyaltyPageLink
...StartPageLink
...PromoCampaignPageLink
}
}
}
@@ -72,6 +75,7 @@ fragment Content_ContentPageRefs on ContentPageBlocksContent {
...HotelPageRef
...LoyaltyPageRef
...StartPageRef
...PromoCampaignPageRef
}
}
}
@@ -100,6 +104,7 @@ fragment Content_LoyaltyPage on LoyaltyPageBlocksContent {
...HotelPageLink
...LoyaltyPageLink
...StartPageLink
...PromoCampaignPageLink
}
}
}
@@ -125,6 +130,7 @@ fragment Content_LoyaltyPageRefs on LoyaltyPageBlocksContent {
...HotelPageRef
...LoyaltyPageRef
...StartPageRef
...PromoCampaignPageRef
}
}
}
@@ -150,6 +156,7 @@ fragment Content_DestinationCityPage on DestinationCityPageBlocksContent {
...HotelPageLink
...LoyaltyPageLink
...StartPageLink
...PromoCampaignPageLink
}
}
}
@@ -176,6 +183,7 @@ fragment Content_DestinationCityPageRefs on DestinationCityPageBlocksContent {
...HotelPageRef
...LoyaltyPageRef
...StartPageRef
...PromoCampaignPageRef
}
}
}
@@ -201,6 +209,7 @@ fragment Content_DestinationCountryPage on DestinationCountryPageBlocksContent {
...HotelPageLink
...LoyaltyPageLink
...StartPageLink
...PromoCampaignPageLink
}
}
}
@@ -227,6 +236,7 @@ fragment Content_DestinationCountryPageRefs on DestinationCountryPageBlocksConte
...HotelPageRef
...LoyaltyPageRef
...StartPageRef
...PromoCampaignPageRef
}
}
}
@@ -252,6 +262,7 @@ fragment Content_DestinationFilterBlocks on DestinationFilterBlocksContent {
...HotelPageLink
...LoyaltyPageLink
...StartPageLink
...PromoCampaignPageLink
}
}
}
@@ -278,6 +289,7 @@ fragment Content_DestinationFilterBlocksRefs on DestinationFilterBlocksContent {
...HotelPageRef
...LoyaltyPageRef
...StartPageRef
...PromoCampaignPageRef
}
}
}
@@ -303,6 +315,7 @@ fragment Content_PromoCampaignPage on PromoCampaignPageBlocksContent {
...HotelPageLink
...LoyaltyPageLink
...StartPageLink
...PromoCampaignPageLink
}
}
}
@@ -329,6 +342,7 @@ fragment Content_PromoCampaignPageRefs on PromoCampaignPageBlocksContent {
...HotelPageRef
...LoyaltyPageRef
...StartPageRef
...PromoCampaignPageRef
}
}
}