selveq / catalog-customer-graphql
Magento 2 Catalog Customer GraphQl extension for ScandiPWA theme
Package info
github.com/sellveq/catalog-customer-graphql
Type:magento2-module
pkg:composer/selveq/catalog-customer-graphql
Requires
- php: ^8.3
- magento/framework: ^103.0
- magento/module-catalog: ^104.0
- magento/module-catalog-customer-graph-ql: ^100.4
- magento/module-catalog-graph-ql: ^100.4
- magento/module-store: ^101.1
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
This package is not auto-updated.
Last update: 2026-09-19 20:04:15 UTC
README
Fork of scandipwa/catalog-customer-graphql 1.0.1, maintained by Selveq for Magento 2.4.9 and PHP 8.3. Module name and namespace are unchanged, and the package replaces scandipwa/catalog-customer-graphql at every version, so it installs as a drop-in replacement. Selveq is not affiliated with or endorsed by Scandiweb.
What it does
- Overrides core's
price_tiersresolver through a<preference>. - Returns one tier per quantity, the lowest applicable price winning, where core and upstream returned duplicates.
- Keeps a decimal quantity apart from its integer neighbour; core's map truncates 2.5 onto 2.
- Takes the tiers from the customer group in the server-side context, never from a query argument.
Install
composer require selveq/catalog-customer-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.