Mykola Makhynko
Mykola Makhynko

Reputation: 113

Receiving nested Neo4j resutls with Golang

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?

Upvotes: 2

Views: 84

Answers (1)

Mykola Makhynko
Mykola Makhynko

Reputation: 113

The problem was related to the wrong testing.

Upvotes: 0

Related Questions