View Source Ash.Resource.ManualRelationship behaviour (ash v3.0.2)

A module to implement manual relationships.

Summary

Callbacks

Link to this callback

load(list, opts, context)

View Source
@callback load(
  [Ash.Resource.record()],
  opts :: Keyword.t(),
  context :: Ash.Resource.ManualRelationship.Context.t()
) :: {:ok, map()} | {:error, term()}
@callback select(opts :: Keyword.t()) :: [atom()]