Filter definition for a Float 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

Fields associated by name

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

Parses the entry of the provided filter

Link copied to clipboard
open override fun toGraphQLType(inputTypeCache: CacheMap<String, GraphQLInputType>): GraphQLInputType

Transforms this into a GraphQLInputType