chore(SW-194): HotelPage Faq
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user