Releases: graphile-contrib/postgraphile-plugin-connection-filter
Releases · graphile-contrib/postgraphile-plugin-connection-filter
v1.0.0-beta.14
- Update
gql2pg
function calls to support type modifiers
v1.0.0-beta.13
- Add additional arguments to resolveWhereClause to support downstream plugins
v1.0.0-beta.12
- Support filtering on simple collections
v1.0.0-beta.11
- Add temporary dependency on graphile-build-pg due to use of
omit
v1.0.0-beta.10
- Fix filtering setof functions that return a table with a computed column
v1.0.0-beta.9
- BREAKING: Remove deprecated
null
andis
operators
v1.0.0-beta.8
- Add support for filtering GraphQLList fields (PG arrays)
- Add connectionFilterLists option to enable/disable filtering GraphQLList fields (default: true)
v1.0.0-beta.7
- BREAKING: Switch to pluggable inflector and honor
@omit filter
smart comments; PostGraphile peer dependency bumped to v4.0.0-beta.8 or later.
v1.0.0-beta.6
- Fix handling of undefined GraphQL variables
v1.0.0-beta.5
- Expose
greaterThan
/lessThan
operators on BigInt fields