jkimbo / graphql-sync-dataloaders

Use DataLoaders in your Python GraphQL servers that have to run in a sync context (i.e. Django).
MIT License
41 stars 21 forks source link

How to load multiple? `load_many` alternative #12

Open mahdyhamad opened 1 year ago

mahdyhamad commented 1 year ago

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?

pfcodes commented 11 months ago

+1