View Source Ash.NotLoaded (ash v2.15.0)
Used when an aggregate or relationship hasn't been loaded.
Summary
Types
@type t() :: %Ash.NotLoaded{ field: atom(), type: :relationship | :calculation | :aggregate }
Used when an aggregate or relationship hasn't been loaded.
@type t() :: %Ash.NotLoaded{ field: atom(), type: :relationship | :calculation | :aggregate }