13 lines
191 B
GraphQL
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
|
|
# }
|
|
}
|