https://github.com/frobese/dilute
https://github.com/frobese/dilute
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/frobese/dilute
- Owner: frobese
- License: apache-2.0
- Created: 2018-10-29T14:06:58.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-08-31T06:57:20.000Z (almost 6 years ago)
- Last Synced: 2025-10-23T03:08:41.061Z (8 months ago)
- Language: Elixir
- Size: 70.3 KB
- Stars: 17
- Watchers: 5
- Forks: 6
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).