Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No support for addV only addVertex #15

Open
kuzeko opened this issue Mar 5, 2020 · 0 comments
Open

No support for addV only addVertex #15

kuzeko opened this issue Mar 5, 2020 · 0 comments

Comments

@kuzeko
Copy link

kuzeko commented Mar 5, 2020

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() or Vertex.properties() and instead prefer use of Gremlin with g.addV() or g.V(1).properties().

https://tinkerpop.apache.org/docs/current/reference/#staying-agnostic

Currently, using gts.addV generates an error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant