Could you please elaborate on how you came to a solution here and the syntax
involved in accessing that property?

After calling neo4j with neocons (cy/tquery conn node-query {:_nodeid
_nodeid}), how do you perform accessing functions to get property values
from the keys that are returned from the neo4j datastore response?

For example if this object was the response from the neo4j datastore, what
neocons syntax do I use to access the value stored in key "attributes"?

[ {
  "id": "letter-a",
  "name": "Letter A",
  "attributes": [ ... ]
}]

Currently I can only get so far as (first _response) but (get-in (first
_response) [:attributes]) is giving me back nil.

Also tried (println (get-in (first (neorec/instantiate-record-from
_response) ) [:id]) ) and came back with nil

I would be grateful for your help



--
View this message in context: 
http://clojure.2344290.n4.nabble.com/neocons-get-record-from-cypher-query-tp1930p5412.html
Sent from the Users mailing list archive at Nabble.com.

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to