graphql-python / graphene-gae

GraphQL Support for Google AppEngine [DEPRECATED - Looking for maintainers]

Home Page:http://docs.graphene-python.org/projects/gae/en/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is it possible to use google-cloud-ndb with this package?

steinnat opened this issue · comments

I know this package supports ndb w/ AppEngine. However, wondering if we could use graphene to support ndb from google-cloud-ndb?

The difference i've seen so far between the two is google-cloud-ndb requries a client.context() for each query and mutation