Merged in fix/mising-promo-campaign-ref (pull request #2968)
fix: add missing promo campaign page ref * fix: add missing promo campaign page ref Approved-by: Erik Tiekstra
This commit is contained in:
@@ -9,6 +9,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 AccordionBlockRefs on Accordion {
|
fragment AccordionBlockRefs on Accordion {
|
||||||
questions {
|
questions {
|
||||||
@@ -28,6 +29,7 @@ fragment AccordionBlockRefs on Accordion {
|
|||||||
...HotelPageRef
|
...HotelPageRef
|
||||||
...LoyaltyPageRef
|
...LoyaltyPageRef
|
||||||
...StartPageRef
|
...StartPageRef
|
||||||
|
...PromoCampaignPageRef
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -53,6 +55,7 @@ fragment GlobalAccordionBlockRefs on GlobalAccordion {
|
|||||||
...HotelPageRef
|
...HotelPageRef
|
||||||
...LoyaltyPageRef
|
...LoyaltyPageRef
|
||||||
...StartPageRef
|
...StartPageRef
|
||||||
|
...PromoCampaignPageRef
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -9,6 +9,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 CardBlockRef on Card {
|
fragment CardBlockRef on Card {
|
||||||
secondary_button {
|
secondary_button {
|
||||||
@@ -27,6 +28,7 @@ fragment CardBlockRef on Card {
|
|||||||
...HotelPageRef
|
...HotelPageRef
|
||||||
...LoyaltyPageRef
|
...LoyaltyPageRef
|
||||||
...StartPageRef
|
...StartPageRef
|
||||||
|
...PromoCampaignPageRef
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -47,6 +49,7 @@ fragment CardBlockRef on Card {
|
|||||||
...HotelPageRef
|
...HotelPageRef
|
||||||
...LoyaltyPageRef
|
...LoyaltyPageRef
|
||||||
...StartPageRef
|
...StartPageRef
|
||||||
|
...PromoCampaignPageRef
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -9,6 +9,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 InfoCardBlockRef on InfoCard {
|
fragment InfoCardBlockRef on InfoCard {
|
||||||
secondary_button {
|
secondary_button {
|
||||||
@@ -27,6 +28,7 @@ fragment InfoCardBlockRef on InfoCard {
|
|||||||
...HotelPageRef
|
...HotelPageRef
|
||||||
...LoyaltyPageRef
|
...LoyaltyPageRef
|
||||||
...StartPageRef
|
...StartPageRef
|
||||||
|
...PromoCampaignPageRef
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -47,6 +49,7 @@ fragment InfoCardBlockRef on InfoCard {
|
|||||||
...HotelPageRef
|
...HotelPageRef
|
||||||
...LoyaltyPageRef
|
...LoyaltyPageRef
|
||||||
...StartPageRef
|
...StartPageRef
|
||||||
|
...PromoCampaignPageRef
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -9,6 +9,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 LoyaltyCardBlockRef on LoyaltyCard {
|
fragment LoyaltyCardBlockRef on LoyaltyCard {
|
||||||
link {
|
link {
|
||||||
@@ -27,6 +28,7 @@ fragment LoyaltyCardBlockRef on LoyaltyCard {
|
|||||||
...HotelPageRef
|
...HotelPageRef
|
||||||
...LoyaltyPageRef
|
...LoyaltyPageRef
|
||||||
...StartPageRef
|
...StartPageRef
|
||||||
|
...PromoCampaignPageRef
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -9,6 +9,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 TeaserCardBlockRef on TeaserCard {
|
fragment TeaserCardBlockRef on TeaserCard {
|
||||||
secondary_button {
|
secondary_button {
|
||||||
@@ -27,6 +28,7 @@ fragment TeaserCardBlockRef on TeaserCard {
|
|||||||
...HotelPageRef
|
...HotelPageRef
|
||||||
...LoyaltyPageRef
|
...LoyaltyPageRef
|
||||||
...StartPageRef
|
...StartPageRef
|
||||||
|
...PromoCampaignPageRef
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -47,6 +49,7 @@ fragment TeaserCardBlockRef on TeaserCard {
|
|||||||
...HotelPageRef
|
...HotelPageRef
|
||||||
...LoyaltyPageRef
|
...LoyaltyPageRef
|
||||||
...StartPageRef
|
...StartPageRef
|
||||||
|
...PromoCampaignPageRef
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user