安装absinthe_plug后,我将得到以下错误:** (UndefinedFunctionError) function KerriganApiWeb.Absinthe.Plug.init/1 is undefined (module KerriganApiWeb.Absinthe.Plug is not, "~> 1.3.0"},
{:absi
我的第一个想法是使用中间件将解析器封装在try/rescue块中,我遇到的唯一两个链接也提出了类似的方法:
- Tries to do the same thing, but doesn't follow the `Absinthe.Middleware@default_error {:error, :internal_se
Absinthe和Dataloader之间的集成对我来说是非常新的,所以欢迎任何帮助。我遇到了以下错误: ** (FunctionClauseError) no function clause matching in anonymous fn/3 in Absinthe.Resolution.Helpers.dataloader/2 我的PostType defmodule MyApp.Schema.Types.PostType do import <em