Skip to content

Commit

Permalink
Fix changelog messages
Browse files Browse the repository at this point in the history
  • Loading branch information
angrykoala committed Feb 11, 2025
1 parent 31fe533 commit 9047101
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .changeset/hot-windows-whisper.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"@neo4j/graphql": minor
---

Add aggregate fieldd in connection:
Add aggregate field in connection:

```graphql
query {
Expand Down
2 changes: 1 addition & 1 deletion .changeset/sixty-steaks-reflect.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
"@neo4j/graphql": patch
---

Deprecate aggrgation fields (e.g `actedInAggregate`) in favor of the field `aggregate` inside the connection (e.g `actedInConnection -> aggregate`)
Deprecate aggregation fields (e.g `actedInAggregate`) in favor of the field `aggregate` inside the connection (e.g `actedInConnection -> aggregate`)

0 comments on commit 9047101

Please sign in to comment.