Category "loopback4"

Loopback4 filter inside the scope return list still

I'm using lb4 I have some problems here, I try to find the list with where conditions inside the scope with pagination. const teacherWithStudents = await this.

Loopback4 hasMany not return the link array

I just try to use the hasMany relationship according to the loopback4 documentation .but it's not working as expected. My Bus Model => export class Bus exten

Insert data in to 4 endpoints via one request api in fileupload feature loopback4

I have uploaded the files using multer disk storage in loopback ,those details i want to create the entries in 4 different tables via one api request .Could y