# neo4j-js Documentation Home

See also [README.md](../README.md)

### Classes Reference

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