Skip to content

Commit

Permalink
Create shaggy-hats-doubt.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MacondoExpress authored Oct 2, 2024
1 parent 20e6a3b commit 2174267
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .changeset/shaggy-hats-doubt.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
"@neo4j/graphql": Major
---

Changed the generated `sort` argument on the top-level Connection field as a list of non-nullable elements in case the target is an Interface.

From:
```graphql
productionsConnection(after: String, first: Int, sort: [ProductionSort], where: ProductionWhere): ProductionsConnection!
```
To:
```graphql
productionsConnection(after: String, first: Int, sort: [ProductionSort!], where: ProductionWhere): ProductionsConnection!
```

0 comments on commit 2174267

Please sign in to comment.