Graph

data class Graph : Record

A Graph is a KList of nodes that specify the expected entities in a Neo4j database.

Properties

Link copied to clipboard

the name of the graph

Link copied to clipboard

the nodes and relationships in the graph

Functions

Link copied to clipboard
open override fun toString(): String