feat(SW-3033): Added possibility to reference to campaign overview pages

Approved-by: Matilda Landström
This commit is contained in:
Erik Tiekstra
2025-06-30 11:46:34 +00:00
parent 69a90928f3
commit 8127cfc73b
37 changed files with 179 additions and 1 deletions

View File

@@ -1,4 +1,5 @@
#import "../PageLink/AccountPageLink.graphql"
#import "../PageLink/CampaignOverviewPageLink.graphql"
#import "../PageLink/CampaignPageLink.graphql"
#import "../PageLink/ContentPageLink.graphql"
#import "../PageLink/LoyaltyPageLink.graphql"
@@ -9,6 +10,7 @@
#import "../PageLink/DestinationOverviewPageLink.graphql"
#import "../AccountPage/Ref.graphql"
#import "../CampaignOverviewPage/Ref.graphql"
#import "../CampaignPage/Ref.graphql"
#import "../ContentPage/Ref.graphql"
#import "../HotelPage/Ref.graphql"
@@ -37,6 +39,7 @@ fragment FullWidthCampaign on FullWidthCampaign {
node {
__typename
...AccountPageLink
...CampaignOverviewPageLink
...CampaignPageLink
...CollectionPageLink
...ContentPageLink
@@ -63,6 +66,7 @@ fragment FullWidthCampaign on FullWidthCampaign {
node {
__typename
...AccountPageLink
...CampaignOverviewPageLink
...CampaignPageLink
...CollectionPageLink
...ContentPageLink
@@ -87,6 +91,7 @@ fragment FullWidthCampaignRefs on FullWidthCampaign {
node {
__typename
...AccountPageRef
...CampaignOverviewPageRef
...CampaignPageRef
...CollectionPageRef
...ContentPageRef
@@ -105,6 +110,7 @@ fragment FullWidthCampaignRefs on FullWidthCampaign {
node {
__typename
...AccountPageRef
...CampaignOverviewPageRef
...CampaignPageRef
...CollectionPageRef
...ContentPageRef