chore(SW-303): fetch activity card from CS
This commit is contained in:
@@ -3,6 +3,34 @@ query GetHotelPage($locale: String!, $uid: String!) {
|
||||
hotel_page_id
|
||||
url
|
||||
title
|
||||
content {
|
||||
... on HotelPageContentUpcomingActivitiesCard {
|
||||
__typename
|
||||
upcoming_activities_card {
|
||||
background_image
|
||||
cta_text
|
||||
heading
|
||||
body_text
|
||||
open_in_new_tab
|
||||
scripted_title
|
||||
hotel_page_activities_content_pageConnection {
|
||||
edges {
|
||||
node {
|
||||
... on ContentPage {
|
||||
url
|
||||
web {
|
||||
original_url
|
||||
}
|
||||
system {
|
||||
locale
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user