| Batch |
| AddToIndex | Add an entity to an index |
| CreateNode | Create a node |
| CreateRelationship | Create a relationship |
| DeleteIndex | Create an index |
| DeleteNode | Delete a node |
| DeleteRelationship | Delete a relationship |
| ExecuteCypherQuery | Perform a query using the Cypher query language and return the results |
| ExecuteGremlinQuery | Perform a query using the Gremlin DSL and return the results |
| ExecutePagedTraversal | Perform a paged traversal and return the results |
| ExecuteTraversal | Perform a traversal and return the results |
| GetIndexes | Get all indexes of the requested type known by the server |
| GetNode | Get and populate a node |
| GetNodeRelationships | Find relationships on a node |
| GetPaths | Find paths from one node to another |
| GetRelationship | Get and populate a relationship |
| GetRelationshipTypes | Get all relationship types known by the server |
| GetServerInfo | Get information about the server |
| QueryIndex | Queries for entities in an index |
| RemoveFromIndex | Removes an entity from an index |
| SaveIndex | Create an index |
| SearchIndex | Search for entities in an index |
| UpdateNode | Update a node |
| UpdateRelationship | Update a relationship's properties |