TtRPC•Created by DNA on 4/14/2023 in #❓-help New to tRPC and Need Help with Basics
I'm primarily interested in how I can validate the z.object({z.string})
validation using the API endpoint call localhost:3000/api/trpc/example.hello?input={text:'hello'}
, but URI encoded. Please help me out.