[day-03] install absinthe dependency

Yeah, it's time to work with graphql in elixir.
This commit is contained in:
Joao P Dubas
2021-06-24 00:03:34 +00:00
parent 3709cd265a
commit 424bfa917e
2 changed files with 6 additions and 1 deletions

View File

@@ -42,7 +42,9 @@ defmodule Wabanex.MixProject do
{:telemetry_poller, "~> 0.4"},
{:gettext, "~> 0.11"},
{:jason, "~> 1.0"},
{:plug_cowboy, "~> 2.0"}
{:plug_cowboy, "~> 2.0"},
{:absinthe, "~> 1.5"},
{:absinthe_plug, "~> 1.5"}
]
end