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 need to be able to run gqlgen and pass in a template for generating a resolver.
I need to be able to pass in new imports and make significant code additions (maybe even some convenience methods). This will allow my implementing team to follow my guidlines.
What did you expect?
I thought the config would have an option to just replace the whole gotpl file... it doesn't.
Minimal graphql.schema and models to reproduce
type Query {
resolver: Resolver!
}
type Resolver {
name: String!
}
What happened?
I need to be able to run gqlgen and pass in a template for generating a resolver.
I need to be able to pass in new imports and make significant code additions (maybe even some convenience methods). This will allow my implementing team to follow my guidlines.
What did you expect?
I thought the config would have an option to just replace the whole gotpl file... it doesn't.
Minimal graphql.schema and models to reproduce
The text was updated successfully, but these errors were encountered: