* Add a vertex to the graph.
(
label: TVertexLabel,
properties: VertexProperties<TSchema, TVertexLabel>,
)
| 187 | * Add a vertex to the graph. |
| 188 | */ |
| 189 | addVertex<TVertexLabel extends VertexLabel<TSchema>>( |
| 190 | label: TVertexLabel, |
| 191 | properties: VertexProperties<TSchema, TVertexLabel>, |
| 192 | ): Vertex<TSchema, TVertexLabel>; |
no outgoing calls