Open JhonRobert20 opened 1 year ago
@jkimbo Looks like support for future chaining (as documented in the readme) hasn't been released yet.
any update regarding this issue?
Bump. I get the same error. Why is it not working but documented in the README as working?!
Hello, I'm having problems with the dataloaders in a project where I use strawberry for the subscriptions and Graphene for the mutations and queries. The problem is that I'm trying to use the 'then' inside a resolver but raise an error: "'SyncFuture' object has no attribute 'then'".
Explanation
The resolver is:
The loader was charged inside the info context
self.user_community_loader = SyncDataLoader(user_community_load)
And the user community load follows your example:
Requirements
If you have any idea of why is this error raising please let me know, thanks a lot