-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Open
Labels
coreRelated to codegen core/cliRelated to codegen core/clikind/enhancementNew feature or requestNew feature or request
Milestone
Description
In case I have a big project with a lot of definitions in different folders I'd like to have a config file (codegen.yaml) for each of these folders.
Now we can do:
graphql-codegen --config codegen.yaml
It would be great to have:
graphql-codegen --config src/modules/module1/codegen.yaml,src/modules/module2/codegen.yaml
or:
graphql-codegen --config src/modules/**/codegen.yaml
What do you think?
tomma5osaihaj
Metadata
Metadata
Assignees
Labels
coreRelated to codegen core/cliRelated to codegen core/clikind/enhancementNew feature or requestNew feature or request