-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Description
As per Gremlin documentation:
The Graph API (also referred to as the Structure API) is not always accessible to users. Its accessibility is dependent on the choice of graph system and programming language. It is therefore recommended that users avoid usage of methods like
Graph.addVertex()orVertex.properties()and instead prefer use of Gremlin withg.addV()org.V(1).properties().
https://tinkerpop.apache.org/docs/current/reference/#staying-agnostic
Currently, using gts.addV generates an error.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels