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:
430
430
"directive_is_repeatable" ,
431
431
"schema_description" ,
432
432
"input_value_deprecation" ,
433
+ "input_object_one_of" ,
433
434
]
434
435
435
436
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):
407
407
"specified_by_url:True" ,
408
408
"schema_description:true" ,
409
409
"directive_is_repeatable:true" ,
410
+ "input_object_one_of:true" ,
410
411
"--print-schema" ,
411
412
]
412
413
)
@@ -419,6 +420,7 @@ def test_cli_parse_schema_download(parser):
419
420
"specified_by_url" : True ,
420
421
"schema_description" : True ,
421
422
"directive_is_repeatable" : True ,
423
+ "input_object_one_of" : True ,
422
424
}
423
425
424
426
assert introspection_args == expected_args
You can’t perform that action at this time.
0 commit comments