scandipwa / catalog-graphql
Catalog-specific modifications for ScandiPWA
Installs: 206 750
Dependents: 2
Suggesters: 0
Security: 0
Stars: 18
Watchers: 4
Forks: 55
Type:magento2-theme
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
- dev-master
- 3.4.0
- 3.3.6
- 3.3.5
- 3.3.4
- 3.3.3
- 3.3.2
- 3.3.1
- 3.3.0
- 3.2.13
- 3.2.12
- 3.2.11
- 3.2.10
- 3.2.9
- 3.2.8
- 3.2.7
- 3.2.6
- 3.2.5
- 3.2.4
- 3.2.3
- 3.2.2
- 3.2.1
- 3.2.0
- 3.1.33
- 3.1.32
- 3.1.31
- 3.1.30
- 3.1.29
- 3.1.28
- 3.1.27
- 3.1.26
- 3.1.25
- 3.1.24
- 3.1.23
- 3.1.22
- 3.1.21
- 3.1.20
- 3.1.19
- 3.1.18
- 3.1.17
- 3.1.16
- 3.1.15
- 3.1.14
- 3.1.13
- 3.1.12
- 3.1.11
- 3.1.10
- 3.1.9
- 3.1.8
- 3.1.7
- 3.1.6
- 3.1.5
- 3.1.4
- 3.1.3
- 3.1.2
- 3.1.1
- 3.1.0
- 3.0.2
- 3.0.1
- 3.0.0
- 2.17.2
- 2.17.1
- 2.17.0
- 2.16.2
- 2.16.1
- 2.16.0
- 2.15.3
- 2.15.2
- 2.15.1
- 2.15.0
- 2.14.0
- 2.13.3
- 2.13.2
- 2.13.1
- 2.13.0
- 2.12.1
- 2.12.0
- 2.11.0
- 2.10.0
- 2.9.4
- 2.9.3
- 2.9.2
- 2.9.1
- 2.9.0
- 2.8.2
- 2.8.1
- 2.8.0
- 2.7.5
- 2.7.4
- 2.7.3
- 2.7.2
- 2.7.1
- 2.7.0
- 2.6.9
- 2.6.8
- 2.6.7
- 2.6.6
- 2.6.5
- 2.6.4
- 2.6.3
- 2.6.2
- 2.6.1
- 2.6.0
- 2.5.1
- 2.5.0
- 2.4.2
- 2.4.1
- 2.4.0
- 2.3.2
- 2.3.1
- 2.3.0
- 2.2.3
- 2.2.2
- 2.2.1
- 2.2.0
- 2.1.3
- 2.1.2
- 2.1.1
- 2.1.0
- 2.0.1
- 2.0.0
- 1.5.2
- 1.5.1
- 1.5.0
- 1.4.4
- 1.4.3
- 1.4.2
- 1.4.1
- 1.4.0
- 1.3.2
- 1.3.1
- 1.3.0
- 1.2.4
- 1.2.3
- 1.2.2
- 1.2.1
- 1.2.0
- 1.1.0
- 1.0.0
- dev-revert-136-pdp-visibility-filter
This package is auto-updated.
Last update: 2025-03-14 21:51:56 UTC
README
This module extends Magento 2 Catalog GraphQl definitions.
What is inside?
-
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.