private fun parseNodeEntries(nodeQuery: QueryBase<*>, node: Node, entriesResults: Map<NodeSubQuery, Map<String, Value>>, value: Value)
Parses the entries of a node based on the provided nodeQuery
Parameters
nodeQuery
defines the entries to parse
node
the node of which the entries should be parsed
entriesResults
lookup from sub query and parent node id to related nodes (not parsed yet)
value
the return value for the current node