class DurationFilterDefinition(name: String, neo4jName: String, nullable: Boolean) : ComparableFilterDefinition

Filter definition for a Duration property

Parameters

name

the name of the field in the filter

neo4jName

the name of the property in the database

nullable

if true, the scalar is nullable, otherwise it is non-nullable

Constructors

Link copied to clipboard
constructor(name: String, neo4jName: String, nullable: Boolean)

Properties

Link copied to clipboard
Link copied to clipboard
val fields: Map<String, FilterEntryDefinition>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun parseEntry(value: Any?, permission: Permission?): FilterEntry
Link copied to clipboard
open override fun toGraphQLType(inputTypeCache: CacheMap<String, GraphQLInputType>): GraphQLInputType