feat(SW-3033): Added possibility to reference to campaign overview pages
Approved-by: Matilda Landström
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
#import "../../Fragments/Blocks/Content.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"
|
||||
@@ -15,6 +16,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"
|
||||
@@ -59,6 +61,7 @@ query GetDestinationCityPage($locale: String!, $uid: String!) {
|
||||
node {
|
||||
__typename
|
||||
...AccountPageLink
|
||||
...CampaignOverviewPageLink
|
||||
...CampaignPageLink
|
||||
...CollectionPageLink
|
||||
...ContentPageLink
|
||||
@@ -112,6 +115,7 @@ query GetDestinationCityPageRefs($locale: String!, $uid: String!) {
|
||||
node {
|
||||
__typename
|
||||
...AccountPageRef
|
||||
...CampaignOverviewPageRef
|
||||
...CampaignPageRef
|
||||
...CollectionPageRef
|
||||
...ContentPageRef
|
||||
|
||||
Reference in New Issue
Block a user