Skip to content

Commit 6ac9b98

Browse files
committed
Deploy 20220106_095832
1 parent 1d8d217 commit 6ac9b98

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

page-data/postgraphile/filtering/page-data.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

postgraphile/filtering/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@
5858
<a href="/postgraphile/connections/">connections</a> using a <code class="language-text">condition</code> argument. This
5959
allows you to filter for specific values (e.g. <code class="language-text">username: "Alice"</code> or
6060
<code class="language-text">category: ARTICLE</code>).</p>
61+
<p><a href="/postgraphile/examples/#Collections__Relation_condition">See an example using the <code class="language-text">connection</code> argument.</a></p>
6162
<p>It's important when implementing filters to keep performance in mind, so
6263
PostGraphile gives you the ability to omit certain fields from the list of
6364
filters using the <code class="language-text">@omit filter</code> <a href="/postgraphile/smart-comments/">smart comment</a>.

0 commit comments

Comments
 (0)