T
tRPC
Importing AppRouter types from an external repo
Importing AppRouter types from an external repo
Looking for more? Join the community!
T
tRPC
Importing AppRouter types from an external repo
T
tRPC
Importing AppRouter types from an external repo
Recommended Posts
TypeScript type for request object for route handlersSo far I've been writing my routes like:
```typescript
export const router = t.router({
helloWorlTyped wrappers for proceduresI have a TRPC client with working queries and mutations. I wanted to create wrapper functions for alAre TRPC server procedures actual endpoints? Meaning can you directly do a `post` request to them?Lets say you have a public procedure called `getHelloWorld`, can you hit it by doing `localhost:3000TRPCClientError - No "query"-procedure on path "user.all"Im using react native expo, prisma, trpc and the postgres database is on railway
I have run the foll