/plushcap/analysis/hasura/introducing-actions

Introducing Actions: Add custom business logic to Hasura

What's this blog post about?

Actions are a feature of Hasura that allow users to add custom business logic to their GraphQL API. They work well with existing CRUD operations and can be used in conjunction with serverless functions. Actions enable developers to maintain control over their data models, business logic, and security settings while leveraging the benefits of Hasura's scalable architecture and performance best practices. By using actions, users can create a command & query design that separates domain actions from model updates, making it easier to manage access control and maintain a consistent security posture. Additionally, Actions are not locked into any specific language or framework, allowing for flexibility in implementation.

Company
Hasura

Date published
May 5, 2020

Author(s)
Tanmai Gopal

Word count
1569

Hacker News points
None found.

Language
English


By Matt Makai. 2021-2024.