Query clauses
Example database
To demonstrate the use of query clauses in Cypher, we will use the following example graph dataset that
consists of User
and City
nodes, Follows
relationships between users,
and LivesIn
relationships between users and cities.
Direct scan clauses
Reading clauses
The cards below show all clauses that involve reading from a database.