View Source
Ash.Resource.ManualCreate.Context
(ash v3.0.0-rc.6)
The context passed into manual update action functions
Types
@type t() :: %Ash.Resource.ManualCreate.Context{
actor: any(),
authorize?: boolean(),
batch_size: pos_integer(),
domain: Ash.Domain.t(),
return_records?: boolean(),
select: [atom()],
tenant: any(),
tracer: [module()],
upsert?: boolean(),
upsert_fields: [atom()],
upsert_keys: [atom()]
}