Skip to content

No support for addV only addVertex #15

@kuzeko

Description

@kuzeko

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions