ash v0.1.1 Ash.Resource.Actions.Create View Source

The representation of a create action.

Link to this section Summary

Link to this section Types

Link to this type

t()

View Source
t() :: %Ash.Resource.Actions.Create{
  authorization_steps: [Ash.Authorization.Rule.t()],
  name: atom(),
  primary?: boolean(),
  type: :create
}

Link to this section Functions

Link to this function

new(name, opts \\ [])

View Source
new(atom(), Keyword.t()) :: {:ok, t()} | {:error, term()}