/graphql-django

graphql django dynamic app

Primary LanguagePythonMIT LicenseMIT

To learn more check out the following examples:

Contributing

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

pip install -e ".[test]"

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

py.test --cov-report html graphql_django --cov=graphql_django