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 690e271 + eb20cb5 commit 97990a8Copy full SHA for 97990a8
modules/ROOT/pages/migration/index.adoc
@@ -63,12 +63,12 @@ query {
63
64
=== The deprecated `_NOT` on `@relationship` filters are no longer supported
65
66
-The deprecated `_NOT` filters on `@relationship` fields such as:
+The following deprecated `_NOT` filters on `@relationship` are removed and no longer supported:
67
68
- `actors_NOT`
69
- `actorsConnection_NOT`
70
71
-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.
72
73
[cols="1,1"]
74
|===
0 commit comments