if I've a list of things connected to User in one-to-many relationship, and the user can edit their profile and edit, add or remove from this list, is there a single-transaction way to update the User on the backend once they save, or no? must be done in multiple mutations?