Is there an alternative way to select certain fields without using Ash.Query?
Currently I'm using it like:
But how am I going to use
select
in inside of read
?:
Few of the attributes are public, include :slug
2 Replies
prepare build(select: [:slug])
but also
I'd highly recommend reading the action guides, for each action type
You can do a whole lot with actionsAh! I can see now where you were saying 🙏🏾 thanks for the advice!!!