How can I return all properties for a node using Cypher?

You can’t do this in Cypher yet. I think it would be a nice feature though, if you want to request it.

Edit (thanks for comment pointing it out):
You can now do this as of 2.2:

MATCH (p:Product) WHERE p.price="1950" RETURN keys(p);

Leave a Comment

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)