Skip to content

Commit 3b09ee4

Browse files
BenjieGillambenjie
andauthored
Add example to filtering page (#295)
Co-authored-by: Benjie Gillam <[email protected]>
1 parent 9fbc9f9 commit 3b09ee4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/pages/postgraphile/filtering.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ Out of the box, PostGraphile supports rudimentary filtering on
99
allows you to filter for specific values (e.g. `username: "Alice"` or
1010
`category: ARTICLE`).
1111

12+
[See an example using the `connection` argument.](/postgraphile/examples/#Collections__Relation_condition)
13+
1214
It's important when implementing filters to keep performance in mind, so
1315
PostGraphile gives you the ability to omit certain fields from the list of
1416
filters using the `@omit filter` [smart comment](/postgraphile/smart-comments/).

0 commit comments

Comments
 (0)