I was wondering if it is possible to query relationships and nodes so that the nodes have the relationships without the other node being given to the spring context.
My query looks like this:
MATCH (p:ProcessStep)
WHERE id(p) = 87
OPTIONAL MATCH (:Pr...