ProductReviewType
No description
type ProductReviewType {
rating: Int!
comment: String!
reviewDate: DateTime!
author: String!
}
Fields
ProductReviewType.rating ● Int! non-null scalar
ProductReviewType.comment ● String! non-null scalar
ProductReviewType.reviewDate ● DateTime! non-null scalar
ProductReviewType.author ● String! non-null scalar
Member Of
ProductReviewResultType object