gdl
gdl copied to clipboard
Support for GradoopID values
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
I would like that, e.g.
WHERE a = GradoopId("584019ea7032c19219f6f080")
or maybe more cypher related
WHERE ID(a) = GradoopId("584019ea7032c19219f6f080")