/dilute

Primary LanguageElixirApache License 2.0Apache-2.0

Dilute

Dilute is aimed at GraphQL implementations through Absinthe based on 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:

def deps do
  [
    {:dilute, "~> 0.1.0"}
  ]
end

Docs