Merge branch 'develop' into feature/tracking
This commit is contained in:
@@ -1,11 +1,13 @@
|
||||
#import "../../Fragments/PageLink/ContentPageLink.graphql"
|
||||
|
||||
query GetHotelPage($locale: String!, $uid: String!) {
|
||||
hotel_page(locale: $locale, uid: $uid) {
|
||||
hotel_page_id
|
||||
title
|
||||
url
|
||||
content {
|
||||
__typename
|
||||
... on HotelPageContentUpcomingActivitiesCard {
|
||||
__typename
|
||||
upcoming_activities_card {
|
||||
background_image
|
||||
cta_text
|
||||
@@ -16,15 +18,8 @@ query GetHotelPage($locale: String!, $uid: String!) {
|
||||
hotel_page_activities_content_pageConnection {
|
||||
edges {
|
||||
node {
|
||||
... on ContentPage {
|
||||
url
|
||||
web {
|
||||
original_url
|
||||
}
|
||||
system {
|
||||
locale
|
||||
}
|
||||
}
|
||||
__typename
|
||||
...ContentPageLink
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user