chore(SW-194): HotelPage Faq

This commit is contained in:
Matilda Landström
2024-10-08 15:02:25 +02:00
parent 6265d6b7dc
commit 6ca75f43c6
5 changed files with 162 additions and 24 deletions

View File

@@ -11,7 +11,8 @@ query GetHotelPage($locale: String!, $uid: String!) {
faq {
__typename
title
global_hotel_faqConnection {
global_faqConnection {
__typename
edges {
node {
... on Accordion {
@@ -25,17 +26,7 @@ query GetHotelPage($locale: String!, $uid: String!) {
edges {
node {
__typename
... on ContentPage {
__typename
title
url
system {
...System
}
web {
original_url
}
}
...ContentPageLink
}
}
}
@@ -45,7 +36,8 @@ query GetHotelPage($locale: String!, $uid: String!) {
}
}
}
hotel_specific_faq {
specific_faq {
__typename
questions {
answer {
json
@@ -53,6 +45,7 @@ query GetHotelPage($locale: String!, $uid: String!) {
edges {
node {
__typename
...ContentPageLink
}
}
}