feat(SW-3015): Added pagelinks for campaign page on all connections
Approved-by: Matilda Landström
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
#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"
|
||||
@@ -32,6 +33,7 @@ query GetAllSasTierComparison($lang: String!) {
|
||||
node {
|
||||
__typename
|
||||
...AccountPageLink
|
||||
...CampaignPageLink
|
||||
...CollectionPageLink
|
||||
...ContentPageLink
|
||||
...DestinationCityPageLink
|
||||
|
||||
Reference in New Issue
Block a user