Hotel
No description
type Hotel {
id: String!
name: String!
chain: String
region: String
city: String
country: String
category: String
customerRating: BigDecimal
address: String
latitude: Float
longitude: Float
description: String
email: String
phone: String
web: String
source: HotelSource!
supplier: String
amenities: [Amenity!]!
photos: [Photo!]!
rooms: [Room!]!
}
Fields
Hotel.id ● String! non-null scalar
Hotel.name ● String! non-null scalar
Hotel.chain ● String scalar
Hotel.region ● String scalar
Hotel.city ● String scalar
Hotel.country ● String scalar
Hotel.category ● String scalar
Hotel.customerRating ● BigDecimal scalar
Hotel.address ● String scalar
Hotel.latitude ● Float scalar
Hotel.longitude ● Float scalar
Hotel.description ● String scalar
Hotel.email ● String scalar
Hotel.phone ● String scalar
Hotel.web ● String scalar
Hotel.source ● HotelSource! non-null enum
Hotel.supplier ● String scalar
Hotel.amenities ● [Amenity!]! non-null object
Hotel.photos ● [Photo!]! non-null object
Hotel.rooms ● [Room!]! non-null object
Member Of
HotelQueries object