JSPM

@graphiql/toolkit

0.4.3
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 397043
  • Score
    100M100P100Q187609F
  • 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

Discord Channel

@graphiql/toolkit

General purpose library as a dependency of GraphiQL.

A core dependency of the GraphiQL 2.0.0 initiative.

Docs

  • createFetcher : a utility for creating a fetcher prop implementation for HTTP GET, POST including multipart, websockets fetcher
  • more to come!

Todo

  • Begin porting common type definitions used by GraphiQL and it's dependencies
  • createGraphiQLFetcher utility for an easier fetcher
  • Migrate over general purpose graphiql/src/utilities
  • Utility to generate json schema spec from getQueryFacts for monaco, vscode, etc