abstract suspend operator fun invoke(cache: NodeCache? = null, loader: LazyLoadingSubqueryGenerator<T>.() -> Unit? = null): R

Gets the loaded property

Return

the loaded property

Parameters

cache

used to load nodes from, if provided, not loading deleted nodes

loader

if provided used to define nested nodes to load