GraphQL Methods for Advanced Product Reviews

Advanced Product Reviews | GraphQL methods

Queries
  1. advreview
    description: get product reviews

  2. amReviewSetting 
    description: get Advanced Product Reviews module settings

  3. amReviewWidget 
    description: get information about Reviews widget

Mutations
  1. addAdvReview 
    description: add review

  2. addAdvComment 
    description: add comment to review

  3. addAdvVote -
    description: add vote to review
      • Related Articles

      • 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 ...
      • Advanced Product Reviews API

        We have created a public API collection for Advanced Product Reviews module with all available queries and sample data, you can copy it to run local tests in your Magento environment. More details about using public collections can be found in the ...
      • 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 ...
      • Promo Banners | GraphQL methods

        Kindly note that the GraphQL functionality for Promo Banners is available as a part of an active product subscription or support subscription Queries amPromoBanners (uid: Product|Category ID; cartId: Cart ID; searchQuery: Search keywords; pageType: ...
      • Can I import reviews using SKU?

        Starting from extension version 1.17.3 there's a possibility to use new fields for import: — ‘sku’ — ‘rating_code’ — ‘option_values’ The functionality is available in the Import & Export for Advanced Product Reviews add-on and Advanced Product ...