internal suspend fun <T : Node?> loadNodesOfRelationship(property: KProperty1<*, *>, loader: LazyLoadingSubqueryGenerator<T>.() -> Unit?)

Loads all nodes of a relationship If the loader is provided, specified nested nodes are loaded too

Return

the result of the query and the query itself

Parameters

property

defines the relation to load the nodes of

loader

if provided used to define nested nodes to load