AbsintheGenerator.Resolver (absinthe_generator v0.1.0) View Source
We can utilize this module to generate resolver files which are then used in the mutations/queries/subscriptions
Definitions
:app_name- Required. Application name you're generating the code under:resolver_name- Required. name of the resolver:moduledoc- Moduledoc message can be injected into the resulting output code:resolver_functions- Resolver functions to inject in, these are just inserted right into the resolver The default value is[].