Skip to content

Commit

Permalink
Merge pull request #1063 from gperdomor/fix/issue-1062
Browse files Browse the repository at this point in the history
docs(nx-graphql-codegen): fix generator setup command
  • Loading branch information
gperdomor committed Jun 11, 2024
2 parents c90e598 + d65e0e2 commit 7addcc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/nx-graphql-codegen/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ npm install -D @nx-tools/nx-graphql-codegen
We can use plugin with bash or Nx console.

```bash
nx g @nx-tools/nx-graphql-codegen:init appName
nx g @nx-tools/nx-graphql-codegen:configuration appName
```

We can the call codegen generate with the followin command:
Expand Down

0 comments on commit 7addcc9

Please sign in to comment.