Multiple ways of creating graphs in arango
I had created few document collections which represents nodes and a edge collection which represents relationship between these nodes. There are multiple graphs that needs to be connected, As of now we are communicating between different collections of edges and documents/nodes via _key or_id, So Is there any better approach/way to handle this.
Just want to know, Is there any other approach of creating graphs.