You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
apoc.label.exists(element, name) | boolean | returns true if the node or rel has the given label.
apoc.coll.different(val1, val2, .., valn) | boolean | returns true if the values are all different, a function typically used for specifying isomorphic constraints (see Subgraph Isomorphism).
apoc.node.degree[.out/in](node, [rel-type], [direction]) | exact numeric | returns the number of incoming neighbors.
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: