From edaa234582e3332afdbfdfc7f01b1e1c28a69f4c Mon Sep 17 00:00:00 2001 From: Joseph Richardson <49208786+JoeHCQ1@users.noreply.github.com> Date: Tue, 13 Feb 2024 12:14:40 -0500 Subject: [PATCH] Added graphql to `--input-file-type` options (#1846) * Added graphql option to readme * Removed typo * Add graphql to --input-file-type in docs/index.md --------- Co-authored-by: Koudai Aono --- README.md | 2 +- docs/index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f0fd16b74..83542afff 100644 --- a/README.md +++ b/README.md @@ -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} diff --git a/docs/index.md b/docs/index.md index ebbe487a6..d89aed000 100644 --- a/docs/index.md +++ b/docs/index.md @@ -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}