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.
2 parents 36bd9d1 + 31f086b commit 175ac93Copy full SHA for 175ac93
modules/ROOT/pages/migration/index.adoc
@@ -313,6 +313,14 @@ The following fields have been added:
313
- `deprecatedOptionsArgument`
314
- `directedArgument`
315
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
324
== Additions
325
326
=== Added the `_EQ` filter as an alternative to the deprecated implicit equal filters
0 commit comments