Business Logic
With Hasura, you can instantly and easily incorporate custom business logic as part of your Supergraph API using Hasura Lambda connectors.
Transform, mutate or enrich data, connect to existing services, or extend the functionality of your native data using functions, all hosted by Hasura or on your own infrastructure.
Add custom business logic using TypeScript
Using TypeScript and Node.js, you can leverage existing code and add new capabilities to your data sources.
Add custom business logic using Python
Using Python, you can leverage existing code and add new capabilities to your data sources, just like with TypeScript.
Add custom business logic using Go
Using Go, you can leverage existing code and add new capabilities to your data sources, just like with TypeScript.