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

@@ -60,6 +60,8 @@ query GetHeader($locale: String!) {
...ContentPageLink
...HotelPageLink
...LoyaltyPageLink
...CollectionPageLink
...AccountPageLink
}
}
}
@@ -72,6 +74,8 @@ query GetHeader($locale: String!) {
...ContentPageLink
...HotelPageLink
...LoyaltyPageLink
...CollectionPageLink
...AccountPageLink
}
}
}
@@ -87,6 +91,8 @@ query GetHeader($locale: String!) {
...ContentPageLink
...HotelPageLink
...LoyaltyPageLink
...CollectionPageLink
...AccountPageLink
}
}
}
@@ -146,6 +152,8 @@ query GetHeaderRef($locale: String!) {
...ContentPageRef
...HotelPageRef
...LoyaltyPageRef
...CollectionPageRef
...AccountPageRef
}
}
}
@@ -157,6 +165,8 @@ query GetHeaderRef($locale: String!) {
...ContentPageRef
...HotelPageRef
...LoyaltyPageRef
...CollectionPageRef
...AccountPageRef
}
}
}
@@ -170,6 +180,8 @@ query GetHeaderRef($locale: String!) {
...ContentPageRef
...HotelPageRef
...LoyaltyPageRef
...CollectionPageRef
...AccountPageRef
}
}
}