Open femesq opened 8 years ago
In this line 96[https://github.com/graphql-python/graphql-django-view/blob/master/graphql_django_view/__init__.py#L96] it seens that we should get middlewares from self.schema and pass it as parameter to execute (from graphql-core[https://github.com/graphql-python/graphql-core/blob/features/next/graphql/execution/executor.py#L27])
middlewares
self.schema
execute
In this line 96[https://github.com/graphql-python/graphql-django-view/blob/master/graphql_django_view/__init__.py#L96] it seens that we should get
middlewares
fromself.schema
and pass it as parameter toexecute
(from graphql-core[https://github.com/graphql-python/graphql-core/blob/features/next/graphql/execution/executor.py#L27])