Package Exports
- @wundergraph/sdk
- @wundergraph/sdk/dist/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 (@wundergraph/sdk) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Playground
This folder serves as a development playground.
- Install dependencies
pnpm install
. - From this directory
testapp
runwunderctl up --debug
to start WunderGraph using your local sdk.
We use pnpm to handle both modules as a workspace. This avoids hoisting issues and module conflicts (e.g. with the graphql module)
Better type support for generated code
{
"compilerOptions": {
"paths": {
"@wundergraph/sdk": [
"../src"
]
}
}
}