4.3 · Lesson

Indirect relationships between nodes

In this lesson, you will learn how to refactor your graph by adding indirect Full definition for relationship (opens in a new tab)A named, directed connection between two nodes. Every relationship has a type, a start node and an end node. between Full definition for node (opens in a new tab)A vertex in a graph. In a property graph it can carry labels and properties.

Adding indirect relationships between nodes can help improve Full definition for traversal (opens in a new tab)Following relationships from one node to the next to reach other parts of a graph. performance and create more efficient query Full definition for pattern (opens in a new tab)A graph structure written in Cypher, such as a node joined to another node by a relationship..