feat(SW-962): add preamble

This commit is contained in:
Fredrik Thorsson
2024-12-02 17:14:38 +01:00
parent e491d2cf4b
commit 1b63dc0b64
5 changed files with 29 additions and 19 deletions

View File

@@ -56,7 +56,12 @@ query GetHotelPage($locale: String!, $uid: String!) {
edges {
node {
__typename
...ContentPageLink
... on ContentPage {
...ContentPageLink
header {
preamble
}
}
}
}
}