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
Functions
Filter factory for Boolean properties
Filter factory for Double properties (float in GraphQL spec)
Filter factory for ID properties
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)
Filter factory for Int properties
Filter factory for Node properties These properties should always be backed by a NodePropertyDelegate
Filter factory for Set<Node> properties These properties should always be backed by a NodeSetPropertyDelegate
Filter factory for String properties