Skip to main content

defaultCypherSerializers

const defaultCypherSerializers: SQLSerializerRegistry

Defined in: expr/src/functions/cypher.ts:8

Built-in "cypher"/"gql" (openCypher / GQL) expression serializers. Arithmetic and mod use native infix operators; abs/toUpper/toLower are native functions; scalar min/max (Cypher's min/max are aggregates) are emulated with CASE expressions.


caution

API documentation is generated from the latest commit on the main branch. It may be somewhat inconsistent with official releases of React Query Builder.