Skip to main content

UpdateReviewInput

No description

input UpdateReviewInput {
id: UUID!
body: String
rating: Rating
isVisible: Boolean
}

Fields

UpdateReviewInput.id ● UUID! non-null scalar

UUID of review to update.

UpdateReviewInput.body ● String scalar

Body of review to update.

UpdateReviewInput.rating ● Rating enum

Rating of review in 1-5 stars to update.

UpdateReviewInput.isVisible ● Boolean scalar

Flag if review is visible.

Member Of

updateReview mutation