T
tRPC
Can someone explain MiddlewareFunction?
Can someone explain MiddlewareFunction?
Looking for more? Join the community!
T
tRPC
Can someone explain MiddlewareFunction?
T
tRPC
Can someone explain MiddlewareFunction?
Recommended Posts
How do I get the queries and mutations list in v10?Hello,
In tRPC v9 I can do:
```
const queries = Object.keys(appRouter._def.queries);
const mutatiIssues with subrouters being treated as any on clientI have 3 sub routers, all with a hello query just returning an object with world. I'm using nextjs wtRPC + Express + Open TelemetryI'm wondering if anyone has experience using tRPC in conjunction with Express and Open Telemetry. I'Strange trpc typesHello, I just installed a fresh `trpc` project with `prisma` and `next`.
I have a prisma schema such