View Source Ash.Resource.ManualUpdate behaviour (ash v2.14.17)
A module to implement manual update actions.
Summary
Types
Callbacks
@callback update( changeset :: Ash.Changeset.t(), opts :: Keyword.t(), context :: context() ) :: {:ok, Ash.Resource.record()} | {:ok, Ash.Resource.record(), %{notifications: [Ash.Notifier.Notification.t()]}} | {:error, term()}