0

How to write join query in nodejs server loopback? Because I want to fetch data according to condition on second table's field.

Akash N
  • 13
  • 1

1 Answers1

0

You just use the include filter in LoopBack.

The Official Document is here: https://loopback.io/doc/en/lb3/Include-filter.html

PS: You can also refer to this answer: Make a join query in loopback.io

Good day ͡⚆ ͜ʖ ͡⚆

SuperStar518
  • 2,814
  • 2
  • 20
  • 35