graphile-contrib / postgraphile-plugin-connection-filter

Filtering on PostGraphile connections
MIT License
286 stars 32 forks source link

Filter parent object by existence of SETOF results #135

Closed PaulMcMillan closed 4 years ago

PaulMcMillan commented 4 years ago

I have a computed column that returns a SETOF. I can filter on those results without trouble, but it would be nice to also be able to filter the parent table based on whether or not the computed column contains items.

Am I missing something obvious here?