1.0.0-next.26 • Published 2 years ago

@fireboom/wundersdk v1.0.0-next.26

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

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"
      ]
    }
  }
}