Files
web/lib/graphql/Fragments/PageLink/HotelPageLink.graphql
2024-09-06 09:00:33 +02:00

13 lines
191 B
GraphQL

fragment HotelPageLink on HotelPage {
system {
locale
uid
}
title
url
# TODO: Might need to add this if this is needed for hotel pages.
# web {
# original_url
# }
}