Releases: landofcoder/module-product-reviews-graph-ql
Releases · landofcoder/module-product-reviews-graph-ql
Version 1.0.4
1.0.3
Version 1.0.2
Version 1.0.2
What's Changed
- updated post reviews by @landofcoder in #2
Full Changelog: 1.0.1...1.0.2
Version 1.0.1
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
Release first version:
- compatible Magento 2 CE 2.3.5 - 2.4.x
- compatible latest version Product Reviews