thinkaurelius / titan

Distributed Graph Database
http://titandb.io
Apache License 2.0
5.25k stars 1.01k forks source link

Insert EDGE doesn't work #1377

Open kuzeko opened 7 years ago

kuzeko commented 7 years ago

In titan embedded, with groovy, the query

  g.V(id_source).addE("test_label").to(to)

breaks with error:

  java.lang.IllegalArgumentException: Undefined type used in query: addE