graphene/README.md
2015-09-24 02:11:50 -07:00

737 B

Graphene: GraphQL Object Mapper

This is a library to use GraphQL in Python in a easy way. It will map the models/fields to internal GraphQL-py objects without effort.

Build Status Coverage Status

Contributing

After cloning this repo, ensure dependencies are installed by running:

python setup.py install

After developing, the full test suite can be evaluated by running:

python setup.py test # Use --pytest-args="-v -s" for verbose mode