Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 578 Bytes

File metadata and controls

22 lines (14 loc) · 578 Bytes

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