GraphiQL IDE with custom features for Gatsby users
npm install gatsby-graphiql-explorerA package to extend the default GraphiQL IDE with useful features for Gatsby users.
When using gatsby develop it's accessible at http://localhost:8000/___graphql.
- GraphiQL Explorer - an interactive explorer plugin to visually create and interact with the GraphQL schema
- GraphiQL Exporter - generates ready-to-run code for your queries
- Button for Refreshing Content
- Support for implied fragments - whether provided by you, core or plugins. Autocompletion, validation & operation execution are all covered