I'm new to neo4j and would like to know if it's possible to directly link a node from one graph to one or more nodes on another graph.
I have one core graph with thousands of other graphs. Each core node may link to other graphs, and nodes on that graph may link to other graphs or nodes on other graphs, including nodes on the core graph.
I know I can put all the nodes into one graph, but I would prefer to do it as described above.
Thanks! Rein