graphql-code-generator vs graphql-cli #8371
-
What are the differences between this ( and at least in some uses cases there seems to be overlap: Urigo/graphql-cli#1807 (comment) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @cancan101, The GraphQL CLI When it comes to code generation, the GraphQL Code Generator project is the more up-to-date and go-to solution that we recommend. |
Beta Was this translation helpful? Give feedback.
Hi @cancan101,
The GraphQL CLI
codegen
command is just a shortcut/layer over GraphQL Code Generator.GraphQL CLI initially aimed to offer a set of features broader than GraphQL Code Generator by providing all the common GraphQL toolbox in one CLI.
When it comes to code generation, the GraphQL Code Generator project is the more up-to-date and go-to solution that we recommend.