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

    Type Alias NodePatternOptions

    type NodePatternOptions = {
        labels?: string | string[] | LabelExpr;
        properties?: Record<string, Expr>;
    }
    Index

    Properties

    Properties

    labels?: string | string[] | LabelExpr
    properties?: Record<string, Expr>