diff --git a/modules/ROOT/pages/migration/index.adoc b/modules/ROOT/pages/migration/index.adoc index 19984c52..544b01b6 100644 --- a/modules/ROOT/pages/migration/index.adoc +++ b/modules/ROOT/pages/migration/index.adoc @@ -22,7 +22,7 @@ Here is a list of all the breaking changes from version 5.0.0 to 6.0.0. === The deprecated `_NOT` filters are no longer supported -The deprecated `_NOT` filters such as: +The following deprecated `NOT` filters are removed from the schema since they are no longer supported: - `_NOT` - `_NOT_CONTAINS` @@ -34,7 +34,7 @@ The deprecated `_NOT` filters such as: - `edge_NOT` -Are removed from the schema and no longer supported, to achieve the same result use the logical `NOT` operator. +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. [cols="1,1"] |===