MongoDB $graphLookup query to get degrees of separation
Mongo graphLookup problem. I want the num of degrees separation between jerry and superman, the answer should be 2. In my bi-directional node structure, jerry is connected to lois, louis is connected to superman. My data { "from" : "jerry",…