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}