Fix: import dependency

This commit is contained in:
Leo(Jeemyeong) Lee 2022-07-12 17:37:26 +09:00
parent f6ec0689c1
commit aef30d9d0b

View File

@ -11,7 +11,7 @@ from django.views.decorators.csrf import ensure_csrf_cookie
from django.views.generic import View from django.views.generic import View
from graphql import OperationType, get_operation_ast, parse, validate from graphql import OperationType, get_operation_ast, parse, validate
from graphql.error import GraphQLError from graphql.error import GraphQLError
from graphql.error import format_error as format_graphql_error from graphql.error.graphql_error import format_error as format_graphql_error
from graphql.execution import ExecutionResult from graphql.execution import ExecutionResult
from graphene import Schema from graphene import Schema