Another question - is there any easy builtin functionality for accessing two servers/graphs, and comparing if certain subgraphs match, or simply copying from one to the other?
If this doesn't yet exist, I guess it should be basic to write something that queries both in the same format, although in the case where we are comparing and graphs turn out to differ slightly, simple string comparison might not automatically produce a very readable diff.
For just one or a few examples, I realize this is doable manually with the existing tools and cut and paste, but I am thinking of testing over a larger set like all registered names or numbers, which would require something more automated, except perhaps if we consider it all one big graph and can retrieve it all as such.
Thanks, Joseph