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

2 lines
145 B
Plaintext

MATCH (user:User { name: 'Dominik', age: 24})-[has:HAS]->(item:Item) WHERE item.name = 'XPS 13' AND item.price = 11999.99 RETURN user, has, item