Skip to content

Commit 78812d1

Browse files
rewording breakng changes on cypher sortable fields
1 parent 01aad15 commit 78812d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/ROOT/pages/migration/index.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -319,8 +319,8 @@ Removed the `@cypher` fields not usable as sort fields from the `sort` argument.
319319

320320
There were some circumstances where a `@cypher` field was incorrectly present in the `sort` argument, such as:
321321

322-
- `@cypher` fields with no-nullable arguments.
323-
- `@cypher` fields with not sortable type like `Node`, `List` etc ... .
322+
- `@cypher` fields with non nullable arguments.
323+
- `@cypher` fields with non sortable type like `Node`, `List` etc ... .
324324

325325

326326
== Additions

0 commit comments

Comments
 (0)