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 9fbc9f9 commit 3b09ee4Copy full SHA for 3b09ee4
1 file changed
src/pages/postgraphile/filtering.md
@@ -9,6 +9,8 @@ Out of the box, PostGraphile supports rudimentary filtering on
9
allows you to filter for specific values (e.g. `username: "Alice"` or
10
`category: ARTICLE`).
11
12
+[See an example using the `connection` argument.](/postgraphile/examples/#Collections__Relation_condition)
13
+
14
It's important when implementing filters to keep performance in mind, so
15
PostGraphile gives you the ability to omit certain fields from the list of
16
filters using the `@omit filter` [smart comment](/postgraphile/smart-comments/).
0 commit comments