You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I read in the documentation that it is possible to generate multiple generated files.go for each module (for example), but there is not a word about how you can generate models for each module in this way.
I have a task: there are 2 modules
/modules/test/model
/modules/test2/model
after code generation, I want to have my own model in each of these directories based on the gql schema.
I read in the documentation that it is possible to generate multiple generated files.go for each module (for example), but there is not a word about how you can generate models for each module in this way.
I have a task: there are 2 modules
/modules/test/model
/modules/test2/model
after code generation, I want to have my own model in each of these directories based on the gql schema.
screen my filesctruct
my gqlgen.yml
The text was updated successfully, but these errors were encountered: