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
@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 afetcher
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 easierfetcher
- Migrate over general purpose
graphiql/src/utilities
- Utility to generate json schema spec from
getQueryFacts
for monaco, vscode, etc