GraphQL-python-archive / graphql-django-view

[DEPRECATED | Use graphene-django package] A django view that will execute a GraphQLSchema using a given Executor.
http://graphene-python.org/
MIT License
23 stars 7 forks source link

Use the executor specified #13

Closed benblippar closed 8 years ago

benblippar commented 8 years ago

This was failing to use the executor specified for me when actually making the queries

coveralls commented 8 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling cceb0ad295eac3874de6aeead147846e5cb7041e on benblippar:master into 2309b0a8259574622eba8221ffff03786ed3b04b on graphql-python:master.

syrusakbary commented 8 years ago

Sorry for taking too much time in reviewing. Looks good 👍