| Traverse graph breadth-first | Run a bounded breadth-first traversal. |
| Detect graph communities | Detect communities via label propagation. |
| Compute graph clustering coefficients | Compute local clustering coefficients. |
| Compute graph pagerank | Compute PageRank importance scores. |
| Compute graph shortest paths | Compute shortest-path distances from a source. |
| Compute graph connected components | Compute weakly connected components. |
| Apply graph delete policy | Apply a delete policy to bound graph facts. |
| Batch write graph | Apply graph mutations atomically. |
| List graph bindings for entity | Find graph nodes bound to an entity. |
| Bulk insert graph data | Bulk-load nodes and edges in chunks. |
| Create graph | Create a named graph. |
| Delete graph | Delete a graph and its visible data. |
| Add graph edge | Add or replace a graph edge. |
| Get graph edge | Read one graph edge. |
| Remove graph edge | Remove a graph edge. |
| List graphs | List graph names. |
| Read graph metadata | Read graph metadata and counts. |
| List graph neighbors | List a node’s neighbors. |
| Add graph node | Add or replace a graph node. |
| Get graph node | Read one graph node. |
| List graph nodes | List graph nodes. |
| Remove graph node | Remove a graph node and its edges. |
| List graph nodes by type | List nodes declaring an object type. |
| Define graph link type | Define a graph link type. |
| Define graph object type | Define a graph object type. |
| Delete graph link type | Delete a draft link type. |
| Delete graph object type | Delete a draft object type. |
| Freeze graph ontology | Freeze the graph ontology. |
| Read graph ontology | Read the graph ontology. |
| Read graph ontology summary | Read the ontology with usage counts. |
| Sample graph nodes | Sample graph nodes. |