This module extends Magento 2 Catalog GraphQl definitions.
-
Fixes the
pageSizeBySearchEngine
argument inPageSizeProvider
class. See more in di.xml -
Adds following fields to
ProductFilterInput
:-
category_url_key
, -
category_url_path
, -
color
, -
size
, -
shoes_size
.
-
-
Defines custom resolver to get configurable products when filtering by custom attribute.
-
Defines custom resolver to filter products by category URL key or path.
-
Fixes the Layered Navigation when filtering by category.
-
Adds
thumbnail
toMediaGalleryEntry
type. See more in schema.graphqls. -
Adds support for product list
min_price
andmax_price
values.