StatsRequest
Contains internal information.
GraphQL schema definition
- type StatsRequest {
- Stat! :
- Stat! :
- Stat! :
- Stat! :
- Stat! :
- Stat! :
- StatPlugin :
- StatPlugin :
- Int! :
- Int! :
- Int! :
- String! :
- [StatAccess!]! :
- }
Fields
- total(Stat!): Total transaction time
- validation(Stat!): Request validation time
- process(Stat!): Process time. Contains communication time, parse time and plugin time.
- configuration(Stat!): Build access time
- request(Stat!): Request time
- response(Stat!): Response time
- requestPlugin(StatPlugin): Plugin execution time
- responsePlugin(StatPlugin): Plugin execution time
- hotels(Int!): Number of hotels
- zones(Int!): Number of zones
- cities(Int!): Number of cities
- dockerID(String!): Docker Id
- Accesses([StatAccess!]!): Detail access time
Required by
- HotelSearch: Results from Avail Hotel; contains all the available options for a given date and itinerary
- HotelQuote:
- HotelBooking:
- Response:
- HotelBookPayload:
- HotelCancelPayload: