This module extends Magento 2 Catalog GraphQl definitions.
-
Fixes the
pageSizeBySearchEngineargument inPageSizeProviderclass. 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
thumbnailtoMediaGalleryEntrytype. See more in schema.graphqls. -
Adds support for product list
min_priceandmax_pricevalues.