Advanced Product Reviews | GraphQL methods

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 ...
      • Product Labels | GraphQL methods

        Queries amLabelSetting description: get information about Product Labels module settings amLabelProvider (productIds: [Int], mode: AmLabelMode) description: get information about labels by product ID
      • Product Attachments | GraphQL methods

        Queries getAmProductAttachmentSettings description: get Product Attachment module settings getAmFiles (ids: [Int]) description: get info about uploaded files
      • Product Option Templates | GraphQL methods

        Queries amProductOptionsProvider (productId: Int) description: get information about product options by product ID
      • Elastic Search and Advanced Search | GraphQL methods

        Queries xsearchProducts (search: String) description: products matching customers' search query xsearchRelatedTerms (search: String) description: get related search terms by query xsearchRecentlyViewed description: get an array of recently viewed ...