View Source Ash.Reactor.Dsl.ReadOne (ash v3.0.2)
The read_one
entity for the Ash.Reactor
reactor extension.
Summary
Types
@type t() :: %Ash.Reactor.Dsl.ReadOne{ __identifier__: any(), action: atom(), action_step?: true, actor: [Ash.Reactor.Dsl.Actor.t()], async?: boolean(), authorize?: boolean() | nil, description: String.t() | nil, domain: Ash.Domain.t(), fail_on_not_found?: boolean(), inputs: [Ash.Reactor.Dsl.Inputs.t()], name: atom(), resource: module(), tenant: [Ash.Reactor.Dsl.Tenant.t()], transform: term(), type: :create, wait_for: [Reactor.Dsl.WaitFor.t()] }