Represents a pattern of a single node or n-relationships to be used in clauses.
Cypher Documentation
Optional
Shorthand for AND operation after a WHERE subclause
AND
WHERE
Adds a quantifier to the pattern such as {1,3}, to be used as part of a QuantifiedPath
{1,3}
Add a WHERE subclause
Represents a pattern of a single node or n-relationships to be used in clauses.
See
Cypher Documentation