See also README.md
Class Name | Description |
---|---|
Base | The common inheritance class for Nodes and Relationships. |
Batch | Provides a mechanism to batch multiple API requests into a single request. |
Graph | Represents a neo4j graph (database) at the top level. A good place to start in the reference documents. |
Node | Represents a neo4j node. |
Path | Represents a neo4j path. |
Relationship | Represents a neo4j relationship. |