View Source Ash.Resource.ManualRead behaviour (ash v3.0.0)
A module to implement manual read actions.
Summary
Types
Callbacks
@callback read( query :: Ash.Query.t(), data_layer_query :: term(), opts :: Keyword.t(), context :: context() ) :: {:ok, [Ash.Resource.record()]} | {:error, term()}