PHB-CS123 / graphene

CS123 Graph Database Project
Apache License 2.0
0 stars 0 forks source link

Wildcards in RETURN clauses #24

Open eugene-bulkin opened 9 years ago

eugene-bulkin commented 9 years ago

We should support syntax like MATCH (p:Person)-[k:KNOWS]->(p2:Person) RETURN p2.*; in case schemas are complicated.