Skip to main content
Module

x/neo4j_driver_lite/mod.ts>graph

Neo4j Bolt driver for JavaScript
Go to Latest
variable graph
import { graph } from "https://deno.land/x/neo4j_driver_lite@5.15.0/mod.ts";

Object containing functions to work with graph types, like Node or Relationship.

type

{ isNode; isPath; isPathSegment; isRelationship; isUnboundRelationship; }