> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://docs.revvue.ai/llms.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://docs.revvue.ai/_mcp/server.

# MutateReviewReplies

GraphQL object

Reference: https://docs.revvue.ai/api-reference/reviews/types/objects/mutate-review-replies

## Fields

- `reviews` — Updated processed reviews.
- `reviewIdsFailed` — List of review ids failed to post.
- `failedReviews` — List of failed reviews.

## Definition

```graphql
type MutateReviewReplies {
  reviews: [ProcessedReview]
  reviewIdsFailed: [String]
  failedReviews: [FailedReplyReview]
}
```