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

    Interface RawCypherContext

    interface RawCypherContext {
        compile(element: CypherCompilable): string;
    }
    Index

    Methods

    Methods

    • Compiles a Cypher element in the current context

      Parameters

      • element: CypherCompilable

      Returns string