Ash.Resource.ManualCreate.Context (ash v3.5.2)

View Source

The context passed into manual create action functions

Summary

Types

t()

@type t() :: %Ash.Resource.ManualCreate.Context{
  actor: any(),
  authorize?: boolean(),
  domain: Ash.Domain.t(),
  identity: Ash.Resource.Identity.t() | nil,
  return_notifications?: boolean(),
  select: [atom()],
  tenant: any(),
  tracer: [module()],
  upsert?: boolean(),
  upsert_fields: [atom()],
  upsert_keys: [atom()]
}