File tree 5 files changed +0
-172
lines changed
5 files changed +0
-172
lines changed Original file line number Diff line number Diff line change @@ -18,10 +18,6 @@ Get the target Operation from a Document:
18
18
19
19
.. autofunction :: get_operation_ast
20
20
21
- Get the Type for the target Operation AST:
22
-
23
- .. autofunction :: get_operation_root_type
24
-
25
21
Convert a GraphQLSchema to an IntrospectionQuery:
26
22
27
23
.. autofunction :: introspection_from_schema
Original file line number Diff line number Diff line change 167
167
IntrospectionQuery ,
168
168
# Get the target Operation from a Document.
169
169
get_operation_ast ,
170
- # Get the Type for the target Operation AST.
171
- get_operation_root_type ,
172
170
# Convert a GraphQLSchema to an IntrospectionQuery.
173
171
introspection_from_schema ,
174
172
# Build a GraphQLSchema from an introspection result.
744
742
"get_introspection_query" ,
745
743
"IntrospectionQuery" ,
746
744
"get_operation_ast" ,
747
- "get_operation_root_type" ,
748
745
"introspection_from_schema" ,
749
746
"build_client_schema" ,
750
747
"build_ast_schema" ,
Original file line number Diff line number Diff line change 10
10
# Get the target Operation from a Document.
11
11
from .get_operation_ast import get_operation_ast
12
12
13
- # Get the Type for the target Operation AST.
14
- from .get_operation_root_type import get_operation_root_type
15
-
16
13
# Convert a GraphQLSchema to an IntrospectionQuery.
17
14
from .introspection_from_schema import introspection_from_schema
18
15
106
103
"find_dangerous_changes" ,
107
104
"get_introspection_query" ,
108
105
"get_operation_ast" ,
109
- "get_operation_root_type" ,
110
106
"is_equal_type" ,
111
107
"is_type_sub_type_of" ,
112
108
"is_valid_name_error" ,
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments