Fabien Le Frapper
Fabien Le Frapper
@jkimbo created a repl to showcase dataloaders with graphene 3 / async resolvers. They need a async views that is in the same repl https://replit.com/@jkimbo/Graphene-async#main/schema.py
If someone want to give a hand, I started a PR to add an async view to `graphene_django` https://github.com/graphql-python/graphene-django/pull/1256
I fixed a few things in graphene-django-extras to bring graphene v3 compatibility, if ever some of you are using it, I would greatly appreciate your feedback on this PR https://github.com/eamigo86/graphene-django-extras/pull/148
@ace-han I think I already brought support to graphene v3 a long time ago 🤔 It was released in 0.5.0, here is the PR https://github.com/eamigo86/graphene-django-extras/pull/148
@felixmeziere about dataloaders, I will restart the work on this topic later this month I think, I am really busy atm. Most of my work is based on @jkimbo help...
Sorry @felixmeziere I did not have the time to look into this yet 😞
> > > Is it possible to mix sync and async resolvers this way? You should be able to using `@sync_to_async` decorator. As I said in the description of the...
Hi @daadu, would you say this project is ready for use on production ? Or is it still in a too early stage ? Thanks !
~I have the same issue but the suggestion from @egisz does not solve it for me.~ ~I am still trying to find a workaround or the cause of this issue,...
> > The hack that removes NoUnusedFragmentsRule validator > > This hack is not compliant with the spec but doesn't break anything per se. This originally came about when we...