Converts formData from action loader args to JSON Useful when your mutation variables have a different structure than your form.
Mutation variables will be computed based on args.
If you form input name do not match the variable name, set "variables" explicitely instead.
Optional explicit variables
Generated using TypeDoc
Converts formData from action loader args to JSON Useful when your mutation variables have a different structure than your form.