79572777

Date: 2025-04-14 09:27:06
Score: 1
Natty:
Report link

Ok, I get a list of parents with the following aggregation, but it is not a hierarchy:

[
  {
    $graphLookup:
      {
        from: "directory",
        startWith: "$parentDirectory.$id",
        connectFromField: "parentDirectory.$id",
        connectToField: "_id",
        as: "parents"
      }
  }
]
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Papp Zoltán