I have the following cypher query,
match (o:Order {statusId:74}) <- [:HAS_ORDERS] - (m:Member) with m,o match (m)-[:HAS_WALLET] ->(w:Wallet) where w.cur