Skip to main content
Module

x/neo4j_lite_client/core/result.ts>QueryResult

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

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

Properties

records: Record[]
summary: ResultSummary