Hi,
I'm using the V4.4.2 version of the driver and trying to execute the query below but i'm having a hard time parsing the responses.
Query:
MATCH (n:Invoice), (n)-[:HAS_INVOICE_LINE]->(line), (n)-[:HAS_BILLING_ADDRESS]->(bill_addr), (n)-[:HAS_COMPA...