2.0.3 • Published 4 years ago
@urql/devtools v2.0.3
About
A first-party exchange for urql which interfaces with the Urql Devtools browser extension.
Usage
Install this package
# npm
npm i @urql/devtools
# yarn
yarn add @urql/devtools
Add the exchange to your urql
client
import { createClient, defaultExchanges } from 'urql';
import { devtoolsExchange } from '@urql/devtools';
const client = createClient({
url: 'http://localhost:3001/graphql',
exchanges: [devtoolsExchange, ...defaultExchanges],
});
Note: we recommended putting this exchange before all other exchanges (as demonstrated above)
Contributing
Have experience working with devtools extensions or want to get involved? Check out our contributing docs to get started.
2.0.3
4 years ago
2.0.2
5 years ago
2.0.1
5 years ago
2.0.0
5 years ago
1.0.2
5 years ago
1.0.1
5 years ago
1.0.0
5 years ago
1.0.0-dev.0
5 years ago
1.0.0-dev.1
5 years ago
0.1.2
5 years ago
0.1.1
5 years ago
0.1.0
5 years ago
0.1.0-beta.2
5 years ago
0.1.0-beta.1
5 years ago
0.1.0-beta.0
5 years ago
0.0.3
5 years ago
0.0.2
5 years ago
0.0.1
5 years ago