Represents a Map projection
Cypher Documentation
this { .title } Copy
this { .title }
Converts the Map projection expression into a normal Map expression
Converts
into:
{ title: this.title } Copy
{ title: this.title }
Represents a Map projection
See
Cypher Documentation
Example