We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent caef47d commit f70388cCopy full SHA for f70388c
1 file changed
src/graphql_server/runtime.py
@@ -40,7 +40,7 @@
40
from graphql.execution import execute_sync as graphql_execute_sync
41
from graphql.execution import subscribe as graphql_subscribe
42
from graphql.execution.middleware import MiddlewareManager
43
-from graphql.language import OperationType
+from graphql.language import DocumentNode, OperationType
44
from graphql.type import GraphQLSchema
45
from graphql.type.directives import specified_directives
46
from graphql.validation import validate
@@ -56,7 +56,6 @@
56
from typing_extensions import TypeAlias
57
58
from graphql.execution.collect_fields import FieldGroup # type: ignore
59
- from graphql.language import DocumentNode
60
from graphql.pyutils import Path
61
from graphql.type import GraphQLResolveInfo
62
from graphql.validation import ASTValidationRule
0 commit comments