Files
30-seconds-of-code/node_modules/gatsby-graphiql-explorer/README.md
2019-08-20 15:52:05 +02:00

17 lines
733 B
Markdown

# gatsby-graphiql-explorer
A package to extend the default [GraphiQL][graphiql] IDE with useful features for Gatsby users.
_Note:_ accessible at http://localhost:8000/___graphql after running `gatsby develop`
![Gatsby GraphiQL Explorer](./assets/gatsby-graphiql-explorer.png)
## Features
- Offline support - for when you need to work on your excellent Gatsby app on a plane, train, or elsewhere off the grid
- [GraphiQL Explorer][graphiql-explorer] - an interactive explorer plugin to visually create and interact with the GraphQL schema
- _All_ the expected features you know and love from [GraphiQL][graphiql]
[graphiql]: https://github.com/graphql/graphiql
[graphiql-explorer]: https://github.com/OneGraph/graphiql-explorer