Hotel (Object)
Represents single hotel belonging to operator specified in request endpoint
type Hotel {
hotelNid: Int!
isFavourite: Boolean!
name: String!
tagList: [AptdirTag!]!
}
Fields
Hotel.hotelNid ● Int! non-null scalar
Hotel.isFavourite ● Boolean! non-null scalar
Hotel.name ● String! non-null scalar
Hotel.tagList ● [AptdirTag!]! non-null object
Member Of
AirportDirectory object ● CrewPanelHotelReservation object ● HotelChecklistItem object