Skip to content

Commit

Permalink
Merge branch '_NOT-removal' of github.com:MacondoExpress/docs-graphql…
Browse files Browse the repository at this point in the history
… into _NOT-removal
  • Loading branch information
MacondoExpress committed Oct 17, 2024
2 parents cb0d84c + c1cc709 commit 60e5b25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/ROOT/pages/migration/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand All @@ -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"]
|===
Expand Down

0 comments on commit 60e5b25

Please sign in to comment.