How can I add different types of edges in the same graphX graph. For instance and edge between node A and node B may have String attribute and an edge between node X and node Y may have (Int, Int) attr.
Is there a way to implement edge inheritance in graphX? Can anyone provide an example?