Given a set of nodes, I want to return all relationships within that set without leaving out any nodes that do not have a relationship in that set.
I have no problem getting all nodes that have a relationship within that set, however, I cannot also i...