feat(SW-3015): Added pagelinks for campaign page on all connections

Approved-by: Matilda Landström
This commit is contained in:
Erik Tiekstra
2025-06-18 12:06:48 +00:00
parent 2f553bb945
commit c783f3a764
39 changed files with 248 additions and 39 deletions

View File

@@ -4,6 +4,7 @@
#import "../Fragments/Blocks/Refs/Card.graphql"
#import "../Fragments/PageLink/AccountPageLink.graphql"
#import "../Fragments/PageLink/CampaignPageLink.graphql"
#import "../Fragments/PageLink/CollectionPageLink.graphql"
#import "../Fragments/PageLink/ContentPageLink.graphql"
#import "../Fragments/PageLink/DestinationCityPageLink.graphql"
@@ -14,6 +15,7 @@
#import "../Fragments/PageLink/StartPageLink.graphql"
#import "../Fragments/AccountPage/Ref.graphql"
#import "../Fragments/CampaignPage/Ref.graphql"
#import "../Fragments/CollectionPage/Ref.graphql"
#import "../Fragments/ContentPage/Ref.graphql"
#import "../Fragments/DestinationCityPage/Ref.graphql"
@@ -35,6 +37,7 @@ query GetHeader($locale: String!) {
node {
__typename
...AccountPageLink
...CampaignPageLink
...CollectionPageLink
...ContentPageLink
...DestinationCityPageLink
@@ -55,6 +58,7 @@ query GetHeader($locale: String!) {
node {
__typename
...AccountPageLink
...CampaignPageLink
...CollectionPageLink
...ContentPageLink
...DestinationCityPageLink
@@ -75,6 +79,7 @@ query GetHeader($locale: String!) {
node {
__typename
...AccountPageLink
...CampaignPageLink
...CollectionPageLink
...ContentPageLink
...DestinationCityPageLink
@@ -93,6 +98,7 @@ query GetHeader($locale: String!) {
node {
__typename
...AccountPageLink
...CampaignPageLink
...CollectionPageLink
...ContentPageLink
...DestinationCityPageLink
@@ -114,6 +120,7 @@ query GetHeader($locale: String!) {
node {
__typename
...AccountPageLink
...CampaignPageLink
...CollectionPageLink
...ContentPageLink
...DestinationCityPageLink
@@ -150,6 +157,7 @@ query GetHeaderRef($locale: String!) {
node {
__typename
...AccountPageRef
...CampaignPageRef
...CollectionPageRef
...ContentPageRef
...DestinationCityPageRef
@@ -168,6 +176,7 @@ query GetHeaderRef($locale: String!) {
node {
__typename
...AccountPageRef
...CampaignPageRef
...CollectionPageRef
...ContentPageRef
...DestinationCityPageRef
@@ -187,6 +196,7 @@ query GetHeaderRef($locale: String!) {
node {
__typename
...AccountPageRef
...CampaignPageRef
...CollectionPageRef
...ContentPageRef
...DestinationCityPageRef
@@ -204,6 +214,7 @@ query GetHeaderRef($locale: String!) {
node {
__typename
...AccountPageRef
...CampaignPageRef
...CollectionPageRef
...ContentPageRef
...DestinationCityPageRef
@@ -223,6 +234,7 @@ query GetHeaderRef($locale: String!) {
node {
__typename
...AccountPageRef
...CampaignPageRef
...CollectionPageRef
...ContentPageRef
...DestinationCityPageRef