View Source Ash.Resource.ManualDestroy behaviour (ash v2.11.8)
A module to implement manual destroy actions.
Link to this section Summary
Link to this section Types
Link to this section Callbacks
@callback destroy( changeset :: Ash.Changeset.t(), opts :: Keyword.t(), context :: context() ) :: {:ok, Ash.Resource.record()} | {:error, term()}