T
tRPC
Data Visualisation/Charts
Data Visualisation/Charts
Looking for more? Join the community!
T
tRPC
Data Visualisation/Charts
T
tRPC
Data Visualisation/Charts
Recommended Posts
trpc + 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({