GraphQL Network icon

GraphQL Network

Extension Delisted

This extension is no longer available in the official store. Delisted on 2025-09-15.

Extension Actions

CRX ID
igbmhmnkobkjalekgiehijefpkdemocm
Status
  • Minor Policy Violation
  • Removed Long Ago
  • No Privacy Policy
Description from extension meta

GraphQL Network provides a "network"-style tab for GraphQL requests to allow developers to debug more easily. The Chrome DevTools…

Image from store
GraphQL Network
Description from store

GraphQL Network provides a "network"-style tab for GraphQL requests to allow developers to debug more easily.

The Chrome DevTools Network tab is fantastic for debugging RESTful api calls but it falls down a bit when it comes to GraphQL requests. This is because they are usually heading to the same endpoint "/graphql" which makes finding the right request difficult. Additionally they only display a string of text to represent your request body which makes it difficult to debug.

GraphQL Network displays separate entries for each request you send, displaying the query name so that you can easily find the request you want to debug. Beyond that GraphQL Network displays a well-formatted version of your request, a computed version which parses fragments and an easy to navigate response tab.

Latest reviews

Matt Furniss
Nice tool, but needs to work with Dark Mode.
Levi
Good tool, but you need to make the left and right panes scroll independently of each other. Very difficult to navigate through and inspect a long list of queries when the left pane is scrolling even though you're just trying to read the query/response date in the right pane.
Andrey Lutogin
black theme console bug
Martin Denyer
functionality works very well, looks terrible
Chris Graham
Great concept. Desperately needs expand-all or auto-expand for args, computed request, and response. Maybe a setting to auto-expand to N levels. Without this, it's not much easier than drilling into Dev Tools to grab the request and make sense of it. I would also love to see the Response below the Request in the detail pane, rather than having to toggle back and forth.
Leandro Silveira
good job !!
Cristian
Support for dark mode please
A. M.
This is a nice extension that makes GraphQL requests easier to look at. I use it frequently. Two gripes: 1. The Clear button is at the bottom, below all the requests. If there are many requests, this means scrolling to the bottom to clear them out. I wish the button were at the top, or at top and bottom. 2. In the Response tab, to uncollapse a response, you have to click in several places to drill into a response. I wish there were a quicker, easier way to uncollapse the responses to see the values.
Andrej Lacko
no support for dark mode 😱 why? not many devs use light mode any more...
Sterling Camden
Works great. One big catch is that it doesn't analyze previous network requests when you open it. So I have to be sure to open the graphql tab as soon as i open devtools or i cant see everything.
Jorn Luiten
Works well. It'd be a bit more user friendly though if the preview tab would have the object colour coded and styled as it is in the Network tab. This would give it 5 stars.
Benjamin Ashanin
it does not work. Or maybe i did it wrong?
Evan Sharp
Works very well. My only nit is that it doesn't look that great with the dark dev tools theme
Zack Young
Nice job! It would be better if variables show on the tab too.