selveq / customer-graphql
Magento 2 Customer GraphQl extension for ScandiPWA theme
Package info
github.com/sellveq/customer-graphql
Type:magento2-module
pkg:composer/selveq/customer-graphql
Requires
- php: ^8.3
- laminas/laminas-validator: ^2.23
- magento/framework: ^103.0
- magento/module-authorization: ^100.4
- magento/module-catalog: ^104.0
- magento/module-customer: ^103.0
- magento/module-customer-graph-ql: ^100.4
- magento/module-directory: ^100.4
- magento/module-eav-graph-ql: ^100.4
- magento/module-email: ^101.1
- magento/module-graph-ql: ^100.4
- magento/module-integration: ^100.4
- magento/module-store: ^101.1
Requires (Dev)
- phpunit/phpunit: ^12.5
Suggests
None
Provides
None
Conflicts
None
Replaces
This package is not auto-updated.
Last update: 2026-09-19 19:54:46 UTC
README
Fork of scandipwa/customer-graph-ql 4.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/customer-graph-ql at every version, so it installs as a drop-in replacement. Selveq is not affiliated with or endorsed by Scandiweb.
What it does
- Adds the account mutations the storefront calls:
confirmCustomerEmailactivates an account and signs it in,resendConfirmationEmailsends the key again, andforgotPasswordands_resetPasswordreset a password by emailed link and clear the sign-in throttle with it. - Answers the
customerquery withconfirmation_required,group_idand a numericid. - Accepts an address for a region-required country that has no regions on file, and refuses
region_id0 for a country that has them. - Sends the two account confirmation mails through templates linking to the storefront's own routes, and lets
Magento\Catalog\Helper\Datasee the signed-in customer's default addresses for tax display over GraphQL.
Install
composer require selveq/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.