Metaprogramming with expressions
I am generating a module at compile time, and my
Ash.Query.filter
doesn't work as intended. Please see comment below
2 Replies
Found it 😀 – I had to use
ref
like this: Ash.Query.filter(ref(:id) == ^id)
yep!