elixir_cqrs_tools
elixir_cqrs_tools copied to clipboard
use ecto types for options
By using types, we can expose options to other macros like absinthe.
In the case of abinthe queries/mutations, it would be nice to have an expose_options
property.
-
expose_options: true
- generate args/fields for all options -
expose_options: [:name, :another]
- generate args/fields for all listed options