New release: New syntax for SDK query methods
SDK query methods now support the Wix API Query Language syntax. Instead of chaining builder methods such as .eq('status', 'CONFIRMED').limit(20).find(), you can pass a structured query object with filter, sorting, and paging properties. The new query syntax supports server-side rendering (SSR) and provides a consistent querying experience across Wix APIs.
The existing SDK query builder syntax continues to work, but we recommend migrating to the Wix API Query Language syntax as this is our path forward for SDK development.