-
As a beginner in Node.js I am loving this boilerplate. However I want to use mongo's .populate method to populate a relationship. How do I go about this whilst still making use of the paginate plugin? |
Beta Was this translation helpful? Give feedback.
Answered by
pkester
May 3, 2021
Replies: 1 comment
-
Hello, I am also new to this project and the entire ecosystem but here is how I did it based at the controller level. Not sure about best practice, maybe someone else with more experience can chime in.
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
hagopj13
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello, I am also new to this project and the entire ecosystem but here is how I did it based at the controller level. Not sure about best practice, maybe someone else with more experience can chime in.