Files
web/lib/graphql/Fragments/PageLink/HotelPageLink.graphql
2024-09-24 09:47:31 +02:00

14 lines
215 B
GraphQL

#import "../System.graphql"
fragment HotelPageLink on HotelPage {
system {
...System
}
title
url
# TODO: Might need to add this if this is needed for hotel pages.
# web {
# original_url
# }
}