ash v0.13.0 Ash.Query.Aggregate View Source

Represents an aggregated association value

Link to this section Summary

Link to this section Types

Specs

t() :: %Ash.Query.Aggregate{
  authorization_filter: term(),
  default_value: term(),
  kind: term(),
  name: term(),
  query: term(),
  relationship_path: term(),
  type: term()
}

Link to this section Functions

Link to this function

new(resource, name, kind, relationship, query)

View Source