Absinthe integration based on Ecto schema


License
Apache-2.0

Documentation

Dilute

Dilute is aimed at GraphQL implementations with 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.2.2"}
  ]
end

Docs are available on hex here.