updateReviewMutation
Update the rating and/or written body of a review the viewer authored.
Arguments
inputUpdateReviewInput!Returns
See UpdateReviewResult for the full shape.
Try it
Example
Query
mutation UpdateReview($input: UpdateReviewInput!) {
updateReview(input: $input) {
__typename
}
}
Variables
{}
POST
https://go.sessions.website/api/graphqlupdateReview