Hi,

How would I rewrite this Cypher query with JavaScript (so it can be sent to the 
traversal API)?

START s=node(123) MATCH s->[:users]->[:current]->u WHERE u.email = 'abc' RETURN 
u

Cheers,
Dmytrii.
http://www.ApproachE.com




_______________________________________________
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user

Reply via email to