README.md
# AntlUtilsAbsinthe
[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/annatel/antl_utils_absinthe/CI?cacheSeconds=3600&style=flat-square)](https://github.com/annatel/antl_utils_absinthe/actions) [![GitHub issues](https://img.shields.io/github/issues-raw/annatel/antl_utils_absinthe?style=flat-square&cacheSeconds=3600)](https://github.com/annatel/antl_utils_absinthe/issues) [![License](https://img.shields.io/badge/license-MIT-brightgreen.svg?cacheSeconds=3600?style=flat-square)](http://opensource.org/licenses/MIT) [![Hex.pm](https://img.shields.io/hexpm/v/antl_utils_absinthe?style=flat-square)](https://hex.pm/packages/antl_utils_absinthe) [![Hex.pm](https://img.shields.io/hexpm/dt/antl_utils_absinthe?style=flat-square)](https://hex.pm/packages/antl_utils_absinthe)
Set of utils for Absinthe
## Installation
AntlUtilsAbsinthe is published on [Hex](https://hex.pm/packages/antl_utils_absinthe).
The package can be installed by adding `antl_utils_absinthe` to your list of dependencies in mix.exs:
```elixir
def deps do
[
{:antl_utils_absinthe, "~> 0.2.0"}
]
end
```
The docs can be found at [https://hexdocs.pm/antl_utils_absinthe](https://hexdocs.pm/antl_utils_absinthe).
## AntlUtils*
All AntlUtils libraries by Annatel:
* [AntlUtilsElixir](https://github.com/annatel/antl_utils_elixir) - Set of utils for Elixir
* [AntlUtilsEcto](https://github.com/annatel/antl_utils_ecto) - Set of utils for Ecto
* [AntlUtilsAbsinthe](https://github.com/annatel/antl_utils_absinthe) - Set of utils for Absinthe