Add support for dataloader as resolver func
SvenW opened this issue · 1 comments
SvenW commented
It would be really nice if there was support for https://github.com/absinthe-graphql/dataloader as :_resolve_reference
func. Then it would be possible to bulk load entities with the same __typename
resulting in better performance
gfviegas commented
This is what Im most looking forward to as we cant do such thing using GraphQL Mesh, for instance.