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/CollectionPageLink.graphql"
#import "../PageLink/ContentPageLink.graphql"
@@ -10,6 +11,7 @@
#import "../PageLink/StartPageLink.graphql"
#import "../AccountPage/Ref.graphql"
#import "../CampaignOverviewPage/Ref.graphql"
#import "../CampaignPage/Ref.graphql"
#import "../CollectionPage/Ref.graphql"
#import "../ContentPage/Ref.graphql"
@@ -32,6 +34,7 @@ fragment DynamicContent_AccountPage on AccountPageContentDynamicContent {
node {
__typename
...AccountPageLink
...CampaignOverviewPageLink
...CampaignPageLink
...CollectionPageLink
...ContentPageLink
@@ -56,6 +59,7 @@ fragment DynamicContent_AccountPageRefs on AccountPageContentDynamicContent {
node {
__typename
...AccountPageRef
...CampaignOverviewPageRef
...CampaignPageRef
...CollectionPageRef
...ContentPageRef
@@ -84,6 +88,7 @@ fragment DynamicContent_CollectionPage on CollectionPageBlocksDynamicContent {
node {
__typename
...AccountPageLink
...CampaignOverviewPageLink
...CampaignPageLink
...CollectionPageLink
...ContentPageLink
@@ -108,6 +113,7 @@ fragment DynamicContent_CollectionPageRefs on CollectionPageBlocksDynamicContent
node {
__typename
...AccountPageRef
...CampaignOverviewPageRef
...CampaignPageRef
...CollectionPageRef
...ContentPageRef
@@ -136,6 +142,7 @@ fragment DynamicContent_ContentPage on ContentPageBlocksDynamicContent {
node {
__typename
...AccountPageLink
...CampaignOverviewPageLink
...CampaignPageLink
...CollectionPageLink
...ContentPageLink
@@ -160,6 +167,7 @@ fragment DynamicContent_ContentPageRefs on ContentPageBlocksDynamicContent {
node {
__typename
...AccountPageRef
...CampaignOverviewPageRef
...CampaignPageRef
...CollectionPageRef
...ContentPageRef
@@ -188,6 +196,7 @@ fragment DynamicContent_LoyaltyPage on LoyaltyPageBlocksDynamicContent {
node {
__typename
...AccountPageLink
...CampaignOverviewPageLink
...CampaignPageLink
...CollectionPageLink
...ContentPageLink
@@ -212,6 +221,7 @@ fragment DynamicContent_LoyaltyPageRefs on LoyaltyPageBlocksDynamicContent {
node {
__typename
...AccountPageRef
...CampaignOverviewPageRef
...CampaignPageRef
...CollectionPageRef
...ContentPageRef