1.1.0 • Published 8 months ago

@nx-tools/nx-graphql-codegen v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

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
1.1.0

8 months ago

1.0.1

1 year ago

1.0.0

1 year ago

1.0.0-alpha.3

1 year ago

6.0.0-alpha.2

2 years ago