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