graph-ecs/src/query.js

3 lines
58 B
JavaScript

// MATCH (a:Label)-[e:Label]->(b:Label)
// RETURN a, b
//