UpdateReviewPayload
Autogenerated return type of UpdateReview
type UpdateReviewPayload {
clientMutationId: String
review: Review
}
Fields
UpdateReviewPayload.clientMutationId
● String
scalar
A unique identifier for the client performing the mutation.
UpdateReviewPayload.review
● Review
object
Returned by
updateReview
mutation