OBJECT
Represents single hotel belonging to operator specified in request endpoint
type Hotel {hotelNid: Int! isFavourite: Boolean! name: String! tagList: [AptdirTag!]! }