We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a27babe commit 7ad3fbaCopy full SHA for 7ad3fba
src/PgConnectionArgFilterOperatorsPlugin.js
@@ -1,12 +1,4 @@
1
-module.exports = function PgConnectionArgFilterOperatorsPlugin(
2
- builder,
3
- { connectionFilterUsesShortNames = false } = {}
4
-) {
5
- if (connectionFilterUsesShortNames !== false) {
6
- console.warn(
7
- "The `connectionFilterUsesShortNames` option is obsolete; please use `connectionFilterOperatorNames` instead. See README.md for details."
8
- );
9
- }
+module.exports = function PgConnectionArgFilterOperatorsPlugin(builder) {
10
builder.hook(
11
"init",
12
(
0 commit comments