jmcvetta/neoism

Cypher result nesting

Closed this issue · 0 comments

I am trying to figure out if this is a problem with my code or if it is simply not supported. I want to return a nested json object. Does neoism support that?

For instance cypher:

    WITH {key: "Value"} AS inner
    RETURN {outer: inner}

I can't seem to get this to unmarshal, but it could be my code. Anyone?