View Source Ash.Resource.Aggregate (ash v2.20.1)

Represents a named aggregate on the resource that can be loaded

Summary

Types

@type t() :: %Ash.Resource.Aggregate{
  authorize?: boolean(),
  constraints: term(),
  default: term(),
  description: String.t() | nil,
  field: atom(),
  filter: Keyword.t(),
  filterable?: term(),
  implementation: term(),
  join_filters: %{required([atom()]) => term()},
  kind: Ash.Query.Aggregate.kind(),
  name: atom(),
  private?: boolean(),
  read_action: atom() | nil,
  relationship_path: [atom()],
  sort: term(),
  type: term(),
  uniq?: term()
}