@@ -283,8 +283,9 @@ For additional examples, see the [tests](https://github.com/mattbretl/postgraphi
283283When using PostGraphile as a library, the following plugin options can be passed via ` graphileBuildOptions ` :
284284
285285<details >
286+
286287<summary >connectionFilterAllowedOperators</summary >
287- < br >
288+
288289Restrict filtering to specific operators:
289290
290291``` js
@@ -308,11 +309,13 @@ postgraphile(pgConfig, schema, {
308309```
309310
310311For a full list of the available operators, see the Comparison Operators table above.
312+
311313</details >
312314
313315<details >
316+
314317<summary >connectionFilterAllowedFieldTypes</summary >
315- < br >
318+
316319Restrict filtering to specific field types:
317320
318321``` js
@@ -324,11 +327,13 @@ postgraphile(pgConfig, schema, {
324327```
325328
326329The available field types will depend on your database schema.
330+
327331</details >
328332
329333<details >
334+
330335<summary >connectionFilterComputedColumns</summary >
331- < br >
336+
332337Enable/disable filtering by computed columns:
333338
334339``` js
@@ -338,11 +343,13 @@ postgraphile(pgConfig, schema, {
338343 },
339344})
340345```
346+
341347</details >
342348
343349<details >
350+
344351<summary >connectionFilterOperatorNames</summary >
345- < br >
352+
346353Use alternative names (e.g. ` eq ` , ` ne ` ) for operators:
347354
348355``` js
@@ -355,6 +362,7 @@ postgraphile(pgConfig, schema, {
355362 },
356363})
357364```
365+
358366</details >
359367
360368## Development
0 commit comments