Skip to content

Commit c1cc709

Browse files
Apply suggestions from code review
Co-authored-by: Richard Sill <[email protected]>
1 parent d1b33c8 commit c1cc709

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`
@@ -31,7 +31,7 @@ The deprecated `_NOT` filters such as:
3131
- `_NOT_STARTS_WITH`
3232
- `_NOT_INCUDES`
3333

34-
Are removed from the schema and no longer supported, to achieve the same result use the logical `NOT` operator.
34+
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.
3535

3636
[cols="1,1"]
3737
|===

0 commit comments

Comments
 (0)