Building business logic
This section explains how to implement domain logic with strong types and clear boundaries.
Core flow
- Define a Service
- Add Commands
- Add Subscriptions
- Connect Stores and resources
- Expose endpoints via REST/GraphQL adapters
This section explains how to implement domain logic with strong types and clear boundaries.