class ScalarFilterEntry(name: String, description: String, conditionGenerator: (property: Property, value: Expression) -> Condition) : ScalarFilterEntryBase
ScalarFilterEntryBase which takes a single scalar as input Can be used e.g. for a eq filter
Parameters
name
the name of the field in the filter
description
the description of the field
conditionGenerator
used to generate the condition which applies the filter in the database
Functions
Link copied to clipboard
open override fun generateFilterEntry(scalarType: GraphQLInputType, neo4jName: String): FilterEntryDefinition
Generates the FilterEntryDefinition used in the filter