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 "../../ContentPage/Ref.graphql"
#import "../../LoyaltyPage/Ref.graphql"
#import "../../HotelPage/Ref.graphql"
#import "../../CollectionPage/Ref.graphql"
fragment TeaserCardBlockRef on TeaserCard {
secondary_button {
@@ -13,6 +14,7 @@ fragment TeaserCardBlockRef on TeaserCard {
...ContentPageRef
...LoyaltyPageRef
...HotelPageRef
...CollectionPageRef
}
}
}
@@ -26,6 +28,7 @@ fragment TeaserCardBlockRef on TeaserCard {
...ContentPageRef
...LoyaltyPageRef
...HotelPageRef
...CollectionPageRef
}
}
}
@@ -40,6 +43,7 @@ fragment TeaserCardBlockRef on TeaserCard {
...ContentPageRef
...LoyaltyPageRef
...HotelPageRef
...CollectionPageRef
}
}
}
@@ -52,6 +56,8 @@ fragment TeaserCardBlockRef on TeaserCard {
...ContentPageRef
...LoyaltyPageRef
...HotelPageRef
...CollectionPageRef
...AccountPageRef
}
}
}
@@ -64,6 +70,8 @@ fragment TeaserCardBlockRef on TeaserCard {
...ContentPageRef
...LoyaltyPageRef
...HotelPageRef
...CollectionPageRef
...AccountPageRef
}
}
}