selveq / quote-graphql
Magento 2 Quote GraphQl extension for ScandiPWA theme
Package info
github.com/sellveq/quote-graphql
Type:magento2-module
pkg:composer/selveq/quote-graphql
Requires
- php: ^8.3
- magento/framework: ^103.0
- magento/module-authorization: ^100.4
- 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-rule: ^101.2
- magento/module-checkout: ^100.4
- magento/module-customer: ^103.0
- magento/module-directory: ^100.4
- magento/module-eav: ^102.1
- magento/module-graph-ql: ^100.4
- magento/module-inventory-in-store-pickup: ^1.1
- magento/module-inventory-in-store-pickup-api: ^1.1
- magento/module-inventory-in-store-pickup-graph-ql: ^1.1
- magento/module-inventory-in-store-pickup-shipping-api: ^1.1
- magento/module-inventory-sales-api: ^1.2
- magento/module-media-storage: ^100.4
- magento/module-quote: ^101.2
- magento/module-quote-graph-ql: ^100.4
- magento/module-sales: ^103.0
- magento/module-store: ^101.1
- magento/module-store-graph-ql: ^100.4
- magento/module-tax: ^100.4
- magento/module-webapi: ^100.4
- selveq/performance: ^2.0
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
- dev-master
- 4.0.0
- 3.1.0
- 3.0.6
- 3.0.5
- 3.0.4
- 3.0.3
- 3.0.2
- 3.0.1
- 3.0.0
- 2.19.26
- 2.19.25
- 2.19.24
- 2.19.23
- 2.19.22
- 2.19.21
- 2.19.20
- 2.19.19
- 2.19.18
- 2.19.17
- 2.19.16
- 2.19.15
- 2.19.14
- 2.19.13
- 2.19.12
- 2.19.11
- 2.19.10
- 2.19.9
- 2.19.8
- 2.19.7
- 2.19.6
- 2.19.5
- 2.19.4
- 2.19.3
- 2.19.2
- 2.19.1
- 2.19.0
- 2.18.2
- 2.18.1
- 2.18.0
- 2.17.9
- 2.17.8
- 2.17.7
- 2.17.6
- 2.17.5
- 2.17.4
- 2.17.3
- 2.17.2
- 2.17.1
- 2.17.0
- 2.16.0
- 2.15.2
- 2.15.1
- 2.15.0
- 2.14.1
- 2.14.0
- 2.13.0
- 2.12.1
- 2.12.0
- 2.11.0
- 2.10.2
- 2.10.1
- 2.10.0
- 2.9.2
- 2.9.1
- 2.9.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.0
- 2.4.1
- 2.4.0
- 2.3.0
- 2.2.0
- 2.1.1
- 2.0.5
- 2.0.4
- 2.0.3
- 2.0.2
- 2.0.1
- 2.0.0
- 1.0.6
- 1.0.5
- 1.0.4
- 1.0.2
- 1.0.1
- dev-m-2.4.1
- dev-pr/ainarssondors/30-2
- dev-performance
- dev-revert-18-klarna
- dev-braintree
This package is not auto-updated.
Last update: 2026-09-19 20:01:22 UTC
README
Fork of scandipwa/quote-graphql 3.1.0, maintained by Selveq for Magento 2.4.9 and PHP 8.3. Module name and namespace are unchanged, and the package replaces scandipwa/quote-graphql at every version, so it installs as a drop-in replacement. Selveq is not affiliated with or endorsed by Scandiweb.
What it does
- Serves the checkout the ScandiPWA theme drives:
estimateShippingCostsfor rates,saveAddressInformationfor the payment methods and totals that follow an address,getPaymentMethods,getCartDisplayConfig, and the cart fields the theme reads — prices, and items whose product data comes throughselveq/performance's post-processors. - Answers the order queries
getOrderById,getOrderListandlinkOrder, each bound to the signed-in customer. - Adds in-store pickup through
getStores, and file customizable options sent as base64 through Magento's own cart mutations, validated against an extension allow-list and stored under generated names. - Replaces three Magento classes store-wide: the quote model, so an add-to-cart refusal reaches the caller instead of passing as a silent success; the quote item processor, so a simple child of a bundle takes its parent's quantity rather than accumulating one; and the file option type, so an option's value survives a request that carries no
$_FILES.
Install
composer require selveq/quote-graphql bin/magento setup:upgrade
Cart items answer selveq/catalog-graphql's product fields when that package is installed, and Magento's own otherwise.
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.