We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9052403 commit ba53126Copy full SHA for ba53126
gql/utilities/build_client_schema.py
@@ -1,10 +1,7 @@
1
-from graphql import GraphQLSchema, IntrospectionQuery
+from graphql import DirectiveLocation, GraphQLSchema, IntrospectionQuery
2
from graphql import build_client_schema as build_client_schema_orig
3
from graphql.pyutils import inspect
4
-from graphql.utilities.get_introspection_query import (
5
- DirectiveLocation,
6
- IntrospectionDirective,
7
-)
+from graphql.utilities.get_introspection_query import IntrospectionDirective
8
9
__all__ = ["build_client_schema"]
10
0 commit comments