graphile-v5-connection-filter
Installation
SKILL.md
PostGraphile v5 Connection Filter
Configure powerful filtering capabilities for your GraphQL connections.
Official Documentation
- Connection Filter Plugin: https://github.com/graphile-contrib/postgraphile-plugin-connection-filter
- Filtering (built-in): https://postgraphile.org/postgraphile/next/filtering
When to Apply
Use this skill when:
- Setting up filtering on connections
- Configuring which columns can be filtered
- Disabling relation filters to reduce API surface
- Enabling filtering on non-indexed columns
- Understanding filter operators