You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,10 +7,9 @@ This plugin adds a `filter` argument to Connection types in PostGraphile v4.
7
7
8
8
> **Warning:** Use of this plugin (particularly with the default options) may make it **astoundingly trivial** for a malicious actor (or a well-intentioned application that generates complex GraphQL queries) to overwhelm your database with expensive queries. See the Performance and Security section for details.
9
9
10
+
## Breaking change in beta.9
10
11
11
-
## Future breaking changes
12
-
13
-
The `is` and `null` operators are deprecated and will be removed prior to v1.0.0. Please use the `isNull` operator instead.
12
+
The deprecated `is` and `null` operators were removed. Use the `isNull` operator instead.
0 commit comments