dotansimha / dotansimha/graphql-code-generator
Feedback for “Multi Project”
Open
- Dominant language
- TypeScript
- Stars
- 11.3k
- Forks
- 1.4k
- Avg merge
- 1d 1h
- Merged PRs (30d)
- 23
Description
If you want to run `graphql-codegen` across all of your projects, is it expected you have to run `graphql-codegen --config graphql.config.js --project prj1` and then `graphql-codegen --config graphql.config.js --project prj2`? My initial thought was that I could just run `graphql-codegen`, and it would run all the projects 🤔, but that does NOT seem to be the case. Is there anyway to add a flag like... `--all-projects` which would loop over each project and run `graphql-codegen` based on it's configuration?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.