Cypher Codemirror Demo

MATCH (n:Person)
WHERE n.name = "Steve"
RETURN n
LIMIT 12;

Format Query