My JS object looks like this
payload: {
userId: string,
event: {
id,
name,
attributes: [
{ id, name, options: [ { id, name }, {id, name}]}
]
}
so basically, event -> attributes -> options
What Cypher can allow me to Match the user ID and create nodes...