Skip to main content
// Show commit history
CALL db.history()

// Read a previous commit
checkout c0a6ce3c0315be7a

// Query graph at specific commit
MATCH (n:Person {Name:'Jane'})-[e:KNOWS]->(m:Person {Name:'John'}) RETURN n, e, m")