You mean via the web-ui? No, thats currently not supported. You can only add new vertices and link those in it.
You should rather do that programatically, insert the vertices, and afterwards link it by inserting edges with matching _from and _to fields. i.e. https://github.com/tariqdaouda/pyArango/blob/master/examples/debiangraph.py does that by querying the debian package database. Cheers, Willi On Friday, March 31, 2017 at 8:23:40 PM UTC+2, [email protected] wrote: > > Hi, > Is it possible to make a querry that will generate random edges between > nodes ⸨the least possible to view all the database in the graph viewer⸩ to > be able to, after, manually edit the whole graph ⸨which I will see all > because all nodes will be linked⸩? > Melop > -- You received this message because you are subscribed to the Google Groups "ArangoDB" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
