Merged in feat/LOY-362-content-block (pull request #2897)
feat(LOY-362): fix content block * feat(LOY-362): fix content block Approved-by: Chuma Mcphoy (We Ahead)
This commit is contained in:
@@ -285,7 +285,7 @@ fragment Content_DestinationFilterBlocksRefs on DestinationFilterBlocksContent {
|
||||
}
|
||||
}
|
||||
|
||||
fragment Content_PromoCampaign on PromoCampaignPageBlocksContent {
|
||||
fragment Content_PromoCampaignPage on PromoCampaignPageBlocksContent {
|
||||
content {
|
||||
content {
|
||||
embedded_itemsConnection {
|
||||
@@ -297,6 +297,9 @@ fragment Content_PromoCampaign on PromoCampaignPageBlocksContent {
|
||||
...CampaignPageLink
|
||||
...CollectionPageLink
|
||||
...ContentPageLink
|
||||
...DestinationCityPageLink
|
||||
...DestinationCountryPageLink
|
||||
...DestinationOverviewPageLink
|
||||
...HotelPageLink
|
||||
...LoyaltyPageLink
|
||||
...StartPageLink
|
||||
@@ -308,7 +311,7 @@ fragment Content_PromoCampaign on PromoCampaignPageBlocksContent {
|
||||
}
|
||||
}
|
||||
|
||||
fragment Content_PromoCampaignRefs on PromoCampaignPageBlocksContent {
|
||||
fragment Content_PromoCampaignPageRefs on PromoCampaignPageBlocksContent {
|
||||
content {
|
||||
content {
|
||||
embedded_itemsConnection {
|
||||
@@ -320,6 +323,9 @@ fragment Content_PromoCampaignRefs on PromoCampaignPageBlocksContent {
|
||||
...CampaignPageRef
|
||||
...CollectionPageRef
|
||||
...ContentPageRef
|
||||
...DestinationCityPageRef
|
||||
...DestinationCountryPageRef
|
||||
...DestinationOverviewPageRef
|
||||
...HotelPageRef
|
||||
...LoyaltyPageRef
|
||||
...StartPageRef
|
||||
|
||||
@@ -24,6 +24,7 @@ query GetPromoCampaignPage($locale: String!, $uid: String!) {
|
||||
blocks {
|
||||
__typename
|
||||
...Accordion_PromoCampaignPage
|
||||
...Content_PromoCampaignPage
|
||||
}
|
||||
system {
|
||||
...System
|
||||
@@ -41,6 +42,7 @@ query GetPromoCampaignPageRefs($locale: String!, $uid: String!) {
|
||||
blocks {
|
||||
__typename
|
||||
...Accordion_PromoCampaignPageRefs
|
||||
...Content_PromoCampaignPageRefs
|
||||
}
|
||||
system {
|
||||
...System
|
||||
|
||||
Reference in New Issue
Block a user