README.md
# Absinthe Utils
Collection of utilities for [absinthe](https://hexdocs.pm/absinthe/).
[](https://hex.pm/packages/absinthe_utils)
[](https://hexdocs.pm/absinthe_utils/)
## Installation
[Available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `absinthe_utils` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:absinthe_utils, "~> 0.0.1"}
]
end
```
Documentation can be found in [HexDocs](https://hexdocs.pm/absinthe_utils).