0.8.22 • Published 10 months ago

@leftoverstoday/golang-client v0.8.22

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
10 months ago

Wundergraph Golang Client

wunderctl

WunderGraph codegen template plugin to auto-generate a Golang client for your WunderGraph API.

Getting Started

npm install @wundergraph/golang-client

Register the codegen template

// .wundergraph/wundergraph.config.ts
import { golangClient } from '@wundergraph/golang-client';

configureWunderGraphApplication({
  // ...
  // omitted for brevity
  codeGenerators: [
    {
      templates: [
        ...golangClient.all({
          packageName: 'client',
        }),
      ],
      path: './generated/golang/client',
    },
  ],
});
0.8.22

10 months ago

0.8.21

10 months ago

0.8.20

10 months ago

0.8.19

10 months ago