mirror of
https://github.com/graphql-python/graphene-django.git
synced 2025-07-13 09:42:32 +03:00
removed directives middleware
This commit is contained in:
parent
20e0e991b5
commit
882e6c8c9b
|
@ -105,7 +105,7 @@ class GraphQLView(View):
|
||||||
|
|
||||||
|
|
||||||
def get_directive_middleware(self, custom=True):
|
def get_directive_middleware(self, custom=True):
|
||||||
return [DirectivesMiddleware, ]
|
return []
|
||||||
|
|
||||||
|
|
||||||
# noinspection PyUnusedLocal
|
# noinspection PyUnusedLocal
|
||||||
|
|
Loading…
Reference in New Issue
Block a user