graphql wsgi

Python WSGI based GraphQL server

33
5
Python

graphql_wsgi

Port of express-graphql
to Python and WSGI. Uses
graphql-core.

For a demo of how this can be used to create a GraphQL server (with Relay
support) in Python, see relaypy.

Credits

This code was ported by Martijn Faassen.

License

MIT License

How to execute the tests

python2.7 bootstrap-buildout.py
bin/buildout
bin/py.test tests -vv --pdb