I am using this https://github.com/dotansimha/graphql-code-generator for GraphQL code generation. The cli output is as below. Something is wrong with the "Generate outputs" because I am getting duplicate entities when generating the code, but since it is in cli, i am not able to expand the part. How do I expand and see what is happening there.
$ yarn gen
yarn run v1.22.17
$ graphql-codegen --config codegen.ts
✔ Parse Configuration
❯ Generate outputs
✔ Parse Configuration
✔ Generate outputs
Done in 3.71s.