We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01aad15 commit 78812d1Copy full SHA for 78812d1
modules/ROOT/pages/migration/index.adoc
@@ -319,8 +319,8 @@ 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 ... .
+ - `@cypher` fields with non nullable arguments.
+ - `@cypher` fields with non sortable type like `Node`, `List` etc ... .
324
325
326
== Additions
0 commit comments