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
If you utilize a config where autogenerated models and federation code are in different packages and @entityResolver(multi:true) is present on some of your federated types, the generated code re the _rep input slice in the resolveManyEntities routine is missing the package name for the input types.
What happened?
If you utilize a config where autogenerated models and federation code are in different packages and
@entityResolver(multi:true)
is present on some of your federated types, the generated code re the_rep
input slice in theresolveManyEntities
routine is missing the package name for the input types.What did you expect?
valid code
Minimal graphql.schema and models to reproduce
gqlgen.yml:
schema:
diff required to fix autogenerated code:
versions
go run github.com/99designs/gqlgen version
?go version
?The text was updated successfully, but these errors were encountered: