GraphiQL
This is a web-based interface that simplifies the process of querying and testing GraphQL APIs for developers
Get startedLight weight
This is a lightweight and interactive in-browser GraphQL IDE that offers a clean and intuitive interface, making it easy to explore and experiment with GraphQL APIs.
Interactive Documentation
Discover the schema documentation, including types, fields, and arguments providing helpful information as you compose your queries.
Request Variables and Headers
You can parameterize your queries, making them more dynamic and reusable. Instead of hardcoding values directly into the query, you can define variables and pass their values at runtime.