(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 is a website building & hosting documentation for Clojure/Script libraries
× close