* Delete an edge from the graph.
(id: ElementId | Edge<TSchema, any>)
| 214 | * Delete an edge from the graph. |
| 215 | */ |
| 216 | deleteEdge(id: ElementId | Edge<TSchema, any>): void; |
| 217 | } |
| 218 | |
| 219 | export interface EmptyGraphSourceConfig<TSchema extends GraphSchema> { |
no outgoing calls
no test coverage detected