apoc.nodes.relationships.exist
Function
apoc.nodes.relationships.exist(node|nodes|id|[ids], rel-direction-pattern) - returns a list of maps where each one has two fields: node
which is the node subject of the analysis and exists
which is a map with rel-pattern, boolean for the given relationship patterns
Was this page helpful?