Sounds great, but if I understood it correctly it would still just map out a single (shortest) path between two nodes since a group of nodes in P2 isn’t supported yet.
I really need to have more than one “end node” since the packages in question can be split up along the way (imagine a shipment of 1000 screws that gets packaged into batches of 10 and resent to multiple customers). Your example is great, but I would have to either run it multiple times for each end node, or somehow abstract the path into something that’s easier to query.
Unless DGraph supports another query style against multiple nodes? For my example I wouldn’t need any PATH in return, a simple “yes/no” would be enough for each node in P2.
Looking forward to your input. Thanks again for the swift response time!
Happy new year 