Schema Documentation

updateReview

Description

The updateReview mutation

Response

Returns an UpdateReviewPayload

Arguments
NameDescription
input - UpdateReviewInput! Input for the updateReview mutation

Example

Query
mutation updateReview($input: UpdateReviewInput!){  updateReview(input: $input){    clientMutationIdratingreview {      ...CommentFragment    }  }}
Variables
{"input":UpdateReviewInput}
Response
{"data":{"updateReview":{"clientMutationId":"xyz789","rating":987.65,"review":Comment}}}