Skip to content

v0.15.2 — docs: name operations at the gateway

Latest

Choose a tag to compare

@VistaApps-za VistaApps-za released this 24 Jun 13:50

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.