Skip to content

Commit 97990a8

Browse files
Merge pull request #198 from neo4j/addendum-for-_NOT-breaking-change
wording change addendum for _NOT breaking change
2 parents 690e271 + eb20cb5 commit 97990a8

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
@@ -63,12 +63,12 @@ query {
6363

6464
=== The deprecated `_NOT` on `@relationship` filters are no longer supported
6565

66-
The deprecated `_NOT` filters on `@relationship` fields such as:
66+
The following deprecated `_NOT` filters on `@relationship` are removed and no longer supported:
6767

6868
- `actors_NOT`
6969
- `actorsConnection_NOT`
7070

71-
Are removed from the schema and no longer supported, to achieve the same result use the `NONE` quantifier.
71+
To achieve the same in version 6.x of the GraphQL library, use the `NONE` quantifier.
7272

7373
[cols="1,1"]
7474
|===

0 commit comments

Comments
 (0)