nestjs / awesome-nestjs

A curated list of awesome things related to NestJS 😎
10.94k stars 975 forks source link

Add `zod-to-nestjs-graphql` lib #285

Closed kolpakov-p closed 7 months ago

kolpakov-p commented 7 months ago

Resource type (required)

If your contribution is NOT a GitHub repository, then you can skip the next titles, except "Rules".

Description (required)

A package to generate GraphQL types from zod contracts. Just pass a zod contract to, and it will generate and register suitable GraphQL types for NestJS (usually decorated with @ObjectType or @InputType).

Link (required)

https://github.com/kolpakov-p/zod-to-nestjs-graphql

Rules (required)

kolpakov-p commented 7 months ago

@micalevisk @jmcdo29 Would you please review this PR?