Hi!
I'm trying to solve a path-finding problem between a root_node and a target_type_id-nodes. There can be multiple paths from the root_node to the target_type_id-nodes, but I know a potential max_depth.
Each node in the graph has 3 properties, type...