Packages

An open source two way communication platform for the social sector

Current section

Files

Jump to
glific lib glific_web absinthe_plug.ex
Raw

lib/glific_web/absinthe_plug.ex

defmodule Glific.Absinthe.Plug do
@moduledoc false
defdelegate init(opts), to: Absinthe.Plug
defdelegate call(conn, opts), to: Absinthe.Plug
end
defmodule Glific.Absinthe.Plug.GraphiQL do
@moduledoc false
defdelegate init(opts), to: Absinthe.Plug.GraphiQL
defdelegate call(conn, opts), to: Absinthe.Plug.GraphiQL
end