-
-
Notifications
You must be signed in to change notification settings - Fork 141
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
When updating a product review's rating
but not its content
, GraphQL returns an error. (Error message: "The comment failed to update")
To Reproduce
Execute an updateReview
mutation with only the clientMutationId
, id
, and rating
fields.
Expected behavior
The rating
field should update to the new value while leaving the content field in its original state.
Additional context
This bug also occurs if the content
argument is included but is identical to the existing value.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working