Category "loopback"

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

Nodejs Https get Error: getaddrinfo ENOTFOUND

I'm trying to get a filtered record from loopback, but I don't understand why nodejs gives error on fallowing commands: const https = require('https'); var

How to filter related models (hasMany relation) using where in LoopBack 3

Customer hasMany relationship with jobs Filtering by the top-level property works as shown below Customer.find({ include: ["jobs"],where :{username:"mel"} },