selveq / sales-graphql
Magento 2 Sales GraphQl extension for ScandiPWA theme
Package info
github.com/sellveq/sales-graphql
Type:magento2-module
pkg:composer/selveq/sales-graphql
2.0.0
2026-09-18 20:13 UTC
Requires
- php: ^8.3
- magento/framework: ^103.0
- magento/module-catalog: ^104.0
- magento/module-downloadable: ^100.4
- magento/module-graph-ql: ^100.4
- magento/module-sales: ^103.0
- magento/module-sales-graph-ql: ^100.4
- magento/module-store: ^101.1
- magento/module-tax: ^100.4
- selveq/route717: ^3.0
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
README
Fork of scandipwa/sales-graphql 1.3.2, maintained by Selveq for Magento 2.4.9 and PHP 8.3. Module name and namespace are unchanged, and the package replaces scandipwa/sales-graphql at every version, so it installs as a drop-in replacement. Selveq is not affiliated with or endorsed by Scandiweb.
What it does
- Fills out the order history the theme reads through
customer{orders}withrss_link,can_reorder,country_id,purchase_numberand bundle and downloadable rows among an item's options, and leaves out orders whose status is hidden from the storefront. - Answers the whole order behind a child document's id through
orderByInvoice,orderByShipmentandorderByRefund, and only to the customer who owns that order. - Resolves an order's invoices, shipments and credit memos with their items and their comments.
- Reorders under the same lock Magento's own reorder takes, so one order cannot be reordered twice at once.
Install
composer require selveq/sales-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.