We are thrilled to announce that our GraphQL API filters now support OR and Filter Groups, in addition to the previously supported AND.` This new capability provides developers with more flexibility, allowing them to create more sophisticated filtering options in their applications. With the introduction of OR filtering, users can define filters that work when any condition is met. The Filter Groups feature allows users to group multiple conditions together and apply them to a query. For example, a filter can return orders over the last 30 days with status "ordered" or "delivered". AND always takes precedence over OR, so in this case, the order must be both ordered and have a total price greater than $100. The new filter options provide more flexibility for developers to create complex filtering scenarios.