File tree Expand file tree Collapse file tree 5 files changed +0
-172
lines changed Expand file tree Collapse file tree 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:
1818
1919.. autofunction :: get_operation_ast
2020
21- Get the Type for the target Operation AST:
22-
23- .. autofunction :: get_operation_root_type
24-
2521Convert a GraphQLSchema to an IntrospectionQuery:
2622
2723.. autofunction :: introspection_from_schema
Original file line number Diff line number Diff line change 167167 IntrospectionQuery ,
168168 # Get the target Operation from a Document.
169169 get_operation_ast ,
170- # Get the Type for the target Operation AST.
171- get_operation_root_type ,
172170 # Convert a GraphQLSchema to an IntrospectionQuery.
173171 introspection_from_schema ,
174172 # Build a GraphQLSchema from an introspection result.
744742 "get_introspection_query" ,
745743 "IntrospectionQuery" ,
746744 "get_operation_ast" ,
747- "get_operation_root_type" ,
748745 "introspection_from_schema" ,
749746 "build_client_schema" ,
750747 "build_ast_schema" ,
Original file line number Diff line number Diff line change 1010# Get the target Operation from a Document.
1111from .get_operation_ast import get_operation_ast
1212
13- # Get the Type for the target Operation AST.
14- from .get_operation_root_type import get_operation_root_type
15-
1613# Convert a GraphQLSchema to an IntrospectionQuery.
1714from .introspection_from_schema import introspection_from_schema
1815
106103 "find_dangerous_changes" ,
107104 "get_introspection_query" ,
108105 "get_operation_ast" ,
109- "get_operation_root_type" ,
110106 "is_equal_type" ,
111107 "is_type_sub_type_of" ,
112108 "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