When using `graphqlgen` All my mutation resolvers...
# orm-help
v
When using
graphqlgen
All my mutation resolvers are in one file. Is there a clean way to load these from a separate file? Same for queries.
h
I guess there is a option in the yml config for that