Using Parameters

Module Overview

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 Cypher 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.