scandipwa / catalog-graphql
Catalog-specific modifications for ScandiPWA
Package info
github.com/scandipwa/catalog-graphql
Type:magento2-theme
pkg:composer/scandipwa/catalog-graphql
Requires
- magento/framework: *
- magento/module-bundle-graph-ql: ^100.3
- magento/module-catalog: *
- magento/module-catalog-graph-ql: ^100.4.1
- magento/module-catalog-inventory: *
- magento/module-catalog-widget: *
- magento/module-configurable-product-graph-ql: ^100.3
- magento/module-eav: *
- magento/module-elasticsearch: *
- magento/module-graph-ql: *
- magento/module-rule: *
- magento/module-store: *
- magento/module-swatches: *
- magento/module-widget: *
- scandipwa/performance: ^1.1.0
This package is auto-updated.
Last update: 2026-05-15 00:49:58 UTC
README
This module extends Magento 2 Catalog GraphQl definitions.
What is inside?
-
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.