Clauses
A Cypher query consists of one or more clauses.
- MATCH
- OPTIONAL MATCH
- WHERE
- RETURN
- ORDER BY
- SKIP
- LIMIT
- CREATE
- MERGE
- DELETE
- REMOVE
- SET
- WITH
- UNION
- UNWIND
- FOREACH
- CALL {}
Functions
See the list of available functions.
Procedures
See the list of available procedures.
Algorithms
See the list of available graph algorithms.
Indexing
See how to use indexing.