Ash.Resource.Actions.Create (ash v1.43.10)
View Source
Represents a create action on a resource.
Specs
t() :: %Ash.Resource.Actions.Create{
accept: [atom()],
allow_nil_input: [atom()],
arguments: [Ash.Resource.Actions.Argument.t()],
changes: term(),
description: String.t(),
manual?: term(),
name: atom(),
primary?: boolean(),
reject: term(),
require_attributes: term(),
type: :create
}