Current section

Files

Jump to
absinthe lib absinthe adapter passthrough.ex
Raw

lib/absinthe/adapter/passthrough.ex

defmodule Absinthe.Adapter.Passthrough do
@moduledoc """
The default adapter, which makes no changes to incoming query document
ASTs or outgoing results.
"""
use Absinthe.Adapter
end