Ash.Resource.ManualCreate.BulkContext (ash v3.5.2)
View SourceThe context passed into manual bulk_create action functions
Summary
Types
@type t() :: %Ash.Resource.ManualCreate.BulkContext{ actor: any(), authorize?: boolean(), batch_size: pos_integer(), domain: Ash.Domain.t(), identity: Ash.Resource.Identity.t() | nil, return_errors?: boolean(), return_notifications?: boolean(), return_records?: boolean(), select: [atom()], tenant: any(), tracer: [module()], upsert?: boolean(), upsert_fields: [atom()], upsert_keys: [atom()] }