UNPKG

515 BMarkdownView Raw
1# `graphql-codegen-cli`
2
3[Refer to full documentation, examples and more here](https://github.com/dotansimha/graphql-code-generator/blob/master/README.md)
4
5This package is the front-facing package of the code generator.
6
7It parses the CLI commands into a `GeneratorConfig` and `Settings` object, and also in charge of reading and writing files from the filesystem, and execute Introspection request to remote GraphQL endpoints.
8
9For a full CLI documentation, please refer to the main `README` file of the package.
10