HotelXHotelListInput
No description
input HotelXHotelListInput {
  access: ID
  hotelCodes: [String!]
  supplierHotelCodes: [String!]
  hotelName: String
  destinationCodes: [String!]
  countries: [Country!]
  ranks: [Int!]
  maxSize: Int
  group: ID
  supplierCode: ID
}
Fields
HotelXHotelListInput.access ● ID scalar
Indicates the access
HotelXHotelListInput.hotelCodes ● [String!] list scalar
Search by hotel codes. These hotel codes are used to perform search.
HotelXHotelListInput.supplierHotelCodes ● [String!] list scalar
Search by hotel codes in supplier s context.
HotelXHotelListInput.hotelName ● String scalar
Search by hotel name
HotelXHotelListInput.destinationCodes ● [String!] list scalar
Search by destination codes, only search by minimal destinations
HotelXHotelListInput.countries ● [Country!] list scalar
Filter by country
HotelXHotelListInput.ranks ● [Int!] list scalar
Filter by supplier rank
HotelXHotelListInput.maxSize ● Int scalar
Maxium number of items per page
HotelXHotelListInput.group ● ID scalar
The supplier s group. Only available if all permissions allowed
HotelXHotelListInput.supplierCode ● ID scalar
The supplier s unique code