-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Open
Labels
coreRelated to codegen core/cliRelated to codegen core/clistage/0-issue-prerequisitesNeeds more information before we can start working on itNeeds more information before we can start working on it
Description
Describe the bug
While running the code generator with --errorsOnly it still produces output such as:
✔ Parse Configuration
✔ Generate outputs
Your Example Website or App
- Default minimal reproduction
Steps to Reproduce the Bug or Issue
- Open default minimal reproduction repository
- Run
npm run codgen --errorsOnly
- Notice the output.
Expected behavior
Since there are no errors in the schema or generation, it should not print any output with the --errorsOnly
flag.
For very large configurations that runs e.g. in CI environments the output can be quite large. It would be nice if we in those cases could only print the errors, if any.
Screenshots or Videos
No response
Platform
- OS: Linux
- NodeJS: 16.17.1
graphql
version: 16.3.0@graphql-codegen/cli
version(s): 2.13.5
faaarmer, nf-wbeck, marco2216, tmayr, claycoleman and 9 more
Metadata
Metadata
Assignees
Labels
coreRelated to codegen core/cliRelated to codegen core/clistage/0-issue-prerequisitesNeeds more information before we can start working on itNeeds more information before we can start working on it