I am trying to insert an array into a node property in Amazon Neptune using openCypher. Is there a way to do this with openCypher ?
I have tried the following query :
MERGE (n:Test { name: 'test', colors : ['blue', 'yellow'] })
Error message : "detailedMessage": "Expected a simple literal but found List."
If it's not supported how could AWS release it for production if this basic feature is not yet available.