Skip to content

Commit df84120

Browse files
committed
Add option in docs
1 parent f4ac817 commit df84120

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

gql/cli.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,9 @@ def get_parser(with_examples: bool = False) -> ArgumentParser:
140140
- input_value_deprecation:false to omit deprecated input fields
141141
- specified_by_url:true
142142
- schema_description:true
143-
- directive_is_repeatable:true"""
143+
- directive_is_repeatable:true
144+
- input_object_one_of:true
145+
"""
144146
),
145147
dest="schema_download",
146148
)

0 commit comments

Comments
 (0)