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

@@ -1,6 +1,7 @@
#import "../Fragments/System.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"
@@ -11,6 +12,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"
@@ -36,6 +38,7 @@ query GetRewards($locale: String!, $rewardIds: [String!]) {
node {
__typename
...AccountPageLink
...CampaignPageLink
...CollectionPageLink
...ContentPageLink
...DestinationCityPageLink
@@ -64,6 +67,7 @@ query GetRewardsRef($locale: String!, $rewardIds: [String!]) {
node {
__typename
...AccountPageRef
...CampaignPageRef
...CollectionPageRef
...ContentPageRef
...DestinationCityPageRef