In the case where the label doesn't equal the table name, the graph algorithms would incorrectly throw an error that the source table was incorrect. This PR fixes the issue by first finding the associated PropertyGraphTable with the label, and then using the table name of this to check the source table reference in the edge table.
Fixes #154
In the case where the label doesn't equal the table name, the graph algorithms would incorrectly throw an error that the source table was incorrect. This PR fixes the issue by first finding the associated PropertyGraphTable with the label, and then using the table name of this to check the source table reference in the edge table.