absinthe_plug v1.1.3 Absinthe.Plug.GraphiQL

Enables GraphiQL

Usage

if Absinthe.Plug.GraphiQL.serve? do
  plug Absinthe.Plug.GraphiQL
end

Summary

Functions

Callback implementation for c:Plug.call/2

Functions

call(conn, config)

Callback implementation for c:Plug.call/2.

init(opts)

See Absinthe.Plug.init/1.