GraphQL Overview
Search rates, prebook, and book hotels with the Nuitee Connect GraphQL API. Request only the fields you need in one query.
Query only what you needGraphQL lets clients request specific fields in a single round trip — less over-fetching than typical REST payloads when your UI needs a custom shape.
Why use GraphQL?
- One query, many fields — Pull related resources in a single request.
- Typed schema — Clear contracts via introspection.
- Flexible queries — Return only the fields your client needs.
- Subscriptions — Live updates where supported.
- Self-documenting — Explore the schema in any GraphQL client.
Key features
- GraphQL-powered — Shape responses to your UI or agent.
- Live hotel rates — Real-time pricing for your search criteria.
- Booking flow — Search, prebook, and confirm through one API.
- API key auth — Secure access with your Nuitee Connect API key.
Base URL
https://graphql.liteapi.travel
Most GraphQL clients introspect the schema automatically so you can browse queries, inputs, and mutations without leaving the tool.

Updated 4 days ago
What’s Next
Did this page help you?

