Skip to content

Commit 7b331d8

Browse files
committed
Adding input_value_deprecation arg
1 parent f99fa10 commit 7b331d8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/starwars/test_dsl.py

+1
Original file line numberDiff line numberDiff line change
@@ -1007,6 +1007,7 @@ def test_get_introspection_query_ast(option):
10071007
specified_by_url=option,
10081008
directive_is_repeatable=option,
10091009
schema_description=option,
1010+
input_value_deprecation=option,
10101011
type_recursion_level=9,
10111012
)
10121013
assert print_ast(gql(introspection_query)) == print_ast(dsl_introspection_query)

0 commit comments

Comments
 (0)