class IntFilterDefinition(name: String, neo4jName: String, nullable: Boolean) : ComparableFilterDefinition
Filter definition for a Int 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
Properties
Functions
Link copied to clipboard
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