Package Exports
- graphql-code-generator/dist/cli
- graphql-code-generator/dist/utils/documents-glob
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (graphql-code-generator) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
graphql-codegen-cli
Refer to full documentation, examples and more here
This package is the front-facing package of the code generator.
It 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.
For a full CLI documentation, please refer to the main README
file of the package.