In http://wiki.neo4j.org/content/Design_Guide under the section "Organizing your graph" -> "Subreferences" it's recommended to use a subreference to maintain a collection of all nodes of a type ("orders", in the example). I'm doing this for my nodes, however I'd also like to maintain collections of my various types of relationships. Since I can't create a relationship between my subreference (a node) and a relationship, how can I accomplish this?
Chris _______________________________________________ Neo4j mailing list [email protected] https://lists.neo4j.org/mailman/listinfo/user

