2.7 · Lesson

Using Parameters

Full definition for Cypher (opens in a new tab)Neo4j's implementation of GQL, the ISO standard query language for graph databases. It is declarative: you describe the pattern to find, and the database decides how to find it. statements will often include literal values such as names, dates, or numbers.

You can use parameters to represent these literal values in your Cypher statements.