We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e403c9 commit 02a810aCopy full SHA for 02a810a
README.md
@@ -435,7 +435,7 @@ Using a `SIMPLE` graph configured as in the example above and creating a new ele
435
436
[//]: <> (@formatter:off)
437
```java
438
-graph.addVertex("person", T.id, "foo");
+graph.addVertex(T.label, "person", T.id, "foo");
439
```
440
[//]: <> (@formatter:on)
441
@@ -480,7 +480,7 @@ Using a `COMPLEX` graph configured as in the example above and creating a new el
480
481
482
483
+graph.addVertex(T.label, "person", T.id, "person/foo");
484
485
486
0 commit comments