ProductReview
Represents a review
type ProductReview {
rating: Float
text: String
author: String
createdAt: DateTime
}
Fields
rating ● Float
Number rating associated with the review
text ● String
The comment of the review
author ● String
Name of reviewer
createdAt ● DateTime
When was the review created
Example
{
"createdAt": "2024-05-03T11:52:33Z"
}