graphene-gae
graphene-gae copied to clipboard
GraphQL Support for Google AppEngine [DEPRECATED - Looking for maintainers]
Bumps [pyyaml](https://github.com/yaml/pyyaml) from 3.11 to 5.4. Changelog Sourced from pyyaml's changelog. 5.4 (2021-01-19) yaml/pyyaml#407 -- Build modernization, remove distutils, fix metadata, build wheels, CI to GHA yaml/pyyaml#472 -- Fix for...
ndb.GeoPtProperty is currently not supported as part of the converter.
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...
I'm pretty new to Google App Engine. What do I need to add to the handlers section of `app.yaml` to make it work?
Maybe the links should be removed until the docs are ready. 
Are there any guidelines for integrating GraphiQL here? I saw the Django integration, but it seems a bit different.
Is it possible to setup graphiql and / or graphql with cloud endpoints?
I'm very new to this GraphQL world but my understanding of GraphQL is that, in order to pass `variables` or `operation_name` in addition to `query`, the body of POST has...