Cypher Builder - v2.7.1
    Preparing search index...

    Class Function

    Represents a Cypher Function, all Cypher functions provided by the library extend from this class, and it can be used to use custom functions

    const myFunction = new Cypher.Function("myFunction", [new Cypher.Literal("test"), new Cypher.Param("test2")]);
    

    Cypher:

    myFunction("test", $param0)
    

    Hierarchy (View Summary)

    Index

    Constructors

    Constructors