graphiql-storm
graphiql-storm copied to clipboard
πͺ A GraphQl Web IDE
Features
- πΎ Export/Import workspaces
- β¨ Autocompletion & error highlighting
- π Interactive, multi-column docs
- β Multiple Tabs & Endpoints
Usage
<!--index.html-->
<script src="https://cdn.jsdelivr.net/npm/graphiql-storm@latest/dist/index.js"></script>
<script>
graphiQlStorm([{ route: "https://countries.trevorblades.com/" }]);
</script>
Or via npm
npm i graphiql-storm
// index.js
import graphiQlStorm from "graphiql-storm";
graphiQlStorm([{ route: "https://countries.trevorblades.com/" }]);
do not forgot to bundle this file with webpack webpack index.js -o index.bundle.js
and then include the index.bundle.js
in your index.html
Contributing
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
Or you can sponsor via Open Collective
Author
@Gherciu/graphiql-storm Β© GHERCIU, Released under the MIT License.
Authored and maintained by GHERCIU with help from contributors (list).