GQLoom: Weaving GraphQL Schema using Zod #3967
xcfox
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
👋 I'm very excited to introduce GQLoom to you, which can weave
Zod
types into GraphQL Schema.GQLoom is a Code First GraphQL Schema Loom, used to weave runtime types in the TypeScript/JavaScript ecosystem into a GraphQL Schema.
As the most popular runtime validation library,
Zod
is given primary support byGQLoom
!With
GQLoom
andZod
, you can easily create a GraphQL Schema without writing GraphQL.The above code will be woven into the following GraphQL Schema:
GQLoom is also integrated with popular ORM libraries such as Prisma, MikroORM, and Drizzle. You only need to write the database table structure or entity model once, and
GQLoom
will weave them into the GraphQL Schema.GQLoom
also provides resolver factories, with which you can create a complete GraphQL CRUD interface for database tables with just a few lines of code!🚀 Learn more about the functions and usage of
GQLoom
in the GQLoom Documentation!Beta Was this translation helpful? Give feedback.
All reactions