LogicalQueryResolver

Resolves logical query names to Cypher queries.

Inheritors

Properties

Link copied to clipboard
abstract val description: String

Functions

Link copied to clipboard
abstract fun resolve(name: String): String?

Resolve a logical query name to a Cypher query. Return null without error if it cannot be resolved. Clients may wish to try another query to recover.