All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.github.graphglue.data.execution.SearchQueryResult.kt Maven / Gradle / Ivy

Go to download

A library to develop annotation-based code-first GraphQL servers using GraphQL Kotlin, Spring Boot and Neo4j - excluding Spring GraphQL server dependencies

There is a newer version: 7.2.3
Show newest version
package io.github.graphglue.data.execution

import io.github.graphglue.model.Node

/**
 * Result of a [SearchQuery]
 *
 * @param options options of the query
 * @param nodes the fetched nodes
 */
data class SearchQueryResult(val options: SearchQueryOptions, val nodes: List)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy