Skip to main content
Module

x/neo4j_lite_client/core/index.ts>Relationship

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

Class for Relationship Type.

Constructors

new
Relationship(
identity: T,
start: T,
end: T,
type: string,
properties: P,
)

Type Parameters

optional
T extends NumberOrInteger = Integer
optional
P extends Properties = Properties

Properties

end: T
identity: T
properties: P
start: T
type: string

Methods

toString(): string