(all-shortest-between connection from to & {:keys [relationships max-depth]})
(exists-between? connection
from
to
&
{:keys [relationships max-depth prune-evaluator uniqueness]})
Returns true if path includes given obj which can be a node or a relationship
Returns true if path includes given obj which can be a node or a relationship
Returns true if path includes given node
Returns true if path includes given node
Returns true if path includes given relationship
Returns true if path includes given relationship
(traverse connection
id
&
{:keys [order relationships uniqueness prune-evaluator return-filter
max-depth]
:or {order "breadth_first"
uniqueness "none"
prune-evaluator {:language "builtin" :name "none"}
return-filter {:language "builtin" :name "all"}}})
cljdoc builds & hosts documentation for Clojure/Script libraries
Ctrl+k | Jump to recent docs |
← | Move to previous article |
→ | Move to next article |
Ctrl+/ | Jump to the search field |