Skip to content

Commit 60e5b25

Browse files
Merge branch '_NOT-removal' of github.com:MacondoExpress/docs-graphql into _NOT-removal
2 parents cb0d84c + c1cc709 commit 60e5b25

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/ROOT/pages/migration/index.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Here is a list of all the breaking changes from version 5.0.0 to 6.0.0.
2222

2323
=== The deprecated `_NOT` filters are no longer supported
2424

25-
The deprecated `_NOT` filters such as:
25+
The following deprecated `NOT` filters are removed from the schema since they are no longer supported:
2626

2727
- `_NOT`
2828
- `_NOT_CONTAINS`
@@ -34,7 +34,7 @@ The deprecated `_NOT` filters such as:
3434
- `edge_NOT`
3535

3636

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.
3838

3939
[cols="1,1"]
4040
|===

0 commit comments

Comments
 (0)