GraphQL Network Inspector GraphQL Network Inspector

Developer Tools
Version: 2.15.0
Last Update: 2023-03-28

User Reviews


avatar Geoffrey K
2021-10-06

Absolutely amazing, makes debugging and developing so much more efficient. Good job!

avatar Tharshan Muthu
2021-09-30

So useful and very light weight. This is what Apollo devtools should have been.

avatar Mateusz BaƂdyga
2021-09-16

Great extension! It shows all queries very clearly.
The only feature that I really miss is the ability to search for a query by name.

avatar James Davis
2021-08-10

This is a great, simple, clean extension for viewing GraphQL requests! +1 for using the query/mutation name (when available) in the Query/Mutation column over the top-level field name (which would enable filtering by operation name). I've opened a PR for this: https://github.com/warrenday/graphql-network-inspector/pull/20

avatar Gabriel Totoliciu
2021-07-28

Great tool, does everything I need.
One suggestion for queries - The "Query / Mutation" column always shows the first top-level field instead of the query name. For example, if I write

query QueryName
firstTopLevelField ...etc
secondTopLevelField ...etc


The column shows "firstTopLevelField" as the query name instead of "QueryName". It should show the query name.
But besides that, it's a really great tool. Thanks!

avatar Joseph Lyons
2021-07-26

works perfectly

avatar Kevin Jeong
2021-06-23

Beats looking at the network inspector. Would be better with search capabilities

avatar Hasham Alam
2021-06-17

The tool works, is fast, it works well with the dark theme as well, and exactly what i was looking for.

avatar Marina Hoashi
2021-06-02

Extremely useful tool for GraphQL, can't imagine going back to not having it!

avatar Lucas Teks
2021-05-04

Great tool, one of the few that actually work.
To me it misses 2 important features :
- filters (column sorting, hiding cancelled queries etc)
- a checkbox to enable clearing table after a route changes

Related Extensions