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,6 +1,7 @@
#import "../Fragments/System.graphql"
#import "../Fragments/PageLink/AccountPageLink.graphql"
#import "../Fragments/PageLink/CampaignOverviewPageLink.graphql"
#import "../Fragments/PageLink/CampaignPageLink.graphql"
#import "../Fragments/PageLink/CollectionPageLink.graphql"
#import "../Fragments/PageLink/ContentPageLink.graphql"
@@ -12,6 +13,7 @@
#import "../Fragments/PageLink/StartPageLink.graphql"
#import "../Fragments/AccountPage/Ref.graphql"
#import "../Fragments/CampaignOverviewPage/Ref.graphql"
#import "../Fragments/CampaignPage/Ref.graphql"
#import "../Fragments/CollectionPage/Ref.graphql"
#import "../Fragments/ContentPage/Ref.graphql"
@@ -39,6 +41,7 @@ query GetFooter($locale: String!) {
edges {
node {
...AccountPageLink
...CampaignOverviewPageLink
...CampaignPageLink
...CollectionPageLink
...ContentPageLink
@@ -61,6 +64,7 @@ query GetFooter($locale: String!) {
edges {
node {
...AccountPageLink
...CampaignOverviewPageLink
...CampaignPageLink
...CollectionPageLink
...ContentPageLink
@@ -90,6 +94,7 @@ query GetFooter($locale: String!) {
edges {
node {
...AccountPageLink
...CampaignOverviewPageLink
...CampaignPageLink
...CollectionPageLink
...ContentPageLink
@@ -117,6 +122,7 @@ query GetFooterRef($locale: String!) {
edges {
node {
...AccountPageRef
...CampaignOverviewPageRef
...CampaignPageRef
...CollectionPageRef
...ContentPageRef
@@ -136,6 +142,7 @@ query GetFooterRef($locale: String!) {
edges {
node {
...AccountPageRef
...CampaignOverviewPageRef
...CampaignPageRef
...CollectionPageRef
...ContentPageRef
@@ -155,6 +162,7 @@ query GetFooterRef($locale: String!) {
edges {
node {
...AccountPageRef
...CampaignOverviewPageRef
...CampaignPageRef
...CollectionPageRef
...ContentPageRef