EverShop logo

EverShop

Modern, TypeScript-first eCommerce platform built with GraphQL and React

Alternative to: shopify, magento, woocommerce, bigcommerce

EverShop screenshotEverShop screenshot

About Versions (11)

v1.1.0

2024-05-09

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!