View Source Ash.Resource.ManualUpdate.Context (ash v3.2.6)

The context passed into manual update action functions

Summary

Types

@type t() :: %Ash.Resource.ManualUpdate.Context{
  actor: any(),
  authorize?: boolean(),
  batch_size: pos_integer(),
  domain: Ash.Domain.t(),
  return_records?: boolean(),
  select: [atom()],
  tenant: any(),
  tracer: [module()]
}