Skip to content

Commit f5f935a

Browse files
committed
Document connectionFilterRelations option
1 parent 85f008a commit f5f935a

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -459,6 +459,22 @@ postgraphile(pgConfig, schema, {
459459

460460
<details>
461461

462+
<summary>connectionFilterRelations</summary>
463+
464+
Enable/disable filtering on related fields:
465+
466+
``` js
467+
postgraphile(pgConfig, schema, {
468+
graphileBuildOptions: {
469+
connectionFilterRelations: true, // default: false
470+
},
471+
})
472+
```
473+
474+
</details>
475+
476+
<details>
477+
462478
<summary>connectionFilterSetofFunctions</summary>
463479

464480
Enable/disable filtering on functions that return `setof`:

0 commit comments

Comments
 (0)