Replies: 2 comments
-
I think this is more of a question than a bug or feature request. But we'll wait for someone more competent than me to decide. |
Beta Was this translation helpful? Give feedback.
0 replies
-
yes this is possbile In the user.resolver.go add
and then in resolver.go
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
What happened?
It would be really helpful if doc contains a section that briefs on handling bigger project's folder structure.
I feel this is the structure gqlgen is pointing to
Can i organize something like the way in below that is split by business logic? If so kindly help me. If you know a repo, i would glad to look into it.
Is the below against Golang way. (Someone who has heavy node experience 😄 )
Some common issue's that i faced on organizing above structure is generated resolvers always goes to the folder dir mention in yml not with the schema folder.
What did you expect?
A guide to organize the project folder structure
versions
gqlgen version
? v.14.0go version
? 1.17Beta Was this translation helpful? Give feedback.
All reactions