graphene-gae icon indicating copy to clipboard operation
graphene-gae copied to clipboard

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

Results 11 graphene-gae issues
Sort by recently updated
recently updated
newest added
trafficstars

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...

dependencies

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. ![image](https://cloud.githubusercontent.com/assets/3158606/18986421/fafd7102-86fc-11e6-8c70-c8aadfe84536.png)

bug

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...