PHPackages                             darvishani/module-faq-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. darvishani/module-faq-graph-ql

ActiveMagento2-module[API Development](/categories/api)

darvishani/module-faq-graph-ql
==============================

faq graph GL based on prince faq

001PHP

Since May 6Pushed 4y ago1 watchersCompare

[ Source](https://github.com/gh-darvishani/module-faq-graph-ql)[ Packagist](https://packagist.org/packages/darvishani/module-faq-graph-ql)[ RSS](/packages/darvishani-module-faq-graph-ql/feed)WikiDiscussions master Synced 4w ago

READMEChangelog (1)DependenciesVersions (1)Used By (0)

Faq Graph QL (magento 2 module)
-------------------------------

[](#faq-graph-ql--magento-2-module)

**About This Project** :
========================

[](#about-this-project-)

This module will add Graph Ql to`prince faq`

Installation
============

[](#installation)

`composer require darvishani/module-faq-graph-ql:"dev-master"`

Request (sample)
================

[](#request-sample)

```
query
{
Faqs(pageSize:1,
    currentPage:2 ,
    filter:{faq_id:{in:["1","2"]},
    status:{eq:"1"}},
    sort: { faq_id: DESC }){
        faq_id
        title
        content
        group
        storeview
        customer_group
        sortorder
        status
        created_at
        updated_at
    }
    FaqGroups{
    faqgroup_id
    groupname
    icon
    storeview
    customer_group
    sortorder
    created_at
    updated_at
    }
}
```

Response (sample)
=================

[](#response-sample)

```
{
    "data": {
        "Faqs": [
            {
                "faq_id": 1,
                "title": "This is a test FAQ question",
                "content": "This is a test FAQ answer",
                "group": "1",
                "storeview": "1",
                "customer_group": "0,1,2,3,4",
                "sortorder": 0,
                "status": 1,
                "created_at": "2022-05-06 04:06:03",
                "updated_at": "2022-05-06 04:06:03"
            }
        ],
        "FaqGroups": [
            {
                "faqgroup_id": 1,
                "groupname": "General",
                "icon": null,
                "storeview": "1",
                "customer_group": "0,1,2,3,4",
                "sortorder": 1,
                "created_at": "2022-05-06 04:06:03",
                "updated_at": "2022-05-06 04:06:03"
            },
            {
                "faqgroup_id": 2,
                "groupname": "Base knowledge",
                "icon": "http://127.0.0.1:11200/media/faq/tmp/icon/Screenshot_from_2022-03-25_09-00-42.png",
                "storeview": "0,1,2,3,4",
                "customer_group": "0,1,2,3,4",
                "sortorder": 2,
                "created_at": "2022-05-06 04:11:09",
                "updated_at": "2022-05-06 04:11:09"
            }
        ]
    }
}
```

Contact
=======

[](#contact)

[gh-darvishani.com](https://gh-darvishani.com/)||

###  Health Score

14

—

LowBetter than 2% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity1

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity25

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://www.gravatar.com/avatar/3e4d977c3341c5a3effac962af2a19d5701d81c59250741b1c42f2d78f8fcb0b?d=identicon)[gh darvishani](/maintainers/gh%20darvishani)

---

Top Contributors

[![gh-darvishani](https://avatars.githubusercontent.com/u/5849044?v=4)](https://github.com/gh-darvishani "gh-darvishani (1 commits)")

### Embed Badge

![Health badge](/badges/darvishani-module-faq-graph-ql/health.svg)

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

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M475](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M270](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[microsoft/microsoft-graph

The Microsoft Graph SDK for PHP

65723.5M95](/packages/microsoft-microsoft-graph)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)

PHPackages © 2026

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