fix: add all pages as possible references

This commit is contained in:
Christel Westerberg
2024-12-27 09:25:38 +01:00
parent 97f11a2488
commit c42a03803c
42 changed files with 319 additions and 74 deletions

View File

@@ -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
}
}