An open API service indexing awesome lists of open source software.

https://github.com/frobese/dilute


https://github.com/frobese/dilute

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# 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).