Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
11-06-2022 11:09 PM
So I run this simple request:
const res = await session.run('MATCH p=(t:Account {account_id: '123598'})-[]-(j) return count(j)')
const count = res.records[0]._fields[0].low
It feels I'm doing it the wrong way, I mean it will work but doesn't look great.
Is this the way to go or did I miss better way to get the result/count ?
All the sessions of the conference are now available online