A Google Chrome extension for analyzing and monitoring GraphQL network requests in Chrome's developer tools (F12).
- Detailed analysis of GraphQL requests
- Real-time network traffic monitoring
- Native integration with Chrome DevTools
- Clear visualization of queries, mutations, and fragments
- Google Chrome v140 or higher
- (Compatibility with other browsers: NOT planned at this time)
If you encounter an issue or unexpected behavior:
- Open a new issue
- Provide as much detail as possible
- Include steps to reproduce the problem
Have an idea to improve the extension?
- Open a new issue
- Describe the desired functionality and its use case
- Include examples if possible
Please read CONTRIBUTING.md before contributing.
To be able to test all features, a server & client will be executed in order to use debugger from the client. You can access it from the link that appears on terminal:
pnpm i
pnpm -r --include-workspace-root run devYou will need to install chrome extension locally, using the compiled extension (./dist folder) in order to visualize changes while debugging. Remember to disable the chrome extension if installed.