Configuration for the connections Specifies filter factories and filter definitions used in Node classes. Defines filter factories for String, Int, Float and ID scalar properties (including nullable) and for properties backed by NodePropertyDelegate and NodeSetPropertyDelegate

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard

Filter factory for Boolean properties

Link copied to clipboard

Filter factory for Double properties (float in GraphQL spec)

Link copied to clipboard

Filter factory for ID properties

Link copied to clipboard
@Bean(value = ["idIdFilter"])
fun idIdFilter(): IDFilterDefinition

ID filter for the id property of a Node This could not be specified directly on the property, as the Neo4j and GraphQL properties are different (even though having the same name)

Link copied to clipboard

Filter factory for Int properties

Link copied to clipboard

Filter factory for Node properties These properties should always be backed by a NodePropertyDelegate

Link copied to clipboard

Filter factory for Set<Node> properties These properties should always be backed by a NodeSetPropertyDelegate

Link copied to clipboard

Filter factory for String properties