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 44
55from graphql import parse , print_ast
66
7- from ...query_planning_and_execution .make_query_plan import make_query_plan
7+ from ...query_planning .make_query_plan import make_query_plan
88from ...schema_transformation .split_query import split_query
99from .example_schema import basic_merged_schema
1010
Original file line number Diff line number Diff line change @@ -160,6 +160,9 @@ disallow_untyped_calls = False
160160[mypy-graphql_compiler.query_pagination.query_parameterizer.*]
161161disallow_untyped_calls = False
162162
163+ [mypy-graphql_compiler.query_planning.*]
164+ disallow_untyped_defs = False
165+
163166[mypy-graphql_compiler.schema_generation.graphql_schema.*]
164167check_untyped_defs = False
165168disallow_incomplete_defs = False
@@ -189,9 +192,6 @@ check_untyped_defs = False
189192[mypy-graphql_compiler.schema_transformation.*]
190193disallow_untyped_calls = False
191194
192- [mypy-graphql_compiler.schema_transformation.make_query_plan.*]
193- disallow_untyped_defs = False
194-
195195[mypy-graphql_compiler.schema_transformation.split_query.*]
196196disallow_incomplete_defs = False
197197disallow_untyped_defs = False
You can’t perform that action at this time.
0 commit comments