PHPackages                             fetchtex/module-faq - 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. fetchtex/module-faq

ActiveMagento2-module

fetchtex/module-faq
===================

N/A

102[1 issues](https://github.com/cyildirim/fetchtex-magento2-faq/issues)PHP

Since Apr 30Pushed 6y ago1 watchersCompare

[ Source](https://github.com/cyildirim/fetchtex-magento2-faq)[ Packagist](https://packagist.org/packages/fetchtex/module-faq)[ RSS](/packages/fetchtex-module-faq/feed)WikiDiscussions master Synced 1w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Magento 2 FAQ GraphQL Module
============================

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

Hereby FAQ module provides to list FAQs with the categories. FAQs can be added through `Content > FAQ` section.

Graphql requests are used by frontend with only search functionality. Requests are sent by apollo-boost using GET method so that they can be cached on backend.

Install Module
--------------

[](#install-module)

```
composer require fetchtex/module-faq

bin/magento module:enable Fetchtex_FAQs
bin/magento setup:upgrade

```

Sample Request
--------------

[](#sample-request)

```
query myFaq {
  allfaqs(filter: { question:"%Wha%"}) {
    items {
      question
      answer
      category{
        id
        name
      }
    }
    total_count
  }
}
```

tested with Magento CE 2.3.4

[![](https://camo.githubusercontent.com/09b47991c66d083cbe0cf2403fdb11b6e130fd9c54387ea1c5c7f47d556f19ca/68747470733a2f2f6d656469612e67697068792e636f6d2f6d656469612f4d63304f3342726e497a6c375066624c79622f67697068792e676966)](https://camo.githubusercontent.com/09b47991c66d083cbe0cf2403fdb11b6e130fd9c54387ea1c5c7f47d556f19ca/68747470733a2f2f6d656469612e67697068792e636f6d2f6d656469612f4d63304f3342726e497a6c375066624c79622f67697068792e676966)

###  Health Score

12

—

LowBetter than 0% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity34

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1422426?v=4)[Cyildirim](/maintainers/cyildirim)[@cyildirim](https://github.com/cyildirim)

---

Top Contributors

[![cyildirim](https://avatars.githubusercontent.com/u/1422426?v=4)](https://github.com/cyildirim "cyildirim (10 commits)")

---

Tags

magento2magento2-module

### Embed Badge

![Health badge](/badges/fetchtex-module-faq/health.svg)

```
[![Health](https://phpackages.com/badges/fetchtex-module-faq/health.svg)](https://phpackages.com/packages/fetchtex-module-faq)
```

PHPackages © 2026

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