Receiving nested Neo4j resutls with Golang

86 Views Asked by At

I have a problem with transferring a response from Neo4j to Golang using neoism.

The Neo4j response has nested structure and is assembled with Neo4j plugin in the following way.

I can see that the response is correct in the Neo4j panel. The problem appears when I'm trying to get the response with Golang.

The following error is received: "Unsupported property type: class pkgName.Dev$NestedReport"

The problem isn't reproduced in case if only one top-level element is present in the results.

What is the best way to resolve the issue?

1

There are 1 best solutions below

0
On

The problem was related to the wrong testing.