How to pass args to Api.read
I'm trying to accomplish something like this
for an action that looks like this
4 Replies
BudgetAllocationTemplate |> Ash.Query.for_read(args) |> Api.read!()
is the way currently
I don't think there is a way to do it as an option to Api.read
right now, but we could potentially add oneThanks!
needed a slight tweak on that, but got it working
oh, yeah sorry forgot about the action 🙂
No worries, appreciate you pointing me in the right direction
loving this new support/question model, search just answered a different question for me