GraphQL Code Generator Typescript Validation Schema

JSON →
library 0.19.0 ·javascript
verified Jun 7, 2026

GraphQL Code Generator plugin that generates form validation schemas (yup, zod, myzod, valibot) from your GraphQL schema. Current stable version 0.19.0. Releases are frequent; supports multiple validator libraries including zod v4. Key differentiator: automates creating consistent validation logic from GraphQL type definitions, reducing duplication between schema and client validation. Supports scalars, custom schemas, and strict mode. Requires graphql and a validator peer dependency.