private data class StatementWithResultNodesAndNodes(val statement: Statement, val allResultNodes: SymbolicName, val allNodes: SymbolicName)
Statement with associated name for result nodes and all nodes
Parameters
statement
the Cypher DSL statement of the SubQuery
allResultNodes
name for return param with all nodes as result
allNodes
name for return param with all raw nodes for entries SubQueries