Asking for help for Crud operation #8215
Unanswered
bunthondev
asked this question in
Q&A
Replies: 1 comment
-
Yes, it's possible to call multiple repository functions within a single HTTP request. However it's not possible perform in a single database insert unless if done through custom SQL queries with |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone,
I am new with loopback, i have 2 models, user and asset model
Do loopback provide crud that can insert user and it's assets in one request?
Beta Was this translation helpful? Give feedback.
All reactions