Skip to content

Instantly share code, notes, and snippets.

@metildachee
Created July 17, 2020 01:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save metildachee/09d9027e70adad2d0a882cf98142effb to your computer and use it in GitHub Desktop.
Save metildachee/09d9027e70adad2d0a882cf98142effb to your computer and use it in GitHub Desktop.
.populate in mongoose
populate({
path: "works",
populate: { path: "creator", model: "Creator" }
}).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment