Super GraphiQL
Super-GraphiQL is a powerful yet simple GUI designed for testing your GraphQL API.
Super-GraphiQL is an application dedicating to testing your GraphQL API. Users are able to quickly setup a series of tests for their project, understand the results and save the test cases for later use.
Installation
$ npm install super-graphiql $ npm install super-graphiql-express
Features
Super GraphiQL leverages components of GraphiQl GraphiQL under the hood but is meant as a more powerful and flexibile GraphQL IDE to enable smooth testing workflow resulting enabling more efficicent workflows. Super GraphiQL thus adds the following features to the GraphQL ecosystem:
- Supports multiple GraphQL queries and mutations in one test script
- Intuitive visualization of test results
- Save and reuse test scripts
- Searchable Query history
- Context-aware autocompletion & error highlighting
- Supports real-time GraphQL Subscriptions
See the following questions for more additonal features.
Tech/framework used
Built with
Installation with screenshots
React Component
Express Middleware
How to use?
Make mulitple queries in one script
Build a full test script of queries and test only the ones you need
Packages
super-graphiql-middleware-express: Express middleware super-graphiql-react: Core of Super Graphiql built with ReactJS
Authors
Albert Chen | Marissa Lafontant | Eduardo Maillo | Angela Scerbo
License
See LICENSE file MIT ©