Skip to content

Building business logic

This section explains how to implement domain logic with strong types and clear boundaries.

Core flow

  1. Define a Service
  2. Add Commands
  3. Add Subscriptions
  4. Connect Stores and resources
  5. Expose endpoints via REST/GraphQL adapters

Suggested chapter order