Type

sealed interface Type

A type of Property value.

Inheritors

Types

Link copied to clipboard
data class Container(val values: List<Any?>) : Query.Property.Type

The values in a Property.

Link copied to clipboard
data class Resolvable(val name: String) : Query.Property.Type

A Type that is Resolvable via the name.

Link copied to clipboard
data class Value(val value: Any?, val cypher: String? = null) : Query.Property.Type

The cypher of a Property.