Code interface struct argument
Is it possible to accept the resource struct as the code interface argument? Use case is I have an action that doesn't have any arguments and just toggles a value.
Solution:Jump to solution
then that's the default behaviour, unless I'm missing something in your question
4 Replies
so it'd be an update action that takes the resource as the first argument by default?
Yes
Solution
then that's the default behaviour, unless I'm missing something in your question
got it