ash/lib
Zach Daniel 907aec5e82 improvement: support loading through types
Will document this in a separate PR. The broad strokes are this:

1. to load through an attribtue, `load(attribute: [:nested: :stuff])`
2. to load through a calculation, `load(calculation: {:%{...input}, nested: :stuff})`
3. union types support loading through them, and is done first by keying by the type name, i.e: `load(union: [type_name: [nested: :stuff])`.
4. union types support specifying a load statement for all types with `load(union: [*: [nested: :stuff]])`
2023-06-07 21:54:17 -04:00
..
ash improvement: support loading through types 2023-06-07 21:54:17 -04:00
mix improvement: better resource detection of transactions in Ash.Flow 2023-03-17 18:42:17 -04:00
sat_solver fix: more fixes for synonymous relationship paths 2023-01-06 17:14:24 -05:00
ash.ex improvement: add build_action_metadata to resource builder 2023-04-10 19:03:16 -04:00