Dilute is aimed at GraphQL implementations with Absinthe based on ecto schema definitions.
Additionally Dilute is able to process resolutions and fetch the respective results from a given repository.
The package can be installed by adding dilute
to your list of dependencies in mix.exs
:
def deps do
[
{:dilute, "~> 0.2.2"}
]
end
Docs are available on hex here.