Schema Documentation

restoreReview

Description

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":"abc123","rating":987.65,"review":Comment}}}