Module Overview
In this module, you will learn how to identify and create relationships in your graph data model. Relationships are what connect nodes and give the graph its power, allowing you to traverse and query connected data efficiently.
You will learn about:
- 
Identifying the relationships from your use cases and understanding their directionality.
 - 
Creating relationships in the graph to support the data model with appropriate types and properties.