This repository has been archived by the owner on Dec 15, 2020. It is now read-only.
Added
- Sorting for Product, Category, Vendor, Manufacturer, Country, and State lists
- Default sorting for Products and Categories
- Language relation for product reviews.
ProductStock::getEshopModel
method PR-14- Autogenerated schema documentation which can be found here
Changed
Repository::delete
takes loaded BaseModel as argument.OxidEsales\GraphQL\Catalogue\Product\DataType\Price
moved toOxidEsales\GraphQL\Catalogue\Shared\DataType\Price
- Replaced Product field Category with Categories
ProductStock
DataType now implementsDataType
PR-14- Allowed any model class in
ProductDimensions
type constructor - Permissions granted according to user groups instead of
oxuser.oxrights
values - Currency rate value is now
float
- Module ID is now
oe_graphql_catalogue
Fixed
- Ensure product long description is always a string
- Handle cases where reviews have relations to deleted products
- Datetime fields are nullable instead of zeroes or string values
Removed
\OxidEsales\GraphQL\Catalogue\Tests\Integration\TokenTestCase
moved to GraphQL Base Module