File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -430,6 +430,7 @@ def get_introspection_args(args: Namespace) -> Dict:
430430 "directive_is_repeatable" ,
431431 "schema_description" ,
432432 "input_value_deprecation" ,
433+ "input_object_one_of" ,
433434 ]
434435
435436 if args .schema_download is not None :
Original file line number Diff line number Diff line change @@ -407,6 +407,7 @@ def test_cli_parse_schema_download(parser):
407407 "specified_by_url:True" ,
408408 "schema_description:true" ,
409409 "directive_is_repeatable:true" ,
410+ "input_object_one_of:true" ,
410411 "--print-schema" ,
411412 ]
412413 )
@@ -419,6 +420,7 @@ def test_cli_parse_schema_download(parser):
419420 "specified_by_url" : True ,
420421 "schema_description" : True ,
421422 "directive_is_repeatable" : True ,
423+ "input_object_one_of" : True ,
422424 }
423425
424426 assert introspection_args == expected_args
You can’t perform that action at this time.
0 commit comments