postProductReview
No description
postProductReview(
alias: String!
rating: Int
comment: String
author: String!
channelId: String
languageId: String
marketId: String
): Boolean
Arguments
postProductReview.alias
● String!
non-null scalar
postProductReview.rating
● Int
scalar
postProductReview.comment
● String
scalar
postProductReview.author
● String!
non-null scalar
postProductReview.channelId
● String
scalar
postProductReview.languageId
● String
scalar
postProductReview.marketId
● String
scalar
Type
Boolean
scalar
The
Boolean
scalar type representstrue
orfalse
.