Schema Documentation

updateReview

Description

The payload for 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}}}