When I run a query such as match (n) return n all of the nodes are returned, however, the relationships and how the nodes are connected does not appear to be in the response data. However, the graph manages to draw the full data model with relationships.
What is the browser doing to gather together this information, or am I missing how this can be obtained from the response data?
I have been using neomodel to query the data, however the inflate method walks the structure and returns too slowly. I would like to achieve a similar response without the need to walk the entire structure and was wondering what the recommended approach was?