Read actions
I have this read action:
Inside the filter expression, instead of the incoming
organization_id
, I want to use a different value that I derive from it:
Is this possible?6 Replies
you can use a preparation w/ a before_action hook to run more queries that modify the main query
I tried that but I got:
add
require Ash.Query
to the top of your moduleGitHub
Better error message for undefined variables within remote calls to...
Current behavior When calling macros like Ecto.Query, you often end up with an error message that can be cryptic, especially with beginners. For example, the following code without adding require E...
I have an issue out for this kind of error being confusing
Thanks, this appears to be working 🙂