Guest User

Untitled

a guest
Nov 20th, 2017
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. { _id: String}
  2.  
  3. { _ids: Array(String) }
  4.  
  5. { $lookup: {
  6. from: "Issues",
  7. localField: "id",
  8. foreignField: "ids",
  9. as: "issues"
  10. }}
Add Comment
Please, Sign In to add comment