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

Plugins bypassed since graphql 0.5.0 update #11

Closed sdcooke closed 8 years ago

sdcooke commented 8 years ago

This may be an issue with other execution paths in graphene as well.

It seems that schema plugins (such as the DjangoDebugPlugin) only work if you call schema.execute - they are not called if you use graphql-django-view.

sdcooke commented 8 years ago

I think this is an issue with graphene - I will reopen there