Hyperlambda FAQ - HTTP Gateways Intercepting PostgREST or GraphQL endpoints

preview_player
Показать описание
In this video I am demonstrating how to create an HTTP gateway endpoint. One of the advantages of this, is that you can add business logic to "untouchable endpoints", such as those given by a #graphql or #postgrest server. However, the idea lends itself to all sorts of interesting use cases, and allows you to intercept the original endpoint, for then to add business logic either before invoking the original endpoint, or after, having different business logic executing, depending upon whether or not the wrapped endpoint succeeds or not.
Рекомендации по теме