In my go application, I'm trying to execute a MERGE query, using the golang-neo4j-bolt-driver.

ExecNeoExecPipelineliteral map

Internal Error(messages.FailureMessage): messages.FailureMessage{Metadata:map[string]interface {}{"code":"Neo.ClientError.Statement.SyntaxError", "message":"Parameter maps cannot be used in MERGE patterns (use a literal map instead`).

Does anyone have an example of creating an literal map?