Entity graph in Entity Framework

The entity objects which are joined together in a relationship and they are referred as Entity graph.
Example:-if you have Student graph consist of student and its address then,
when you remove the student,the student will be disconnected from this graph and the relationship references(graph edges) will be destroyed.