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
Functions
Link copied to clipboard
Link copied to clipboard
open override fun toGraphQLType(inputTypeCache: CacheMap<String, GraphQLInputType>): GraphQLInputType