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

@@ -4,11 +4,13 @@
#import "../Fragments/PageLink/ContentPageLink.graphql"
#import "../Fragments/PageLink/HotelPageLink.graphql"
#import "../Fragments/PageLink/LoyaltyPageLink.graphql"
#import "../Fragments/PageLink/CollectionPageLink.graphql"
#import "../Fragments/AccountPage/Ref.graphql"
#import "../Fragments/ContentPage/Ref.graphql"
#import "../Fragments/HotelPage/Ref.graphql"
#import "../Fragments/LoyaltyPage/Ref.graphql"
#import "../Fragments/CollectionPage/Ref.graphql"
#import "../Fragments/Footer/AppDownloads.graphql"
#import "../Fragments/Footer/SocialMedia.graphql"
@@ -29,6 +31,8 @@ query GetFooter($locale: String!) {
...ContentPageLink
...HotelPageLink
...LoyaltyPageLink
...AccountPageLink
...CollectionPageLink
}
}
}
@@ -44,6 +48,8 @@ query GetFooter($locale: String!) {
...ContentPageLink
...HotelPageLink
...LoyaltyPageLink
...AccountPageLink
...CollectionPageLink
}
}
}
@@ -66,6 +72,8 @@ query GetFooter($locale: String!) {
...ContentPageLink
...HotelPageLink
...LoyaltyPageLink
...AccountPageLink
...CollectionPageLink
}
}
}
@@ -86,6 +94,8 @@ query GetFooterRef($locale: String!) {
...ContentPageRef
...HotelPageRef
...LoyaltyPageRef
...AccountPageRef
...CollectionPageRef
}
}
}
@@ -98,6 +108,8 @@ query GetFooterRef($locale: String!) {
...ContentPageRef
...HotelPageRef
...LoyaltyPageRef
...AccountPageRef
...CollectionPageRef
}
}
}
@@ -110,6 +122,8 @@ query GetFooterRef($locale: String!) {
...ContentPageRef
...HotelPageRef
...LoyaltyPageRef
...AccountPageRef
...CollectionPageRef
}
}
}