Skip to content

urql-graphql/urql-devtools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

logo

Urql Devtools

The official browser extension for Urql

CircleCI Build Status Chrome Web Store Firefox Addon Fixtures Spectrum badge Licence MIT


Features

πŸ“¬ Event timeline

See all debugging and network events in real time.

πŸ—‚ Cache explorer

Explore your cache and see when cached data is being used.

πŸš€ Request tool

Explore your backend schema and trigger queries directly via your running Urql client.

Usage

Add the urql exchange

Follow the instructions to install and setup the devtools exchange

Browser

Install the extension for your browser of choice

Open the devtools panel in your browser and click on the Urql tab

React Native

Start the electron app from a dedicated shell

npx urql-devtools

Integrations

Visit the debugging docs to find out how to integrate your self-made exchanges with our devtools.

Contributing

Have experience working with devtools extensions or want to get involved? Check out our contributing docs to get started.