@graphiql/toolkit
Version:
Utility to build a fetcher for GraphiQL
19 lines (14 loc) • 714 B
Markdown
[Changelog](https://github.com/graphql/graphiql/blob/main/packages/graphql-toolkit/CHANGELOG.md)
|
[API Docs](https://graphiql-test.netlify.app/typedoc/modules/graphiql_toolkit.html)
| [NPM](https://www.npmjs.com/package/@graphiql/toolkit) |
[Discord](https://discord.gg/NP5vbPeUFp)
# `@graphiql/toolkit`
This is a general purpose library for building GraphQL IDEs. It's being used by
other packages like `graphiql` and `@graphiql/react` and also provides utilities
that are useful when working with these packages.
## Docs
- **[`createFetcher`](./docs/create-fetcher.md)** : a utility for creating a
`fetcher` prop implementation for HTTP GET, POST including multipart,
websockets fetcher
- more to come!