* Delete a vertex from the graph.
(id: ElementId | Vertex<TSchema, any>)
| 209 | * Delete a vertex from the graph. |
| 210 | */ |
| 211 | deleteVertex(id: ElementId | Vertex<TSchema, any>): void; |
| 212 | |
| 213 | /** |
| 214 | * Delete an edge from the graph. |
no outgoing calls
no test coverage detected