I'm doing research on loopback and was wondering if it's possible to save to multiple models from one request. Say.. an Post has many Tags with many Images. A user form would have the following:
- Post Title
- Post Description
- Tag Names (A multi field. E.g.: ['Sci-Fi', 'Fiction', 'BestSeller']
- Image File (Hoping to process the file uploaded to AWS, maybe with skipper-s3?)
How would I be able to persist on multiple models like this? Is this something you do with a hook?