Generates a predicate to check if a node has a label or a relationship has a type
Cypher Documentation
MATCH(this)WHERE this:MyNode Copy
MATCH(this)WHERE this:MyNode
Generates a predicate to check if a node has a label or a relationship has a type
See
Cypher Documentation
Example