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

Link to this section Summary

Link to this section Types

@type hydration() :: any()

Link to this section Callbacks

Link to this callback

apply_hydration(node, hydration)

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