Skip to content

Commit 4dd05d2

Browse files
committed
Register filter against resources
1 parent 6e570ee commit 4dd05d2

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)