#import "../fragments/designNote.fragment.graphql" mutation updateImageDiffNote($input: UpdateImageDiffNoteInput!) { updateImageDiffNote(input: $input) { errors note { ...DesignNote } } }