neo4j-graphql / neo4j-graphql-java

Neo4j Labs Project: Pure JVM translation for GraphQL queries and mutations to Neo4j's Cypher
Apache License 2.0
105 stars 49 forks source link

support for aggregation queries in neo4j-graphql-java #290

Open rajankit296 opened 1 year ago

rajankit296 commented 1 year ago

Currently we are not able to execute aggregation queries in neo4j-graphql-java e.g counting number of nodes with some filter, max values

https://neo4j.com/docs/graphql-manual/current/queries/ https://neo4j.com/developer-blog/neo4j-graphql-aggregations/

Andy2003 commented 1 year ago

This is part of the API-Alignment I'm still working on

rajankit296 commented 1 year ago

@Andy2003 can you please suggest when this feature will include in neo4j-graphql-java.

Andy2003 commented 1 year ago

No, since it is a really big refactoring and I have limited resources to work on this task