Skip to content

Commit 227bc6a

Browse files
committed
Add filter behavior explicitly
1 parent 0598768 commit 227bc6a

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/PgConnectionArgFilterPlugin.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,10 @@ export const PgConnectionArgFilterPlugin: GraphileConfig.Plugin = {
8080
description: "Can this function be filtered?",
8181
entities: ["pgResource"],
8282
},
83+
filter: {
84+
description: "Can this table be filtered?",
85+
entities: ["pgResource"],
86+
},
8387
},
8488
},
8589

0 commit comments

Comments
 (0)