MongoDB $graphLookup for finding hierarchy of related documents in a collection
I am trying to find hierarchy of documents (Aggregation) from a collection in MongoDB using $graphLookup with keys partOf and contains which are of Object datatype that store array of categories and the _id field inside. Input collection sample (relationships_collection):…