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 bbcc6fd commit 898711aCopy full SHA for 898711a
__tests__/FilterAllPlugin.ts
@@ -7,8 +7,11 @@ export const FilterAllPlugin: GraphileConfig.Plugin = {
7
schema: {
8
entityBehavior: {
9
pgCodecAttribute: {
10
- inferred(behavior, entity, build) {
11
- return [behavior, "filterBy"];
+ inferred: {
+ before: ["PgIndexBehaviorsPlugin"],
12
+ callback(behavior, entity, build) {
13
+ return [behavior, "filterBy"];
14
+ },
15
},
16
17
0 commit comments