selveq / contact-graphql
Magento 2 Contact GraphQl extension for ScandiPWA theme
Package info
github.com/sellveq/contact-graphql
Type:magento2-module
pkg:composer/selveq/contact-graphql
Requires
- php: ^8.3
- magento/framework: ^103.0
- magento/module-cms: ^104.0
- magento/module-config: ^101.2
- magento/module-contact: ^100.4
- magento/module-graph-ql: ^100.4
- magento/module-re-captcha-ui: ^1.1
- magento/module-re-captcha-validation-api: ^1.1
- magento/module-re-captcha-webapi-api: ^1.0
- magento/module-store: ^101.1
- magento/module-store-graph-ql: ^100.4
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
This package is not auto-updated.
Last update: 2026-09-19 20:14:40 UTC
README
Fork of scandipwa/contact-graphql 1.0.0, maintained by Selveq for Magento 2.4.9 and PHP 8.3. Module name and namespace are unchanged, and the package replaces scandipwa/contact-graphql at every version, so it installs as a drop-in replacement. Selveq is not affiliated with or endorsed by Scandiweb.
What it does
- Sends the store's Contact Us email from the
contactFormmutation, with the sender's address as the reply-to. - Answers whether Contact Us is enabled, through
contactPageConfig. - Puts
contactFormbehind the admin's Contact Us reCAPTCHA setting, so a storefront sends theX-ReCaptchaheader once it is on, as it does for core's mutations. - Installs the
contact_us_page_blockCMS block for the contact page, selectable as Contact Us CMS Block under Content customization.
Install
composer require selveq/contact-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.