mirror of
https://github.com/graphql-python/graphene-django.git
synced 2025-04-13 05:34:20 +03:00
fix: revert
This commit is contained in:
parent
cbdc7e9786
commit
f4f139a065
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user