You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/ROOT/pages/migration/index.adoc
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ Here is a list of all the breaking changes from version 5.0.0 to 6.0.0.
22
22
23
23
=== The deprecated `_NOT` filters are no longer supported
24
24
25
-
The deprecated `_NOT` filters such as:
25
+
The following deprecated `NOT` filters are removed from the schema since they are no longer supported:
26
26
27
27
- `_NOT`
28
28
- `_NOT_CONTAINS`
@@ -34,7 +34,7 @@ The deprecated `_NOT` filters such as:
34
34
- `edge_NOT`
35
35
36
36
37
-
Are removed from the schema and no longer supported, to achieve the same result use the logical `NOT` operator.
37
+
To achieve the same in version 6.x of the GraphQL library, use the xref:/queries-aggregations/filtering.adoc#_boolean_operators[boolean `NOT` operator] instead.
0 commit comments