Schema Documentation

restoreReview

Description

The payload for the restoreReview mutation

Response

Returns a RestoreReviewPayload

Arguments
NameDescription
input - RestoreReviewInput! Input for the restoreReview mutation

Example

Query
mutation restoreReview($input: RestoreReviewInput!){
  restoreReview(input: $input){
    affectedIdclientMutationIdratingreview {
      ...CommentFragment
    }
  }
}
Variables
{"input":RestoreReviewInput}
Response
{"data":{"restoreReview":{"affectedId":"4","clientMutationId":"xyz789","rating":987.65,"review":Comment}}}