View Source Ash.NotLoaded (ash v2.5.10)

Used when an aggregate or relationship hasn't been loaded.

Link to this section Summary

Link to this section Types

@type t() :: %Ash.NotLoaded{
  field: atom(),
  type: :relationship | :calculation | :aggregate
}