memgraph/tests/data/queries/cypher/read/match/match-custom1.cypher

2 lines
124 B
Plaintext

MATCH (user:User { name: 'Dominik', age: 8 + 4})-[has:HAS|IS|CAN { duration: 'PERMANENT'}]->(item:Item)--(shop) RETURN shop