``magelearn/module-categoryfaq``
Magento 2 Category FAQ Extension
- Manage FAQ Categories (Add, Edit, Delete, Enable, Disable)
- Manage FAQs (Add, Edit, Delete, Status [Enable/Disable])
- Assign Categories to FAQs.
- Display FAQs Categorywise on Frontend.
- Also provided GraphQL Endpoints to check the FAQ listing data with GraphQL
* = in production please use the --keep-generated option
- Unzip the zip file in app/code/Magelearn
- Enable the module by running php bin/magento module:enable Magelearn_Categoryfaq
- Apply database updates by running php bin/magento setup:upgrade*
- Run Code compile php bin/magento setup:d:c*
- Static content deploy php bin/magento setup:s:d*
- Flush the cache by running php bin/magento cache:cleanandphp bin/magento cache:flush
{
  faq {
    allFaqs {
      id
      title
      answer
      status
      categoryName
    }
  }
}




