@gql-vis/plugin-urql
v0.0.0-alpha.10
Published
- This is the official [GraphQL Analyzer](https://graphqlanalyzer.com/) exchange for [urql](https://formidable.com/open-source/urql/).
Readme
@gql-vis/plugin-urql
- This is the official GraphQL Analyzer exchange for urql.
Installation
$ npm install @gql-vis/plugin-urqlUsage
import { createClient } from "urql";
import { createExchange } from "@gql-vis/plugin-urql";
const client = createClient({
url: `http://localhost:3000/graphql`,
exchanges: [
createExchange({
apiKey: `YOUR-API-KEY`,
url: `https://server.graphqlanalyzer.com/api/v1/collector`,
}),
],
});License
MIT - https://graphqlvisualizer.com/
