Skip to content

Releases: landofcoder/module-product-reviews-graph-ql

Version 1.0.4

06 Aug 05:07
efc5276
Compare
Choose a tag to compare

Version 1.0.4

What's Changed

Full Changelog: 1.0.3...1.0.4

1.0.3

27 Jul 02:51
457a92c
Compare
Choose a tag to compare
Merge pull request #3 from landofcoder/update1.0.3

update1.0.3

Version 1.0.2

26 Jul 08:25
ef6690b
Compare
Choose a tag to compare

Version 1.0.2

What's Changed

Full Changelog: 1.0.1...1.0.2

Version 1.0.1

21 Mar 10:51
92bd038
Compare
Choose a tag to compare

Version 1.0.1

  • Change mutation create product reviews
  • Refactor code
mutation {
    createProductAdvReview (
        input: {
            sku: String!
            nickname: String!
            summary: String!
            text: String!
            ratings: [ProductAdvReviewRatingInput!]!
            email: String
            advantages: String
            disadvantages: String
            images: [ReviewGalleryImageInput]
        }
    ) {
        review {
            review_id
            created_at
            answer
            verified_buyer
            is_recommended
            detail_id
            title
            detail
            nickname
            like_about
            not_like_about
            guest_email
            plus_review
            minus_review
            report_abuse
            rating_votes {
                __typename
                vote_id
                option_id
                rating_id
                review_id
                percent
                value
                rating_code
            }
            images {
                __typename
                full_path
                resized_path
            }
            comments {
                __typename
                id
                review_id
                status
                message
                nickname
                email
                created_at
                updated_at
            }
        }
    }
}

Release version 1.0.0

21 Feb 08:51
Compare
Choose a tag to compare

Release first version:

  • compatible Magento 2 CE 2.3.5 - 2.4.x
  • compatible latest version Product Reviews