From 89971f6844fc896bb6c6e509f28f9061386b6d8d Mon Sep 17 00:00:00 2001 From: Kei Kamikawa Date: Mon, 31 Jan 2022 19:51:25 +0900 Subject: [PATCH] fixed to typescript-validation-schema --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index adea6d45..1e228732 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ generates: path/to/graphql.ts: plugins: - typescript - - graphql-codegen-validation-schema + - typescript-validation-schema config: schema: yup ``` @@ -66,7 +66,7 @@ generates: - typescript path/to/validation.ts: plugins: - - graphql-codegen-validation-schema + - typescript-validation-schema config: importFrom: ./graphql # path for generated ts code ``` @@ -105,7 +105,7 @@ generates: path/to/graphql.ts: plugins: - typescript - - graphql-codegen-validation-schema + - typescript-validation-schema config: schema: yup directives: @@ -145,7 +145,7 @@ generates: path/to/graphql.ts: plugins: - typescript - - graphql-codegen-validation-schema + - typescript-validation-schema config: schema: zod directives: