private data class PartialNodeQueryResult(val nodes: List<Node>, val totalCount: Int?)

Result of a query

Parameters

nodes

the nodes returned by the query

totalCount

the total count of nodes, if requested

Constructors

Link copied to clipboard
constructor(nodes: List<Node>, totalCount: Int?)

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Converts the result to a NodeQueryResult