API Reference cqrs_tools v0.5.28
Modules
CqrsTools is a set of macros to let you focus on your core business and make CQRS applications easier to manage.
Macros for Absinthe.Relay
The Command macro allows you to define a command that encapsulates a struct definition,
data validation, dependency validation, and dispatching of the command.
Defines validation functions for a validated command.
Defines a new domain event struct
Defines a query and any filters.
The ValueObject macro allows you to define a typed struct with validation.