Analysis updated 2026-08-08 · repo last pushed 2023-09-06
Debug slow or broken GraphQL requests by inspecting timing, payloads, and errors in the devtools panel.
Add request monitoring to an existing urql-powered app with a single line of code.
Review what data your app sends to and receives from a GraphQL server during development.
| urql-graphql/urql-devtools-exchange | automationsmanufaktur-labs/open-invoice-germany | leiting-eric/dailybrief | |
|---|---|---|---|
| Stars | 58 | 58 | 58 |
| Language | TypeScript | TypeScript | TypeScript |
| Last pushed | 2023-09-06 | — | — |
| Maintenance | Dormant | — | — |
| Setup difficulty | easy | moderate | easy |
| Complexity | 2/5 | 3/5 | 2/5 |
| Audience | developer | pm founder | general |
Figures from each repo's GitHub metadata at analysis time.
Requires an existing urql GraphQL client setup and the Urql DevTools browser extension installed.
Urql Devtools Exchange is a small add-on package that connects your urql GraphQL client to the Urql DevTools browser extension. In plain terms, it lets you see what your app's data requests look like behind the scenes so you can debug and inspect them more easily. Urql is a tool that JavaScript apps use to fetch data from a server using GraphQL. The devtools exchange sits between your app and the server, acting as a wiretap. When your app asks for data, the exchange passes a copy of that request (and the response) to the browser extension, where you can review timing, payloads, and errors. Installing it is straightforward: you add the package to your project, then drop one line of code into your existing urql client setup to register the exchange. The README recommends placing it before other exchanges so it captures everything that flows through the pipeline. This package is for developers already using urql who want better visibility into their data layer. For example, if a screen is loading slowly or showing unexpected data, you can open the devtools panel, find the problematic request, and see exactly what was sent and returned. It is a debugging aid rather than something end users ever interact with. The project is actively maintained by Formidable, the same team behind urql itself, and they welcome contributions from people interested in devtools work. The README doesn't go into deeper detail on configuration or advanced usage beyond the basic setup shown above.
A small add-on that connects your urql GraphQL client to the Urql DevTools browser extension so you can inspect and debug data requests and responses in real time.
Mainly TypeScript. The stack also includes TypeScript, urql, GraphQL.
Dormant — no commits in 2+ years (last push 2023-09-06).
No license information was provided in the README.
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.