[day-04] add crudry to handle absinthe errors

This commit is contained in:
Joao P Dubas
2021-06-26 17:26:53 +00:00
parent 58c4601203
commit 179bd7f85d
2 changed files with 3 additions and 1 deletions

View File

@@ -44,7 +44,8 @@ defmodule Wabanex.MixProject do
{:jason, "~> 1.0"},
{:plug_cowboy, "~> 2.0"},
{:absinthe, "~> 1.5"},
{:absinthe_plug, "~> 1.5"}
{:absinthe_plug, "~> 1.5"},
{:crudry, "~> 2.4.0"}
]
end