Ash FrameworkAF
Ash Framework6mo ago
7 replies
JVMartyns

How to pass `opts` to Repo module functions?

Example:
opts = [settings: [final: 1]]
Repo.get(User, id, opts)

Can it be passed through resource actions?
Was this page helpful?