Module 7
Using Parameters
Most deployed applications that use Neo4j have client code written in Java, Javascript, Python, .NET, or Go. In a deployed application and in general, you must not hard code values in your 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. code.
In this module, you will learn:
- How to specify parameters in your Cypher code.
- How to set parameters in Neo4j Browser.
- How to pass parameters from your application code.