Skip to main content
Module

x/neo4j_driver_lite/mod.ts>Relationship

Neo4j Bolt driver for JavaScript
Go to Latest
class Relationship
Re-export
import { Relationship } from "https://deno.land/x/neo4j_driver_lite@5.14.0-alpha01/mod.ts";

Class for Relationship Type.

Constructors

new
Relationship(
identity: T,
start: T,
end: T,
type: Type,
properties: P,
elementId?: string,
startNodeElementId?: string,
endNodeElementId?: string,
)

Type Parameters

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

Properties

elementId: string
end: T
endNodeElementId: string
identity: T
properties: P
start: T
startNodeElementId: string
type: Type