I try the following query on 30moviedata.nq using the http interface with the latest commit (15ab599):
g.V().Has("name","Casablanca").Out("/film/film/starring").Out("/film/performance/actor").Out(["name","type"], ["name","type"]).All()
and get:
{
"result": [
{
"id": "Humphrey Bogart",
"name": "name",
"type": "name"
},
...
}
I suspect the 'type' result should be "/people/person". Should i file a bug?
thanks