Got question, on approach, still fairly new to Gadget as a whole. I have three models, two basically joined by a many through relationship. I have an create page in my app where when I submit the form, I would update all three models. Is there a way to approach this with
<AutoForm>
<AutoForm>
itself, or is it best to submit my form to a global action, or another recommended method? Trying to navigate best practices with the ecosystem.