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