Current section

Files

Jump to
absinthe lib absinthe schema hydrator.ex
Raw

lib/absinthe/schema/hydrator.ex

defmodule Absinthe.Schema.Hydrator do
@type hydration :: any
@callback apply_hydration(
node :: Absinthe.Blueprint.Schema.t(),
hydration :: hydration
) :: Absinthe.Blueprint.Schema.t()
end