I've used this pattern since version 2.2 (or there abouts).
MATCH (n:This)
RETURN n {.*, propToExclude:null} as propertiesExceptPropToExclude
I've used this pattern since version 2.2 (or there abouts).
MATCH (n:This)
RETURN n {.*, propToExclude:null} as propertiesExceptPropToExclude