Skip to content

Commit

Permalink
Add changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
angrykoala committed Aug 4, 2022
1 parent 4b9f463 commit 07d2b61
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/sixty-seas-heal.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@neo4j/graphql": patch
---

Fix nested filters on aggregations
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ function createElementWhereAndParams({
parameterPrefix: string;
listPredicates?: ListPredicate[];
}): [string, any] {
// ADD agregation where here
if (!Object.keys(whereInput).length) {
return ["", {}];
}
Expand Down

0 comments on commit 07d2b61

Please sign in to comment.