PHPackages                             scandipwa/contact-graphql - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. scandipwa/contact-graphql

ActiveMagento2-theme

scandipwa/contact-graphql
=========================

Contact-specific modifications for ScandiPWA

1.0.0(5y ago)0166.9k—3.2%21OSL-3.0PHP

Since Nov 13Pushed 4y ago1 watchersCompare

[ Source](https://github.com/scandipwa/contact-graphql)[ Packagist](https://packagist.org/packages/scandipwa/contact-graphql)[ RSS](/packages/scandipwa-contact-graphql/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (2)Versions (2)Used By (1)

ScandiPWA\_ContactGraphQl
=========================

[](#scandipwa_contactgraphql)

This module provides GraphQL endpoints for Magento\_Contact module.

Endpoint description
--------------------

[](#endpoint-description)

### contactPageConfig

[](#contactpageconfig)

This endpoint allows getting whether Contact Us is enabled.

```
query GetContactPageConfig {
  contactPageConfig {
    enabled
  }
}
```

```
{
  "contactPageConfig": {
    "enabled": true
  }
}
```

### contactForm

[](#contactform)

This endpoint allows sending mail message from customer

```
mutation ContactForm(contact: ContactForm!) {
  contactForm(contact: ContactForm!) {
    message: String
  }
}
```

```
{
  "contactForm": {
    "message": "success"
  }
}
```

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity33

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

2012d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/0c2cd642b3c520df20394344ee587782e246262899e7ddc99a191360e85d7fdc?d=identicon)[scandiweb](/maintainers/scandiweb)

---

Top Contributors

[![zans-laksa](https://avatars.githubusercontent.com/u/73945186?v=4)](https://github.com/zans-laksa "zans-laksa (4 commits)")

### Embed Badge

![Health badge](/badges/scandipwa-contact-graphql/health.svg)

```
[![Health](https://phpackages.com/badges/scandipwa-contact-graphql/health.svg)](https://phpackages.com/packages/scandipwa-contact-graphql)
```

###  Alternatives

[fastly/magento2

Fastly CDN Module for Magento 2.4.x

1564.2M1](/packages/fastly-magento2)[mage-os/module-automatic-translation

Automatic AI content translation for Mage-OS.

277.1k](/packages/mage-os-module-automatic-translation)[zepgram/module-rest

Technical module to industrialize API REST call with dependency injection pattern using Guzzle library

1326.2k](/packages/zepgram-module-rest)[graycore/magento2-graphql-introspection-cache

1015.2k](/packages/graycore-magento2-graphql-introspection-cache)[mage-os/mageos-common-async-events

Send REST requests to external endpoints asynchronously. This module implements the most common events like order creation and customer change.

147.7k2](/packages/mage-os-mageos-common-async-events)[mage-os/module-inventory-reservations-grid

Add a grid with the list of inventory reservations.

126.8k](/packages/mage-os-module-inventory-reservations-grid)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
