PHPackages                             mtrzk/magento2-faqpage-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. mtrzk/magento2-faqpage-graphql

ActiveMagento2-module[Utility &amp; Helpers](/categories/utility)

mtrzk/magento2-faqpage-graphql
==============================

N/A

1.0.1(3y ago)01proprietaryPHPPHP &gt;=7.4

Since Aug 31Pushed 3y ago1 watchersCompare

[ Source](https://github.com/marcinmaterzok/magento2-faq-page-graphql)[ Packagist](https://packagist.org/packages/mtrzk/magento2-faqpage-graphql)[ RSS](/packages/mtrzk-magento2-faqpage-graphql/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (2)Dependencies (2)Versions (3)Used By (0)

Magento 2 FAQ Page GraphQL
==========================

[](#magento-2-faq-page-graphql)

1. Documentation
----------------

[](#1-documentation)

- [Contribute on Github](https://github.com/marcinmaterzok/magento2-faq-page-graphql)
- [Releases](https://github.com/marcinmaterzok/magento2-faq-page-graphql/releases)

2. How to install
-----------------

[](#2-how-to-install)

### Install via composer (recommend)

[](#install-via-composer-recommend)

Run the following command in Magento 2 root folder:

```
composer require mtrzk/magento2-faqpage mtrzk/magento2-faqpage-graphql
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy

```

3. How to use
-------------

[](#3-how-to-use)

```
Query {
    faqQuestions: [FaqQuestion!]
}

type FaqQuestion {
    id: ID!
    question: String
    answer: String
    position: String
    active: Boolean
    store_ids: [String]
    created_at: String
    updated_at: String
}

StoreConfig {
    faqpage_general_is_enabled: Boolean
    faqpage_general_add_to_menu: String
    faqpage_general_faq_menu_name: String
}

```

4. CHANGELOG
------------

[](#4-changelog)

Version 1.0.1

```
- Added README
- Fixed casting for FaqQuestion Type

```

Version 1.0.0

```
- First commit
- Added support for GraphQL

```

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity1

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity48

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

Every ~0 days

Total

2

Last Release

1403d ago

### Community

Maintainers

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

---

Top Contributors

[![mtrzk](https://avatars.githubusercontent.com/u/3176887?v=4)](https://github.com/mtrzk "mtrzk (2 commits)")

---

Tags

faqgrapqhlmagento2-extensionmagento2-graphqlmagento2-module-free

### Embed Badge

![Health badge](/badges/mtrzk-magento2-faqpage-graphql/health.svg)

```
[![Health](https://phpackages.com/badges/mtrzk-magento2-faqpage-graphql/health.svg)](https://phpackages.com/packages/mtrzk-magento2-faqpage-graphql)
```

###  Alternatives

[msp/devtools

223647.7k2](/packages/msp-devtools)[msp/cmsimportexport

76543.1k](/packages/msp-cmsimportexport)[crankycyclops/m2-module-discount-code-url

Allows discount codes to be applied to a browser session automatically via a query string or URL path.

4113.6k](/packages/crankycyclops-m2-module-discount-code-url)[omise/omise-magento

Accept payments on your Magento 2 website with Omise

3419.2k](/packages/omise-omise-magento)[noon/hide-default-store-code

Magento 2 module for hide Default Store Code

2137.9k](/packages/noon-hide-default-store-code)[opengento/composer-registration-plugin

This plugin allows to compile the Magento2 components registrations on composer install/update.

101.7k](/packages/opengento-composer-registration-plugin)

PHPackages © 2026

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