Skip to main content
Module

x/neo4j_lite_client/core/index.ts>QueryResult

Unofficial Neo4j Driver for Deno
Latest
interface QueryResult
Re-export
import { type QueryResult } from "https://deno.land/x/neo4j_lite_client@4.4.6/core/index.ts";

The query result is the combination of the ResultSummary and the array Record[] produced by the query

Properties

records: Record[]
summary: ResultSummary