selveq / store-graphql
Magento 2 Store GraphQl extension for ScandiPWA theme
Package info
github.com/sellveq/store-graphql
Type:magento2-module
pkg:composer/selveq/store-graphql
Requires
- php: ^8.3
- magento/framework: ^103.0
- magento/module-graph-ql: ^100.4
- magento/module-store: ^101.1
- magento/module-store-graph-ql: ^100.4
- magento/module-tax: ^100.4
Requires (Dev)
None
Suggests
- magento/module-csp: reads src/etc/csp_whitelist.xml; without it the file is never read and the module behaves the same
- selveq/customization: owns content_customization/cookie_content/cookie_text and content_customization/cookie_content/cookie_link, the two config paths this module publishes as storeConfig fields
Provides
None
Conflicts
None
Replaces
This package is not auto-updated.
Last update: 2026-09-19 20:21:32 UTC
README
Fork of scandipwa/store-graphql 1.3.1, maintained by Selveq for Magento 2.4.9 and PHP 8.3. Module name and namespace are unchanged, and the package replaces scandipwa/store-graphql at every version, so it installs as a drop-in replacement. Selveq is not affiliated with or endorsed by Scandiweb.
What it does
- Extends
storeConfigwith the settings the theme reads, the config paths listed insrc/etc/graphql/di.xml, cacheable through core's own identity. - Answers
storeList, the store views of the current website with their name, code, active flag and base URLs. - Answers
priceTaxDisplay, the catalog and shipping tax display modes in the theme's vocabulary. - Leaves an empty
Storeheader to Magento's own store resolution, so a request that sends none is served by the default store view.
Install
composer require selveq/store-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.