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

    Type Alias CypherResult

    type CypherResult = {
        cypher: string;
        params: Record<string, unknown>;
    }
    Index

    Properties

    Properties

    cypher: string
    params: Record<string, unknown>