ash v1.13.1 Ash.Resource.Aggregate View Source

Represents a named aggregate on the resource that can be loaded

Link to this section Summary

Link to this section Types

Specs

t() :: %Ash.Resource.Aggregate{
  filter: term(),
  kind: term(),
  name: term(),
  query: term(),
  relationship_path: term()
}

Link to this section Functions

Link to this function

relationship_path(value)

View Source