TtRPC•Created by Deepak Sharma on 8/13/2024 in #❓-help Nested tRPC procedures.
I'm trying to convert a REST API structure to tRPC. Specifically, I want to replicate the nested REST route products/:productId/discount
in tRPC ?
. How should I declare and organize these nested routes in tRPC to match this structure effectively?