1.2.4 • Published 6 years ago
graphiql-storm v1.2.4

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
Author
@Gherciu/graphiql-storm © GHERCIU, Released under the MIT License. Authored and maintained by GHERCIU with help from contributors (list).
If you like this repository star⭐ and watch👀 on GitHub
1.2.4
6 years ago
1.2.3
6 years ago
1.2.2
6 years ago
1.2.1
6 years ago
1.2.0
6 years ago
1.1.9
7 years ago
1.1.8
7 years ago
1.1.7
7 years ago
1.1.6
7 years ago
1.1.5
7 years ago
1.1.4
7 years ago
1.1.3
7 years ago
1.1.2
7 years ago
1.1.1
7 years ago
1.1.0
7 years ago
1.0.9
7 years ago
1.0.8
7 years ago
1.0.7
7 years ago
1.0.6
7 years ago
1.0.5
7 years ago
1.0.4
7 years ago
1.0.3
7 years ago
1.0.2
7 years ago
1.0.1
7 years ago
1.0.0
7 years ago