go generate based graphql server library

codegen dataloader gogenerate golang graphql schema-first subscriptions
1 Open Issue Need Help Last updated: Jun 19, 2025

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

go generate based graphql server library

Go
#codegen#dataloader#gogenerate#golang#graphql#schema-first#subscriptions