scandipwa / catalog-graphql
针对 ScandiPWA 的目录特定修改
3.4.0
2024-07-14 20:29 UTC
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: 2024-09-14 20:52:45 UTC
README
此模块扩展了 Magento 2 目录 GraphQl 定义。
里面有什么?
-
修复了
PageSizeProvider
类中的pageSizeBySearchEngine
参数。更多详情请查看 di.xml -
向
ProductFilterInput
添加以下字段-
category_url_key
, -
category_url_path
, -
color
, -
size
, -
shoes_size
.
-
-
定义了获取可配置产品的自定义解析器,当按自定义属性过滤时。
-
定义了按分类 URL 键或路径过滤产品的自定义解析器。
-
修复了按分类过滤时的分层导航。
-
向
MediaGalleryEntry
类型添加了thumbnail
。更多详情请查看 schema.graphqls。 -
添加了对产品列表的
min_price
和max_price
值的支持。