Package Exports
- @graphiql/toolkit
- @graphiql/toolkit/dist/index.js
- @graphiql/toolkit/esm/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@graphiql/toolkit) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Changelog | API Docs | NPM | Discord
@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
: a utility for creating afetcher
prop implementation for HTTP GET, POST including multipart, websockets fetcher- more to come!