JSPM

@graphiql/toolkit

0.7.3
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 397464
  • Score
    100M100P100Q183505F
  • License MIT

Utility to build a fetcher for GraphiQL

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 a fetcher prop implementation for HTTP GET, POST including multipart, websockets fetcher
  • more to come!