Open Issues Need Help
View All on GitHub Context is not shared between mutation & query resolver about 1 month ago
help wanted
99designs/gqlgen
10.5K
go generate based graphql server library
Go
#codegen#dataloader#gogenerate#golang#graphql#schema-first#subscriptions
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.5K
go generate based graphql server library
Go
#codegen#dataloader#gogenerate#golang#graphql#schema-first#subscriptions