We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0598768 commit 227bc6aCopy full SHA for 227bc6a
1 file changed
src/PgConnectionArgFilterPlugin.ts
@@ -80,6 +80,10 @@ export const PgConnectionArgFilterPlugin: GraphileConfig.Plugin = {
80
description: "Can this function be filtered?",
81
entities: ["pgResource"],
82
},
83
+ filter: {
84
+ description: "Can this table be filtered?",
85
+ entities: ["pgResource"],
86
+ },
87
88
89
0 commit comments