Not natively supported by Ent / entgql, but the necessary parts exist if we want to implement it ourselves. In particular, these pieces are: - https://gqlgen.com/reference/dataloaders/ - https://entgo.io/docs/graphql#usage-and-configuration ("However, if you need to explicitly write these resolvers by hand...")
Not natively supported by Ent / entgql, but the necessary parts exist if we want to implement it ourselves.
In particular, these pieces are: