Inspect GraphQL requests and responses in DevTools.
SnapQL adds a powerful GraphQL inspection tab to Chrome DevTools. It automatically detects and displays GraphQL network requests on the current page — including queries, variables, and JSON responses — in a clean and readable interface.
- Instant Visibility - See all GraphQL requests in one place.
- Clear Formatting - View queries, variables, and responses with syntax highlighting.
- Zero Setup - No configuration needed. Just install and open DevTools.
- Universal - Works with any site using GraphQL.
- Privacy First - Runs entirely within DevTools; no data is ever collected or sent.
You can get SnapQL directly from the Chrome Web Store:
👉 Install from Chrome Web Store
- Clone the repo:
git clone https://github.com/akshay-xp/snapql.git - Install dependencies:
pnpm install - Build the extension:
pnpm build - Open
chrome://extensions, enable Developer Mode, and load thedistfolder as an unpacked extension
Contributions are welcome! If you have a feature idea, bug report, or fix, feel free to open an issue or submit a pull request.
Licensed under the GNU General Public License v3.0.
See LICENSE for details.