File tree Expand file tree Collapse file tree 4 files changed +4
-0
lines changed Expand file tree Collapse file tree 4 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -524,6 +524,7 @@ There are a growing number of tools that are built atop or support Zod natively!
524
524
- [ ` koa-zod-router ` ] ( https://github.com/JakeFenley/koa-zod-router ) : Create typesafe routes in Koa with I/O validation using Zod.
525
525
- [ ` zod-sockets ` ] ( https://github.com/RobinTail/zod-sockets ) : Zod-powered Socket.IO microframework with I/O validation and built-in AsyncAPI specs
526
526
- [ ` oas-tszod-gen ` ] ( https://github.com/inkognitro/oas-tszod-gen ) : Client SDK code generator to convert OpenApi v3 specifications into TS endpoint caller functions with Zod types.
527
+ - [ ` GQLoom ` ] ( https://github.com/modevol-com/gqloom ) : Weave GraphQL schema and resolvers using Zod.
527
528
528
529
#### Form integrations
529
530
Original file line number Diff line number Diff line change @@ -491,6 +491,7 @@ Zod를 기반으로 구축되거나 Zod를 기본적으로 지원하는 도구
491
491
- [ ` koa-zod-router ` ] ( https://github.com/JakeFenley/koa-zod-router ) : Koa에서 Zod를 사용해 I/O 검증이 포함된 타입 안전한 라우트 생성.
492
492
- [ ` zod-sockets ` ] ( https://github.com/RobinTail/zod-sockets ) : Zod 기반 Socket.IO 마이크로프레임워크. I/O 검증과 내장 AsyncAPI 스펙 지원.
493
493
- [ ` oas-tszod-gen ` ] ( https://github.com/inkognitro/oas-tszod-gen ) : OpenAPI v3 스펙을 Zod 타입이 포함된 TS 엔드포인트 호출 함수로 변환하는 클라이언트 SDK 코드 생성기.
494
+ - [ ` GQLoom ` ] ( https://github.com/modevol-com/gqloom ) : Zod를 사용하여 GraphQL 스키마와 리졸버를 엮습니다.
494
495
495
496
#### 폼 통합 라이브러리
496
497
Original file line number Diff line number Diff line change @@ -297,6 +297,7 @@ _要在这里看到你的名字 + Twitter + 網站 , 请在[Freelancer](https://
297
297
- [ ` zod-i18n-map ` ] ( https://github.com/aiji42/zod-i18n ) : 有助于翻译 zod 错误信息。
298
298
- [ ` mobx-zod-form ` ] ( https://github.com/MonoidDev/mobx-zod-form ) : 以数据为中心的表格构建工具,基于 MobX 和 Zod。
299
299
- [ ` zodock ` ] ( https://github.com/ItMaga/zodock ) : 基於 Zod 模式生成模擬數據。
300
+ - [ ` GQLoom ` ] ( https://github.com/modevol-com/gqloom ) : 使用 ZOD 编织 GraphQL Schema 和解析器。
300
301
301
302
# 安装
302
303
Original file line number Diff line number Diff line change @@ -524,6 +524,7 @@ There are a growing number of tools that are built atop or support Zod natively!
524
524
- [ ` koa-zod-router ` ] ( https://github.com/JakeFenley/koa-zod-router ) : Create typesafe routes in Koa with I/O validation using Zod.
525
525
- [ ` zod-sockets ` ] ( https://github.com/RobinTail/zod-sockets ) : Zod-powered Socket.IO microframework with I/O validation and built-in AsyncAPI specs
526
526
- [ ` oas-tszod-gen ` ] ( https://github.com/inkognitro/oas-tszod-gen ) : Client SDK code generator to convert OpenApi v3 specifications into TS endpoint caller functions with Zod types.
527
+ - [ ` GQLoom ` ] ( https://github.com/modevol-com/gqloom ) : Weave GraphQL schema and resolvers using Zod.
527
528
528
529
#### Form integrations
529
530
You can’t perform that action at this time.
0 commit comments