I'm trying to understand set multiple properties function
But an error always pops up
*Unknown procedure output: `nodes` (line 4, column 7 (offset: 135))*
*"YIELD nodes"*
Here's the syntax
MATCH (x:AccountHolder)
WITH x, keys(x) as keys
call apoc.cr...