PS, I am posting here because this issue is such a specific problem that I 
wasn't sure it's a good fit for stackoverflow format. Let me know if it 
should go there anyway.

On Wednesday, November 4, 2015 at 6:53:45 PM UTC+1, bebbio wrote:
>
> Hi,
>
> I have a test query
>
> UNWIND [['[email protected]', {auth:true}]] as key_role
> WITH key_role
> ...
> SET r = key_role[1]
>
> and it returns
> "Type mismatch: expected Map, Node or Relationship but was Any"
>
> If I RETURN key_role[1] instead, the response contains a row like this:
>
>     {
>         "auth": true
>     }
>
>
>
> Is anyone able to say what I did wrong?
>
> Thanks!
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Neo4j" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to