- This is an Adobe Commerce module that does CRUD operations and expose them through Magento AdminHTML page
- It uses declarative schema for the database and UI components for admin page
- it supports create, read, edit, delete, mass delete on two tables that are joined together
This module adds the ability to do crud operations on frequently asked questions using both GraphQL and adminhtml page.
This module introduces a new GraphQL mutation to add a comment to the shopping cart before placing an order, also the comment appears on the admin view order page (Sales -> Orders -> view).