Package Exports
- @graphiql/toolkit
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.
The goal is to make this and related packages a set of general purpose tools used to build an end implementation like GraphiQL
It also allows us to share utilities, libraries and components that can be used by
Todo
- Begin porting common type definitions used by GraphiQL and it's dependencies
- Port over the GraphiQL components library created by @walaura and designed by @orta
- Migrate over general purpose
graphiql/src/utilities
- Frontend framework agnostic state implementation
- React components and hooks? Or should react specifics live seperately?