Cypher injection
Cypher is Neo4j's graph query language that lets you retrieve data from the graph. It uses βan ASCII-art type of syntax,β in which rounded brackets are used to represent nodes and square brackets represent relationships. If that sounds familiar, it's inspired by SQL (according to Neo4j).
Injection
Server version:
Labels (like columns)
Get information from labels (data)
With WHERE clause:
Last updated