Files
openide/plugins/gitlab/resources/graphql/query/destroyNote.graphql
Ivan Semenov 2bea8cb7e5 [gitlab] ability to delete discussion notes
GitOrigin-RevId: c9f5a0351c9552742d0f7ded493cfb5bba1dd3e8
2023-01-23 18:23:32 +00:00

5 lines
83 B
GraphQL

mutation($noteId: NoteID!) {
destroyNote(input: {id: $noteId}) {
errors
}
}