Skip to content

Commit a152e8e

Browse files
author
Prabhu Ram
committed
MC-36977: [GraphQL] Add storeConfig attributes for product reviews
- updated schema description
1 parent 377d01d commit a152e8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/ReviewGraphQl/etc/schema.graphqls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ type ProductReviewRatingMetadata {
4646

4747
type ProductReviewRatingValueMetadata {
4848
value_id: String! @doc(description: "An encoded rating value id.")
49-
value: String! @doc(description: "e.g Good, Perfect, 3, 4, 5")
49+
value: String! @doc(description: "A ratings scale, such as the number of stars awarded")
5050
}
5151

5252
type Customer {

0 commit comments

Comments
 (0)