Skip to content

Commit

Permalink
add changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
MacondoExpress committed Jan 10, 2025
1 parent a11f98a commit 7f1bc65
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .changeset/beige-beds-push.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
"@neo4j/graphql": patch
---

Aggregations on ID fields are now deprecated.
As part of the change, the flag `idAggregations` has been added to the `excludeDeprecatedFields` setting.

```js
const neoSchema = new Neo4jGraphQL({
typeDefs,
features: { excludeDeprecatedFields: { idAggregations: true } },
});
```

0 comments on commit 7f1bc65

Please sign in to comment.