@wundergraph/golang-client
TypeScript icon, indicating that this package has built-in type declarations

0.8.19 • Public • Published

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',
    },
  ],
});

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.8.19
    0
    • latest

Version History

Package Sidebar

Install

npm i @wundergraph/golang-client

Weekly Downloads

3

Version

0.8.19

License

Apache-2.0

Unpacked Size

228 kB

Total Files

10

Last publish

Collaborators

  • starptech
  • jens-wundergraph