Open Issues Need Help
View All on GitHub Server Frameworks • GraphQL Servers
AI Summary: The task is to debug and fix a bug in the gqlgen library where the `explicit_requires: true` configuration option is not correctly handled when used with the `@entityResolver(multi: true)` directive. The issue arises when a required field within an array of objects is not properly resolved, leading to the generation of unnecessary code and potentially incorrect behavior in a GraphQL federation setup. The solution likely involves modifying the gqlgen code generator to correctly process the `@requires` directive in conjunction with `@entityResolver(multi: true)` and array types.
Complexity:
4/5
help wanted federation
99designs/gqlgen
10.4K
go generate based graphql server library
Go
#codegen#dataloader#gogenerate#golang#graphql#schema-first#subscriptions