Revert "chore(SW-303): fetch activity card from CS"

This reverts commit dde9ca190a.
This commit is contained in:
Matilda Landström
2024-09-09 08:46:31 +02:00
parent dde9ca190a
commit 72c8246384
9 changed files with 20 additions and 169 deletions

View File

@@ -3,34 +3,6 @@ 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
}
}
}
}
}
}
}
}
}
}