NAME
FalkorDB::Node - Representation of a graph node in FalkorDB
DESCRIPTION
Represents a node retrieved from the graph database.
METHODS
id()
Returns the internal ID of the node.
labels()
Returns an array reference of labels associated with the node.
properties()
Returns a hash reference of all properties on the node.
property($name)
Returns the value of a specific property by name.