Skip to content

Commit 175ac93

Browse files
Merge pull request #212 from MacondoExpress/add-breaking-change-on-invalid-sort
Add breaking change on invalid sort
2 parents 36bd9d1 + 31f086b commit 175ac93

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

modules/ROOT/pages/migration/index.adoc

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -313,6 +313,14 @@ The following fields have been added:
313313
- `deprecatedOptionsArgument`
314314
- `directedArgument`
315315

316+
=== Removed some `@cypher` fields from the sort argument
317+
318+
The following `@cypher` field types have been removed from the `sort` argument because they are not usable as sort fields:
319+
320+
- `@cypher` fields with non-nullable arguments.
321+
- `@cypher` fields with non-sortable type like `Node`, `List` etc.
322+
323+
316324
== Additions
317325

318326
=== Added the `_EQ` filter as an alternative to the deprecated implicit equal filters

0 commit comments

Comments
 (0)