We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4ac817 commit df84120Copy full SHA for df84120
gql/cli.py
@@ -140,7 +140,9 @@ def get_parser(with_examples: bool = False) -> ArgumentParser:
140
- input_value_deprecation:false to omit deprecated input fields
141
- specified_by_url:true
142
- schema_description:true
143
- - directive_is_repeatable:true"""
+ - directive_is_repeatable:true
144
+ - input_object_one_of:true
145
+ """
146
),
147
dest="schema_download",
148
)
0 commit comments