Skip to content

Add updateImageDiffNote mutation

What does this MR do?

This adds the ability to update a DiffNote's position data through GraphQL (for DiffNotes that were created on an image diff).

The mutation is called updateImageDiffNote to mirror the existing GraphQL mutation createImageDiffNote. This MR refactors the existing updateNote mutation to be organised in the same way that the Notes::Create mutations are organized, to inherit from a new Base class that it shares with updateImageDiffNote.

Issue: #34353 (closed)

Screenshots

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Edited by 🤖 GitLab Bot 🤖

Merge request reports