Skip to content

v1.1.0

Latest
Compare
Choose a tag to compare
@treoden treoden released this 09 May 07:45
· 13 commits to main since this release
1e32bbd

What's Changed

Bug fixes

Breaking changes

If you are working on a customization using GraphQL collection filtering, you will have to pass the operation argument to the query variable.

Before

{key: 'type', value: 'select'}

After

{ key: 'type', operation: 'eq', value: 'select' }
The operation value should be one of the following: eq, neq, gt, gteq, lt, lteq, like, nlike, in, nin

New Contributors

Thank you all for your contributions!