@nx-tools/nx-graphql-codegen
TypeScript icon, indicating that this package has built-in type declarations

1.1.1 • Public • Published

nx-graphql-codegen

The Nx Plugin for Graphql Code Generator contains executor and generator for managing Graphql applications within an Nx workspace.

Setting up

Adding the Graphql Code Generator plugin to an existing Nx workspace.

yarn add -D @nx-tools/nx-graphql-codegen
npm install -D @nx-tools/nx-graphql-codegen

Using Plugin

We can use plugin with bash or Nx console.

nx g @nx-tools/nx-graphql-codegen:configuration appName

We can the call codegen generate with the followin command:

nx codegen-generate appName

Readme

Keywords

none

Package Sidebar

Install

npm i @nx-tools/nx-graphql-codegen

Weekly Downloads

1,115

Version

1.1.1

License

MIT

Unpacked Size

23.3 kB

Total Files

37

Last publish

Collaborators

  • gperdomor