View Source Ash.NotLoaded (ash v3.2.6)

Used when a field hasn't been loaded or selected.

Summary

Types

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