View Source Absinthe.Schema.Hydrator behaviour (absinthe v1.7.9)

Summary

Types

hydration()

@type hydration() :: any()

Callbacks

apply_hydration(node, hydration)

@callback apply_hydration(
  node :: Absinthe.Blueprint.Schema.t(),
  hydration :: hydration()
) :: Absinthe.Blueprint.Schema.t()