From 882e6c8c9ba404d3031827da956d6bab82d9c9cd Mon Sep 17 00:00:00 2001 From: MardanovTimur Date: Fri, 14 Jun 2019 19:21:40 +0300 Subject: [PATCH] removed directives middleware --- graphene_django/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graphene_django/views.py b/graphene_django/views.py index 6b335d8..2387af4 100644 --- a/graphene_django/views.py +++ b/graphene_django/views.py @@ -105,7 +105,7 @@ class GraphQLView(View): def get_directive_middleware(self, custom=True): - return [DirectivesMiddleware, ] + return [] # noinspection PyUnusedLocal