FormidableLabs / nextjs-sanity-fe

NextJS Demo site with Sanity CMS
https://nextjs-sanity.formidable.dev/
29 stars 6 forks source link

PoC: Make zod optional #202

Closed scottrippey closed 10 months ago

scottrippey commented 11 months ago

GroqD is a query builder with 2 main features: strong output types, and runtime validation of input types.

This PoC is to determine if we can make runtime validation optional. Reasons:

Task list:

scottrippey commented 10 months ago

Update: this will be completed as part of groqd with the groq-builder package