GitHub
github.com › incetarik › nestjs-graphql-zod
GitHub - incetarik/nestjs-graphql-zod: A library providing dynamic GraphQL object classes from their zod validation objects. · GitHub
A library providing dynamic GraphQL object classes from their zod validation objects. - incetarik/nestjs-graphql-zod
Starred by 92 users
Forked by 14 users
Languages TypeScript
npm
npmjs.com › package › @schema-hub › zod-graphql-query-builder
@schema-hub/zod-graphql-query-builder - npm
May 28, 2026 - Transforms Zod schemas into GraphQL queries. Latest version: 0.0.14, last published: a month ago. Start using @schema-hub/zod-graphql-query-builder in your project by running `npm i @schema-hub/zod-graphql-query-builder`. There are 1 other projects ...
» npm install @schema-hub/zod-graphql-query-builder
Published May 28, 2026
Version 0.0.14
The Guild
the-guild.dev › graphql › codegen › plugins › typescript › typescript-validation-schema
graphql-codegen-typescript-validation-schema
Generates Zod schemas for GraphQL operation result selection sets.
GitHub
github.com › withshepherd › graphql-codegen-zod
GitHub - withshepherd/graphql-codegen-zod · GitHub
Inspired by codegen-graphql-yup · onlyWithValidation: boolean ( default false) If you want to generate an schema for all your input objects definitions with or without the directive put it in true. zodSchemasMap: a map of your scalars to a zod type.
Starred by 59 users
Forked by 5 users
Languages TypeScript
npm
npmjs.com › package › @anatine › graphql-codegen-zod
@anatine/graphql-codegen-zod - npm
Its a library to parse from Graphql Schema to a Zod Schema. Latest version: 0.4.1, last published: 2 years ago. Start using @anatine/graphql-codegen-zod in your project by running `npm i @anatine/graphql-codegen-zod`. There are no other projects ...
» npm install @anatine/graphql-codegen-zod
Published Mar 19, 2024
Version 0.4.1
Author Brian McBride
Repository https://github.com/anatine/zod-plugins
npm
npmjs.com › package › @schema-hub › zod-graphql-client
@schema-hub/zod-graphql-client - npm
May 28, 2026 - Single Source of Truth: Keep your schema and queries in sync by using zod schemas for both runtime validation and query definition. Ease of Use: Simplify the process of sending GraphQL queries with a clean and intuitive API.
» npm install @schema-hub/zod-graphql-client
Published Jul 21, 2026
Version 0.0.17
npm
npmjs.com › package › @anatine › graphql-zod-validation
@anatine/graphql-zod-validation - npm
Extends or overrides validation schema for the built-in scalars and custom GraphQL scalars. ... When enabled, object types type will also be converted via codegen. config: schema: yup scalarSchemas: Date: yup.date() Email: yup.string().email() ...
» npm install @anatine/graphql-zod-validation
npm
npmjs.com › package › @use-pico › graphql-codegen-zod
@use-pico/graphql-codegen-zod - npm
November 5, 2025 - A powerful GraphQL Code Generator plugin that automatically generates Zod schemas from your GraphQL schema and operations.
» npm install @use-pico/graphql-codegen-zod
Published Nov 05, 2025
Version 4.0.65
GitHub
github.com › kylerush › zod-graphql-type
GitHub - kylerush/zod-graphql-type: ZodError GraphQL type so that you can return zod errors in your GraphQL API. · GitHub
ZodError GraphQL type so that you can return zod errors in your GraphQL API. - kylerush/zod-graphql-type
Author kylerush
Pothos-graphql
pothos-graphql.dev › docs › plugins › zod
Zod Validation plugin
Add GraphQL pluginComplexity pluginDataloader pluginDirective pluginDrizzle pluginErrors pluginFederation pluginGrafast pluginMocks pluginRelay pluginAuth pluginSimple objects pluginSmart subscriptions pluginSubGraph pluginTracing pluginValidation pluginWith-Input pluginZod Validation plugin ... The new Pothos Validation plugin is now the recommended way to add validation to your schema, and has support for zod, as well as several other validation libraries.
GitHub
github.com › JamesonRGrieve › zod2gql
GitHub - JamesonRGrieve/zod2gql: Build GraphQL queries out of Zod schemas. · GitHub
zod2gql extends Zod's schema objects with GraphQL generation capabilities, allowing you to automatically convert your Zod schemas into GraphQL queries, mutations, and subscriptions.
Author JamesonRGrieve
npm
npmjs.com › package › nestjs-graphql-zod
nestjs-graphql-zod - npm
A library for integrating zod validation objects into nestjs graphql objects.. Latest version: 3.4.1, last published: 2 years ago. Start using nestjs-graphql-zod in your project by running `npm i nestjs-graphql-zod`. There are 1 other projects ...
» npm install nestjs-graphql-zod
Published May 21, 2024
Version 3.4.1
Author Tarık İnce
Reddit
reddit.com › r/nestjs_framework › generate graphql code-first schema from zod validation objects!
r/Nestjs_framework on Reddit: Generate GraphQL code-first schema from Zod validation objects!
March 28, 2023 - With this library, you don't need to write separate classes for your models, yet, you will still be able to validate user inputs (or your function outputs) through Zod library and corresponding GraphQL object types will be generated automatically.
GitHub
github.com › dev-guardian0 › nestjs-graphql-zod
GitHub - dev-guardian0/nestjs-graphql-zod
This library provides utility functions and decorators similar to NestJS GraphQL decorators that lets you work with zod objects without the need of writing GraphQL schema classes.
Author dev-guardian0
npm
npmjs.com › package › zod-graphql
zod-graphql - npm
September 7, 2020 - Learn [Zod](https://github.com/vriad/zod) here.. Latest version: 0.0.1, last published: 6 years ago. Start using zod-graphql in your project by running `npm i zod-graphql`. There are no other projects in the npm registry using zod-graphql.
» npm install zod-graphql
Published Jul 09, 2020
Version 0.0.1
Author Colin McDonnell
GitHub
v3.zod.dev
Zod | Documentation
Provides GraphQL method decorators working with Zod schemas.