From f4f139a0653b3071cd91975dc6ac4c7f83709ecc Mon Sep 17 00:00:00 2001 From: Laurent Riviere Date: Sun, 25 Sep 2022 10:45:53 +0000 Subject: [PATCH] fix: revert --- 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 84302ab..373100f 100644 --- a/graphene_django/views.py +++ b/graphene_django/views.py @@ -12,7 +12,7 @@ from django.views.decorators.csrf import ensure_csrf_cookie from django.views.generic import View from graphql import OperationType, get_operation_ast, parse, validate from graphql.error import GraphQLError -from graphql.execution import ExecutionResult +from graphql.execution import ExecutionResult, ExecutionContext from graphene import Schema from graphql.execution.middleware import MiddlewareManager