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

Readme

Keywords

none

Package Sidebar

Install

npm i @wundergraph/golang-client

Weekly Downloads

11

Version

0.8.19

License

Apache-2.0

Unpacked Size

228 kB

Total Files

10

Last publish

Collaborators

  • starptech
  • jens-wundergraph