HotelData
Hotel data
GraphQL schema definition
- type HotelData {
- ID! :
- String! :
- String :
- GiataData :
- String! :
- String! :
- Property :
- String :
- Boolean! :
- Location! :
- Contact :
- [Int!]! :
- [String!] :
- [Amenity!] :
- [Media!] :
- [DescriptionType!], : [Language!], ): [Description!] ( :
- }
Fields
- code(ID!): Internal code.
- hotelCode(String!): Code to perform availability.
- hotelCodeSupplier(String): Native supplier hotel code.
- giataData(GiataData): Giata data stored in giata.
- hotelName(String!): Name of the hotel in the Supplier selected.
- categoryCode(String!): Hotel category (for example number of stars).
- property(Property): Indicates property type
- chainCode(String): Hotel chain code
- exclusiveDeal(Boolean!): Indicates that the Hotel has an Exclusive Deal.
- location(Location!): Indicates the location of the hotel
- contact(Contact): Contact cotains information about hotel contact.
- rank([Int!]!): Rank indicates the supplier categorization.
- cardTypes([String!]): List of credit cards
- amenities([Amenity!]): Amenities
- medias([Media!]): Medias
- descriptions([Description!]): Descriptions
Required by
- Hotel: Hotel Type