AbsintheGenerator.CrudResource (absinthe_generator v0.1.0) View Source
We can utilize this module to generate crud resource files as well as add them into the schema.ex
Definitions
:app_name- Required. Application name you're generating the code under:resource_name- Required. The query or mutation namespace to organize the code under:moduledoc- Moduledoc message can be injected into the resulting output code:context_module- Required.:resource_fields- Required.:only:except
Link to this section Summary
Link to this section Types
Specs
crud_type() :: :create | :find | :index | :update | :delete | :find_and_upsert