README.md
# Dilute
Dilute is aimed at GraphQL implementations with [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.2.2"}
]
end
```
Docs are available on hex [here](https://hexdocs.pm/dilute).