From eb20cb5e4cf9bf6a0cbd01f224fba32ee7782742 Mon Sep 17 00:00:00 2001 From: Richard Sill Date: Thu, 17 Oct 2024 14:02:30 +0200 Subject: [PATCH] wording change addendum for _NOT breaking change --- modules/ROOT/pages/migration/index.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/ROOT/pages/migration/index.adoc b/modules/ROOT/pages/migration/index.adoc index 544b01b6..e88eec49 100644 --- a/modules/ROOT/pages/migration/index.adoc +++ b/modules/ROOT/pages/migration/index.adoc @@ -63,12 +63,12 @@ query { === The deprecated `_NOT` on `@relationship` filters are no longer supported -The deprecated `_NOT` filters on `@relationship` fields such as: +The following deprecated `_NOT` filters on `@relationship` are removed and no longer supported: - `actors_NOT` - `actorsConnection_NOT` -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. [cols="1,1"] |===