Packages

Set of tasks to generate boiler plate files for Elixir Absinthe.

Current section

Files

Jump to
absinthe_gen lib templates resolver.eex
Raw

lib/templates/resolver.eex

defmodule <%= context.web_module %>.Resolvers.<%= schema.alias %> do
def list_<%= schema.name_plural %>(_parent, _args, _resolution) do
{:ok, []}
end
end