tRPCttRPC
Powered by
Patryk MakowskiP
tRPC•3y ago
Patryk Makowski

Get the type of context after middleware

How can I get the type of the context of
adminProcedure
adminProcedure
from
export const adminProcedure = publicProcedure.use(isAdmin)
export const adminProcedure = publicProcedure.use(isAdmin)
?
https://trpc.io/docs/server/middlewares
Middlewares | tRPC
You are able to add middleware(s) to a procedure with the t.procedure.use() method. The middleware(s) will wrap the invocation of the procedure and must pass through its return value.
Middlewares | tRPC
tRPCJoin
Move Fast & Break Nothing. End-to-end typesafe APIs made easy.
5,015Members
Resources
Recent Announcements

Similar Threads

Was this page helpful?

Similar Threads

How to get the type of context after middleware context extension?
cha0sg0dCcha0sg0d / ❓-help
3y ago
Getting the type of context
TribeTTribe / ❓-help
2y ago
Infer context from procedure after middleware
VinnieVVinnie / ❓-help
2y ago