pub type EdgeKey = (String, String, String);
Composite key uniquely identifying an edge in the graph: (source_id, target_id, relationship_name).
(source_id, target_id, relationship_name)