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

    Class Yield<T>

    Yield statement after a Procedure CALL

    Type Parameters

    • T extends string = string

    Hierarchy (View Summary)

    • WithReturn
    • WithWhere
    • WithWith
    • WithMatch
    • WithUnwind
    • WithDelete
    • WithMerge
    • WithCreate
    • WithSetRemove
    • WithOrder
    • Clause
      • Yield
    Index

    Constructors

    Methods

    • Compiles a clause into Cypher and params

      Parameters

      • Optionalconfig: Partial<
            {
                cypherVersion: "5";
                extraParams: Record<string, unknown>;
                labelOperator: ":" | "&";
                prefix: string;
                unsafeEscapeOptions: Partial<
                    {
                        disableNodeLabelEscaping: boolean;
                        disableRelationshipTypeEscaping: boolean;
                    },
                >;
            },
        >

      Returns CypherResult