You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to generate tRPC routes under one schema using different procedures?
For example I have a users table and I want the fetch routes to be public but the create and update routes are protected.
How could I achieve that? Thank you. #1057