absinthe_plug v1.1.1 Absinthe.Plug.GraphiQL

Enables GraphiQL

See http://absinthe-graphql.org/guides/introspection/ for more information

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.