This repository was archived by the owner on Feb 6, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
tests/schema_transformation_tests Expand file tree Collapse file tree 4 files changed +4
-4
lines changed File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change 4
4
5
5
from graphql import parse , print_ast
6
6
7
- from ...query_planning_and_execution .make_query_plan import make_query_plan
7
+ from ...query_planning .make_query_plan import make_query_plan
8
8
from ...schema_transformation .split_query import split_query
9
9
from .example_schema import basic_merged_schema
10
10
Original file line number Diff line number Diff line change @@ -160,6 +160,9 @@ disallow_untyped_calls = False
160
160
[mypy-graphql_compiler.query_pagination.query_parameterizer.*]
161
161
disallow_untyped_calls = False
162
162
163
+ [mypy-graphql_compiler.query_planning.*]
164
+ disallow_untyped_defs = False
165
+
163
166
[mypy-graphql_compiler.schema_generation.graphql_schema.*]
164
167
check_untyped_defs = False
165
168
disallow_incomplete_defs = False
@@ -189,9 +192,6 @@ check_untyped_defs = False
189
192
[mypy-graphql_compiler.schema_transformation.*]
190
193
disallow_untyped_calls = False
191
194
192
- [mypy-graphql_compiler.schema_transformation.make_query_plan.*]
193
- disallow_untyped_defs = False
194
-
195
195
[mypy-graphql_compiler.schema_transformation.split_query.*]
196
196
disallow_incomplete_defs = False
197
197
disallow_untyped_defs = False
You can’t perform that action at this time.
0 commit comments