Expressions

A Cypher® expression is any part of a query that evaluates to a value. For details and examples of specific expressions, see the following sections:

The following expressions are documented elsewhere in the Cypher Manual:

Expressions containing unsanitized user input may make your application vulnerable to Cypher injection. Consider using parameters instead. For more information, see Neo4j Knowledge Base → Protecting against Cypher Injection.