fix: add all pages as possible references
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
|
||||
#import "../PageLink/AccountPageLink.graphql"
|
||||
#import "../PageLink/ContentPageLink.graphql"
|
||||
#import "../PageLink/CollectionPageLink.graphql"
|
||||
#import "../PageLink/LoyaltyPageLink.graphql"
|
||||
#import "../PageLink/HotelPageLink.graphql"
|
||||
|
||||
@@ -28,6 +29,7 @@ fragment TeaserCardBlock on TeaserCard {
|
||||
...LoyaltyPageLink
|
||||
...ContentPageLink
|
||||
...AccountPageLink
|
||||
...CollectionPageLink
|
||||
...HotelPageLink
|
||||
}
|
||||
}
|
||||
@@ -47,6 +49,7 @@ fragment TeaserCardBlock on TeaserCard {
|
||||
__typename
|
||||
...LoyaltyPageLink
|
||||
...ContentPageLink
|
||||
...CollectionPageLink
|
||||
...AccountPageLink
|
||||
...HotelPageLink
|
||||
}
|
||||
@@ -65,6 +68,7 @@ fragment TeaserCardBlock on TeaserCard {
|
||||
__typename
|
||||
...AccountPageLink
|
||||
...ContentPageLink
|
||||
...CollectionPageLink
|
||||
...HotelPageLink
|
||||
...LoyaltyPageLink
|
||||
}
|
||||
@@ -85,8 +89,10 @@ fragment TeaserCardBlock on TeaserCard {
|
||||
edges {
|
||||
node {
|
||||
__typename
|
||||
...AccountPageLink
|
||||
...LoyaltyPageLink
|
||||
...ContentPageLink
|
||||
...CollectionPageLink
|
||||
...HotelPageLink
|
||||
}
|
||||
}
|
||||
@@ -105,8 +111,10 @@ fragment TeaserCardBlock on TeaserCard {
|
||||
edges {
|
||||
node {
|
||||
__typename
|
||||
...AccountPageLink
|
||||
...LoyaltyPageLink
|
||||
...ContentPageLink
|
||||
...CollectionPageLink
|
||||
...HotelPageLink
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user