### API Other ### Description To test the reachability of nodes from a given node(s) ``` MATCH ANY (:Station {name: 'Pershore'})-[l:LINK WHERE l.distance < 6]-+(b:Station) ```
API
Other
Description
To test the reachability of nodes from a given node(s)