File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
modules/ROOT/pages/migration Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -315,12 +315,10 @@ The following fields have been added:
315
315
316
316
=== Removed some `@cypher` fields from the sort argument
317
317
318
- Removed the `@cypher` fields not usable as sort fields from the `sort` argument.
318
+ The following `@cypher` field types have been removed from the `sort` argument because they are not usable as sort fields:
319
319
320
- There were some circumstances where a `@cypher` field was incorrectly present in the `sort` argument, such as:
321
-
322
- - `@cypher` fields with non nullable arguments.
323
- - `@cypher` fields with non sortable type like `Node`, `List` etc ... .
320
+ - `@cypher` fields with non-nullable arguments.
321
+ - `@cypher` fields with non-sortable type like `Node`, `List` etc.
324
322
325
323
326
324
== Additions
You can’t perform that action at this time.
0 commit comments