File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 4040from graphql .execution import execute_sync as graphql_execute_sync
4141from graphql .execution import subscribe as graphql_subscribe
4242from graphql .execution .middleware import MiddlewareManager
43- from graphql .language import OperationType
43+ from graphql .language import DocumentNode , OperationType
4444from graphql .type import GraphQLSchema
4545from graphql .type .directives import specified_directives
4646from graphql .validation import validate
5656 from typing_extensions import TypeAlias
5757
5858 from graphql .execution .collect_fields import FieldGroup # type: ignore
59- from graphql .language import DocumentNode
6059 from graphql .pyutils import Path
6160 from graphql .type import GraphQLResolveInfo
6261 from graphql .validation import ASTValidationRule
You can’t perform that action at this time.
0 commit comments