ORM Classes

The ORM is built around subclassing Node.

class Node
create(unique=False)

Equivalent to calling Create on the underlying NodeType with params automatically set to the current node’s Property values.

Parameters:unique (bool) – If set, CREATE UNIQUE instead.