Ash FrameworkAF
Ash Framework3y ago
8 replies
Blibs

Autoload an aggregation, relationship or calculation in a read action

I have a read action where I want to return the data with some aggregation/relationship/calculation data already computed instead of returning #Ash.NotLoaded<> in these fields and having to manually run the load function to load them.

I can't find in the documentation how to do that
Was this page helpful?