feat(SW-3033): Added possibility to reference to campaign overview pages
Approved-by: Matilda Landström
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
#import "../../AccountPage/Ref.graphql"
|
||||
#import "../../CampaignOverviewPage/Ref.graphql"
|
||||
#import "../../CampaignPage/Ref.graphql"
|
||||
#import "../../CollectionPage/Ref.graphql"
|
||||
#import "../../ContentPage/Ref.graphql"
|
||||
@@ -16,6 +17,7 @@ fragment TeaserCardBlockRef on TeaserCard {
|
||||
node {
|
||||
__typename
|
||||
...AccountPageRef
|
||||
...CampaignOverviewPageRef
|
||||
...CampaignPageRef
|
||||
...CollectionPageRef
|
||||
...ContentPageRef
|
||||
@@ -35,6 +37,7 @@ fragment TeaserCardBlockRef on TeaserCard {
|
||||
node {
|
||||
__typename
|
||||
...AccountPageRef
|
||||
...CampaignOverviewPageRef
|
||||
...CampaignPageRef
|
||||
...CollectionPageRef
|
||||
...ContentPageRef
|
||||
@@ -55,6 +58,7 @@ fragment TeaserCardBlockRef on TeaserCard {
|
||||
node {
|
||||
__typename
|
||||
...AccountPageRef
|
||||
...CampaignOverviewPageRef
|
||||
...CampaignPageRef
|
||||
...CollectionPageRef
|
||||
...ContentPageRef
|
||||
@@ -74,6 +78,7 @@ fragment TeaserCardBlockRef on TeaserCard {
|
||||
node {
|
||||
__typename
|
||||
...AccountPageRef
|
||||
...CampaignOverviewPageRef
|
||||
...CampaignPageRef
|
||||
...CollectionPageRef
|
||||
...ContentPageRef
|
||||
@@ -93,6 +98,7 @@ fragment TeaserCardBlockRef on TeaserCard {
|
||||
node {
|
||||
__typename
|
||||
...AccountPageRef
|
||||
...CampaignOverviewPageRef
|
||||
...CampaignPageRef
|
||||
...CollectionPageRef
|
||||
...ContentPageRef
|
||||
|
||||
Reference in New Issue
Block a user