You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to get a stack of Sanic, mongodb and graphql to work. All async..
I can do mongo async using https://github.com/heynemann/motorengine, but then I have no way of using graphene-mongo as it wants a valid Mongoengine Model.
I can't find any issues on this in this repo, so I might be getting this wrong, but is there plans for supporting async? Or anyway I can hack it in using the current graphene-mongo?
The text was updated successfully, but these errors were encountered:
I think it might be usefull later down the line.. I can also see it not being prioritized at the moment, even tho it is a blocker for having the whole stack async..
Since I was in the early phase of development on this project, I ended up going for a stack of nodejs and mongoose and apollo instead :/
I just started my python async adventure tho.. So I have no idea where to start. And now that I have no project that needs it, I don't think I will be able to spend so much time on it atm.. Sorry about that..
We can let the issue stand as a reminder for the feature..?
I'm trying to get a stack of
Sanic
,mongodb
andgraphql
to work. All async..I can do mongo async using https://github.com/heynemann/motorengine, but then I have no way of using
graphene-mongo
as it wants a validMongoengine Model
.I can't find any issues on this in this repo, so I might be getting this wrong, but is there plans for supporting async? Or anyway I can hack it in using the current
graphene-mongo
?The text was updated successfully, but these errors were encountered: