Tip: wrap your route/resolver once at the gateway/router and every read inherits the operation name (bucket(path) in a tRPC base procedure, bucket('users.show', handler) on an Express route). Inner bucket() still wins. Docs only.
Tip: wrap your route/resolver once at the gateway/router and every read inherits the operation name (bucket(path) in a tRPC base procedure, bucket('users.show', handler) on an Express route). Inner bucket() still wins. Docs only.