Skip to content

Commit 01aad15

Browse files
add breaking change on the sortable field with fields
1 parent 53ae99a commit 01aad15

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

modules/ROOT/pages/migration/index.adoc

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

316+
=== Removed some `@cypher` fields from the sort argument
317+
318+
Removed the `@cypher` fields not usable as sort fields from the `sort` argument.
319+
320+
There were some circumstances where a `@cypher` field was incorrectly present in the `sort` argument, such as:
321+
322+
- `@cypher` fields with no-nullable arguments.
323+
- `@cypher` fields with not sortable type like `Node`, `List` etc ... .
324+
325+
316326
== Additions
317327

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

0 commit comments

Comments
 (0)