Mutations

postProductReview

No description

No description

postProductReview(
  alias: String!
  rating: Int
  comment: String
  author: String!
  channelId: String
  languageId: String
  marketId: String
): Boolean

Arguments

alias ● String! non-null scalar required

Product alias

rating ● Int scalar

Rating, 1-5

comment ● String scalar

The review comment

author ● String! non-null scalar required

Name of author

channelId ● String scalar

The channel ID. Will default to an existing value if it is not found.

languageId ● String scalar

The language ID. Will default to an existing value if it is not found.

marketId ● String scalar

The market ID. Will default to an existing value if it is not found.

Type

Boolean scalar

The Boolean scalar type represents true or false.