ex_unit_absinthe

Helpers for Absinthe GraphQL tests


License
Apache-2.0

Documentation

ExUnitAbsinthe

Build Status

Helpers for Absinthe GraphQL tests

Installation

Available in Hex, this package can be installed by adding ex_unit_absinthe to your list of dependencies in mix.exs:

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

Example

See case_test.exs