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
run gqlgen -typemap ./types.json -schema ./schema_generated.graphql command on provided graphql schema, schema.go and types.json should not return compile error undeclared: QueryResolver
Expected Behaviour
run
gqlgen -typemap ./types.json -schema ./schema_generated.graphql
command on provided graphql schema, schema.go and types.json should not return compile error undeclared: QueryResolverActual Behaviour
Minimal graphql.schema and models to reproduce
https://gist.github.com/pistachiology/181b54d7e913a61fff5a7eeee5c966f0
The text was updated successfully, but these errors were encountered: