How can I get the ID of an incoming relationship using Cypher and Neocons?

34 views
Skip to first unread message

Zubair Quraishi

unread,
Sep 14, 2013, 2:00:29 PM9/14/13
to clojur...@googlegroups.com
How can I get the ID of an incoming relationship using Cypher and Neocons?

Zubair Quraishi

unread,
Sep 14, 2013, 2:04:12 PM9/14/13
to clojur...@googlegroups.com
I do see that there is a REST URL. How do I convert this to an ID?

Michael Hunger

unread,
Sep 14, 2013, 6:12:53 PM9/14/13
to clojur...@googlegroups.com
start n=node(id)
match n<-[r]-()
return id(r)

Am 14.09.2013 um 20:00 schrieb Zubair Quraishi <zub...@gmail.com>:

How can I get the ID of an incoming relationship using Cypher and Neocons?

--
Documentation: http://clojureneo4j.info
Issues: https://github.com/michaelklishin/neocons/issues
 
More Clojure libraries: http://clojurewerkz.org
---
You received this message because you are subscribed to the Google Groups "clojure-neo4j" group.
To unsubscribe from this group and stop receiving emails from it, send an email to clojure-neo4...@googlegroups.com.
Visit this group at http://groups.google.com/group/clojure-neo4j.
For more options, visit https://groups.google.com/groups/opt_out.

Reply all
Reply to author
Forward
0 new messages