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

8 lines
97 B
GraphQL

#import "../System.graphql"
fragment HotelPageRef on HotelPage {
system {
...System
}
}