Company
Date Published
Author
Daniel Starns
Word count
541
Language
English
Hacker News points
None

Summary

Neo4j GraphQL 2.4.0 has been released with a significant feature that simplifies data retrieval: autogenerated aggregation queries. These queries enable users to retrieve statistical information about nodes, relationships, and properties in their graph without having to write custom Cypher logic. The new feature allows for automatic generation of queries for top-level aggregations, where aggregations inside an existing `WHERE` clause, and field aggregations across relationships. This update provides a more streamlined experience for users, making it easier to answer complex questions about their data.