Ash.Resource.Aggregate (ash v1.51.2)
View Source
Represents a named aggregate on the resource that can be loaded
Specs
t() :: %Ash.Resource.Aggregate{
default: term(),
description: String.t() | nil,
field: atom(),
filter: Keyword.t(),
filterable?: term(),
kind: :count | :first | :sum | :list,
name: atom(),
private?: boolean(),
relationship_path: [atom()],
sort: term()
}