gdl icon indicating copy to clipboard operation
gdl copied to clipboard

Support for GradoopID values

Open DarthMax opened this issue 8 years ago • 2 comments

In Order to be able to match certain ID we have to be able to specify GradoopIDs inside a query

I would suggest the following markup

MATCH (a)
WHERE a = GradoopId(0000-0000-00-000)
RETURN

DarthMax avatar Jan 24 '17 13:01 DarthMax

I would like that, e.g. WHERE a = GradoopId("584019ea7032c19219f6f080")

s1ck avatar Jan 24 '17 15:01 s1ck

or maybe more cypher related WHERE ID(a) = GradoopId("584019ea7032c19219f6f080")

s1ck avatar Jan 24 '17 15:01 s1ck