Search by

selveq / customer-graphql

ahmedwalied

Magento 2 Customer GraphQl extension for ScandiPWA theme

Package info

github.com/sellveq/customer-graphql

Issues

Type:magento2-module

pkg:composer/selveq/customer-graphql

Statistics

Installs: 0

Dependents: 1

Suggesters: 0

Stars: 0

5.0.0 2026-09-18 20:13 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: confirmCustomerEmail activates an account and signs it in, resendConfirmationEmail sends the key again, and forgotPassword and s_resetPassword reset a password by emailed link and clear the sign-in throttle with it.
  • Answers the customer query with confirmation_required, group_id and a numeric id.
  • Accepts an address for a region-required country that has no regions on file, and refuses region_id 0 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\Data see 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.