Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions modules/ROOT/pages/migration/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,14 @@ The following fields have been added:
- `deprecatedOptionsArgument`
- `directedArgument`

=== Removed some `@cypher` fields from the sort argument

The following `@cypher` field types have been removed from the `sort` argument because they are not usable as sort fields:

- `@cypher` fields with non-nullable arguments.
- `@cypher` fields with non-sortable type like `Node`, `List` etc.


== Additions

=== Added the `_EQ` filter as an alternative to the deprecated implicit equal filters
Expand Down
Loading