What Amasty extensions support GraphQL?

What Amasty extensions support GraphQL?

Amasty has introduced additional GraphQL packages for extensions that are GraphQL compatible. These packages are listed in the 'suggest' section of the composer.json file. As a result, they are not automatically installed with the main module.

To activate GraphQL compatibility for a particular module, it's important to manually install the corresponding package using the Composer command provided below:

composer require amasty/graphql-module-name

In the above command, replace graphql-module-name with the specific Composer name of the GraphQL compatibility package associated with the extension.

For a comprehensive list of extensions that support GraphQL and their corresponding Composer names, please refer to the table below. To access information regarding the available GraphQL methods within each module, simply click on the extension's name.

Extension name
Composer package name
GraphQL
amasty/customers-also-viewed-graphql
read only
amasty/product-labels-graphql
read only
amasty/blog-graphql
read+write
amasty/module-magento-custom-form-graphql
read+write
amasty/advanced-review-graphql
read+write
amasty/module-elastic-search-graphql
read only
amasty/module-shop-by-brand-graphql
read only
amasty/xlanding-graphql
read only
amasty/mega-menu-graphql
read only
amasty/social-login-graphql
read+write
amasty/stockstatus-graphql
read only
amasty/shopby-graphql
read only
amasty/checkout-graph-ql
read+write
amasty/module-gift-card-graph-ql
read+write
amasty/rewards-graph-ql
read+write
amasty/module-gdpr-graphql
read only
amasty/rma-graphql
read+write
amasty/module-banner-slider-graphql
read only
amasty/improved-sorting-graphql
read only
amasty/color-swatches-graphql
read only
amasty/product-option-templates-graphql
read only
amasty/module-pre-order-graphql
read only
amasty/module-product-attachments-graphql
read only
amasty/module-instagram-feed-graphql
read only
amasty/module-osn-graphql
read+write
amasty/extra-fee-graph-ql
read+write
amasty/module-auto-add-promo-items-graphql
read+write
amasty/module-faq-graphql
read+write
amasty/module-request-a-quote-graphql
read+write
amasty/module-orderattr-graphql
read+write
amasty/module-gdpr-cookie-graphql
read+write
amasty/module-seo-toolkit-lite-graphql
read+write
amasty/module-store-locator-graphql
read+write
amasty/multiple-wishlist-graphql
read+write
amasty/module-google-rich-snippets-graphql
read only
amasty/module-multiple-coupons-graphql
read+write

For extensions that work for the admin panel only and do not interact with the frontend part, GraphQL support is not required.

      • Related Articles

      • What Amasty extensions support PWA?

        For PWA compatibility, Amasty designed a separate PWA add-ons. They go as supplementary solutions to the main extensions. Amasty PWA add-ons provide the same functionality as the original Amasty extensions. The PWA add-ons are created with the ...
      • Why did all my extensions disappear from the Amasty “Products” tab?

        If you don’t see any extensions available in the Products tab, it’s likely that the Base version you have installed is outdated: To fix the issue, please update the module to the latest version available. You may do it by running the below command: ...
      • Multiple Coupons | GraphQL methods

        Kindly note that the GraphQL functionality for Multiple Coupons is available as a part of an active product subscription or support subscription. Query amGetCouponsByCartId description: get coupons by cart id Mutations amApplyCouponsToCart ...
      • What Amasty extensions support API?

        Each Amasty extension that has API support, includes the etc/webapi.xml file. The webapi.xml file contains API configurations with the list of available API requests. For example, a request from the Custom Form module interface: 1 - endpoint URL; 2 - ...
      • What does Amasty offer within the advanced Support Subscription?

        Amasty offers Pro, Premium and Amasty One tariff plans to subscribe to extended support with a monthly or annual fee. The benefits of the subscription differ depending on the chosen plan. Let's review the details: PRO PREMIUM AMASTY ONE - free ...