Skip to content
GraphGlue
Search
⌘
Ctrl
K
Main Navigation
Guide
API
Ecosystem
Neo4j authorization plugin
GraphQL Kotlin
Spring Data Neo4j
Appearance
Menu
Return to top
graphglue-core
/
io.github.graphglue.data.execution
/
SearchQueryResult
SearchQueryResult
data
class
SearchQueryResult
<
T
:
Node
?
>
(
val
options
:
SearchQueryOptions
,
val
nodes
:
List
<
T
>
)
Result of a
SearchQuery
Parameters
options
options of the query
nodes
the fetched nodes
Members
Constructors
Search
Query
Result
Link copied to clipboard
constructor
(
options
:
SearchQueryOptions
,
nodes
:
List
<
T
>
)
Properties
nodes
Link copied to clipboard
val
nodes
:
List
<
T
>
options
Link copied to clipboard
val
options
:
SearchQueryOptions