create :upsert_meeting_prep_action do ... argument :user, :struct do allow_nil? false end ... end
create :upsert_meeting_prep_action do ... argument :user, :struct do allow_nil? false end ... end
I know that I can use
change relate_actor(:user)
change relate_actor(:user)
to set the actor but that would require me to update the function signature everywhere. Is it possible to set the actor within an action using one of the available arguments? Thanks!
The Elixir backend framework for unparalleled productivity. Declarative tools that let you stop wasting time. Use with Phoenix LiveView or build APIs in minutes for your front-end of choice.