Imtala
Imtala is an opne source interactive graphql client and toolkit.
With it you can:
- > Save configurations to connect to multiple different graphql endpoints
- > Authenticate using Oauth2 (No more copy-pasting auth tokens)
- > Generate static documentation for your GraphQL API
- > Explore your api and build queries with an interactive query builder
Imtala is built with svelte and has a lightweight client, it feels snappy and does not have the same memory footprint of the react based graphiql.
Find installation and usage instructions in the Imtala github repository.
Demos
Roadmap
- >
Interactive query builder and documentation generation - >
Add new connections via web ui - >
Allow authentication via an authorization header - >
Allow authentication via oauth2 - > A simple static site builder