DJanocha

Results 3 comments of DJanocha

So you have 2 endpoints: 1. '/users/{id}' 2. '/users/claim'. When you try to access the '/users/claim' route, trpc-openapi checks all of the routes, one by one, to check if there...

could you share you package.json file or the content trpc-related? I'm currently struggling with overiding input in middleware. I'm not changing the shape of input, just values inside. To be...

Afaik generating types from runtime stuff (eg schemas) that occurs in trpc queries and mutations if doable, but not the other way around. I dont beliebe you can, with 100%...