Return except specific property

I've used this pattern since version 2.2 (or there abouts).

MATCH (n:This)
RETURN n {.*, propToExclude:null} as propertiesExceptPropToExclude
1 Like