@flexkit/explorer
v0.0.8
Published
Flexkit plugin for running and debugging GraphQL queries in a graphical interactive in-browser GraphQL IDE
Maintainers
Readme
Explorer is a plugin for Flexkit Studio that provides a graphical interactive in-browser GraphQL IDE where you can explore and test the GraphQL API of your Flexkit project.
Features
- Full language support of the latest GraphQL Specification:
- Syntax highlighting
- Intelligent type ahead of fields, arguments, types, and more
- Real-time error highlighting and reporting for queries and variables
- Automatic query and variables completion
- Automatic leaf node insertion for non-scalar fields
- Documentation explorer with search and markdown support
- Persisted state using
localStorage

Installation
npm install @flexkit/explorerConfiguring
// `flexkit.config.ts`:
import { defineConfig } from '@flexkit/studio';
import { Explorer } from '@flexkit/explorer';
export default defineConfig({
plugins: [Explorer()],
});Contributing
Contributions to Flexkit are welcome and highly appreciated. However, before you jump right into it, we would like you to review our Contribution Guidelines to make sure you have a smooth experience contributing to Flexkit.
Reporting Issues
Found a bug? Have a feature request?
Open an issue with: • Repro steps • Expected vs actual behavior • Screenshots when helpful • Schema snippet (if relevant)
License
This project is licensed under the MIT license.
See LICENSE for more information.
Security
If you believe you have found a security vulnerability in Flexkit, we encourage you to responsibly disclose this and NOT open a public issue.
Please email us at [email protected] to report any security vulnerabilities.
