Skip to content

Add confidential attr to graphQL for notes update

Jarka Košanová requested to merge 207473-graphl-update-note-conf into master

What does this MR do?

It adds confidential attribute to the graohQL for notes update.

Note creation and public API changes have been/will be submitted as separate MRs.

Related MRs

Screenshots

Request example

mutation {
  updateNote(input: {id: "gid://gitlab/Note/1744", confidential: true}) {
    note {
      confidential
      body
    }
  }
}

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Issue: #207473 (closed)

Edited by Jarka Košanová

Merge request reports