T
tRPC
How to infer types from input?
How to infer types from input?
Looking for more? Join the community!
T
tRPC
How to infer types from input?
T
tRPC
How to infer types from input?
Recommended Posts
How to infer types of a queryCoinsider the example
`const hello = trpc.hello.useQuery();`
I would like to export the type we get Data Visualisation/Chartsis anyone using tRPC on data visualisation (say bar chart/line chart) in a scenario close to a bankitrpc + AWS Lambda (through cdk)Hi all, has anyone successfully integrated tRPC with AWS Lambda? My current stack is API Gateway + LIs it possible to narrow an output schema if the query optionally doesn't return all fields?I have a router procedure that has an input schema that has an optional `filter` that changes the shFetching different server url than defined in configIs it possible to access the reactQuery instance and fetch different server url? I would like to useinput using z.or not working properlyi have an input like this
let input = z.object({
name: z.string().optional()
}).or(z.object({