3.2 · Lesson

Adding Properties

In this challenge, you will update the import to add new Full definition for property (opens in a new tab)A named value stored on a node or a relationship. to the Movie Full definition for node (opens in a new tab)A vertex in a graph. In a property graph it can carry labels and properties. and cast them to the correct type.

Previously, you used the following 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. statement to import the Movie nodes: