JSPM

@wundergraph/sdk

1.0.0-next.15
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 5638
  • Score
    100M100P100Q156792F
  • License MIT

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.

  1. Install dependencies pnpm install.
  2. From this directory testapp run wunderctl 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"
      ]
    }
  }
}