Cqrs.Query.option
You're seeing just the macro
option
, go back to Cqrs.Query module for more information.
Specs
option(name :: atom(), {:enum, possible_values :: list()}, keyword()) :: any()
option(name :: atom(), hint :: atom(), keyword()) :: any()
Describes a supported option for this query.
Options
:default
- this default value if the option is not provided.:description
- The documentation for this option.