+= operator does not work on increment single property,
e.g. SET student.score += 5
ERROR: SET clause does not yet support incrementing a specific
property
but works for mutating the properties of a node:
e.g SET student += {name: 'Ellen', lives: 'London'}
[where "student" is a node]
>
>
