README.md
# Dilute
Dilute is aimed at GraphQL implementations through [Absinthe](https://github.com/absinthe-graphql/absinthe) based on [ecto](https://github.com/elixir-ecto/ecto) schema definitions.
Additionally Dilute is able to process resolutions and fetch the respective results from a given repository.
## Installation
The package can be installed by adding `dilute` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:dilute, "~> 0.1.0"}
]
end
```
[Docs](https://hexdocs.pm/dilute)