Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 533 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 533 Bytes

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.