PHPackages                             dotmailer/dotmailer-magento2-extension-graph-ql - 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. [API Development](/categories/api)
4. /
5. dotmailer/dotmailer-magento2-extension-graph-ql

Abandoned → [dotdigital/dotdigital-magento2-extension-graph-ql](/?search=dotdigital%2Fdotdigital-magento2-extension-graph-ql)Magento2-module[API Development](/categories/api)

dotmailer/dotmailer-magento2-extension-graph-ql
===============================================

Dotdigital for Magento 2: Core GraphQl module

2.0.2(1y ago)016.2k↓50%1MITPHPPHP ^7.4||^8.0

Since Apr 27Pushed 1y ago5 watchersCompare

[ Source](https://github.com/dotmailer/dotmailer-magento2-extension-graph-ql)[ Packagist](https://packagist.org/packages/dotmailer/dotmailer-magento2-extension-graph-ql)[ RSS](/packages/dotmailer-dotmailer-magento2-extension-graph-ql/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (8)Dependencies (5)Versions (11)Used By (0)

Dotdigital EmailGraphQl
=======================

[](#dotdigital-emailgraphql)

[![Packagist Version](https://camo.githubusercontent.com/e65d6f10ee8e25b2fe5ccb59dd8bc3db34b5302b377cef8183023ca1e9f61944/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f646f746469676974616c2f646f746469676974616c2d6d6167656e746f322d657874656e73696f6e2d67726170682d716c3f636f6c6f723d677265656e266c6162656c3d737461626c65)](https://github.com/dotmailer/dotmailer-magento2-extension-graph-ql/releases)[![license](https://camo.githubusercontent.com/850eae1099d2b05f53383473d7cd51f9bc1ab09b7d0d9e5122f1dd930efdcc6d/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f6d6173686170652f6170697374617475732e737667)](LICENSE.md)

About this module
-----------------

[](#about-this-module)

**Dotdigitalgroup\_EmailGraphQl** supports our [core module](https://github.com/dotmailer/dotmailer-magento2-extension). It provides type and resolver information for Magento to generate endpoints for:

- fetching tracking configuration data from the instance
- fetching email capture configuration from the instance
- retrieving order data for customers and guests on the order confirmation page
- updating the quote email address

Requirements
------------

[](#requirements)

- This module requires the `Dotdigitalgroup_Email` module v4.14.0+

Installation
------------

[](#installation)

- This module is included in our core extension. Please refer to [these instructions](https://github.com/dotmailer/dotmailer-magento2-extension#installation) to install via the Magento Marketplace.

Endpoints
---------

[](#endpoints)

**Queries**

```
query getTrackingData {
        trackingData {
            page_tracking_enabled
            roi_tracking_enabled
            wbt_profile_id
            region_prefix
        }
    }

query isEasyEmailCaptureNewsletterEnabled {
        emailCaptureNewsletter {
            is_enabled
        }
    }

query isEasyEmailCaptureCheckoutEnabled {
        emailCaptureCheckout {
            is_enabled
        }
    }

query getProductBrandValue($product_ids: [String]!) {
       productBrands(product_ids: $product_ids) {
           items {
               brand
               product_id
           }
       }
    }

```

**Mutations**

```
mutation updateQuoteEmail($email: String!, $cartId: String!) {
        updateQuoteEmail(
            email: $email,
            cartId: $cartId
        )
    }

```

Usage
-----

[](#usage)

For examples on how to integrate these endpoints into your front end, please see our [Dotdigital PWA Toolkit](https://github.com/dotmailer/ec-magento-pwa-toolkit).

Changelog
---------

[](#changelog)

### 2.0.2

[](#202)

##### Improvements

[](#improvements)

- We updated our code for compatibility with PHP 8.4.

### 2.0.1

[](#201)

##### Improvements

[](#improvements-1)

- We've updated the module's dependencies. The module now requires PHP 7.4+ and Magento 2.3.7+.

### 2.0.0

[](#200)

##### Bug fixes

[](#bug-fixes)

- We've removed the OrderData resolver to prevent any exploits of this endpoint.

### 1.2.2

[](#122)

##### Improvements

[](#improvements-2)

- We've updated a resolver to use a factory class.

### 1.2.1

[](#121)

##### Bug fixes

[](#bug-fixes-1)

- We restored compatibility with PHP 7.2.

### 1.2.0

[](#120)

##### What's new

[](#whats-new)

- We've added a new endpoint to retrieve the nominated brand attribute.

##### Bug fixes

[](#bug-fixes-2)

- We updated the module's PSR-4 filepath.

### 1.1.0

[](#110)

##### What's new

[](#whats-new-1)

- This module has been renamed `dotdigital/dotdigital-magento2-extension-graph-ql`.

##### Improvements

[](#improvements-3)

- `setup_version` has been removed from module.xml.

### 1.0.0

[](#100)

- Initial release

###  Health Score

40

—

FairBetter than 88% of packages

Maintenance47

Moderate activity, may be stable

Popularity24

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 73.7% 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

Every ~180 days

Recently: every ~237 days

Total

9

Last Release

399d ago

Major Versions

1.2.2 → 2.0.02023-06-06

### Community

Maintainers

![](https://www.gravatar.com/avatar/a286901f8cf6043622f8715176ce8fce4f9fe84307b3d19fc40043e593cb949d?d=identicon)[alastair.mucklow](/maintainers/alastair.mucklow)

---

Top Contributors

[![sta1r](https://avatars.githubusercontent.com/u/77671?v=4)](https://github.com/sta1r "sta1r (28 commits)")[![pvpcookie](https://avatars.githubusercontent.com/u/26158876?v=4)](https://github.com/pvpcookie "pvpcookie (5 commits)")[![sertlab](https://avatars.githubusercontent.com/u/40098832?v=4)](https://github.com/sertlab "sertlab (4 commits)")[![gpl-php](https://avatars.githubusercontent.com/u/194241058?v=4)](https://github.com/gpl-php "gpl-php (1 commits)")

---

Tags

magento2

### Embed Badge

![Health badge](/badges/dotmailer-dotmailer-magento2-extension-graph-ql/health.svg)

```
[![Health](https://phpackages.com/badges/dotmailer-dotmailer-magento2-extension-graph-ql/health.svg)](https://phpackages.com/packages/dotmailer-dotmailer-magento2-extension-graph-ql)
```

###  Alternatives

[smile/elasticsuite

Magento 2 merchandising and search engine built on ElasticSearch

8044.5M33](/packages/smile-elasticsuite)[mollie/magento2

Mollie Payment Module for Magento 2

1121.6M10](/packages/mollie-magento2)[dotdigital/dotdigital-magento2-extension

Dotdigital for Magento 2

50374.2k18](/packages/dotdigital-dotdigital-magento2-extension)[xcoreplatform/xcore-magento2

This module extends the rest api of Magento2 and is needed for the usage of the xCore.

1330.0k2](/packages/xcoreplatform-xcore-magento2)

PHPackages © 2026

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