selveq / catalog-graphql
Magento 2 Catalog GraphQl extension for ScandiPWA theme
Package info
github.com/sellveq/catalog-graphql
Type:magento2-module
pkg:composer/selveq/catalog-graphql
Requires
- php: ^8.3
- ext-pdo: *
- magento/framework: ^103.0
- magento/module-bundle: ^101.0
- magento/module-bundle-graph-ql: ^100.4
- magento/module-catalog: ^104.0
- magento/module-catalog-graph-ql: ^100.4
- magento/module-catalog-inventory: ^100.4
- magento/module-catalog-search: ^102.0
- magento/module-catalog-url-rewrite: ^100.4
- magento/module-catalog-widget: ^100.4
- magento/module-cms: ^104.0
- magento/module-configurable-product: ^100.4
- magento/module-configurable-product-graph-ql: ^100.4
- magento/module-customer: ^103.0
- magento/module-directory: ^100.4
- magento/module-downloadable: ^100.4
- magento/module-downloadable-graph-ql: ^100.4
- magento/module-eav: ^102.1
- magento/module-elasticsearch: ^101.0
- magento/module-graph-ql: ^100.4
- magento/module-grouped-product: ^100.4
- magento/module-grouped-product-graph-ql: ^100.4
- magento/module-quote: ^101.2
- magento/module-rule: ^100.4
- magento/module-search: ^101.1
- magento/module-store: ^101.1
- magento/module-swatches: ^100.4
- magento/module-webapi: ^100.4
- magento/module-widget: ^101.2
- selveq/performance: ^2.0
- selveq/quote-graphql: ^4.0
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
- dev-master
- 4.0.0
- 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 not auto-updated.
Last update: 2026-09-19 19:59:02 UTC
README
Fork of scandipwa/catalog-graphql 3.4.0, maintained by Selveq for Magento 2.4.9 and PHP 8.3. Module name and namespace are unchanged, and the package replaces scandipwa/catalog-graphql at every version, so it installs as a drop-in replacement. Selveq is not affiliated with or endorsed by Scandiweb.
What it does
- Owns the product read path:
conditions,customer_group_id,news_from_date,news_to_dateandidjoinProductAttributeFilterInput, and search criteria, the match query and the price interval algorithm are replaced end to end. - Builds layered navigation from the collection the query already loaded, and gives every aggregation
position,is_booleanandhas_swatch. - Adds the storefront's product and category fields: seven
ProductPricemoney values,variants_plp,MediaGalleryEntry.thumbnail/base/large,stock_item, breadcrumbs carryingcategory_uid, and category images that fall back to core's placeholder. - Bounds every query:
pageSizeis capped at 500 items, a page past the search engine's result window is refused, and aconditionsrule is scoped to enabled, catalog-visible, in-store products and capped at 500 candidates.
Install
composer require selveq/catalog-graphql bin/magento setup:upgrade
License
OSL-3.0, the license of the original work. Scandiweb's copyright notices are kept in every file, and each file Selveq changed carries a Modifications © Selveq notice.