suspend fun execute(query: NodeQuery): NodeQueryResult<*>
suspend fun execute(query: SearchQuery): SearchQueryResult<*>

Executes the query

Return

the query result including all found nodes

Parameters

query

defines the query to execute