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
4 changes: 2 additions & 2 deletions modules/ROOT/pages/migration/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,12 @@ query {

=== The deprecated `_NOT` on `@relationship` filters are no longer supported

The deprecated `_NOT` filters on `@relationship` fields such as:
The following deprecated `_NOT` filters on `@relationship` are removed and no longer supported:

- `actors_NOT`
- `actorsConnection_NOT`

Are removed from the schema and no longer supported, to achieve the same result use the `NONE` quantifier.
To achieve the same in version 6.x of the GraphQL library, use the `NONE` quantifier.

[cols="1,1"]
|===
Expand Down