Changelog
Breaking
- Update draft order validation - #7253 by @IKarbowiak
- Extend Order type with errors: [OrderError!]! field
- Field 'orderLine' was removed from object type 'OrderError'
- Unify Warehouse Address API - #7481 by @d-wysocki
- Deprecate
companyName
onWarehouse
type - Remove
companyName
onWarehouseInput
type - Remove
WarehouseAddressInput
onWarehouseUpdateInput
andWarehouseCreateInput
, and change it toAddressInput
- Deprecate
- Allow filtering by metadata key - #7499 by @korycins
metadata: [MetadataInput]
was changed tometadata: [MetadataFilter]
in filter inputs
- Unify response for requests with invalid ids - #7482 by @IKarbowiak
- Field 'Product.mediaById' changed type from 'ProductMedia!' to 'ProductMedia'
Other
- Update resolver for address validation rules - #7496 by @IKarbowiak
- Add logic to handle staff discounts - #7494 by @korycins
- Fix duplicates in
userPermission
onme
query - #7493 by @d-wysocki - Boolean attributes - #7454 by @piotrgrundas
- Refactor product filtering by stock availablity - #7492 by @fowczarek
- Fix validating product without category - #7489 by @d-wysocki
- Fix attaching params for address form errors - #7485 by @IKarbowiak
- Fix passing incorrect email to payment gateway - #7486 by @korycins
- Add standard environments exclusion to the gitignore file - #7465 by @seyedrezafar