AggregationData
Represents aggregated data used in hotel search operations.
type AggregationData {
requestedAccecess: [String!]!
aggregationGroups: [AggregationGroup!]!
}
Fields
AggregationData.requestedAccecess
● [String!]!
non-null scalar
List of access codes requested in the particular search request.
AggregationData.aggregationGroups
● [AggregationGroup!]!
non-null object
List of aggregation groups processed in the particular search request. Each group contains a list of processed options in the aggregation plugin.
Member Of
HotelSearch
object