cypher-query-builder icon indicating copy to clipboard operation
cypher-query-builder copied to clipboard

Support of aggregation functions

Open gfrancsics opened this issue 4 years ago • 1 comments

Please write me some example how to use the count or collect aggregations with the cypher query builder? In the query language they are available but I can't find here. https://neo4j.com/docs/cypher-manual/current/functions/aggregating/ Thank you

gfrancsics avatar Feb 23 '21 11:02 gfrancsics

You need to use .raw for now: qb.raw("RETURN collect(something)");

databu avatar Dec 29 '21 06:12 databu