TtRPC•Created by tltl on 12/7/2022 in #❓-help How to call TRPC procedures directly, without creating a router and calling createCaller?
I'd like to use a TRPC procedure by calling it directly like someProcedure({input, ctx})
We frequently call TRPC procedures from within other TRPC procedures.