Skip to content

Commit

Permalink
Added graphql to --input-file-type options (#1846)
Browse files Browse the repository at this point in the history
* Added graphql option to readme

* Removed typo

* Add graphql to --input-file-type in docs/index.md

---------

Co-authored-by: Koudai Aono <koxudaxi@gmail.com>
  • Loading branch information
JoeHCQ1 and koxudaxi authored Feb 13, 2024
1 parent d61b1c4 commit edaa234
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ Options:
--http-ignore-tls Disable verification of the remote host's TLS
certificate
--input INPUT Input file/directory (default: stdin)
--input-file-type {auto,openapi,jsonschema,json,yaml,dict,csv}
--input-file-type {auto,openapi,graphql,jsonschema,json,yaml,dict,csv}
Input file type (default: auto)
--output OUTPUT Output file (default: stdout)
--output-model-type {pydantic.BaseModel,pydantic_v2.BaseModel,dataclasses.dataclass,typing.TypedDict,msgspec.Struct}
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ Options:
--http-ignore-tls Disable verification of the remote host's TLS
certificate
--input INPUT Input file/directory (default: stdin)
--input-file-type {auto,openapi,jsonschema,json,yaml,dict,csv}
--input-file-type {auto,openapi,graphql,jsonschema,json,yaml,dict,csv}
Input file type (default: auto)
--output OUTPUT Output file (default: stdout)
--output-model-type {pydantic.BaseModel,pydantic_v2.BaseModel,dataclasses.dataclass,typing.TypedDict,msgspec.Struct}
Expand Down

0 comments on commit edaa234

Please sign in to comment.