Country
The Country type represents Country values. A good example might be a Passenger Nationality. In queries or mutations, Country fields have to be specified in ISO 3166-1 alpha-2 format with enclosing double quotes “ES”.
GraphQL schema definition
- scalar Country
Required by
- HotelCriteriaSearchInput: Search criteria contains destination, travel dates and the number of pax in each room. You must preload the other fields in our system by complete the fields absents.
- HotelXDefaultSettingsData:
- Location: Indicates the location of the hotel
- GeonameData: Geoname data, which contain a reference to his parent location
- CriteriaSearch: Search criteria contains destination, travel dates and the number of pax in each room.
- HotelXDefaultSettingsDataInput: