Skip to content

Commit

Permalink
Merge branch '3.7-dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
spmallette committed Feb 7, 2024
2 parents b837fc7 + 809a209 commit fae51e8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -926,7 +926,7 @@ Feature: Step - mergeV()
g.addV("person").property("name", "marko").property(Cardinality.list, "age", 29).property(Cardinality.list, "age", 31).property(Cardinality.list, "age", 32)
"""
And the traversal of
"""e
"""
g.mergeV([name: "marko"]).
option(Merge.onMatch, [name: "allen", age: Cardinality.set(31)], single)
"""
Expand Down

0 comments on commit fae51e8

Please sign in to comment.