The postgraphile-plugin-connection-filter
applies filters to the nodes within a connection. However, custom resolvers on the connection do not inherit these filters.
Currently the only way to ensure custom resolvers respect the filters applied to the connection is to pass the relevant filter parameters explicitly to these resolvers.