Releases: graphile-contrib/postgraphile-plugin-connection-filter
Releases · graphile-contrib/postgraphile-plugin-connection-filter
v1.0.0-beta.24
- Fix empty array input handling
v1.0.0-beta.23
- Include fieldName and queryBuilder when calling resolveWhereClause (for https://github.com/mlipscombe/postgraphile-plugin-fulltext-filter)
v1.0.0-beta.22
- Fix error caused by types with no fields being assigned
v1.0.0-beta.21
- Throw an error by default when
nullor{}are encountered in input objects - Add
connectionFilterAllowNullInputandconnectionFilterAllowEmptyObjectInputoptions - Rename
inetoperators
v1.0.0-beta.20
- Fix errors when used with
--no-ignore-rbacand/or@omit filter
v1.0.0-beta.19
- Update PostGraphile dependency to ^4.0.0
- Refactor resolvers
- Move logical operators into a separate internal plugin
- Standardize operator field descriptions
v1.0.0-beta.18
- Refactor to allow operator name reuse across types
v1.0.0-beta.17
- Fix filtering on computed columns that return setof table type (this was a regression introduced in beta.16)
- Updates to type modifier support
v1.0.0-beta.16
- Add support for filtering on forward relations (one-to-one and one-to-many) and backward relations (one-to-one only)
- Add
connectionFilterRelationsoption to expose relation fields (default: false)
v1.0.0-beta.15
- Use
omitfrombuildin order to drop thegraphile-build-pgdependency - Add support for filtering inet types with network operators