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