graphql-sync-dataloaders
graphql-sync-dataloaders copied to clipboard
How to load multiple? `load_many` alternative
I am using graphene-django
with this implementation of dataloaders...
I have a resolver that returns multiple nodes (DjangoFilterConnectionField, ConnectionField), how to utilize this library in this situation?
+1