-
-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement Router Inheritance/Merging (Nested Router) #437
Comments
Based on the issue title, I'm guessing the goal is to be able to combine multiple routers, where you can have a router for each object. tRPC has this concept, and it's very useful when it comes to structuring code https://trpc.io/docs/server/merging-routers |
Related discussions: |
Thumbs up! One way I was able to partially workaround this is by extracting router's |
I think we should consider having a similar API as trpc: https://trpc.io/docs/server/merging-routers (as proposed in the related discussion) |
@dodas Hey! I would love to see an example for this, could you please share one? I'm not 100% getting it 😅 |
Really interested as well. |
No description provided.
The text was updated successfully, but these errors were encountered: