How to filter associations when preloading them?
I could probably do this with
The scenario, I want to list out all of the
Ecto.Query instead, but I was wondering how I would do it with Ash.QueryThe scenario, I want to list out all of the
Post and I also want to preload the Category association of each post. I also want to filter the categories to only ones that contain a specific category_id.