Cqrs.Absinthe.derive_mutation_input
You're seeing just the macro
derive_mutation_input
, go back to Cqrs.Absinthe module for more information.
Defines an Absinthe
input_object
for a Command.
Options
:as
- The name to use for the query. Defaults to the command_module name snake_cased with_input
appended.